Official Foobar Gallery

Oct 12, 2005 at 1:03 AM Post #106 of 622
Wow guys, these look fantastic. I've been using foorbar for quite some time now but never realised anything like this was possible!
 
Oct 12, 2005 at 4:55 AM Post #107 of 622
Quote:

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
rolleyes.gif




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
rolleyes.gif





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:
[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]

^^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:
[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]

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!
eggosmile.gif
 
Oct 12, 2005 at 4:56 AM Post #108 of 622
Quote:

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!



glad you have been enlightened
cool.gif


Cheers
eggosmile.gif
 
Oct 12, 2005 at 4:57 AM Post #109 of 622
someone still has my audioscrobbler username and password in their foobar, please check this if you have my config. THanks

Cheers
eggosmile.gif
 
Oct 12, 2005 at 6:46 AM Post #110 of 622
Quote:

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:
[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]

^^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:
[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]

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!
eggosmile.gif




ok, here we go.

here's my track info code:

Code:
 //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
 
Oct 13, 2005 at 3:20 AM Post #111 of 622
this thread hadn't been posted in all day! first time in a long time! hey, this isn't dead yet (well, not for me at least)!
 
Oct 13, 2005 at 4:54 AM Post #112 of 622
wow, that wierd. Maybe i do have a special font, who knows..... Anyone have any ideas???? Once you get that silkscreen font report back.....soldier, lol. I have a guy who pm'd me and was getting those boxes for the arrows and the track and album gain. So this could be "the one solution to cure them all" well maybe not, but at least for my crazy characters.

This thread will live forever!


Cheers
eggosmile.gif
 
Oct 13, 2005 at 5:18 AM Post #113 of 622
i found a TT font on google called silkscreen and installed it. now i don't get errors saying that the font silkscreen isn't installed, but now i get the following error (15x the last time i opened foobar, dunno about other times):

Code:
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
 
Oct 14, 2005 at 5:26 AM Post #114 of 622
searched my whole computer for anything to do with silkscreen....nada. Looked in my font folder *(windows > fonts right???). No silkscreen. Did find some "symbol" files though: http://www.megaupload.com/?d=TE1JYMNI

^^ not sure if those will even do anything, try it though.

ANyone else have any ideas???

Cheers
eggosmile.gif
 
Oct 15, 2005 at 1:37 AM Post #116 of 622
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?
 
Oct 15, 2005 at 1:48 AM Post #117 of 622
Quote:

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?




I Have everything set to Tahoma 8 pt. EVERYTHING IS SET TO THAT. i was trying to switch the font one day and i found like 7 different font boxes and all changed them to Tahoma 8 pt until i finally found the one that changed what i wanted. So just go through the prefs and change stuff to Tahoma 8 pt. Hope that works! GOod luck

Cheers
eggosmile.gif


EDIT: the ones i changed were under Preferences >>> :

- Track info panel >>> font >>> change
- Display >>> properties window font
- Columns UI >>> Playlist View >>> Playlist view display settings >>> playlist font & column header font
- Columns UI >>> Playlists >>> Playlist switcher panel display settings >>> font
- Columns UI >>> Statusbar/Systray >>> status bar font...
- Default User Interface >>> Playlist Font... & Status bar font...
- Title formatting >>> font (at bottom)


^^ lol, i probably only needed one of those to achieve what i wanted, but i just did that to make sure i had a uniform look.
 
Oct 15, 2005 at 2:12 AM Post #118 of 622
ok, this is weird. i love tahoma (never really used/seen it before), and while the formatting on the fading "arrows" is better, ie the placement of the pointy part, etc., i still get boxes. i also now cannot see the little arrow next to the track length designating which track is playing, i get a box. as a side note, how do i change the position of this icon, as it would be more useful where you have it, in front of the artist on the far left of the playlist, not in front of the track length on the far right

also on the status bar (if that's what it's called) i now get boxes instead of those cool line things ou have. with arial i had a black bar that filled up with blue as the track progressed. now instead of going from blue to red it goes from black to blue. the color is on the outline of the boxes, nothing fills these boxes in.
 
Oct 15, 2005 at 2:32 AM Post #119 of 622
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.
 
Oct 15, 2005 at 4:15 PM Post #120 of 622
Quote:

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.





Do whatever you want to get this fixed. I am going to be away from my home pc for like a week (going to NC) so i wont be able to help to the extent that i want to. So go ahead and let the foobar gurus of hydrogen give us some advice on whats going on here.

Cheers
eggosmile.gif
 

Users who are viewing this thread

Back
Top