Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Album Art Panel - set order of images (Read 1145 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Album Art Panel - set order of images

Since yesterday I've been using Album Art Panel and I'm loving the flexibility.

But now I want it to display front cover first, then back, then everything else in the folder. Right now my config looks like this:

Code: [Select]
[foo_uie_albumart]
$replace(%path%,%filename_ext%,)front.jpg
$replace(%path%,%filename_ext%,)back.jpg
$replace(%path%,%filename_ext%,)*.jpg
[End]

Of course, this way it repeats front and back cover all the time, I tried excluding front.jpg and back.jpg with the help of conditionals and string comparisons, but it didn't work and now I'm kind of stuck, but I really want it to work.

Does anyone have an idea or suggestion how to set the Panel up so that front and back come first? Could be a different approach entirely.

 

Re: Album Art Panel - set order of images

Reply #1
Anyone have an idea?