shuurajou
100+ Head-Fier
- Joined
- Oct 21, 2002
- Posts
- 327
- Likes
- 11
Wow guys, these look fantastic. I've been using foorbar for quite some time now but never realised anything like this was possible!
Originally Posted by binkgle i got the selected text thing sorted out, but the track info panel thing is still bothering me. here's another link to the screenshot, i just realized the links i provided don't show up ![]() ![]() and another version in case the above doesn't work: [img=http://img439.imageshack.us/img439/6330/noname6rr.th.jpg] see that weird text near the top? yeah, that's a problem. also, also, the arrow things around "song info" and "technical info" look kinda weird to me. how did you make them look like they did at the top of page 5 of this thread: smooth, fading arrows? thx so much for all your help! edit: typos ![]() |
[left]$char(1)C$transition(<▬▬▬▬▬▬▬▬▬▬▬,$get(trans_back),$get(trans_frnt)) $get(white)FFFFFF Song Info $transition(▬▬▬▬▬▬▬▬▬▬▬>,$get(trans_frnt),$get(trans_back))$char(10)[/left]
[left]ffffff$get(playing_mode)Mode: %_trackinfo_mode% $if(%_trackinfo_notrack%,No track, $repeat($char(32),5)$if(%_isplaying%,$select($add(1,$mod(%_time_remaining_seconds%,4)), ,...,..,.,))$char(10)[/left]
Originally Posted by shuurajou Wow guys, these look fantastic. I've been using foorbar for quite some time now but never realised anything like this was possible! |
Originally Posted by TheReds Ok, i see it now. Well, its good you got the highlighted song thing done. Now the track info panel....hmmmmmmmmmm. Well the character i used for those two bars (song and tech info) was Alt + 2 + 2 on the num pad. So just hold alt and double press 2 then let go of alt, and that should give u the thick hyphen..... ▬ . I have no idea why that would show those like little midget hyphens lol. Could you post your code for track info panel. Either that or just make sure the code for the lines are: Code:
Code:
^^and the same with the tech info I dont really know how that could have changed, who knows, just make sure that it is the exact same as the above. As for the "mode" at the top, ill post the code again, bc i cant really see how that happened. Code:
Code:
PS - did you add composer in the song info section? and also, what abou that little percentage at the very bottom, under the progress bar??? EDIT: WOW, i just noticed you do have the correct "mode" but under it is the wierd line with a percent in front which is also the percent under the progress bar...........wow, ok, lol, maybe post your code just to make sure. Cheers! ![]() |
//MODE
ffffff$get(playing_mode)Mode: %_trackinfo_mode% $if(%_trackinfo_notrack%,No track, $repeat($char(32),5)$if(%_isplaying%,$select($add( 1,$mod(%_time_remaining_seconds%,4)), ,...,..,.,))$char(10)
// progressbar config
$puts(theme,1)
$if($strcmp($get(theme),1),
$puts(progress_color1,ff6d66)
$puts(progress_color2,ffe1df)
)
$puts(progress_color1a,$blend($get(progress_color1 ),000000,1,4.5))
$puts(progress_color2a,$blend($get(progress_color2 ),000000,1,5.7))
// progressbar
$puts(progressbar,
$if(%_length_seconds%,
$puts(progress_color1a,$blend($get(progress_color1 ),ffffff,1,4.5))
$puts(progress_color2a,$blend($get(progress_color2 ),000000,1,5.7))
$puts(progress,$muldiv(%_time_elapsed_seconds%,$ge t(progress_length),%_length_seconds%))
$transition($repeat($get(progress_char),$get(progr ess)),$get(progress_color1a),$get(progress_color1) )
$transition($repeat($get(progress_char),$sub($get( progress_length),$get(progress))),$get(progress_co lor2a),$get(progress_color2))
$pad_right($muldiv(%_time_elapsed_seconds%,100,%_l ength_seconds%),3)'%'
,streaming...
))
$get(progressbar))
$puts(text1,ffffff)
$puts(text2,0000ec)
// transition color for fading out
$puts(trans_back,0000ec)
// transition color for foreground
$puts(trans_frnt,FFFFFF)
//Shows Mode and simple "..." ticker
Mode:$char(1)%_trackinfo_mode% $if(%_trackinfo_notrack%,No track, $repeat($char(32),5)$if(%_isplaying%,$select($add( 1,$mod(%_time_remaining_seconds%,4)), ,...,..,.,))$char(10)
//Line Break
$char(10)
//displays 'Song Info' title bar
$char(1)C$transition(<▬▬▬▬▬▬▬▬▬▬▬,$get(trans_back) ,$get(trans_frnt) ) $get(white)FFFFFF Song Info $transition(▬▬▬▬▬▬▬▬▬▬▬>,$get(trans_frnt),$get(tra ns_back))$char(10)
//Song info
$char(10)
4C4C4C - Title:0000ec $if3(%title%,'...')$char(10)
4C4C4C - Artist:0000ec $if3(%artist%,'('unknown artist for this track')')$char(10)
4C4C4C - Album:0000ec $if3(%album%,'('unknown album for this track')'))$char(10)
4C4C4C - Composer:0000ec $if3(%composer%,'('Unknown composer for this track')')$char(10)
4C4C4C - Genre:0000ec $if2(%genre%,'...')$char(10)
4C4C4C - Track length:0000ec $if(%_isplaying%,[%_time_elapsed%]$if(%_time_total%,'/'%_time_total%),%_length%) $if(%_time_total_seconds%,808080'('Percent: $pad_right($muldiv(%_time_elapsed_seconds%,100,%_t ime_total_seconds%),1)'%)')$char(10)
4C4C4C - Tracknumber: 0000ec$num(%tracknumber%,)[ of $get(ntracks)]$char(10)
4C4C4C - Release date:0000ec $if3(%date%,'...')$char(10)
//Line Break
$char(10)
// displays 'Technical Info' title bar
$char(1)C$transition(<▬▬▬▬▬▬▬▬▬▬▬,$get(trans_back) ,$get(trans_frnt) ) $get(white)ffffffTechnical Info $transition(▬▬▬▬▬▬▬▬▬▬▬>,$get(trans_frnt),$get(tra ns_back))$char(10)
//Line Break
$char(10)
//Tech Info
4C4C4C - File size:0000ec $div(%_filesize%,1048576).$left($num($muldiv($mod( %_filesize%,1048576),1000,1048576),3),2)' MB'$char(10)
4C4C4C - Codec:0000ec %__codec%$char(10)
4C4C4C - Compression: 0000ec$div(1411,%__bitrate%).$substr($muldiv(141 1,100,%__bitrate%),2,3):1 '['$muldiv(%__bitrate%,100,1411)'%]'$char(10)
4C4C4C - Bitrate: $get(text2)%__bitrate%Kbps$char(10)
$if(%__mpc_profile%,Profile: $get(text2)%__mpc_profile%$char(10),)
$if(%__lame_version%,LAME: $get(text2)%__lame_version% %__lame_profile%$char(10),)
$if(%__compression%,Mode: $get(text2)%__compression%$char(10),)
4C4C4C - Samplerate: $get(text2)$if(%__bitspersample%,%__bitspersample% bit ,)%__samplerate%Hz$char(10)
4C4C4C - Channels: 0000ec $if($stricmp($codec(),MP3),%__mp3_stereo_mode%,$if greater(%__channels%,1,Stereo,Mono))$char(10)
4C4C4C - Track Gain:0000ec $if3(%__replaygain_track_gain%, RG not applied)$char(10)
4C4C4C - Album Gain:0000ec $if3(%__replaygain_album_gain%, RG not applied)$char(10)
808080 - Comments: 0000ec$if3(%comment%, No comments available)$char(10)
// progressbar config
$puts(progress_char,¦)
$puts(progress_length,80)
$if($strcmp($get(theme),1),¦¦
$puts(progress_color1,$rgb(164,235,12))
$puts(progress_color2,$rgb(54,106,179))
)
// PREPARE COLOR-STRINGS
// =========================================
$puts(progress_color1a,$blend($get(progress_color1 ),00ff00,1,4.5))
$puts(progress_color2a,$blend($get(progress_color2 ),ff0000,1,5.7))
// progressbar
$puts(progressbar,
$if(%_length_seconds%,
$puts(progress,$muldiv(%_time_elapsed_seconds%,$ge t(progress_length),%_length_seconds%))
$transition($repeat($get(progress_char),$get(progr ess)),$get(progress_color1a),$get(progress_color1) )
$transition($repeat($get(progress_char),$sub($get( progress_length),$get(progress))),$get(progress_co lor2a),$get(progress_color2))
$pad_right($muldiv(%_time_elapsed_seconds%,100,%_l ength_seconds%),3)'%'
,streaming...
)
)
$char(10)
$get(progressbar)
[\code]
yes, i did add a composer tag (figured out how to do it by looking at other tags in the panel code)
oddly enough, when i try to put those long arrow thing in my code in foobar, i just get boxes (you know those boxes you get when your computer doesn't understand the font?). Oddly enough, i see the arrows fine in notepad and in firefox, just not in foobar.
whenever i start foobar i get the console popping up telling me i don't have the silkscreen font installed. could this be the issue? i'll try to find silkscreen on google
no, i didn't add the percentage under the progress bar, and, frankly, i'd like that gone, too
thanks so much,
Jack
ERROR (foo_input_std) : referenced file doesn't exist[\code]
then, after that, i get the follwoing message in the console :
[code]INFO (foo_looks) : Initializing GDI+
INFO (CORE) : startup time: 2953 ms[\code]
the startup time varies each time i open foobar (for pretty obvious reasons, foobar doesn't open in exactly the same time every time).
a) I would like not to get the console popping up at all
b) i still have the boxes instead of arrows
thereds, could you search your font folder for any fonts named silkscreen and could you please zip them up and upload 'em?
thx so much for your help,
Jack
Originally Posted by binkgle i'm just dling the fonts you uploaded, i'll try em out and report back immediately edit: sorry, doesn't work. hmm. what font do you have the track info panel set to? |
Originally Posted by binkgle thereds, would you having anything against me linking to this thread and also to the image of your foobar setup and your track info code on hydrogen audio? we may be able to get some more input there. i would also provide a link to page six of this thread, which is relly the most important for these weird problems i'm having. of course, i would link to the hydrogen audio thread here, too. |