Help - Search - Members - Calendar
Full Version: Album Art Sources Config
Hydrogenaudio Forums > Hosted Forums > foobar2000 > 3rd Party Plugins - (fb2k)
ZezinhoTruePlayer
Hi,
I am using AlbumArt since months, it is a great component.

Currently I configured the sources like this:

[foo_uie_albumart]
$left(%_path%,$sub($len(%_path%),$len(%_filename_ext%)))$replace(%artist% - %album%,:,_,?,_,/,_,\,_,³,_,",_,ð,_).*
--E:\Programs\foobar2000\Cover\NoCover\NoCover.png
[End]

AlbumArt finds the albumcovers in the folder of the playing file. If the tag is "Artist - Album - ..." it looks for an image file that is named like "Artist - Album - ...".
If it does not find an image that fits to the playing song it uses the NoCover.png Picture.

Since some weeks im playing audio cd's and I am listening to webradio station's more often.
I know that it it possible to set covers for these events too but I am not really able to write a good enough source configuration =(

I tried some things and finally configured a cover for a webradio stream but then the other things are going crazy.

In which way I have to modigy my sources to add the audio cd an webradio features ?
In addition I plan to create a cover that is displayed if no tracks are loaded. So I would like to add 3 features.
If its possible, how could be the solution ?

My skills in titleformatting strings are not the best, I get problems understanding them sometimes. I think I have some logical problems with understanding these strings.

Sry for my bad english, hope you understand me.

Greetz Zé
ZezinhoTruePlayer
i tried some strings again, but i still did not get it to do its job as i want it =(
freanir
Try the following config.
You need to put the following files in E:\Programs\foobar2000\Cover\NoCover\ :
radio.jpg
cd.jpg

CODE
[foo_uie_albumart]
$left(%_path%,$sub($len(%_path%),$len(%_filename_ext%)))$replace(%artist% - %album%,:,_,?,_,/,_,\,_,³,_,",_,ð,_).*
--$if($stricmp($left(%path%,7),'http://'),E:\Programs\foobar2000\Cover\NoCover\radio.jpg,)
--$if($stricmp($left(%codec%,4),cdda),E:\Programs\foobar2000\Cover\NoCover\cd.jpg,)
--E:\Programs\foobar2000\Cover\NoCover\NoCover.png
[End]
Steele
how would i set it to look for the artist picture in c:\program files\foobar2000\artist\?

currently am using
CODE

$puts(artistPath,$replace(%foobar_path%\Artists,%filename_ext%,%artist%.*))


but i am getting a black box for the artists pictures.


this is using the elegance pui theme.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.