-
Notifications
You must be signed in to change notification settings - Fork 10k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
case insensetive --match-case #2384
Comments
They should be case insensitive, could you post the output of a command that doesn't work? |
On 2014-02-14 18:02, Jaime Marquínez Ferrándiz wrote:
artist="Koan"; title="When The Silence Is Speaking (Blue Mix)"; |
I found the problem, you have to escape the parenthesis: |
Can you please remove that requirement? |
We could pass it through |
On 2014-02-14 18:24, Jaime Marquínez Ferrándiz wrote:
|
How can I use --match-title without case sensetivity in?: --match-title "$artist - $title"
The text was updated successfully, but these errors were encountered: