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: [CRASHWARE] updated foo_uie_albumart (Read 700325 times) previous topic - next topic
0 Members and 6 Guests are viewing this topic.

[CRASHWARE] updated foo_uie_albumart

Reply #326
Many thanks for the update. I really like the transition effect very much.

There are only two features I really miss for this plugin:

1) Automatic cycling between sourses via an adjustable timer
2) Simple mode. It looks like many people have problems setting up sources correctly and even if you can it takes you quite a while.

Cheers,

Chris

[CRASHWARE] updated foo_uie_albumart

Reply #327
Thank you acedriver!

[CRASHWARE] updated foo_uie_albumart

Reply #328
By the way is there someway you can change the default Album Art panel? Like when a song isn't selected or no Album art is found instead of going to black it'd look cool if there were a Foobar logo instead or something!

Just add this as the last source in your list:

Code: [Select]
-components\default.jpg

And put the image you want to use in foobar2000's components directory with the name "default.jpg" (or you could change the path to be whatever you want).  this thread has some example "no cover" images.

edit: d'oh! didn't see there was another page in the thread.

[CRASHWARE] updated foo_uie_albumart

Reply #329
I can't get it work. Please tell me step for step how to do what. With an example please
i have the newest version of foobar2000

[CRASHWARE] updated foo_uie_albumart

Reply #330
I just updated foo_uie_albumart to this enw version and i'm not able to add the album art panel anymore, i'm using Columns UI v0.1.3 beta 1v5

Wich version should i use to get this new version work?
Sorry for the bad english, I'm french .

[CRASHWARE] updated foo_uie_albumart

Reply #331
Update your Column UI to 0.1.3 beta 1v5 ( I see, you've just edited your post )
Are you using the latest albumart (0.164a) ?
Both are working like a charm here with fooby 0.9.1

[CRASHWARE] updated foo_uie_albumart

Reply #332
ok thanks!

It's working now with the 0.164a i thought i was using the latest version but i actually wasn't.
Sorry for the bad english, I'm french .

[CRASHWARE] updated foo_uie_albumart

Reply #333
where can i find version 0.164a


[CRASHWARE] updated foo_uie_albumart

Reply #335
thanx but now i have a second question.

It only shows a small picture how can it get my own pictures ?

[CRASHWARE] updated foo_uie_albumart

Reply #336
Add the following to your "Sources"

Code: [Select]
match:$replace(%_path%,%_filename_ext%,)*front*
match:$replace(%_path%,%_filename_ext%,)*cd*
match:$replace(%_path%,%_filename_ext%,)*back*
-match:$replace(%_path%,%_filename_ext%,)*


Fooby will pick front.jpg first in your folder and then cd.jpg and so on.

[CRASHWARE] updated foo_uie_albumart

Reply #337
u r so good  so i think you now this. Now it only shows the time in this way:  0:57/5:37 but i want to add how much time is rest. How looks the code

[CRASHWARE] updated foo_uie_albumart

Reply #338
Try this and adjust it the way you like.

Code: [Select]
$tab(1)
$if(%_time_elapsed%,%_time_elapsed%)
$if(%_time_total%,' / '%_time_total%)
$if(%_time_remaining%,' ['%_time_remaining%']')
$puts(progress,$muldiv(%_time_elapsed_seconds%,1000,%_time_total_seconds%))
$if(%_time_total%,' ('
$ifgreater(10,$get(progress),'0.'$right($get(progress),1),
$ifgreater(100,$get(progress),$left($get(progress),1)'.'$right($get(progress),1),
$ifgreater(1000,$get(progress),$left($get(progress),2)'.'$right($get(progress),1),
$ifequal(1000,$get(progress),'100',))))'%)')


Oh well, that might look scary, eh!
For what you want, I guess this should be enough

Code: [Select]
$if(%_time_remaining%,' ['%_time_remaining%']')

[CRASHWARE] updated foo_uie_albumart

Reply #339
i have following question:
i see there is an option to place an background image, something like:
Code: [Select]
-Albumart\images\bg.png

if i understand right this background-image is not displayed when an cover is found and displayed by this code:
Code: [Select]
$replace(%_path%,%_filename_ext%,)cover.jpg


well, i would like to ask for some features. while i´m not a coder i don´t know if it´s possible.
i would like to use and bg-image constantly, which should be displayed all time while an found cover-image is displayed above it. further more i would like to use an third image on top with transparent png support.

result of all this should be for example (starting from bottom):
background-image: jewel-case
middle-image: cover-artwork
top-image: transparent png (f. e. gloss effect)

further more, to get this jewel-case scenario working it would be necessary to have an option to "place" the cover-image in position, f.e. something like this:
Code: [Select]
[Bg]
Width=204
Height=204

[AlbumArt]
Show=1
Top=6
Left=32
Width=155
Height=152
DrawOverlay=1
DrawOverlayActualSize=1

would something like this be possible?

and another question: any chance to get albumart changing in relation to "selected song" and "currently playing"? maybe but albumart and trackinfo together, well, if possible.

[CRASHWARE] updated foo_uie_albumart

Reply #340
"Failed to load DLL: foo_uie_albumart.dll
Reason: This component is missing a required dependency, or was made for different version of foobar2000."

With latest beta ..

 

[CRASHWARE] updated foo_uie_albumart

Reply #341
"Failed to load DLL: foo_uie_albumart.dll
Reason: This component is missing a required dependency, or was made for different version of foobar2000."

With latest beta ..

Do you have foobar v0.9 or higher?

[CRASHWARE] updated foo_uie_albumart

Reply #342

"Failed to load DLL: foo_uie_albumart.dll
Reason: This component is missing a required dependency, or was made for different version of foobar2000."

With latest beta ..

Do you have foobar v0.9 or higher?

and... do you have latest Columns UI installed?
Nothing is impossible if you don't need to do it yourself.

[CRASHWARE] updated foo_uie_albumart

Reply #343
and another question: any chance to get albumart changing in relation to "selected song" and "currently playing"? maybe but albumart and trackinfo together, well, if possible.

This should already be possible.  I think by default, if you double-click the panel, it will switch between "follow cursor" and "now playing" modes.  It's also available in the context menu when you right-click the panel ("Toggle follow cursor").

Since you mentioned the behavior of the sources list, I might as well point out the wiki article I wrote a while back explaining the sources list in detail:

Explanation of sources list

One of these days I'll edit this information into the main album art panel article (not sure why a second one was created anyway, but yeah, no big deal  )


[CRASHWARE] updated foo_uie_albumart

Reply #345
I'm not sure if this has ever been suggested before, but i have a small feature request:

An option to change the colour of the border ('Draw a black pixel border'). The panel looks rad with this turned on, but black is way too dark to look right on my visual style.
~


[CRASHWARE] updated foo_uie_albumart

Reply #347
Can i add a second album art panel?

[CRASHWARE] updated foo_uie_albumart

Reply #348
i was wondering if foo_uie_albumart could read images from URL?
I tried it without success but i am not i am trying it the right way...

[CRASHWARE] updated foo_uie_albumart

Reply #349
I have a minor problem and can't figure out why it is happening.  What is happening is that my No Cover image [No Cover.png] isn't coming up if there is a file with no %album% field, i.e. radio streams, instead I get the art for my ROD TV OST Disc 1 image [R.O.D -THE TV- OST Disc I.jpg].  If the field exists then it is fine, no matter what is in it.

These are the lines that I am using for the source:
match:C:\Documents and Settings\Administrator\My Documents\My Music\Album Covers\%album%.*
-C:\Documents and Settings\Administrator\My Documents\My Music\Album Covers\No cover.png