Resurrecting this thread with a persistent issue that google is failing me on:
For whatever reason, about a month ago, periodically when I would start foobar, some of my album art would have this ugly gray/white border on the top/bottom. I.e.:
It used to be that I could close/reload foobar and it would revert back to normal. Now, however, I can't get it to go away at all. Even though only a few albums are affected, it's still kind of annoying (I'm pretty OCD about my music collection, especially album art

). Any ideas on what could be causing this?
EDIT: Playing around with it and I'm realizing that this new skin I'm using is set up to read album art as a separate folder.jpeg file instead of embedded album art. Found the thread on the hydrogenaudio forums where he describes how to change the script, but I'm super confused on where exactly to find what he's talking about.
Quote:
@kelkor
You will have to install foo_covers. Set %path% as the cover path in PSS (%el_group_first_path% in ELP). Then search PSS for the $drawimage() lines, that include $get_ps_global(cover.path), replace
nokeepaspect
with
artreader_front nokeepaspect
IN ELP, search for the $imageabs() lines that include $get(e.cover), replace
nokeepaspect
with
artreader_front nokeepaspect
|