regosen / get_cover_art

Batch cover art downloader and embedder for audio files
MIT License
69 stars 8 forks source link

Replaced suffix 'bb' with '-100' in definition of self.size_suffix #25

Closed audiomuze closed 2 years ago

audiomuze commented 2 years ago

Made the change I suggested to resolve https://github.com/regosen/get_cover_art/issues/24

regosen commented 2 years ago

I'd rather not force uncompressed quality on all users, because some people will care about keeping their file sizes small. I just created an alternate PR where users can override the quality if they want: https://github.com/regosen/get_cover_art/pull/26

In the alternate PR, running with --art-quality 100 would be the equivalent of what you're doing.

audiomuze commented 2 years ago

Makes sense.

regosen commented 2 years ago

Thanks for getting this process started though! I just merged my PR and deployed it, closing this PR now