Lowyat.NET Forums

Welcome Guest ( Log In | Register )

76 Pages « < 3 4 5 6 7 > »  
RSS feedReply to this topicStart new topicStart Poll

Outline · [ Standard ] · Linear+

> foobar2000 customization topic, post screenshot here.. (Guide)

hulala
post Mar 27 2005, 10:14 PM
Show posts by this member only |Rating BETA (0+, 0-) | Post #81


Regular
***

Group: Junior Member
Posts: 311
Joined: January 2003





Anyone help me please ? Regarding the status bar scripts...
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
fariz
post Mar 28 2005, 10:03 AM
Show posts by this member only |Rating BETA (0+, 0-) | Post #82


Tan Sri F
Group Icon

Group: Staff
Posts: 12,597
Joined: January 2003
From: Siberia





QUOTE(hulala @ Mar 27 2005, 10:14 PM)
Anyone help me please ? Regarding the status bar scripts...
*


put in Display > Title formatting > status bar tab
CODE
//*****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,A4B6A0)
$puts(col_prog2,677E64)

// 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),)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
hulala
post Mar 28 2005, 09:56 PM
Show posts by this member only |Rating BETA (0+, 0-) | Post #83


Regular
***

Group: Junior Member
Posts: 311
Joined: January 2003





drool.gif Thanks acedriver... i paste the code in my status bar's title formatting there...
What font are you using for the status bar ? my status bar using "Georgia" FONT... so the scroll become "UUUUUUUUUUU"

user posted image
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
fariz
post Mar 29 2005, 12:51 AM
Show posts by this member only |Rating BETA (0+, 0-) | Post #84


Tan Sri F
Group Icon

Group: Staff
Posts: 12,597
Joined: January 2003
From: Siberia





work best using Lucida San Unicode, you can also use Arial
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
hulala
post Mar 29 2005, 06:34 PM
Show posts by this member only |Rating BETA (0+, 0-) | Post #85


Regular
***

Group: Junior Member
Posts: 311
Joined: January 2003





Okies thanks !! Problem solved... Let's say if i want to make a library in foobar2000 like winamp... what component should i have ? Can sort my songs nicely... sleep.gif
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
fariz
post Apr 3 2005, 04:32 PM
Show posts by this member only |Rating BETA (0+, 0-) | Post #86


Tan Sri F
Group Icon

Group: Staff
Posts: 12,597
Joined: January 2003
From: Siberia





QUOTE(hulala @ Mar 29 2005, 06:34 PM)
Okies thanks !! Problem solved... Let's say if i want to make a library in foobar2000 like winamp... what component should i have ? Can sort my songs nicely...  sleep.gif
*


it's not like winamp library, very basic, http://www.hydrogenaudio.org/forums/index....showtopic=29435

i don't use this, so if you have any question, ask in that thread
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
ficxky
post Apr 3 2005, 05:57 PM
Show posts by this member only |Rating BETA (0+, 0-) | Post #87


Regular
***

Group: Junior Member
Posts: 485
Joined: January 2003
From: Selayang






QUOTE(hulala @ Mar 28 2005, 09:56 PM)
drool.gif Thanks acedriver... i paste the code in my status bar's title formatting there...
What font are you using for the status bar ? my status bar using "Georgia" FONT... so the scroll become "UUUUUUUUUUU"

user posted image
*



i got that UUUUU also .. where to change it ?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
fariz
post Apr 3 2005, 11:54 PM
Show posts by this member only |Rating BETA (0+, 0-) | Post #88


Tan Sri F
Group Icon

Group: Staff
Posts: 12,597
Joined: January 2003
From: Siberia





QUOTE(ficxky @ Apr 3 2005, 05:57 PM)
i got that UUUUU also .. where to change it ?
*


change the font, work best using Lucida San Unicode, you can also use Arial

statusbar/systray tab
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
fariz
post Apr 8 2005, 11:44 AM
Show posts by this member only |Rating BETA (0+, 0-) | Post #89


Tan Sri F
Group Icon

Group: Staff
Posts: 12,597
Joined: January 2003
From: Siberia





using navigator suite

user posted image

custom color

$puts(theme_dark,1)

// foreground colors
$puts(standard_color,$rgb(120,120,120))
$puts(special_color,$rgb(255,255,255))
$puts(playing_color,$rgb(48,48,48))
$puts(borders_color,$rgb(48,48,48))

// background colors
$puts(bg_color,$rgb(25,25,25))
$puts(bg_color2,$rgb(35,35,35))

// various symbols used in display
$puts(symbol_seperator,' . ')
$puts(symbol_rating,?)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Joseph Hahn
post Apr 9 2005, 04:09 AM
Show posts by this member only |Rating BETA (0+, 0-) | Post #90


geek in the pink
*******

Group: Senior Member
Posts: 5,158
Joined: January 2003
From: 2°16'2.21"N 102°14'29.82"E






I've been wanting to ask this for a while ... how do you put the sidebar ... on the top ? O.O
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
fariz
post Apr 9 2005, 07:16 AM
Show posts by this member only |Rating BETA (0+, 0-) | Post #91


Tan Sri F
Group Icon

Group: Staff
Posts: 12,597
Joined: January 2003
From: Siberia





There's no sidebar smile.gif

The tab panel stack and albumart are part of the toolbar..

Unlock the toolbar and rearrange it, adjust the minimum height for albumart and tab panel stack..

You also have to go into the 'Other' tab of the Columns UI config and click the box that says Lists all toolbars. Otherwise you won't be able to add the tab panel stack to the top.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Sheonix
post Apr 9 2005, 08:09 AM
Show posts by this member only |Rating BETA (0+, 0-) | Post #92


Regular
***

Group: Junior Member
Posts: 329
Joined: January 2003




ace, can you share the toolbars button in your latest screenshot? Very nice...
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
fariz
post Apr 9 2005, 08:20 AM
Show posts by this member only |Rating BETA (0+, 0-) | Post #93


Tan Sri F
Group Icon

Group: Staff
Posts: 12,597
Joined: January 2003
From: Siberia





QUOTE(Sheonix @ Apr 9 2005, 08:09 AM)
ace, can you share the toolbars button in your latest screenshot? Very nice...
*


get it here: http://www.hydrogenaudio.org/forums/index....showtopic=31728
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Joseph Hahn
post Apr 10 2005, 04:49 PM
Show posts by this member only |Rating BETA (0+, 0-) | Post #94


geek in the pink
*******

Group: Senior Member
Posts: 5,158
Joined: January 2003
From: 2°16'2.21"N 102°14'29.82"E






Thanks acedriver! notworthy.gif thumbup.gif

This post has been edited by Joseph Hahn: May 2 2005, 10:55 PM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
fariz
post Apr 11 2005, 06:22 PM
Show posts by this member only |Rating BETA (0+, 0-) | Post #95


Tan Sri F
Group Icon

Group: Staff
Posts: 12,597
Joined: January 2003
From: Siberia





I don't use sidebar, read my quote..
QUOTE(acedriver @ Apr 9 2005, 07:16 AM)
There's no sidebar smile.gif

The tab panel stack and albumart are part of the toolbar..

Unlock the toolbar and rearrange it, adjust the minimum height for albumart and tab panel stack..

You also have to go into the 'Other' tab of the Columns UI config and click the box that says Lists all toolbars. Otherwise you won't be able to add the tab panel stack to the top.
*

User is offlineProfile CardPM
Go to the top of the page
+Quote Post
QuackSilver
post Apr 11 2005, 06:27 PM
Show posts by this member only |Rating BETA (0+, 0-) | Post #96


O-ha!
Group Icon

Group: Staff
Posts: 3,128
Joined: January 2003
From: Brisbane, Australia







QUOTE(acedriver @ Apr 9 2005, 07:16 AM)
There's no sidebar smile.gif

The tab panel stack and albumart are part of the toolbar..

Unlock the toolbar and rearrange it, adjust the minimum height for albumart and tab panel stack..

You also have to go into the 'Other' tab of the Columns UI config and click the box that says Lists all toolbars. Otherwise you won't be able to add the tab panel stack to the top.
*



ah. but for this, you need foo_uie_tabs smile.gif

edit: Credits to Joseph Hahn for the link smile.gif
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
xordMeztGeR
post May 4 2005, 02:42 PM
Show posts by this member only |Rating BETA (0+, 0-) | Post #97


satu bintang 5 ringgit!! murah murah!
*****

Group: Senior Member
Posts: 817
Joined: January 2003
From: suMwHeRe iN The HeLL






my foobar~

user posted image
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Joseph Hahn
post May 9 2005, 11:44 PM
Show posts by this member only |Rating BETA (0+, 0-) | Post #98


geek in the pink
*******

Group: Senior Member
Posts: 5,158
Joined: January 2003
From: 2°16'2.21"N 102°14'29.82"E






user posted image
Hehe .. just changed to navigator suite. Quite nice. biggrin.gif
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Joseph Hahn
post May 14 2005, 03:49 PM
Show posts by this member only |Rating BETA (0+, 0-) | Post #99


geek in the pink
*******

Group: Senior Member
Posts: 5,158
Joined: January 2003
From: 2°16'2.21"N 102°14'29.82"E






Weird. blink.gif

Anyway this is my foobar latest look, with navigator suite. biggrin.gif
user posted image

This post has been edited by Joseph Hahn: May 16 2005, 03:08 PM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
[the][matrix]
post May 17 2005, 10:05 PM
Show posts by this member only |Rating BETA (0+, 0-) | Post #100


'Yellowish&Dotted'
******

Group: Senior Member
Posts: 1,107
Joined: January 2003






got problems.. wana to susun balik the panels, and this is happen.. my albumart cannot be big like dulu loh.. and i wanna put it on the toolbar not sidebar..

user posted image

thanks.. notworthy.gif

This post has been edited by [the][matrix]: May 17 2005, 10:06 PM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

76 Pages « < 3 4 5 6 7 > » 
Bump TopicReply to this topicTopic OptionsStart new topic
 

Lo-Fi Version Time is now: 23rd November 2008 - 01:19 AM
All Rights Reserved 2003-2008 Vijandren Ramadass (~resistance is futile~)