i need some help folks :/
i am all new to this coding etc. so show some mercy pls
this is my current code:
$if(%_isplaying%,
$imageabs2(,,,,,,$sub(%_width%,75),$sub($div(%_height%,2),38),'C:\programme\foobar2000\images\arrows.png',)
$imageabs2(474,90,,,,,0,-13,'C:\Programme\foobar2000\components\Untitled-1.png',)
$padding(4,2)
$align(left,bottom)$font(Swis721 Cn BT D-Type,10,bold glow-91-100-111 glowblur-10,203-206-211)
$font(Swis721 Cn BT D-Type,10,bold glow-91-100-111 glowblur-10,203-206-211)$get(head)Length: $font(Swis721 Cn BT D-Type,10,bold glow-129-138-150 glowblur-10,255-255-255)$get(info)$if(%_isplaying%,%_time_elapsed%$get(anno)$if(%_length%, / %_length%,)$if(%_time_elapsed%, / $muldiv(%_time_elapsed_seconds%,100,%_length_seconds%)'%')$if(%_length%, / -%_time_remaining%),%_length%)$char(10)
$font(Swis721 Cn BT D-Type,10,bold glow-91-100-111 glowblur-10,203-206-211)$get(head)Quality: $font(Swis721 Cn BT D-Type,10,bold glow-129-138-150 glowblur-10,255-255-255)$if(%__codec%, $get(info)%__codec%) $get(info)
$if2(%__bitrate_dynamic%,%__bitrate%) $get(anno)Kb/s $if($stricmp(%__codec%,mp3),$if($stricmp(%__extrainfo%,vbr),VBR,CBR))
$char(10)
$if(%__lame_version%,$get(head)Encoder: $font(Swis721 Cn BT D-Type,10,bold glow-129-138-150 glowblur-10,255-255-255)$get(info)$left(%__lame_version%,4) $right(%__lame_version%,4) [$upper(%__lame_profile%)]$char(10),)
$if(%__flac_vendor%,$get(head)Encoder: $font(Swis721 Cn BT D-Type,10,bold glow-129-138-150 glowblur-10,255-255-255)$get(info)$if($stricmp(%__flac_vendor%,reference libFLAC 1.1.2 20050205),FLAC 1.1.2 -8)$char(10),)
$if(%__mpc_profile%,$get(head)MPC Profile: $font(Swis721 Cn BT D-Type,10,bold glow-129-138-150 glowblur-10,255-255-255)$get(info)%__mpc_profile%$char(10),)
$font(Swis721 Cn BT D-Type,10,bold glow-91-100-111 glowblur-10,203-206-211)$get(head)Compression: $font(Swis721 Cn BT D-Type,10,bold glow-129-138-150 glowblur-10,255-255-255)$get(info)$div(1411,%__bitrate%).$substr($muldiv(1411,100,%__bitrate%),2,3):1 '('$get(info)$muldiv(%__bitrate%,100,1411)$get(anno)'% of original quality)'$char(10)
$font(Swis721 Cn BT D-Type,10,bold glow-91-100-111 glowblur-10,203-206-211)$get(head)Channel Mode: $font(Swis721 Cn BT D-Type,10,bold glow-129-138-150 glowblur-10,255-255-255)$get(info)$if($stricmp($codec(),MP3),$get(space2)$caps(%__mp3_stereo_mode%),
$if(%__channels%,$ifgreater(%__channels%,1,Stereo,Mono),'?'))$char(10)
$if(%__bitspersample%,$font(Swis721 Cn BT D-Type,10,bold glow-91-100-111 glowblur-10,203-206-211)$get(head)Bitdepth: $get(info)%__bitspersample% bits/sample$char(10),)
$if(%__samplerate%,$font(Swis721 Cn BT D-Type,10,bold glow-91-100-111 glowblur-10,203-206-211)$get(head)Samplerate: $font(Swis721 Cn BT D-Type,10,bold glow-129-138-150 glowblur-10,255-255-255)$get(info)$div(%__samplerate%,1000).$substr(%__samplerate%,3,3) KHz $char(10))
$if(%_filesize%,$font(Swis721 Cn BT D-Type,10,bold glow-91-100-111 glowblur-10,203-206-211)$get(head)Filesize: $font(Swis721 Cn BT D-Type,10,bold glow-129-138-150 glowblur-10,255-255-255)$get(info)
$div(%_filesize%,1048576).$left($num($muldiv($mod(%_filesize%,1048576),100,1048576),2),2) $get(anno)'MB'$char(10),)
$align(right,bottom)
$font(calibri,8,bold glow-129-138-150 glowblur-10,255-255-255)
$upper(%title%)
$font(calibri,8,bold glow-91-100-111 glowblur-10,129-138-150)
/
$font(calibri,8,bold glow-91-100-111 glowblur-10,203-206-211)
$upper(%artist%)
,
$imageabs2(66,66,,,,,$sub($div(%_width%,2),33),$sub($div(%_height%,2),38),'C:\programme\foobar2000\images\arrows.png',))
//////////TRACKINFO MOD PROGRESS BAR
$padding(0,0)
$drawrect(,,,10,brushcolor-null pencolor-222-225-228)
$puts(progress,$muldiv(%playback_time_seconds%,$sub(%_width%,10),%length_seconds%))
$ifgreater($get(progress),0,
$padding(2,2)$drawrect(,,$get(progress),6,brushcolor-190-197-203 pencolor-null),)
/////////////PLAYLIST DROPDOOOWN
%index%/%total% %title%
$hsl(140,25,121)
$if(%isactive%,' (active'$if(%isplaying%,', playing')')',$if(%isplaying%,' (playing)'))
$tab(2)[ '('%lock%')']
$hsl(140,25,121)' ('
%size% tracks @ %length%')'
and this is what it looks like:
as you can see, i was trying to add that image on top and it just doesnt look right. i'd like that image to be width dynamic and also show up when im not playing music.
any help is appreciated!
thx in advance.