Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upembedart: extractart command should respect art_filename config variable #1258
Comments
sampsyo
added
feature
bitesize
labels
Jan 22, 2015
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
sampsyo
Jan 22, 2015
Member
Good point. It's currently hardcoded to "cover". https://github.com/sampsyo/beets/blob/268dcb0008228912c305fc6e8818dafda3b48555/beetsplug/embedart.py#L91
|
Good point. It's currently hardcoded to "cover". https://github.com/sampsyo/beets/blob/268dcb0008228912c305fc6e8818dafda3b48555/beetsplug/embedart.py#L91 |
mried
closed this
in
b3803d3
Jan 23, 2015
added a commit
that referenced
this issue
Jan 23, 2015
added a commit
that referenced
this issue
Jan 24, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sread commentedJan 22, 2015
When using the extractart command, the resulting image file should be named according to art_filename as in the fetchart plugin. Might be relevant for #1130 as well.
Great program!