Hi there,
I really like this component, but there's something that's annoying the s*** out of me. I can't manage to get album cover to show on the popup...
I had the same problem with the albumart panel, but a good soul offered the solution, hope I'm lucky again

My albums are compressed (zip), one file per album, and both the zip and the jpg are in the same folder.
Here's the tagz I use for the albumar panel (works):
match:$replace(%_path%,%_filename_ext%,)*
-$substr(%_path%,1,$strrchr(%_path%,'\'))folder.jpg
-match:$replace(%_path%,%_filename_ext%,)..\*
-components\folder.jpg
And here's what I tried for prettypopup (does not work):
match:$replace(%_path%,%_filename_ext%,)*;$substr(%_path%,1,$strrchr(%_path%,'\'))folder.jpg;match:$replace(%_path%,%_filename_ext%,)..\*;components\folder.jpg;;|E:\Folder;*
It just shows the jpg I have in E: intended for those albums for which I don't have the cover image.
Any ideas how to work this out?
Thanks a lot