-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Command for managing album art filenames #559
Comments
Thanks for writing this up. It sounds like what you want is something along the lines of what There are two other issues you're describing:
Do these three features seem to cover what you're asking for? If so, I'm not completely sure how this should be implemented—these are actually three very different behaviors, so they probably don't belong under the same command, right? Do you have any ideas on how to organize all this into understandable components? |
In regards to your first paragraph, that's spot on. An analogue to For examples sake we could use
I'm not surprised that people prefer I'm a huge fan of lossless images, but in the context of album artwork, I did describe 3 different issues, but we could solve all 3 using the same artwork manipulation command. Naturally this is just speculative and I haven't looked much at the source of beets, but it seems to be in line with how it operates currently. |
This all makes sense; thanks for elaborating. With the exception of file format transcoding, most of this seems to overlap with things that would be useful for generalized attachments (see #111, beets' Most Requested Feature™). If you're interested, we've got a wiki page where we're trying to design the interface for that feature—it could use some contributions in the CLI area. It also seems like rolling the name standardization into the |
This has been causing a bit of a headache for me. Originally, I made the mistake of using artwork.jpg as my standard album art image name. I changed it to folder.jpg by mass-renaming instead of changing my config.yml and then updating.
I finally managed to get everything back and stored as folder.jpg by renaming on a case by case basis so that the script was happy about files that used to be 'missing' (renamed).
Now the issue becomes I need to figure out how to force usage of folder.jpg and folder.jpg only. I absolutely hate having others like folder.jpeg, or folder.png. There should be an option to convert to jpg and force lower case on the file name (this isn't often an issue but I've once or twice downloaded something that had an uppercase file extension).
Beets also seems to have some of the files stuck with folder.1.jpg. If I rename it to folder.jpg, the next time I try and do anything with that particular album, it's going to whine and tell me that folder.1.jpg isn't there. Then I'm going to have to go back, rename it, and make beets happy again.
Are there any easy ways to solve this issue that I'm not seeing?
Thanks!
The text was updated successfully, but these errors were encountered: