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: single_column_playlist: loading cover art (Read 2107 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

single_column_playlist: loading cover art

i have all my albumart in "C:\Documents and Settings\Blitzkrieg\Mina dokument\COVER ART FOR FOOBAR"

i don´t know hos i should edit this code to work with that :/ ..... where i store my album art, they are named like this %artist% - %album%.jpg


Code: [Select]
$font(cambria,12,bold,164-171-179)
$drawrect(0,0,0,0,brushcolor-240-240-240 pencolor-null)

$imageabs2(84,84,,,,,5,3,'c:\Program Files\foobar_frantic\images\noalbum.png',)
$imageabs2(84,84,,,,,5,3,$replace(%path%,%filename_ext%,)folder.png,)
$imageabs2(84,84,,,,,5,3,$replace(%path%,%filename_ext%,)folder.jpg,)
$imageabs2(84,84,,,,,5,3,$replace(%path%,%filename_ext%,)image.jpg,)
$imageabs2(84,84,,,,,5,3,$replace(%path%,%filename_ext%,)*.jpg,)
$imageabs2(84,84,,,,,5,3,'c:\Program Files\foobar_frantic\images\artoverlay.png',)

$alignabs(92,40,$add(%_width%,-107),20,left,top)
$lower($if2(%album artist%,%artist%))
$alignabs(92,55,$add(%_width%,-107),20,left,top)
$font(Swis721 Cn BT D-Type,14,,138-145-153)
%album%$font(Swis721 Cn BT D-Type,14,bold,120-120-120)[ %date%]
$alignabs(92,71,$add(%_width%,-107),20,left,top)
$font(calibri,9,bold,153-153-153)[$upper(%genre%)]





the code is for single_column_ui_playlis



sorry for the crappy english =) .... im a swede =)




oops , just discovered i posted this in the wrong part of the forum, did i ? . if so, i´m sorry

 

single_column_playlist: loading cover art

Reply #1
You should be able to use a line like this:
Code: [Select]
$imageabs2(84,84,,,,,5,3,C:\Documents and Settings\Blitzkrieg\Mina dokument\COVR ART FOR FOOBAR\%artist% - %album%.jpg,)