Help - Search - Members - Calendar
Full Version: Columns UI / Panels UI appearance
Hydrogenaudio Forums > Hosted Forums > foobar2000 > 3rd Party Plugins - (fb2k)
Pages: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132
speedemonV12
QUOTE(sHsIkuA @ Sep 11 2006, 19:26) *

Updated :

IPB Image



how did you get the preferences button there.. all i can get is the full menu thing..
Strictly4me
QUOTE(uRT @ Sep 12 2006, 18:08) *

Can you upload these buttons?
The download link is incorrupt in the buttons-thread. blink.gif

Download

((((( Strictly4me )))))
uRT
IPB Image
Yotsuya
I decided to go dark for awhile:

IPB Image

If only I could do something about that scrollbar on the playlist.
unart
My new foobar look using track info mod and single column playlist view:
IPB Image
lextune
QUOTE(skelly831 @ Sep 12 2006, 01:26) *

QUOTE(lextune @ Sep 11 2006, 21:43) *

....I just meant that I am no longer very concerned with it's "looks" I am trying to get more and more immediate access to all the functions and/or files that I use foobat for.

foobat?

@ DreamTactix291, That must look awesome on your monitor, widescreen?

laugh.gif

Greatest reply to a typo EVER!
speedemonV12
QUOTE(maji @ Sep 12 2006, 03:11) *

IPB Image

I was trying for something simple. The single column playlist helped to achieve this. Everyone's setups are pretty amazing I must say. I got very good ideas and from all...



very nice set up that you have.. can you post up ur configs for the single column ui... ? and also for you track info... how did you get the glossyness type background??
uRT
QUOTE(maji @ Sep 12 2006, 11:11) *

IPB Image

I was trying for something simple. The single column playlist helped to achieve this. Everyone's setups are pretty amazing I must say. I got very good ideas and from all...


What font is that? It isn't Calibri >_<
kyller
QUOTE(Raan @ Sep 11 2006, 16:06) *

IPB Image

Constantly changing. The right side is a slightly tweaked clone of Mazy's design, though I intend to gradually tweak it more, until I can consider it my own. Also, there used to be a ProjectM panel at the bottom right but it started causing system crashes, so it's gone for now.

Hoaaaaaaaaaa!!!!

hey, nice config!

Can u share me your trackinfo code, buttons and your FCS??? Please!!!

Really Really thanks
KyPeN
QUOTE(tomthomson @ Sep 7 2006, 04:30) *

finally decided to switch over to the trackinfo MOD (thanks to terrestrial)

IMAGE

thanks to russell for a lot of ideas for the trackinfo I borrowed wink.gif


Would you mind sharing your code for the trackinfo mod? I think it would look great on my HTPC. Thanks. biggrin.gif
maji
QUOTE(carmenm @ Sep 12 2006, 02:47) *

QUOTE(maji @ Sep 12 2006, 03:11) *

IPB Image

I was trying for something simple. The single column playlist helped to achieve this. Everyone's setups are pretty amazing I must say. I got very good ideas and from all...

Man i love your work. In fact i really would like to use it and modify it a bit.
So i have a few questions:
What is your VS? look a lot like Nano
Could you share your configs Track Info et Single Column Playlist?

Thanks and Congrats cool.gif


Well the visual style is area by heylove. I just modified it a little.


QUOTE(speedemonV12 @ Sep 12 2006, 13:39) *

QUOTE(maji @ Sep 12 2006, 03:11) *

*IMAGE*

I was trying for something simple. The single column playlist helped to achieve this. Everyone's setups are pretty amazing I must say. I got very good ideas and from all...



very nice set up that you have.. can you post up ur configs for the single column ui... ? and also for you track info... how did you get the glossyness type background??


The background I made in photoshop and the glossiness? I assume you mean the overlay, which is just an transparent png covering the whole thing.


QUOTE(uRT @ Sep 12 2006, 13:53) *

QUOTE(maji @ Sep 12 2006, 11:11) *

*IMAGE*

I was trying for something simple. The single column playlist helped to achieve this. Everyone's setups are pretty amazing I must say. I got very good ideas and from all...


What font is that? It isn't Calibri >_<


The font is indeed calibri.



The Configuations and a little messy so sorry in advance. The single column playlist is based of acedrivers, I just added/modified stuff here and there.

Row height: 18

Group By: %album%

Item Display
CODE

$if($strcmp($mod(%_playlist_number%,2),1),
$drawrect(,,,,brushcolor-240-240-240 pencolor-null))

$padding(1,0)$align(left,middle)
$font(calibri,9,fixedwidth-8,$if(%isplaying%,24-117-164,70-70-70))
[  %tracknumber%. ]
$font(calibri,9,,$if(%isplaying%,24-117-164,70-70-70))


$if($meta_test(album artist),%artist%' - ')$replace(%title%,'(',$font(,,,170-170-170)'(')

$font(,,,$if(%isplaying%,24-117-164,70-70-70))
$align(right,middle)%length%


Group Display
CODE

$drawrect(0,0,0,0,brushcolor-70-70-70 pencolor-10-10-10)$padding(4,0)

$align(left,middle)$font(arial,8,,245-245-245)▼  
$font(calibri bold,9,bold glow-100-100-100 glowexpand-1,245-245-245)
%album%[ - Disc: %disc%][  '('%date%')']

$align(right,middle)
$font(calibri bold,9,,245-245-245)
$if($meta_test(album artist),%album artist%,%artist%)




Trackinfo
CODE

$imageabs(0,0,images\bg.png,)

// time/codec/kbps
$padding(2,0)
$align(right,bottom)
$font(,9,glow-175-175-175 glowalpha-50,146-176-73)[ - %playback_time_remaining%] $font(,,glow-175-175-175 glowalpha-50,245-245-245)
[/ %length%]$char(10)
[%codec%[ '('%__extrainfo%')'] @ %bitrate%kbps]

// artist/title
$padding(0,4)
$align(center,top)
$font(,11,uppercase glow-175-175-175 glowalpha-50,70-70-70)
$if(%_trackinfo_notrack%,play$font(,,glow-175-175-175 glowalpha-50,24-117-164)ME,$meta_sep(artist,', ',' and ')
$font(,14,uppercase glow-175-175-175 glowalpha-50,24-117-164)$char(10)
$if2(%title%,%_filename%))$char(10)
$font(,9,uppercase glow-175-175-175 glowalpha-50,70-70-70)[%album% ]['('%date%')']

// Scrobbled
$padding(2,4)
$font(calibri,9,glow-175-175-175 glowalpha-50,245-245-245)
$align(left,bottom)
$if(%isplaying%,$ifgreater(%_time_elapsed_seconds%,240,audioscrobbled,
$ifgreater($muldiv(%_time_elapsed_seconds%,100,%_time_total_seconds%),50,
$get(info)audioscrobbled,$font(,,glow-175-175-175 glowalpha-50,146-176-73)$get(info)un$font(,,glow-175-175-175 glowalpha-50,245-245-245)-scrobbled)))

$imageabs(0,0,images\overlay.png,)


Font: Calibri 11pt
Background: 229-229-229
Vertical/Horizontal padding: 2

Track info images: http://rapidshare.de/files/32903150/tracki...s-maji.zip.html
speedemonV12
deleted
speedemonV12
IPB Image

This is what i have now... and its nothing near your amazing set up lol.. could you help me get it like urs??
CepiPerez
QUOTE(speedemonV12 @ Sep 12 2006, 19:08) *

IPB Image

This is what i have now... and its nothing near your amazing set up lol.. could you help me get it like urs??


I think your need to put the background image in the foobar programs data folder.
check the first and the last lines:

$imageabs(0,0,images\bg.png,)
.
.
$imageabs(0,0,images\overlay.png,)

"bg.png" is the background and "overlay.png" is the brightness.
speedemonV12
ya.. i have it in the foobar/images directory.. but thats what i come up with
Yotsuya
There obviously appears to be a problem loading the images. Are you sure you have bg.png and overlay.png in your foobar images directory? Do you have libpng13.dll in your foobar directory?
uRT
Could someone please upload the Calibri-font, cause my numbers doesn't look like yours. Send me a PM with the uploaded font ;D <3
maji
QUOTE(speedemonV12 @ Sep 12 2006, 15:14) *

ya.. i have it in the foobar/images directory.. but thats what i come up with


Are you set up for "per user settings"? If so I think you might have to move the images to your application data folder...

Here's the link that should help you out.. http://wiki.hydrogenaudio.org/index.php?ti...e_supported.29:


QUOTE(uRT @ Sep 12 2006, 15:18) *

Could someone please upload the Calibri-font, cause my numbers doesn't look like yours. Send me a PM with the uploaded font ;D <3


It's the normal Calibri.. I just have it set to a fixed width for the track numbers. Look into my codes up above and you'll notice it's set up for fixed width in just that part.
speedemonV12
QUOTE(Yotsuya @ Sep 12 2006, 16:18) *

There obviously appears to be a problem loading the images. Are you sure you have bg.png and overlay.png in your foobar images directory? Do you have libpng13.dll in your foobar directory?



yes i have it in there.. its version 1.2.8.0
Yotsuya
Calibri is a licensed Microsoft font so swapping it on the forum would be a no-no. I have Windows 2003 and Office 2003 installed on this machine but do not have the Calibri font. Is this font normally bundled with a particular microsoft product? What is the normal legitimate source for this font? Or does everyone just google for a bootleg?

EDIT: Calibri is bundled with vista.
CepiPerez
QUOTE(speedemonV12 @ Sep 12 2006, 19:14) *

ya.. i have it in the foobar/images directory.. but thats what i come up with


What's your images directory? Cause foobar has a program folder and a data folder.

Example program folder: C:\Program files\foobar2000\
Example data folder: C:\Documents and settings\Cepi\Application Data\foobar2000\

Have you put the images directory in the program folder or in the data folder?
speedemonV12
thanks maji


that was it lol.. thanks
foosion
Calibri is a new font that comes with Windows Vista and other new Microsoft products. Also see The Next Big Thing in Online Type.
uRT
Yeah I know that Calibri goes with Vista, but mine doesn't look the same as majis...

Mine
IPB Image

VS.

Maji
IPB Image

Do you see the differences?
Look at the numbers :/


Btw the command fixedwidth doesnt work
speedemonV12
take off the bold that you have first off... then ...you can try this

right click your desktop
properties
appearance tab
click effects
then where it says Use the following method to smooth edges of screen fonts:
set it to ClearType

see if that helps
that is what i did with mine, and it worked
uRT
QUOTE(speedemonV12 @ Sep 13 2006, 01:20) *

take off the bold that you have first off... then ...you can try this

right click your desktop
properties
appearance tab
click effects
then where it says Use the following method to smooth edges of screen fonts:
set it to ClearType

see if that helps
that is what i did with mine, and it worked


ClearType is allready ON wink.gif
speedemonV12
this is mine currently..
[img]
http://i76.photobucket.com/albums/j1/dothe...9/sshot-1-2.png[/img]

how can i get rid of the space that the large red rectangle is enclosing? and then how can i move the playcounter down to the middle of the black part of the trackinfo.. as displayed by the arrow?

this is my current code

CODE

$imageabs(0,0,images\bg.png,)

// time/codec/kbps
$padding(2,0)
$align(right,bottom)
$font(,9,glow-175-175-175 glowalpha-50,146-176-73)[ - %playback_time_remaining%]

$font(,,glow-175-175-175 glowalpha-50,245-245-245)[/ %length%]$char(10)
[%codec%[ '('%__extrainfo%')'] @ %bitrate%kbps]

// artist/title
$padding(0,4)
$align(center,top)
$font(,11,uppercase glow-175-175-175 glowalpha-50,70-70-70)
$if(%_trackinfo_notrack%,play$font(,,glow-175-175-175

glowalpha-50,24-117-164)ME,$meta_sep(artist,', ',' and ')
$font(,14,uppercase glow-175-175-175 glowalpha-50,24-117-164)$char(10)
$if2(%title%,%_filename%))$char(10)
$font(,9,glow-175-175-175 glowalpha-50,70-70-70)Played %PLAY_COUNTER% Times
// Scrobbled
$padding(2,4)
$font(calibri,9,glow-175-175-175 glowalpha-50,245-245-245)
$align(left,bottom)
$if(%isplaying%,$ifgreater(%_time_elapsed_seconds%,240,audioscrobbled,$ifgreater($muldiv

(%_time_elapsed_seconds%,100,%_time_total_seconds%),50,$get(info)audioscrobbled,$font(

,,glow-175-175-175 glowalpha-50,146-176-73)$get(info)un$font(,,glow-175-175-175

glowalpha-50,245-245-245)-scrobbled)))

$imageabs(0,0,images\overlay.png,)



QUOTE(uRT @ Sep 12 2006, 17:22) *

QUOTE(speedemonV12 @ Sep 13 2006, 01:20) *

take off the bold that you have first off... then ...you can try this

right click your desktop
properties
appearance tab
click effects
then where it says Use the following method to smooth edges of screen fonts:
set it to ClearType

see if that helps
that is what i did with mine, and it worked


ClearType is allready ON wink.gif



hmm...well i dunno dude.. sorry
tool++
IPB Image

Boing.
speedemonV12
very nice tool
maji
QUOTE(speedemonV12 @ Sep 12 2006, 16:27) *

this is mine currently..
[img]
http://i76.photobucket.com/albums/j1/dothe...9/sshot-1-2.png[/img]

how can i get rid of the space that the large red rectangle is enclosing? and then how can i move the playcounter down to the middle of the black part of the trackinfo.. as displayed by the arrow?

...


CODE

$imageabs(0,0,images\bg.png,)

// time/codec/kbps
$padding(2,0)
$align(right,bottom)
$font(,9,glow-175-175-175 glowalpha-50,146-176-73)[ - %playback_time_remaining%]

$font(,,glow-175-175-175 glowalpha-50,245-245-245)[/ %length%]$char(10)
[%codec%[ '('%__extrainfo%')'] @ %bitrate%kbps]

// artist/title
$padding(0,4)
$align(center,top)
$font(,11,uppercase glow-175-175-175 glowalpha-50,70-70-70)
$if(%_trackinfo_notrack%,play$font(,,glow-175-175-175

glowalpha-50,24-117-164)ME,$meta_sep(artist,', ',' and ')
$font(,14,uppercase glow-175-175-175 glowalpha-50,24-117-164)$char(10)
$if2(%title%,%_filename%))$char(10)

// Scrobbled
$padding(2,4)
$font(calibri,9,glow-175-175-175 glowalpha-50,245-245-245)
$align(left,bottom)
$if(%isplaying%,$ifgreater(%_time_elapsed_seconds%,240,audioscrobbled,$ifgreater($muldiv

(%_time_elapsed_seconds%,100,%_time_total_seconds%),50,$get(info)audioscrobbled,$font(

,,glow-175-175-175 glowalpha-50,146-176-73)$get(info)un$font(,,glow-175-175-175

glowalpha-50,245-245-245)-scrobbled)))

$align(center,bottom)
$font(,9,glow-175-175-175 glowalpha-50,245-245-245)Played %PLAY_COUNTER% Times

$imageabs(0,0,images\overlay.png,)


That should work..


EDIT: Oh "how to get rid of it" (modified the code)
Well you'd have to modify the pngs to cut out that part. Then just resize the trackinfo column to the size you want..
speedemonV12
i would just have to modify the bg.png right?, not the overlay image.
acedriver
@uRT

is your calibri came from office 2007 beta? mine looks like that and I think MS changed it since the old one like similar to frutiger linotype
maji
QUOTE(speedemonV12 @ Sep 12 2006, 17:10) *

i would just have to modify the bg.png right?, not the overlay image.


Yeah, sorry i meant bg.png
uRT
@acedriver

I dunno where I got mine, but I want the cute look like the others got ._.
acedriver
QUOTE(uRT @ Sep 13 2006, 08:30) *

@acedriver

I dunno where I got mine, but I want the cute look like the others got ._.

I use frutiger linotype

IPB Image
skelly831
QUOTE(tool++ @ Sep 12 2006, 16:27) *
Boing.

That just blew my mind.

@ lextune, this is also one of my favorite typo replies:

QUOTE(ShadeST @ Jul 28 2006, 21:34) *

QUOTE(skelly831 @ Jul 28 2006, 23:55) *
QUOTE(ShadeST @ Jul 28 2006, 19:02) *
That's why I love leaning so much.
I love leaning too, but not as much as standing straight, a matter of personal preference I suppose.
Damn you laugh.gif! It's just a spelling mistake (which is now corrected); plus, you misquoted me. You forgot the [] on ST. I fixed that too.


And I still can't quote Shade[ST] correctly.
Brendan
QUOTE(tool++ @ Sep 13 2006, 09:27) *

IPB Image

Boing.


Whoah. That is truly magnificent.
Idec Sdawkminn
I agree. Very slick, tool. The part the intrigues me most is how you have the album art showing next to each album. Good idea. I'd do that but I like the album art having a larger area so I can see it better.

