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

Filenames containing "#" fail #4127

Closed
alphapapa opened this issue Jan 19, 2014 · 3 comments
Closed

Filenames containing "#" fail #4127

alphapapa opened this issue Jan 19, 2014 · 3 comments

Comments

@alphapapa
Copy link
Contributor

Ubuntu 13.04 Raring
Clementine 1.2.1-190-g7ad1d7a~raring

This was also filed here, and fixed--almost four years ago: #117 However, today I have this exact problem.

$ ls ~/Music/Artist
Album1
Album 2
Album #3

The tracks in the first two directories work fine, but the third one doesn't. The files show up in the library pane, but when I "Edit track information", all the fields are grayed out. When I add them to a playlist, their tags show up, but they can't be played, nor do moodbars generate for them.

The console shows this:

23:15:13.916 DEBUG TagReader:118                    Reading tags from "/home/me/Music/Artist/Album " 
23:15:13.916 INFO  TagReader:128                    TagLib hasn't been able to read  "/home/me/Music/Artist/Album "  file 

Somehow the path is being truncated from the "#" forward. This also happens if the directory name doesn't have a "#" but the filename does.

@davidsansome
Copy link
Member

Bah, I think this was broken by revision 98dd001. Sorry.

davidsansome added a commit that referenced this issue Jan 20, 2014
@davidsansome
Copy link
Member

Should be fixed now, but you'll need to remove and re-add any affected songs from your library.

@alphapapa
Copy link
Contributor Author

That was quick! Thanks.

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

No branches or pull requests

2 participants