google-code-export / beets

Automatically exported from code.google.com/p/beets
MIT License
0 stars 0 forks source link

fetchart: Optionally prioritize web sources over local images #467

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
<drazin> is there a way i can have beets FIRST look for a cd cover image on the 
internet BEFORE it uses the jpg in the folder?

Original issue reported on code.google.com by trash.xa...@gmail.com on 10 Dec 2012 at 10:31

GoogleCodeExporter commented 9 years ago
Thanks!

This would be a config option on the fetchart plugin to reorder the priorities 
of local vs. remote sources. A simpler option could also just disable local-art 
fetching altogether...

Original comment by adrian.sampson on 10 Dec 2012 at 9:13

GoogleCodeExporter commented 9 years ago
If we just disabled local-art fetching altogether, would local art be scrubbed 
in the event that no remote source can be found?

Original comment by real.hu...@mrmachine.net on 5 Feb 2013 at 12:37

GoogleCodeExporter commented 9 years ago
There would be no scrubbing involved since we're talking here about files -- 
not embedded art. But the included jpeg file would not be copied.

Original comment by adrian.sampson on 5 Feb 2013 at 2:25

GoogleCodeExporter commented 9 years ago
Added remote_priority config option in 924fe82d3f3c.

Original comment by adrian.sampson on 11 Feb 2013 at 5:41