Also, I prefer that none of the words be cut off due to limited space. I'd suggest that you make the panels on the left wider, but then I see that the same information is also in a header for each album, so I'd just as soon get rid of the info below the album art altogether. Besides, some albums have no info below it and some have at least 3 things. I do dislike inconsistencies.

And what if an album has fewer than 5 tracks? How does the album art fit into that?

Don't think I'm trying to tell you how it should look. I'm just saying what I would change if it was mine. And it's rare to find someone who likes my foobar setup...
repsaj
Yeah, tool man, I really like what you've done with the old foofoo emot-haw.gif Could you please post the VS/FCS/config/fonts/etc?
erissiva
QUOTE("repsaj")
Yeah, tool man, I really like what you've done with the old foofoo. Could you please post the VS/FCS/config/fonts/etc?

Indeed.
tool++
@URT = calibri numbers evidently change slightly between size 8 and size 9 ;P


@ repsaj: Visual style is like, a bblean theme and a united hack.
FCS isn't relevant.

Fonts are calibri and cambria (copyright MS fonts)

Config:

Group by:

CODE
[%album%]


Item Display
CODE
$if($greater(%tracknumber%,5),
$if($greater(9,%tracknumber%),$drawrect(3,0,104,0,brushcolor-250-250-250 pencolor-null)
$padding(8,3)$font(calibri,8,bold,100-100-100)
$if($strcmp($num(%tracknumber%,2),06),Artist: $font(calibri,8,bold,140-140-140)%artist%)
$if($strcmp($num(%tracknumber%,2),07),Album: $font(calibri,8,bold,140-140-140)%album%)
$if($strcmp($num(%tracknumber%,2),08),Year: $font(calibri,8,bold,140-140-140)$if2(%date%,Unknown))
$padding(-8,-3)
))
$imageabs(4,$add(25,$mul(-21,%tracknumber%)),'images\noalbum.png',)
$imageabs(4,$add(25,$mul(-21,%tracknumber%)),'images\albums\'%album artist%'.'%album%'.png',)

$imageabs(4,$add(25,$mul(-21,%tracknumber%)),'images\albums\'%album artist%'['%date%']'%album%'.png',)
$imageabs(4,$add(25,$mul(-21,%tracknumber%)),'images\artoverlay.png',)
$padding(0,0)
$drawrect(107,0,1,0,brushcolor-161-170-179 pencolor-null)
$drawrect(108,0,2,0,brushcolor-222-225-228 pencolor-null)
$if(%_isplaying%,$drawrect(108,0,0,0,brushcolor-0-0-0 pencolor-0-0-0)
$imageabs(108,0,'images\bg1.png',)
,
$ifequal($mod(%_playlist_number%,2),0,
            $drawrect(110,0,0,0,brushcolor-250-250-250 pencolor-240-240-240)
        ,
            $drawrect(110,0,0,0,brushcolor-255-255-255 pencolor-240-240-240)
        )
)

$padding(2,0)

$if(%_isplaying%,$font(calibri,8,bold glow-129-138-150 glowblur-10,255-255-255),$font(calibri,8,bold,164-171-179))
$alignabs(112,0,%_width%,21,left,top)↘

$if(%_isplaying%,$font(calibri,8,bold glow-129-138-150 glowblur-10,255-255-255),$font(calibri,8,bold,180-180-180))

[Disc %discnumber% ][%tracknumber%. ]

$if(%_isplaying%,$font(calibri,8,bold glow-129-138-150 glowblur-10,255-255-255),$font(calibri,8,bold,129-138-150))

$if($meta_test(album artist),%artist%' - ')

$if(%_isplaying%,$font(calibri,8,bold glow-129-138-150 glowblur-10,255-255-255),$font(calibri,8,bold,120-120-120))

%title%

$if(%_isplaying%,$font(calibri,8,bold glow-129-138-150 glowblur-10,255-255-255),$font(calibri,8,bold,180-180-180))

$align(right,center)%length%

$if(%_isplaying%,$font(Kroeger 05_55,6, glow-129-138-150 glowblur-10,203-206-211),$font(Kroeger 05_55,6,,180-180-180))

$alignabs(124,0,%_width%,21,left,bottom)
[$if($greater($div(%_filesize%,1024),1024),$left($div(%_filesize%,1024),1),0).$right($left($div(%_filesize%,1024),3),2)mb' '][%__bitrate%'kbps']

$if(%_isplaying%,
$font(Kroeger 05_55,6, glow-129-138-150 glowblur-10,203-206-211),$font(Kroeger 05_55,6,,200-200-200))

$align(right,bottom)[%play_count% play$if($greater(%play_count%,1),s)]




Group Display:

CODE
$drawrect(0,0,0,0,brushcolor-240-240-240 pencolor-240-240-240)
$padding(4,-1)

$padding(0,4)$align(left,bottom)$font(cambria,10,bold ,129-138-150)$lower($if($meta_test(album artist),%album%,%artist%))

$padding(0,-3)$align(right,top)$font(calibri,8,bold,120-120-120)$if($meta_test(album artist),%album artist%,%album%)
$font(Kroeger 05_55,6,,180-180-180)$align(right,bottom)[%date% '| '][%genre%]



Etc?

I guess my album art pic, but that's designed for my wallpaper so there's no real point.

Here's the overlay thing that gives shit shineyness though:

IPB Image


QUOTE(Idec Sdawkminn @ Sep 13 2006, 07:41) *

I agree. Very slick, tool. The part the intrigues me most is how you have the album art showing next to each album. Good idea. I'd do that but I like the album art having a larger area so I can see it better.

Also, I prefer that none of the words be cut off due to limited space. I'd suggest that you make the panels on the left wider, but then I see that the same information is also in a header for each album, so I'd just as soon get rid of the info below the album art altogether. Besides, some albums have no info below it and some have at least 3 things. I do dislike inconsistencies.

And what if an album has fewer than 5 tracks? How does the album art fit into that?

Don't think I'm trying to tell you how it should look. I'm just saying what I would change if it was mine. And it's rare to find someone who likes my foobar setup...



Yeah don't get me wrong, I've thought of these problems and I'd love to solve all of them, but I can't actually think of plausible solutions. I'd like to have the text on the right wrapping, I'd like to have the column wider. I guess I could try the text next to the album rather than below, but that would mean the column is extremely wide, and this is a small layout.

If you have any ideas how I could fix these things though feel free.
sHsIkuA
QUOTE(speedemonV12 @ Sep 12 2006, 10:17) *

QUOTE(sHsIkuA @ Sep 11 2006, 19:26) *

Updated :

IPB Image



how did you get the preferences button there.. all i can get is the full menu thing..


its a button configuration smile.gif

and Tool , Great Config! love the album placement tongue.gif
musosticky
QUOTE(sHsIkuA @ Sep 11 2006, 19:26) *

Updated :

IPB Image

Could you please upload those rating buttons for me? I love them
lazy
take a look at that
IPB Image
chiwou
QUOTE(tool++ @ Sep 13 2006, 01:27) *

shock1.gif BooYah
please post your playlist config sweat.gif
sHsIkuA
QUOTE(musosticky @ Sep 13 2006, 06:04) *

Could you please upload those rating buttons for me? I love them


already uploaded few pages back

here it is smile.gif
http://rapidshare.de/files/32978221/Rating.zip.html
mobyduck
QUOTE(CepiPerez @ Sep 11 2006, 12:32) *

QUOTE(mobyduck @ Sep 11 2006, 07:25) *

QUOTE(CepiPerez @ Sep 2 2006, 22:26) *
It's hidden (autohide option), like artist art and lyrics.
Check this:
IPB Image

Do you like it now?
Would you share this wonderful config?

TIA.

Alessandro


Shure. I post my config file.
You need album_art, trackinfo_mod, lyrics_panel, for this one
But I made a new version (check this forum), but you need playconter (unofficial), single_columns_playlist and playlist_dropdown.

Here's the link
Unfortunately it doesn't seem as simple as I expected (eg: installing a few components and importing a .fcs); I tried your .cfg but it looks like a lot more work is required.

Thanks anyway, and congrats again for your work.

Alessandro
ayana
IPB Image
Here is now my layout.
With custom modified foo_uie_tabs, that is able to hide tabs and change panels (trackinfo+albumart, playlist tree, visualization) from mainmenu or buttons.
cvax
QUOTE(ayana @ Sep 13 2006, 09:38) *

IPB Image
Here is now my layout.
With custom modified foo_uie_tabs, that is able to hide tabs and change panels (trackinfo+albumart, playlist tree, visualization) from mainmenu or buttons.


thats pretty sweet. would you mind sharing the customization you did to acquire said effects?
blaxima
QUOTE(tool++ @ Sep 12 2006, 19:27) *

IPB Image

Boing.

That is f'n amazing. Great work tool
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.