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: How to read album art metatag? (Read 2121 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Album Art Panel: How to read album art metatag?

I am using the component Album Art Panel (not the same as CUI artwork panel)
foo_uie_albumart v0.2.7.1
My list of sources is currently this:
Code: [Select]
[foo_uie_albumart]
--F:\Program Files\foobar2000\custom look\NoAlbumArt.png
$replace(%path%,%filename_ext%,)*.jp*g
$replace(%path%,%filename_ext%,)*.png
$replace(%path%,%filename_ext%,)*.bmp
$replace(%path%,%filename_ext%,)*.gif
$replace(%path%,%filename_ext%,art*\)*.jp*g
$replace(%path%,%filename_ext%,art*\)*.png
$replace(%path%,%filename_ext%,art*\)*.bmp
$replace(%path%,%filename_ext%,art*\)*.gif
$replace(%path%,%filename_ext%,cover*\)*.jp*g
$replace(%path%,%filename_ext%,cover*\)*.png
$replace(%path%,%filename_ext%,cover*\)*.bmp
$replace(%path%,%filename_ext%,cover*\)*.gif
[End]

i have just recently noticed that it doesn't show the album art, if the only source is the tag.
i.e. when the artwork is embedded within the file

so... how can i include the artwork meta tag as a source?
or how to read the artwork meta tag from, say, an mp3 file?
like... by using $meta(name) maybe?
i tried a few things but no luck.

i might have missed something (again)
any help would be greatly appreciated