You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update menu item, replace Name with Track Title because we make a lookup by string that we could title (e.g in context menu we could change track Title, not name)
Make the explanation easier to understand. Also, provide some example with a non-trivial pattern and matching title
Match the whole string at once, e.g. FOO* will match strings starting with FOO and *FOO* with FOO in the middle
The text was updated successfully, but these errors were encountered:
Name
withTrack Title
because we make a lookup by string that we could title (e.g in context menu we could change track Title, not name)FOO*
will match strings starting withFOO
and*FOO*
withFOO
in the middleThe text was updated successfully, but these errors were encountered: