Welcome Guest ( Log In | Register )

92 Pages « < 45 46 47 48 49 > » Bottom

Outline · [ Standard ] · Linear+

Guide foobar2000 customization topic, post screenshot here.

views
     
Kai Sheng
post Dec 21 2006, 11:18 AM

Getting Started
**
Junior Member
81 posts

Joined: Dec 2006
QUOTE(Pdot @ Dec 16 2006, 11:34 PM)
Re-edit back your Album Art sources to:

$replace(%path%, %filename_ext%,)%album%.jpg
$replace(%path%, %filename_ext%,)%album%.png
-components\default.*

P/S: tongue.gif I'm not very sure the codes here correct or not. Just give a try

Try to tag all your mp3 with album, artist and ...*anythings important*. Then rename your album covers according to your mp3 album.
*
QUOTE(fariz @ Dec 17 2006, 07:10 AM)
use this as source,

C:\Documents and Settings\Kai Sheng\My Documents\My Music\Ujikaji\%filename%.jpg

btw, just a suggestion.. put your music file in another drive/partition so it won't get lost if you format your system.
*
Thanks a lot sifu... but cannot try yet.. becoz I really did format my PC... luckily you said put it into another partition... then suddenly my PC going haywire becoz of something... and I reformated my PC with peace in mind... but before I can really continue with the testing on album art... I have one question or rather... problem.





Becoz I have reformated my PC... I took the chance to upgrade my foobar to the current one... which is version 0.9.4.2... but I keep every component .dll file intact... i copy it before reformat and just cut n' paste/rewrite the original component folder after installation.

But now... these problem arise... I tried to load the button as all sifu can see in the picture:

user posted image

But then it becomes like this:

user posted image

How come the buttons won't appear?? Did I mess up with something before??

Hope sifu here can help me on this... notworthy.gif icon_question.gif notworthy.gif


yen223
post Dec 21 2006, 12:38 PM

Enthusiast
*****
Senior Member
777 posts

Joined: Jul 2005
From: mars


QUOTE(Kai Sheng @ Dec 21 2006, 11:18 AM)
Thanks a lot sifu... but cannot try yet.. becoz I really did format my PC... luckily you said put it into another partition... then suddenly my PC going haywire becoz of something... and I reformated my PC with peace in mind... but before I can really continue with the testing on album art... I have one question or rather... problem.
Becoz I have reformated my PC... I took the chance to upgrade my foobar to the current one... which is version 0.9.4.2... but I keep every component .dll file intact... i copy it before reformat and just cut n' paste/rewrite the original component folder after installation.

But now... these problem arise... I tried to load the button as all sifu can see in the picture:

user posted image

But then it becomes like this:

user posted image

How come the buttons won't appear?? Did I mess up with something before??

Hope sifu here can help me on this... notworthy.gif  icon_question.gif  notworthy.gif
*
You need the zlib.dll and libpng.dll files...link is at the first page.

Baron_Bleakstare
post Dec 21 2006, 02:19 PM

Getting Started
**
Junior Member
242 posts

Joined: Oct 2004
From: valley of sin



I received lots of PMs regarding my config.i did some modification to my previous foobar and here it goes.

my current foobar
user posted image

the layout
user posted image
just ignore the highlighted vertical splitter.

Track Info Mod
CODE
$imageabs($sub($div(%_width%,2),212),-10,images\test1.png,)
$if(%isplaying%,
$puts(progress,$muldiv(%playback_time_seconds%,$sub(%_width%,24),%length_seconds%))
$drawrect(10,77,$sub(%_width%,20),7,brushcolor-null pencolor-180-220-250),)
$ifgreater($get(progress),0,$padding(9,77)$drawrect(3,2,$get(progress),3,brushcolor-130-160-240 pencolor-nullll),)

$if(%_isplaying%,
$font(calibri,14,bold glow-130-160-240 glowalpha-80,250-250-250)
$alignabs(0,4,%_width%,30,center,)$caps(%artist%)
$alignabs(0,28,%_width%,20,center,)
$font(calibri,8,bold glow-130-160-240 glowalpha-110,255-255-255)$caps(" %title% ")
$alignabs(0,44,%_width%,20,center,)
$font(calibri,8,boldshadow,180-180-180)
$font(calibri,8,glow-130-160-240 glowalpha-60,180-220-250)$caps(- %directoryname% -)

$alignabs(0,61,%_width%,20,center,))
$alignabs(0,59,%_width%,30,center,)$font(calibri,7,glow-180-180-180 glowalpha-60,250-250-250)
%codec%  |  $if(%_filesize%,$get(head)$get(info)
$div(%_filesize%,1048576).$left($num($muldiv($mod(%_filesize%,1048576),100,1048576),2),2) $get(anno)'MB',)  |  %bitrate% kbps  |  $if(%__samplerate%,$get(spacer)$cut(%__samplerate%,2)' kHz',)




Single Column Playlist

Row Height : 24
Group row : 4

Group By
CODE
%directoryname%


Item Display
CODE
$if(%_selected%,$drawrect(0,0,0,0,brushcolor-168-211-255 pencolor-null))
$if(%_isplaying%,$drawrect(0,0,0,0,brushcolor-210-210-210 pencolor-null))

$if(%isplaying%,
$alignabs(6,-1,900,200,,)$font(Arial Black,10, bold glow-128-128-128 glowalpha-10,0-128-192)>>)

$font(calibri,8,boldshadow glowalpha-50-50-50,90-90-90)
$alignabs(390,-2,$sub(%_width%,157),15,bold,)%length%

$font(calibri,8,boldshadow glowalpha-50,70-70-70)
$alignabs(33,0,$sub(%_width%,100),55,bold,)o   $caps(%title%)


Group Display
CODE
$drawrect(0,0,0,0,brushcolor-255-255-255 pencolor-null)


$imageabs(2,-35,images\test3.png,)
$imageabs(2,1,images\cd2.png,)
$imageabs2(82,83,,,,,6,5,$replace(%path%,%filename_ext%,folder.jpg),)


$alignabs(106,6,$add(%_width%,-107),170,left,top)
$font(AidaSerifObliqueMedium,13,bold glow-77-77-77 glowalpha-115,255-255-255)$caps(%directoryname%)$char(10)

$font(calibri,10,italic glow-0-0-0 glowalpha-115,)
[$if2($meta(album artist),$caps(%artist%))]  
     


Images and Buttons


inform me if i miss something.
akina81
post Dec 30 2006, 10:53 PM

-
Group Icon
VIP
4,423 posts

Joined: Jan 2003
user posted image
~Rogue~
post Jan 2 2007, 04:19 PM

megane fettish
******
Senior Member
1,333 posts

Joined: Dec 2005
From: World of Fettish



Attached Image

my humble foobar!!! rolleyes.gif
ekok
post Jan 2 2007, 05:28 PM

Getting Started
**
Junior Member
130 posts

Joined: Jan 2003
From: brunei / miri



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
*
Hi, the images link is down, can u pls upload them again? Thanks a lot notworthy.gif
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
ekok
post Jan 4 2007, 01:53 PM

Getting Started
**
Junior Member
130 posts

Joined: Jan 2003
From: brunei / miri



Hi, correct me if i'm wrong but the "vertical splitter" below the "single column playlist" shouldn't be there right? biggrin.gif
sil3ntHunt3r
post Jan 4 2007, 07:45 PM

S.H.I.E.L.D
*****
Senior Member
877 posts

Joined: Jan 2003



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

This post has been edited by sil3ntHunt3r: Jan 4 2007, 07:48 PM
s[H]sIkuA
post Jan 5 2007, 09:22 PM

live in the present
*******
Senior Member
2,162 posts

Joined: Sep 2004


QUOTE(ekok @ Jan 2 2007, 05:28 PM)
Hi, the images link is down, can u pls upload them again? Thanks a lot  notworthy.gif
*
Which link? If u mean the first picture (my foobar),it is exactly that size biggrin.gif

ops , I know what u mean, sorry fixed ! biggrin.gif

This post has been edited by s[H]sIkuA: Jan 5 2007, 09:23 PM
ekok
post Jan 8 2007, 08:18 PM

Getting Started
**
Junior Member
130 posts

Joined: Jan 2003
From: brunei / miri



anyone knows how to do the "Various Artist" thingy in SCP?
newbie2
post Jan 8 2007, 10:41 PM

Regular
******
Senior Member
1,322 posts

Joined: Jan 2003
From: Dunno


erm. how to get to the settings for foobar again. i dunno press wad and the header and stuff are gone.

user posted image
s[H]sIkuA
post Jan 9 2007, 08:29 AM

live in the present
*******
Senior Member
2,162 posts

Joined: Sep 2004


QUOTE(newbie2 @ Jan 8 2007, 10:41 PM)
erm. how to get to the settings for foobar again. i dunno press wad and the header and stuff are gone.

user posted image
*
Ctrl+P , go to Display -> Column UI (I hope u got this installed) -> tick the show toolbar
newbie2
post Jan 9 2007, 02:02 PM

Regular
******
Senior Member
1,322 posts

Joined: Jan 2003
From: Dunno


QUOTE(s[H]sIkuA @ Jan 9 2007, 08:29 AM)
Ctrl+P , go to Display -> Column UI (I hope u got this installed) -> tick the show toolbar
*
thx! rclxms.gif
ruffstuff
post Jan 10 2007, 06:31 PM

Look at all my stars!!
*******
Senior Member
3,345 posts

Joined: Jan 2003
Current looks. Wait for image to finish load. I'm using GIF to show the transition. tongue.gif

user posted image



» Click to show Spoiler - click again to hide... «


This post has been edited by ruffstuff: Jan 12 2007, 05:03 PM
Kazuki
post Jan 11 2007, 01:15 AM

Casual
***
Junior Member
359 posts

Joined: Jan 2003


ruffstuff, nicely done!

Can share your config?

I might change my 0.8.3 to 0.9 for this

No rating? Along with play count.

This post has been edited by Kazuki: Jan 11 2007, 01:18 AM
ruffstuff
post Jan 11 2007, 07:05 AM

Look at all my stars!!
*******
Senior Member
3,345 posts

Joined: Jan 2003
Let me know if you guys are having trouble with the album cover.
Nakhtaladakh
post Jan 11 2007, 08:50 AM

Getting Started
**
Junior Member
247 posts

Joined: Jan 2003
when not play:

user posted image

when play:

user posted image


sweat.gif
jayjay
post Jan 11 2007, 10:22 AM

Jay Tiew Jin Jie
******
Senior Member
1,720 posts

Joined: Jan 2003
From: Seremban/MMU Melaka


possible to upload the whole foobar folder? tongue.gif
make it easy for noobs like me to enjoy yr work smile.gif
ruffstuff
post Jan 11 2007, 02:53 PM

Look at all my stars!!
*******
Senior Member
3,345 posts

Joined: Jan 2003
Done with my foobar. I'm waiting for foo_rating available through context menu for easy update.

92 Pages « < 45 46 47 48 49 > » Top
 

Change to:
| Lo-Fi Version
0.0272sec    0.59    6 queries    GZIP Disabled
Time is now: 30th November 2025 - 11:51 AM