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: Autoswitch of front cover, back cover (etc.) display (Read 2354 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Autoswitch of front cover, back cover (etc.) display

Hi.

I need to add an Album Art Viewer to the foobar2000 layer, whis is able to autoswitch (for example every minute) between Front cover, back cover and so on.
What plugin should I use?

Thanks.
🇺🇦 Glory to Ukraine!

Autoswitch of front cover, back cover (etc.) display

Reply #1
foo_uie_albumart_mod
It has an option to select the background colour. It also allows for cycling through artworks from various sources.

C.

EDIT: Just to be a little more helpful, when it comes to sources it's very configurable and allows for a hierarchical selection: THIS, IF NOT THEN THIS, OTHERWISE THIS, THEN THAT etc..

Example:

The following would look for the album cover in various file namings then BACK.*, then ARTIST1, ARTIST2. Notice the "-" which acts as "OTHERWISE THIS". So, if it finds front.jpg it will skip looking for cover.* and folder.* and images/nocover.* and go straight to look for (e.g.) Mozart1.jpg. Hope that helps.

Code: [Select]
$replace(%path%,%filename_ext%,)front.*
-$replace(%path%,%filename_ext%,)cover.*
-$replace(%path%,%filename_ext%,)folder.*
-$replace(%path%,%filename_ext%,)images\nocover.*
$replace(%path%,%filename_ext%,)back.*
$replace(%path%,%filename_ext%,)images\%artist%1.*
$replace(%path%,%filename_ext%,)images\%artist%2.*

C.
PC = TAK + LossyWAV  ::  Portable = Opus (130)

Autoswitch of front cover, back cover (etc.) display

Reply #2
Thanks!

But is there any way to integrate this panel into DUI?
🇺🇦 Glory to Ukraine!

 

Autoswitch of front cover, back cover (etc.) display

Reply #3
Try, script "Now Playing" from marc2003. Change option "Image source" on "Custom folder" and enable option "Cycle". That all. WSH exist in DUI.