HydrogenAudio

Hosted Forums => foobar2000 => 3rd Party Plugins - (fb2k) => Topic started by: trella on 2007-04-25 16:02:18

Title: A little track info mod help
Post by: trella on 2007-04-25 16:02:18
Hello.  I gotta say first off, I really do not know much about coding.  Is there anyway somebody out there could tell me what I need to do to add some album art into my track info mod while maintaining the code I already have?  This is what I have:
Code: [Select]
$if(%_trackinfo_notrack%,
Stopped,

$align(left,top)
$font(forte,15,shadow,170-207-216)%title%$char(10)
$font(,12,,170-207-216)%album% ['['%date%']']$char(10)
$rgb(170-207-216)%artist%$char(10)


$align(right,bottom)
$font(Verdana,10,,170-207-216)%__codec%@%__bitrate%$char(10)
[%playback_time% / ]%length%

$align(left,bottom)
$font(Wingdings 2,13,,)
$if(%rating%,
$select(%rating%,
$rgb(155,0,0)ê,
êê,
êêê,
êêêê,
$rgb(0,155,0)êêêêê),
$rgb(155,155,155)ê)
)


Any help would be greatly appreciated.  Thanks
Title: A little track info mod help
Post by: shakey_snake on 2007-04-25 16:08:37
 
help those who help themselves:
http://wiki.hydrogenaudio.org/index.php?ti...ormat_Reference (http://wiki.hydrogenaudio.org/index.php?title=Foobar2000:Titleformat_Reference)
http://wiki.hydrogenaudio.org/index.php?ti...rackinfo_mod%29 (http://wiki.hydrogenaudio.org/index.php?title=Foobar2000:0.9_Track_Info_Panel_Mod_%28foo_uie_trackinfo_mod%29)
Foobar is very much a DIY experience.


If someone does this for you now, you're just going come back next time you want something changed.