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 (Read 1108681 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Foo_uie_albumart

Reply #450
Syrek, did you redownload the 0.45?
rexy fixed the CPU thing.
Windows 10 Pro x64 // foobar2000 1.3.10

Foo_uie_albumart

Reply #451
How about let users to config border color in new version

Foo_uie_albumart

Reply #452
Quote
Syrek, did you redownload the 0.45?
rexy fixed the CPU thing.
[a href="index.php?act=findpost&pid=270883"][{POST_SNAPBACK}][/a]


I didn't, now I did 

thnx, I did miss the part where he had fixed this

Foo_uie_albumart

Reply #453
Quote
By the way, I like your avatar. Do you actually have a Dirty doll or is the image just from the cover?[a href="index.php?act=findpost&pid=270742"][{POST_SNAPBACK}][/a]
The latter. Maybe I should get into knitting again, haven't done that since we were forced to in primary school 

Foo_uie_albumart

Reply #454
Sorry if this has already been answered!

Anyone know how to display a different art depending on the file being played, e.g. if you have a mixture of audio files in a single folder and an art for each one of those files, how do you get it to load the correct art if both and audio and art have the same names?

Foo_uie_albumart

Reply #455
Quote
Sorry if this has already been answered!

Anyone know how to display a different art depending on the file being played, e.g. if you have a mixture of audio files in a single folder and an art for each one of those files, how do you get it to load the correct art if both and audio and art have the same names?
[a href="index.php?act=findpost&pid=271340"][{POST_SNAPBACK}][/a]

Try this:
Code: [Select]
match:$replace(%_path%,$ext(%_path%),)*

or this if you want e.g. the jpg with that name:
Code: [Select]
$replace(%_path%,$ext(%_path%),)jpg

Foo_uie_albumart

Reply #456
upNorth: Thanks it works but, what I was really after was the following

match trackname with picturename
if match is true then
display the matched picture
else
display the NoArt picture
end if

The code you gave works, but if no match is found it displays nothing!
I want it do display the default image if no match is found.

Thanks for all the help!

Foo_uie_albumart

Reply #457
Quote
upNorth: Thanks it works but, what I was really after was the following

match trackname with picturename
if match is true then
display the matched picture
else
display the NoArt picture
end if

The code you gave works, but if no match is found it displays nothing!
I want it do display the default image if no match is found.

Thanks for all the help!
[a href="index.php?act=findpost&pid=271371"][{POST_SNAPBACK}][/a]


Is this "NoArt" picture the same for all albums? (that is, is it in the same location for every file?).  If so, you just need to add the default image as a source under the matched picture, making sure to use a hyphen in front of it, like:

Code: [Select]
$replace(%_path%,$ext(%_path%),)jpg
-components\default.jpg


(assuming your default image is in the foobar2000\components folder)

Foo_uie_albumart

Reply #458
Thats funny!

I used your code, and now I get no art at all!

Foo_uie_albumart

Reply #459
Excellent plugin! Thank you

Foo_uie_albumart

Reply #460
Quote
Thats funny!

I used your code, and now I get no art at all!
[{POST_SNAPBACK}][/a]


I'm sorry 

Did you enter each line as a separate entry in the source list?  Buried in this thread is a description of how the source list works for the newer versions of the albumart panel.  Specifically, here is rexy's post where he describes the whole system:

[a href="http://www.hydrogenaudio.org/forums/index.php?showtopic=29383&st=400#]http://www.hydrogenaudio.org/forums/index....c=29383&st=400#[/url]

Hopefully you can see what I was trying to accomplish with the code I gave.

Foo_uie_albumart

Reply #461
Quote
.44 worked fine for me but .45 does not want to display images except the default ones in the foobar directory.  It's like it doesn't find them anymore, either with my old config or when i reset.  I'm on win98.  When I go "open directory", it always points to the one containing the first file open when fb opened.  But it doesn't find even files in this directory.

stripe/ben
[a href="index.php?act=findpost&pid=270750"][{POST_SNAPBACK}][/a]

update: It is displaying the art from the album that is queued when fb is loaded, but then it will never update it.  It flickers when you click 'refresh image' but still loads the old one.  It looks like all the image things are working except that they are not getting updated when the track is changed.  None of the 'behavior' options change anything.

stripe/ben

Foo_uie_albumart

Reply #462
The download link appears to be down. Anyone else having issues with this?

Foo_uie_albumart

Reply #463
Quote
The download link appears to be down. Anyone else having issues with this?
[a href="index.php?act=findpost&pid=271572"][{POST_SNAPBACK}][/a]


Yep. Could someone put up a mirror please?
Thx
eph

Foo_uie_albumart

Reply #464
How about a help file? What is the syntax of the "Sources for all album cover at images" field? If it's standard fb2k syntax, where do I find the documentation?

e.g. what does this "-match:" and "-" mean?

What does a linebreak mean?

Sorry, I don't like searching through over 450 posts, collecting all the snippets and paste my own doc.

Foo_uie_albumart

Reply #465
Quote
How about a help file? What is the syntax of the "Sources for all album cover at images" field? If it's standard fb2k syntax, where do I find the documentation?

e.g. what does this "-match:" and "-" mean?

What does a linebreak mean?

Sorry, I don't like searching through over 450 posts, collecting all the snippets and paste my own doc.
[{POST_SNAPBACK}][/a]


[a href="http://www.hydrogenaudio.org/forums/index.php?showtopic=29383&st=400#]http://www.hydrogenaudio.org/forums/index....c=29383&st=400#[/url]

I just posted this link three or four posts before you posted.  rexy, if you see this, I think this might be a good bit of info to include in the first post.

Foo_uie_albumart

Reply #466
Yeah, some links in the first post would great.

Foo_uie_albumart

Reply #467
very small bug when "allow external control of cover display" is enabled

1)drop files from albumlist panel
2)now select files in albumlist WITHOUT release left button and drop files
3)set focus on playlist

