HydrogenAudio

Hosted Forums => foobar2000 => 3rd Party Plugins - (fb2k) => Topic started by: Steve Forte Rio on 2015-03-13 10:20:36

Title: Autoswitch of front cover, back cover (etc.) display
Post by: Steve Forte Rio on 2015-03-13 10:20:36
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.
Title: Autoswitch of front cover, back cover (etc.) display
Post by: carpman on 2015-03-13 12:16:17
foo_uie_albumart_mod (https://github.com/Duny/foo_uie_albumart_mod/downloads)
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.
Title: Autoswitch of front cover, back cover (etc.) display
Post by: Steve Forte Rio on 2015-03-13 13:46:27
Thanks!

But is there any way to integrate this panel into DUI?
Title: Autoswitch of front cover, back cover (etc.) display
Post by: newmatrix on 2015-03-13 15:56:44
Try, script "Now Playing" from marc2003. Change option "Image source" on "Custom folder" and enable option "Cycle". That all. WSH exist in DUI.