
any1 know how to make the seperator line between the visualisation and trackinfo to become invisible or black?
Guide foobar2000 customization topic, post screenshot here.
|
|
Aug 26 2006, 03:16 PM
Return to original view | Post
#1
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
Senior Member
3,506 posts Joined: Jan 2003 From: Lumpur |
|
|
|
Aug 28 2006, 07:51 PM
Return to original view | Post
#2
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
Senior Member
3,506 posts Joined: Jan 2003 From: Lumpur |
QUOTE(chicaman @ Aug 28 2006, 03:16 PM) how to get the button work???? I load it....then?? I select the button, but it was transparent...zzz this the code for the status bar:![]() The below part...there is a RED WORDING "PLAYING'" and showing the percentage. Can anyone share this?? QUOTE //*****Start Configure************** // Variables $puts(spacer_symb,' ') $puts(spacer_width,2) $puts(prog_symb1,'●') $puts(prog_symb2,'●') $puts(prog_length,25) $puts(paused_symb,'PAUSED') $puts(cuefile_symb,'Cue File') // Colors $puts(paused_color,0000FF) $puts(streaming_color,008800) $puts(col_prog1,$rgb(85,85,85)) $puts(col_prog2,$rgb(192,192,192)) // Calculation $puts(prog1,$get(col_prog1)$get(prog_symb1)) $puts(prog2,$get(col_prog2)$get(prog_symb2)) $puts(spacer,$repeat($get(spacer_symb),$get(spacer_width))) //*****End Configure**************** //Show if it is a cue file $if(%__cue_audiotype%,$get(cuefile_symb)$get(spacer),) //Draw 'Streaming' for streaming (radio...) $if(%_time_total%,,$get(streaming_color)'Streaming'$get(spacer)) //Draw codec $if(%__codec%,%__codec%,) //Draw bitrate $if(%__bitrate%,$get(spacer)%__bitrate%'kbps',) //Draw extra info, if any $if(%__extrainfo%,$get(spacer_symb)%__extrainfo%,) //Draw samplerate $if(%__samplerate%,$get(spacer)$cut(%__samplerate%,2)'kHz',) //Draw channels $if(%__channels%,$get(spacer)$ifgreater(%__channels%,2,%__channels%ch,$ifgreater(%__channels%,1,Stereo,Mono)) ,) //Draw ReplayGain info $if(%__replaygain_track_gain%, $get(spacer)$if(%__replaygain_album_gain%, $if(%__replaygain_album_gain%, %__replaygain_album_gain%), $if(%__replaygain_track_gain%,%__replaygain_track_gain%)), ) //Draw progress bar (checking total because of streaming) $if(%_time_total_seconds%,$get(spacer) $progress2(%_time_elapsed_seconds%,%_time_total_seconds%,$get(prog_length),$get(prog1),$get(prog2)),) //Draw progress in % (checking total because of streaming) $if(%_time_total_seconds%,' ='$pad_right($muldiv(%_time_elapsed_seconds%,100,%_time_total_seconds%),3)'%',) //Draw 'Listened for:' for streaming (radio...) $if(%_time_total%,,$get(spacer)$get(spacer)$get(streaming_color)'Listened for:') //Draw time (checking total and remaining because of streaming) $get(spacer) %_time_elapsed% //$if(%_time_total%,'/'%_time_total%,) $if(%_time_remaining%,$get(spacer)' [R: '%_time_remaining%']',) //Right adjust from now on $char(9) //Display "PAUSED" if track is paused $if(%_ispaused%,$get(spacer)$get(paused_color)$get(paused_symb),) |
|
|
Aug 28 2006, 08:02 PM
Return to original view | Post
#3
|
![]() ![]() ![]() ![]() ![]() ![]() ![]()
Senior Member
3,506 posts Joined: Jan 2003 From: Lumpur |
^its not working
basically i want to merge the visualization and the info together so it look nice.. |
| Change to: | 0.0359sec
0.39
7 queries
GZIP Disabled
Time is now: 4th December 2025 - 04:56 PM |