Help - Search - Members - Calendar
Full Version: anyone help me in code?
Hydrogenaudio Forums > Hosted Forums > foobar2000 > General - (fb2k)
Dogs1985
can anyone help me in code? tongue.gif
in track info i want to display:
audio type, file size, bitrate, sample rate and channel laugh.gif
Russell777
Here you go
steliyan
$font(calibri,9,,225-225-225)
[%codec%][ %codec_profile%] | %bitrate%kbps | $caps2(%channels%) |
$div(%samplerate%,1000)','$padcut($mod(%samplerate%,1000),1)KHz
$ifequal(%filesize%,0,, | ~$div(%filesize%,1048576)','$cut($mod(%filesize%,1048576),2)MB))$char(10)

This is mine, needs some rewriting, but I think will work for you.
Dogs1985
QUOTE
Here you go

QUOTE
$font(calibri,9,,225-225-225)
[%codec%][ %codec_profile%] | %bitrate%kbps | $caps2(%channels%) |
$div(%samplerate%,1000)','$padcut($mod(%samplerate%,1000),1)KHz
$ifequal(%filesize%,0,, | ~$div(%filesize%,1048576)','$cut($mod(%filesize%,1048576),2)MB))$char(10)


thank you.
HashY~MiKA
hai, i require a little help in code as well so ill hold back from makin a new thread =)

I'd like to put something like a "sum of filesizes of songs in current playlist" thingy and/or total playlist length (the time) in the status bar (kinda like that bit of info in the bottom of every itunes player)
except im kinda struggling to see how i can do it..
im currently running foobar2000 9.4.1 + Columns UI

i was thinking along the lines of something like $meta(something) till i realized that stuff was under 'general' in the playlist properties o.O, is there any way to display these things?
please help, thx in advance =)
steliyan
CODE
$if(%isplaying%,> %title% < ,%title%)
$tab()
'['%length%'h] '
$ifgreater($div(%filesize%,1000000000),0.99,
'['$div(%filesize%,1073741824)','$cut($mod(%filesize%,1073741824),2)'GB]',
'['$div(%filesize%,1048576','$cut($mod(%filesize%,1048576),2))'MB]')


This is for foo_uie_playlists_dropdown, I think statusbar can only show the current song, not the whole playlist.
Here how is it looks:
IPB Image
IPB Image
HashY~MiKA
got it working biggrin.gif
bloody awesome biggrin.gif
thanks again =)
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.