Look for cover images inside .zip files? #79
Labels
No labels
bug
client
code-quality
duplicate
enhancement
help wanted
in progress
invalid
question
ui
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
coderkun/mcg#79
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
MPD apparently handily reads inside .zip files, but
mcgdoes not?One reason people might prefer to keep things in zip is that bandcamp and jamendo upload .zip's and they also don't have folders in them, which is annoying when unpacking.(no idea why they do that..)
Perhaps could also look in id3 tags.. but that's more complicated yet.. Actually an alternative view is that MPD should do all this stuff..
Thanks for your suggestion, @o-jasper. The next version (3.0) reads the cover images from MPD via the
albumartcommand (see #30). Any support for images in zip files will therefore be needed on the server side—if not yet supported.