displayed image is locked on droped files, not on played or selected track.
to unlock focus on albumlist and refocus on playlist


great plugin! 
Music is my first love.

Foo_uie_albumart

Reply #468
Ok silly question, how do I actually get the album art to show in the sidebar??

Foo_uie_albumart

Reply #469
Quote
Ok silly question, how do I actually get the album art to show in the sidebar??
[a href="index.php?act=findpost&pid=272164"][{POST_SNAPBACK}][/a]


Right Click the sidebar -> Panel -> Album Art

If you can't see those options, you'll need to dl UI Column and goto Others -> Show all toolbar.

Foo_uie_albumart

Reply #470
I'm having problems with it showing the first .jpg in the folder.  Which usually means that it displays the "back" (Artist - album - back.jpg) cover instead of the front (Artist - album - front.jpg).  Is there anyway to tell it to show the "front" jpg? 

Doing Next/First source seems to have no function.  It displays only one cover even though there are many .jpg files in teh folder. 

Foo_uie_albumart

Reply #471
Quote
I'm having problems with it showing the first .jpg in the folder.  Which usually means that it displays the "back" (Artist - album - back.jpg) cover instead of the front (Artist - album - front.jpg).  Is there anyway to tell it to show the "front" jpg? 

Doing Next/First source seems to have no function.  It displays only one cover even though there are many .jpg files in teh folder.  
[a href="index.php?act=findpost&pid=272209"][{POST_SNAPBACK}][/a]


What sources do you have in your source list?


Foo_uie_albumart

Reply #473
I made a post earlier on this page (page 19) with a link to rexy's instructions about the source list.  Take a read as it explains how the "next source" and "first source" feature works.

The default source list looks for a file called "front.jpg" in the same directory as the currently playing audio file.  It doesn't look for "*front.jpg".

Try replacing the first source with this:

Code: [Select]
$replace(%_path%,%_filename_ext%,)%artist% - %album% - front.jpg


You can add similar code to get it to show the back image as well.

Foo_uie_albumart

Reply #474
Code: [Select]
match:$replace(%_path%,%_filename_ext%,)*front*
match:$replace(%_path%,%_filename_ext%,)*back*


rexy's explanation of cycling

use 'match:' if the source name shall contain the used sheme/string.