-
Notifications
You must be signed in to change notification settings - Fork 203
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
Adding a folder containing special char to the library does not work #377
Comments
A simple solution would be to add some escaping like this Beware that many of the solutions for escaping regex implies escaping the |
I did not even know those were valid characters for folders. Will definitely need to have a look into it. |
So I've just tried to import a folder called |
Woops, I was talking about the square brackets ( [] ) I just tried with the curly ones and it works well |
@KeitIG try "â ãåðìàíèè" file names sometimes it happens when u have used file categorizing by tags software with wrong tags encoding. |
I just tried again with a |
@vprigent Can you reproduce this bug with 0.10? |
I just tried using the first music folder I could find with special chars, I'll try again on Linux tonight, these are for Museeks 0.10 on macOS Sierra EDIT > Same issue on Ubuntu 18.04 |
Reproducible, blocker for 0.11. On it right now. |
I fixed the infinite loading, but I cannot fix the search not happening in those folders yet. |
When trying to add a specific new album (understand folder here ) to my library I noticed that nothing happened.
This is due to the name of the folder I jumped into Museeks to contain special regex chars.
https://github.com/KeitIG/museeks/blob/master/src/ui/actions/LibraryActions.js#L115-L116
You can try, add some brackets, hooks or some special characters to a folder, try to import it and your folder won't import.
The text was updated successfully, but these errors were encountered: