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: foo_uie_albumart not showing default images (Read 3316 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

foo_uie_albumart not showing default images

Hi,

I'm using foo_uie_albumart 2.7.1, and I can't get it to display default images (when no album art is found)

I'm using the following configs, taken right out of searching this website:

-$replace(%path%,%filename_ext%,)*.jpg
-$replace(%path%,%filename_ext%,)folder.*
-$replace(%path%,%filename_ext%,)cover.*
-$replace(%path%,%filename_ext%,)front.*
-components\default.png

and it doesn't show any images. The logging to the console shows that the images can't be found, but if i did the full path like so:

-c:\programs\fb2k\components\default.png

that works.

Any idea why the relative linking doesnt work?

foo_uie_albumart not showing default images

Reply #1
right click on albumart windows and select open directory
then check if there is any image file so you'll know it's something wrong with the script or with your files

foo_uie_albumart not showing default images

Reply #2
Hi,

I'm using foo_uie_albumart 2.7.1, and I can't get it to display default images (when no album art is found)

I'm using the following configs, taken right out of searching this website:

-$replace(%path%,%filename_ext%,)*.jpg
-$replace(%path%,%filename_ext%,)folder.*
-$replace(%path%,%filename_ext%,)cover.*
-$replace(%path%,%filename_ext%,)front.*
-components\default.png

and it doesn't show any images.
And it wouldn't because sources marked with "-" are used if there is no images found in default folder. So you have no default source. "--" is used when you want no-cover picture to be displayed. I use the following config strings:
$replace(%path%,%filename_ext%,)*
-d:\docs\covers\%artist%\%date% - %album%\*
-d:\docs\pics\%artist%\*
d:\docs\pics\%artist%\*
--covers\empty.png

It works this way:
1) shows any picture in directoty with music files
1a) if there are no pictures shows pictures from d:\docs\covers\%artist%\%date% - %album%\*
1b) if there are no pictures too show  pictures from d:\docs\pics\%artist%\*
2) it also shows pictures from d:\docs\pics\%artist%\* ("cycle sources through playback", "skip no cover..." and "cycle all wildcard... randomly" options must be enabled)
3) finally if there are no associated pictures anywhere it shows no-cover picture from --covers\empty.png (i.e. d:\Progs\foobar2000\components\covers\nocover.png)

Quote
-components\default.png

The logging to the console shows that the images can't be found, but if i did the full path like so:

-c:\programs\fb2k\components\default.png

that works.

Any idea why the relative linking doesnt work?

If you want first pattern to work you must create one more "components" folder in "components" folder and put default.png there. 
%foobar_path%\components\components\default.png because the path should be relative to foo_uie_albumart.dll, not to foobar.exe

foo_uie_albumart not showing default images

Reply #3
oh... he is talking about default image

like you said acmodeu, he need to change

-components\default.jpg to
-default.jpg

foo_uie_albumart not showing default images

Reply #4
Awesome man that fixed the problem. I wonder how come all the documentation still gives the default as --components\default.png. Either quite confusing or outdated?

 

foo_uie_albumart not showing default images

Reply #5
Dimension11, you may also check this out.