Skip to content
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

Local artwork fails to parse path location if there are any [...]in dir name #404

Closed
Marocco2 opened this issue Oct 20, 2022 · 1 comment
Labels

Comments

@Marocco2
Copy link
Contributor

For some reason it doesn't effect User's glob but I can reproduce this behavior on Local Artwork Configuration

@cbartondock
Copy link
Collaborator

This is because brackets are special glob characters. E.g. dir [12] matches dir 1 or dir 2 not dir [12]. This will be addressed in 2.4.8 with the ability to comment out characters: dir \[12\] will match dir [12]. In addition, if you just browse to the directory all special characters will be automatically escaped.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants