Welcome Guest ( Log In | Register )

Outline · [ Standard ] · Linear+

Guide foobar2000 customization topic, post screenshot here.

views
     
Sp@wnie
post Mar 12 2005, 08:47 AM

sleeper
******
Senior Member
1,138 posts

Joined: Oct 2004
From: MIA



wouhou.... thanks ace, these are wat i need. thumbup.gif
Sp@wnie
post Mar 24 2006, 08:09 PM

sleeper
******
Senior Member
1,138 posts

Joined: Oct 2004
From: MIA



My latest customization for fb2k. credit to Fariz for inspiration.

user posted image
Sp@wnie
post May 17 2006, 08:25 AM

sleeper
******
Senior Member
1,138 posts

Joined: Oct 2004
From: MIA



QUOTE(fariz @ May 14 2006, 07:11 PM)
same layout, different config
*
Man... where do you get all these mpc format stuff? (It seems like easy for you) notworthy.gif

Fariz, do you have a code for arrange the playlist by track number, not by the title alphabet. thank you in advance.

This post has been edited by fariz: May 19 2006, 04:30 PM
Sp@wnie
post Jun 4 2006, 08:25 PM

sleeper
******
Senior Member
1,138 posts

Joined: Oct 2004
From: MIA



My nu foobar blush.gif

user posted image

This post has been edited by Sp@wnie: Jun 4 2006, 08:28 PM
Sp@wnie
post Jun 5 2006, 03:26 AM

sleeper
******
Senior Member
1,138 posts

Joined: Oct 2004
From: MIA



QUOTE(kwekeugene @ Jun 5 2006, 03:02 AM)
How do I change the default buttons using the .fcb file ?

Pardon my noobness. It was .bmp and .png in version v0.83
*
Just untick the checkbox which enable the custom buttons (0.8.3)
only 0.9.1 or higher version use the .fcb file.
smile.gif
Sp@wnie
post Jun 5 2006, 04:59 AM

sleeper
******
Senior Member
1,138 posts

Joined: Oct 2004
From: MIA



QUOTE(kwekeugene @ Jun 5 2006, 03:45 AM)
My question was how to use the .fcb in v0.91 ?
Thank you. I really appreciate it.
*
pardon dude, i tot using 0.8.3. tongue.gif
Sp@wnie
post Jun 5 2006, 07:21 AM

sleeper
******
Senior Member
1,138 posts

Joined: Oct 2004
From: MIA



sorry... double post. blush.gif

enquiry:
can we modify directory structure for album list? i would like to use $(upper) for it but as of now i can't since there is no config for directory structure . (note that my ALL cap in directory structure is because i use swiss font [all cap])

thanks in advance guys.

This post has been edited by Sp@wnie: Jun 5 2006, 07:22 AM
Sp@wnie
post Jun 19 2006, 08:57 PM

sleeper
******
Senior Member
1,138 posts

Joined: Oct 2004
From: MIA



QUOTE(Dominant Star @ Jun 16 2006, 10:06 AM)
A question here...

http://www.hydrogenaudio.org/forums/index....ndpost&p=253639

I found something interesting there which is called format string there:

CODE
$char(1) Mode: %_trackinfo_mode%$char(10)$char(10)$if(%_trackinfo_notrack%,No track,
------------------------------------------------------------------------------------------$char(10)
$char(1)CAbout the song:$char(10)
Artist: %artist%$char(10)
Title: %title%  ->%_length%<-$char(10)
Album: $if3(%album%,still unknown))$char(10)
Release date: $if3(%date%,not available yet)$char(10)
Comments: $if3(%comment%, no comments available)$char(10)
------------------------------------------------------------------------------------------$char(10)
$char(1)CTechnical stuff:$char(10)
$char(1)CCodec: %__codec%                                Bitrate: %__bitrate% Kbit/s$char(10)
Track Gain: $if3(%__replaygain_track_gain%, RG not applied)$char(10)
Album Gain: $if3(%__replaygain_album_gain%, RG not applied)$char(10)
------------------------------------------------------------------------------------------$char(10)
$char(1)CStatistics:$char(10)
This song was played %play_counter% times so far. $char(10)
Last played: %play_date% at %play_time%$char(10)
My rating: $if3(%rating% stars, not rated)

Where do I put this thing and apply it??
=====================================================

May I know what config is this??

Try to search it in the page specified but I didn't manage to find it... sweat.gif

user posted image
=====================================================

OK... manage to put in the format string for the track info.

But now the problem is...

user posted image

Why the statistic don't show up properly??

I mean... last played at ? and ?. It suppose to show up numbers right?? Can anyone help me on this??
:: EDIT ::
Formating string settle... now the config sweat.gif
:: EDIT 2 ::

Format string... help!!!!
*
try this
CODE
$char(1) Mode: %_trackinfo_mode%$char(10)$char(10)$if(%_trackinfo_notrack%,No track,
------------------------------------------------------------------------------------------$char(10)
$char(1)CAbout the song:$char(10)
Artist: %artist%$char(10)
Title: %title%  ->%_length%<-$char(10)
Album: $if3(%album%,still unknown))$char(10)
Release date: $if3(%date%,not available yet)$char(10)
Comments: $if3(%comment%, no comments available)$char(10)
------------------------------------------------------------------------------------------$char(10)
$char(1)CTechnical stuff:$char(10)
$char(1)CCodec: %__codec%                                Bitrate: %__bitrate% Kbit/s$char(10)
Track Gain: $if3(%__replaygain_track_gain%, RG not applied)$char(10)
Album Gain: $if3(%__replaygain_album_gain%, RG not applied)$char(10)
------------------------------------------------------------------------------------------$char(10)
$char(1)CStatistics:$char(10)
This song was played %play_counter% times so far. $char(10)
Last played: $ifgreater($get(days_since_last_play),30,$left($get(last_played),10),
$ifgreater($get(days_since_last_play),1,$get(days_since_last_play)days ago,
$ifgreater($get(days_since_last_play),0,yesterday,
' today '
)))
$char(10)
My rating: $if3(%rating% stars, not rated)



but beforehand, get this
foo_playcount.dll

with this .dll file, you can see a nu 'play count' setting in preferences -> tools.
this file is 152 kb instead of 136 kb.
Sp@wnie
post Jul 12 2006, 12:52 AM

sleeper
******
Senior Member
1,138 posts

Joined: Oct 2004
From: MIA



QUOTE(bobtiang @ Jul 11 2006, 11:20 PM)
hi guys, I had follow the early theard to display chinese caracter, but any idea why some of it still not showing up? thanks for the advice...

[attachmentid=120029]
*
2 possibilities.
1: your playlist not updated.
select all mp3 in your foobar playlist. right click -> tagging -> Reload info from file(s) is changed.
2: you are not modify the mp3 tag at all. right click -> properties -> modify according to your preferences.
hope it helps. smile.gif
Sp@wnie
post Dec 9 2006, 02:06 AM

sleeper
******
Senior Member
1,138 posts

Joined: Oct 2004
From: MIA



My current Phoo tongue.gif

user posted image

This post has been edited by Sp@wnie: Dec 9 2006, 02:13 AM
Sp@wnie
post Dec 11 2006, 09:24 AM

sleeper
******
Senior Member
1,138 posts

Joined: Oct 2004
From: MIA



QUOTE(s[H]sIkuA @ Dec 10 2006, 11:01 AM)
This thread is for all to share their config so that others can use it as a reference . Just like the one in Hydrogenaudio smile.gif

I'll start with mine.

My current foobar
user posted image

All component can be found here : LINK

Required Component
Column UI
Single Column Playlist Viewer
Album Art Panel
Track Info Panel Mod

Album Art Setting
user posted imageuser posted image
Source List : Here

Single Column Playlist Viewer
Row Height : 16
Group row : 1
Images (put this into your foobar\images folder)
Group By
CODE
$if(%SINGLETRACK%,Singles,%album%)


Item Display
CODE
$imageabs(0,0,images\main_bg.png,)
$if(%_selected%,$drawrect(0,0,0,0,brushcolor-220-210-220 pencolor-null))

//ARTIST TITLE
$padding(1,1)
$font(Calibri,7,bold ,50-50-50)
$upper($if(%singletrack%,   %artist% | %title%,
$font(Century Gothic,7,bold,155-155-155)  %tracknumber%  
$font(Calibri,7,bold,50-50-50)%title%))
$if(%isplaying%,    Ω)

//RATING
$padding(,3)
$align(right,)
$font(Star Things,7,,) $repeat($rgb(155,155,155)n,%rating%)
$repeat($rgb(225,225,225)n,$sub(5,%rating%))


Group Display
CODE
$imageabs(,,images\header6.png,)

$padding(5,2)
$font(Calibri,8,bold,235-235-215)
$if(%SINGLETRACK%,Single,
$upper(%artist%)
$padding(1,0)
$align(right,)
$font(Calibri,8,bold,175-235-175) ↘  %album%)


Button Config
Here
Note : To use this, add a Button panel in the layout ,then right click -> Customize, at the bottom left corner, press Tools -> Load from file

Progress Bar (Track Info Mod Panel)

CODE
$padding(,-3)
$align(left,bottom)
$drawrect($muldiv(%_width%,1,100),4,$muldiv(%_width%,95,100),9,brushcolor-null pencolor-180-184-194)
$drawrect($add($muldiv(%_width%,1,100),2),6,$ifgreater($muldiv($sub($muldiv(%_width%,95,100),4),
%playback_time_seconds%,%length_seconds%),0,$muldiv($sub($muldiv(%_width%,78,100),4),
%playback_time_seconds%,%length_seconds%),1),5,brushcolor-120-130-210 pencolor-null)
,))


Hope everyone can enjoy foobar as much as I did. smile.gif Please correct me if there's any mistake  wink.gif
*
Great idea!!! smile.gif
At least we all can fill each other lackness in making a better config.
Il follow up very soon.
Sp@wnie
post Jan 3 2007, 10:32 AM

sleeper
******
Senior Member
1,138 posts

Joined: Oct 2004
From: MIA



You want phoobar?? tongue.gif

user posted image

Required Component (All these things can be obtained here)
Column UI
Playlist Dropdown
Single Column Playlist Viewer
Track Info Panel Mod (Microsoft Visual C++ 2005 Redistributable Package (x86) needed)

For fonts, you need these
1. HFutura2
2. Swis721 Cn BT D-Type
3. wingdings

Layout
user posted image

Single Column Playlist Viewer
Row Height : 26
Group row : 1
(image and config) (put images folder into your foobar directory)

I guess thats all for now. Please do let me know if any lackness of info.

Thanks guys notworthy.gif

This post has been edited by Sp@wnie: Jan 3 2007, 10:49 AM
Sp@wnie
post Jan 13 2007, 09:29 AM

sleeper
******
Senior Member
1,138 posts

Joined: Oct 2004
From: MIA



QUOTE(sil3ntHunt3r @ Jan 4 2007, 07:45 PM)
I have problem here.
After I import .fcs file to change my button, then button suddenly gone.

user posted image

Any help?  smile.gif

I use foobar v0.9.4.2
*
Sorry for the late reply notworthy.gif

I forgot to include fcb file... Here it goes (extract and paste the folder into foobar images folder)
fcb file
Sp@wnie
post Jan 13 2007, 02:29 PM

sleeper
******
Senior Member
1,138 posts

Joined: Oct 2004
From: MIA



QUOTE(Kazuki @ Jan 13 2007, 12:25 AM)
All my album arts are named as folder.jpg but strange enough, some of the album just show "No Cover".
Just like in the pic.

user posted image

I've figured out why it get sliced down. Why not just let Track 1 to show the whole album art rather than showing by part from track 1 - 4?
With that, even singles or albums with 1-2 tracks can be seen with a whole album art rather than shown just a part.
*
Fill your 'total tracks' in your mp3 tag as well.
Sp@wnie
post Nov 23 2009, 09:09 PM

sleeper
******
Senior Member
1,138 posts

Joined: Oct 2004
From: MIA



Can anyone here enlighten me pertaining to question below ;p

what format should i use for making volume 'db' text to be shown.
i can see the text in the jscript, but the problem lies on how to extract the text without any bar or scroll.

any help are very much appreciated. smile.gif thanks
Sp@wnie
post Nov 23 2009, 09:34 PM

sleeper
******
Senior Member
1,138 posts

Joined: Oct 2004
From: MIA



QUOTE(fariz @ Nov 23 2009, 09:27 PM)
is this for wsh panel mod?
*
Yes, it can be for wsh panel mod. but i cant figure out to extract the only text for 'db'
i would prefer to put it into track info mod.
Sp@wnie
post Nov 23 2009, 10:06 PM

sleeper
******
Senior Member
1,138 posts

Joined: Oct 2004
From: MIA



QUOTE(fariz @ Nov 23 2009, 09:57 PM)
$font(,8,bold,0-0-0) dB

tongue.gif
*
lol ><

a wishful thinking to have %cwb_volume% worked in the latest foobar ;p

user posted image

This post has been edited by Sp@wnie: Nov 23 2009, 10:19 PM
Sp@wnie
post Nov 25 2009, 01:18 PM

sleeper
******
Senior Member
1,138 posts

Joined: Oct 2004
From: MIA



i will release it via DA soon, currently just to refine the scripts, as its only best view on 400 px width. and minor changes still on-going.

smile.gif
Sp@wnie
post Dec 1 2009, 10:44 PM

sleeper
******
Senior Member
1,138 posts

Joined: Oct 2004
From: MIA



user posted image

Hope you guys like it smile.gif
Sp@wnie
post Dec 4 2009, 11:10 PM

sleeper
******
Senior Member
1,138 posts

Joined: Oct 2004
From: MIA



Another theme... but i'll take my time to complete this smile.gif

user posted image

2 Pages  1 2 >Top
 

Change to:
| Lo-Fi Version
0.0363sec    0.44    7 queries    GZIP Disabled
Time is now: 25th November 2025 - 03:49 PM