QUOTE(maniktushar @ Apr 4 2005, 03:35 AM)
I generally have quite a few images in the album directory comprising the Front, Back and the CD itself. When I click on any song from an albumthe Album Art Panel displays an image, but when I want to change it when I click on Next Sorce nothing happens. The image remains the same it doesnt shoft to the next image in the folder. Is there some way to configure the plugin so it cycles through the images when I say Next Source.
Try this. Add the following entries at the bottom frame (sources) of the configuration in order, given you want to show "Front", "Cover", "Back", and "CD" in that order. The even entries use the pictures at the parent folder.
match:$left(%_path%,$strrchr(%_path%,'\'))Front.jpg
-match:$left(%_path%,$strrchr(%_path%,'\'))..\Front.jpg
match:$left(%_path%,$strrchr(%_path%,'\'))Cover.jpg
-match:$left(%_path%,$strrchr(%_path%,'\'))..\Cover.jpg
match:$left(%_path%,$strrchr(%_path%,'\'))Back.jpg
-match:$left(%_path%,$strrchr(%_path%,'\'))..\Back.jpg
match:$left(%_path%,$strrchr(%_path%,'\'))CD.jpg
-match:$left(%_path%,$strrchr(%_path%,'\'))..\CD.jpg