Help - Search - Members - Calendar
Full Version: albumart doesn't display images from higher directories
Hydrogenaudio Forums > Hosted Forums > foobar2000 > 3rd Party Plugins - (fb2k)
cuotos
For some reason Albumart (0.2.5.1) no longer seems to display images in higher directories. (It worked some time before if I remember correctly)

I tried several command lines like this:
$replace(%_path%,%_filename_ext%,)..\folder.*

One folder up there is the image "folder.jpg" for songs in some subdirectories -the path is correct but albumart doesnt display the image.

Any suggestions how make this work?

Thanks in advance!
Purple Monkey
..\ is not supported, to get the parent folder try:
CODE
$replace(%path%,%directory%'\'%filename_ext%,)
cuotos
QUOTE(Purple Monkey @ Jun 14 2007, 15:26) *

..\ is not supported, to get the parent folder try:
CODE
$replace(%path%,%directory%'\'%filename_ext%,)




That did it -thanks a lot Purple Monkey! smile.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.