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
nilsHaus
So does $div and $sub not accept non-integers?

BBMARTINI and MATRESHKA, how did you get yours to transition so smooth? On mine there always a frame no matter what I do...Unless everything is a dockable panel?
BelleAndZEK
QUOTE(tool++ @ Nov 28 2006, 17:23) *


I'm tempted to make that at some point, as that is fucking HOT.


Some issues before I'd start:

- Got cut up images?
- Background image tileable?


Actually i would make background images big enough so it wont tile. i'll make the background image for track lists something like 1280x800. as my screen resolution is 1280x1024, that way the background will never tile in width, and i'm pretty sure for all albums have the height of the track list will never be more than 800 in height.

for non album playlists, i'll make a tilable background.
Yotsuya
rebuilding my foobar

IPB Image
tool++
QUOTE(BelleAndZEK @ Nov 28 2006, 23:41) *

QUOTE(tool++ @ Nov 28 2006, 17:23) *


I'm tempted to make that at some point, as that is fucking HOT.


Some issues before I'd start:

- Got cut up images?
- Background image tileable?


Actually i would make background images big enough so it wont tile. i'll make the background image for track lists something like 1280x800. as my screen resolution is 1280x1024, that way the background will never tile in width, and i'm pretty sure for all albums have the height of the track list will never be more than 800 in height.

for non album playlists, i'll make a tilable background.


Say all your albums were in a playlist, what happens if you scroll down?
BelleAndZEK
QUOTE(tool++ @ Nov 28 2006, 18:59) *

Say all your albums were in a playlist, what happens if you scroll down?


the way i sort albums is something like this: artist/artist - album
i want that (library view) to be like on the image. as for the other playlists with different sortings, i'll figure it out after.

So far, i've done the album cover section (background image, album cover + shadows, text, etc)..
bbmartini
IPB Image
IPB Image
i updated it a bit and fixed the CD case, part of it was cut off

TRACK INFO
Min Height: 45
Edge: none
CODE
$imageabs(,,images\royale_test.png,)

$padding(5,0)
$align(left,top)
$font(Calibri,10,bold glow- glowexpand-0 glowalpha-125,255-255-255)
$caps2(%title%)
$font(Calibri,10,glow- glowexpand-0 glowalpha-125,180-184-194)
' / '
[%artist%]

$padding(0,11)
$align(left,bottom)
$font(Calibri,9,glow- glowexpand-0 glowalpha-125,180-184-194)
[%_time_elapsed%]

$align(right,bottom)
$font(Calibri,9,glow- glowexpand-0 glowalpha-125,180-184-194)
[%length%]


$if(%rating%,
$ifequal($num(%rating%,2),00,$imageabs(297,3,images\r0.png,),)
$ifequal($num(%rating%,2),01,$imageabs(297,3,images\r1.png,),)
$ifequal($num(%rating%,2),02,$imageabs(297,3,images\r2.png,),)
$ifequal($num(%rating%,2),03,$imageabs(297,3,images\r3.png,),)
$ifequal($num(%rating%,2),04,$imageabs(297,3,images\r4.png,),)
$ifequal($num(%rating%,2),05,$imageabs(297,3,images\r5.png,),)
,$imageabs(297,3,images\r0.png,))

$puts(rating,$if2(%rating%,0))
$button(297,3,0,0,13,13,,,Rate 1,)
$button(297,3,13,0,13,13,,,Rate 2,)
$button(297,3,26,0,13,13,,,Rate 3,)
$button(297,3,39,0,13,13,,,Rate 4,)
$button(297,3,52,0,13,13,,,Rate 5,)

$padding(0,8)
$align(center,bottom)
$drawrect($muldiv(%_width%,8,100),4,$muldiv(%_width%,81,100),9,brushcolor-null pencolor-180-184-194)
$drawrect($add($muldiv(%_width%,8,100),2),6,$ifgreater($muldiv($sub($muldiv(%_width%,81,100),4),%playback_time_seconds%,%length_seconds%),0,$muldiv($sub($muldiv(%_width%,78,100),4),%playback_time_seconds%,%length_seconds%),1),5,brushcolor-240-240-240 pencolor-null)



SINGLE COLUMN PLAYLIST
Row Height:20
Group Rows:1
Edge: none
BG Color: RGB 244-244-244
Group By
CODE
%album%


Item Display
CODE
$if(%isplaying%,$imageabs(,,\images\main_bg_playing3.png,)$font(calibri,8,bold glow- glowexpand-0 glowalpha-125,255-255-255)
,$imageabs(,,\images\main_bg.png,)$font(,8,,80-80-80))

$padding(10,3)$align(left,center)

[%tracknumber%  $caps2(%title%)]

$align(right,center)
$if(%isplaying%,%playback_time_remaining%,%length%)

$imageabs2(90,80,0,$sub($mul(%_height%,%_itemindex%),$add(%_height%,1)),,%_height%,208,,images\ART_cd.png,)
$imageabs2(70,70,0,$sub($mul(%_height%,%_itemindex%),$add(%_height%,4)),,%_height%,222,,$replace(%path%,%filename_ext%,folder.jpg),)
$imageabs2(90,80,0,$sub($mul(%_height%,%_itemindex%),$add(%_height%,1)),,%_height%,208,,images\case.png,)


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

$padding(4,0)

$align(left,middle)

$font(Calibri,9,bold glow- glowexpand-0 glowalpha-125,255-255-255)
[%album% ]

$font(Calibri,9,glow- glowexpand-0 glowalpha-125,180-184-194)
$caps2($if(%album artist%,/ %album artist%,/ %artist%))


$font(Calibri,9,glow- glowexpand-0 glowalpha-125 ,180-184-194)
$align(right,middle)
%date%


a lot of this credit goes to Spex and moglenstar

here are them IMAGES:
http://www.rarhost.com/download-12r9e4.html
ive never used this site, seems to be working for me

QUOTE(nilsHaus @ Nov 28 2006, 18:34) *

So does $div and $sub not accept non-integers?

BBMARTINI and MATRESHKA, how did you get yours to transition so smooth? On mine there always a frame no matter what I do...Unless everything is a dockable panel?


the only thing seamless on mine is the tack info mod on the top with the title bar, i just set the edge style to none and don't have any problems between it and the title bar. the rest of the images lie with in the single column playlist, so i don't have an issue with it. if you're trying to get a seamless transition between panels, that dosen't work and i don't think theres a solution to that. i avoided that by using the tool bar in the middle.
lyte
hey bb, i put that in for my track info and said unknown function 30x.. and the backgrounds for albums and songs dont show up sad.gif

*OK well i figured it's track info mod.. but still no backgrounds, weird

* http://img145.imageshack.us/img145/3489/clipboard02fm8.jpg

theres my foob..
bbmartini
QUOTE(lyte @ Nov 28 2006, 22:07) *

hey bb, i put that in for my track info and said unknown function 30x.. and the backgrounds for albums and songs dont show up sad.gif

*OK well i figured it's track info mod.. but still no backgrounds, weird

* http://img145.imageshack.us/img145/3489/clipboard02fm8.jpg

theres my foob..


put all the images in the images folder within your foobar folder and just check the code, i had my images in a bunch of places so i changed the code a bit to simplify it, just double check your location. (also did you enable per user settings when you set up foobar?)
lyte
QUOTE(bbmartini @ Nov 28 2006, 22:43) *

QUOTE(lyte @ Nov 28 2006, 22:07) *

hey bb, i put that in for my track info and said unknown function 30x.. and the backgrounds for albums and songs dont show up sad.gif

*OK well i figured it's track info mod.. but still no backgrounds, weird

* http://img145.imageshack.us/img145/3489/clipboard02fm8.jpg

theres my foob..


put all the images in the images folder within your foobar folder and just check the code, i had my images in a bunch of places so i changed the code a bit to simplify it, just double check your location. (also did you enable per user settings when you set up foobar?)


thank you, that fixed it. do i need foo_rating.dll to be using your script?
also, what VS is that? smile.gif

thanks!
bbmartini
im using the foo custom info plugin, i think it should work without anything extra but if its not ill try to help
http://users.tkk.fi/~tahlberg/foo/

and the VS is Royale Vista
http://www.deviantart.com/deviation/25495627/
lyte
QUOTE(bbmartini @ Nov 28 2006, 23:01) *

im using the foo custom info plugin, i think it should work without anything extra but if its not ill try to help
http://users.tkk.fi/~tahlberg/foo/

and the VS is Royale Vista
http://www.deviantart.com/deviation/25495627/


i appreciate it
fwqhgads
QUOTE(callisto @ Nov 14 2006, 02:22) *

IPB Image

That's my new design I build up from my crash!

SCPL design based on tool++ config (thx for that) and changed for my needs!
I forgot where I got the Buttons from... sry.
Trackinfo all mine wink.gif

omg please post your SCPL design
callisto
QUOTE(fwqhgads @ Nov 29 2006, 06:38) *

QUOTE(callisto @ Nov 14 2006, 02:22) *

IPB Image

That's my new design I build up from my crash!

SCPL design based on tool++ config (thx for that) and changed for my needs!
I forgot where I got the Buttons from... sry.
Trackinfo all mine wink.gif

omg please post your SCPL design


Alright here it is:

GroupBy: %album%

ItemDisplay:
CODE

$if($greater(%tracknumber%,5),
$if($greater(9,%tracknumber%),$drawrect(3,0,144,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)$if2(%album artist%,%artist%))
$if($strcmp($num(%tracknumber%,2),07),Album: $font(calibri,8,bold,140-140-140)%album%$if(%discnumber%,' (Disc '%discnumber%')',))
$if($strcmp($num(%tracknumber%,2),08),Year: $font(calibri,8,bold,140-140-140)$if2(%date%,Unknown))
$padding(-8,-3)
))
$imageabs(4,$add(26,$mul(-25,%tracknumber%)),'images\noalbum(small).png',)
$imageabs(25,$add(32,$mul(-25,%tracknumber%)),'images\albumart\'$if(%album artist%,%album artist%,%artist%) - %album%'.png',)
$imageabs(4,$add(26,$mul(-25,%tracknumber%)),'images\albumoverlay(small).png',)
$padding(0,0)
$drawrect(147,0,1,0,brushcolor-161-170-179 pencolor-null)
$drawrect(148,0,2,0,brushcolor-222-225-228 pencolor-null)
$if(%_isplaying%,$drawrect(147,0,0,0,brushcolor-132-146-166 pencolor-180-190-190)
,
$if(%_selected%,$drawrect(148,0,0,0,brushcolor-211-215-220 pencolor-205-210-216)
,
$ifequal($mod(%_playlist_number%,2),0,
$drawrect(150,0,0,0,brushcolor-250-250-250 pencolor-240-240-240)
,
$drawrect(150,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(152,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,170-170-170))

$align(right,center)$if(%_isplaying%,'-'%playback_time_remaining%' / ')%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(154,0,%_width%,21,left,bottom)
[$num($div(%_filesize%,1048576),2).$left($num($muldiv($mod(%_filesize%,1048576),100,1048576),2),2)mb' '][%__bitrate%'kbps']

$alignabs(-34,0,%_width%,24,right,bottom)$if(%_isplaying%,$font(Wingdings,8,glow-129-138-150 glowblur-10,203-206-211),$font(Wingdings,8,glow-200-200-200 glowexpand-0,150-160-160))$repeat(«,%rating%)
$if(%_isplaying%,
$font(Kroeger 05_55,6, glow-129-138-150 glowblur-10,203-206-211),$if(%_selected%,$font(Kroeger 05_55,6,,160-160-160),$font(Kroeger 05_55,6,,190-190-190)))
$alignabs(-3,0,%_width%,22,right,bottom)[ %play_counter% play$if($greater(%play_counter%,1),s)]



GroupDisplay:
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%,%artist%))

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



Images for the ItemDisplay:
IPB Image
IPB Image

Have fun!
callisto
tool++
Lol, bland layout time:

IPB Image

I decided to have a break from scp ohmy.gif
Saxe
QUOTE(bbmartini @ Nov 29 2006, 05:01) *

im using the foo custom info plugin, i think it should work without anything extra but if its not ill try to help
http://users.tkk.fi/~tahlberg/foo/

and the VS is Royale Vista
http://www.deviantart.com/deviation/25495627/


Or just use
CODE
$puts(rating,$if2(%rating%,0))
$button(297,3,0,0,13,13,,,TAG:SET:Rating:1,)
$button(297,3,13,0,13,13,,,TAG:SET:Rating:2,)
$button(297,3,26,0,13,13,,,TAG:SET:Rating:3,)
$button(297,3,39,0,13,13,,,TAG:SET:Rating:4,)
$button(297,3,52,0,13,13,,,TAG:SET:Rating:5,)


Just a simple TAG:SET command added, but it works for me ^^
int
QUOTE(tool++ @ Nov 29 2006, 14:26) *

Lol, bland layout time:

IPB Image

I decided to have a break from scp ohmy.gif


Makes my eyes bleed :'[
Yotsuya
Simplifying things a bit:
IPB Image
Maxim_289
tool++
Well done!

That's my latest foobar:
IPB Image
Hakubo
My current.

IPB Image

Nothing too fancy, but that's how I like it.
saberrider
IPB Image

I had to choose between simplicity and usability and now I got something in between. My problem is always that I don't want to miss for example the albumlist or albumart panel, but these are very little customizable. But I'm quite happy right now.
Generalverdacht
QUOTE(Maxim_289 @ Nov 29 2006, 12:17) *

tool++
Well done!

That's my latest foobar:
IPB Image




how did you do the look of the tabs?
oScARSh
My foobar2k,

Just modified Mazy's Singlecolumn Preset.

normal looking
IPB Image

playlist dropdown
IPB Image

mode for editing songs
IPB Image
khoma
IPB Image

tips to make it better are welcome biggrin.gif
Dipswitch
QUOTE(callisto @ Nov 29 2006, 08:06) *

QUOTE(fwqhgads @ Nov 29 2006, 06:38) *

QUOTE(callisto @ Nov 14 2006, 02:22) *

IPB Image

That's my new design I build up from my crash!

SCPL design based on tool++ config (thx for that) and changed for my needs!
I forgot where I got the Buttons from... sry.
Trackinfo all mine wink.gif

omg please post your SCPL design


Alright here it is:

GroupBy: %album%

ItemDisplay:
CODE

$if($greater(%tracknumber%,5),
$if($greater(9,%tracknumber%),$drawrect(3,0,144,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)$if2(%album artist%,%artist%))
$if($strcmp($num(%tracknumber%,2),07),Album: $font(calibri,8,bold,140-140-140)%album%$if(%discnumber%,' (Disc '%discnumber%')',))
$if($strcmp($num(%tracknumber%,2),08),Year: $font(calibri,8,bold,140-140-140)$if2(%date%,Unknown))
$padding(-8,-3)
))
$imageabs(4,$add(26,$mul(-25,%tracknumber%)),'images\noalbum(small).png',)
$imageabs(25,$add(32,$mul(-25,%tracknumber%)),'images\albumart\'$if(%album artist%,%album artist%,%artist%) - %album%'.png',)
$imageabs(4,$add(26,$mul(-25,%tracknumber%)),'images\albumoverlay(small).png',)
$padding(0,0)
$drawrect(147,0,1,0,brushcolor-161-170-179 pencolor-null)
$drawrect(148,0,2,0,brushcolor-222-225-228 pencolor-null)
$if(%_isplaying%,$drawrect(147,0,0,0,brushcolor-132-146-166 pencolor-180-190-190)
,
$if(%_selected%,$drawrect(148,0,0,0,brushcolor-211-215-220 pencolor-205-210-216)
,
$ifequal($mod(%_playlist_number%,2),0,
$drawrect(150,0,0,0,brushcolor-250-250-250 pencolor-240-240-240)
,
$drawrect(150,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(152,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,170-170-170))

$align(right,center)$if(%_isplaying%,'-'%playback_time_remaining%' / ')%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(154,0,%_width%,21,left,bottom)
[$num($div(%_filesize%,1048576),2).$left($num($muldiv($mod(%_filesize%,1048576),100,1048576),2),2)mb' '][%__bitrate%'kbps']

$alignabs(-34,0,%_width%,24,right,bottom)$if(%_isplaying%,$font(Wingdings,8,glow-129-138-150 glowblur-10,203-206-211),$font(Wingdings,8,glow-200-200-200 glowexpand-0,150-160-160))$repeat(«,%rating%)
$if(%_isplaying%,
$font(Kroeger 05_55,6, glow-129-138-150 glowblur-10,203-206-211),$if(%_selected%,$font(Kroeger 05_55,6,,160-160-160),$font(Kroeger 05_55,6,,190-190-190)))
$alignabs(-3,0,%_width%,22,right,bottom)[ %play_counter% play$if($greater(%play_counter%,1),s)]



GroupDisplay:
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%,%artist%))

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



Images for the ItemDisplay:
IPB Image
IPB Image

Have fun!
callisto


What exact components do we need for this configuration? Where are the panel images? Can you post the complete configuration in Configurations Distribution thread? Why everyone here not posting it's configuration but only an image of it? There is configuration distribution thread for this reason. Please people, share your configs...
spex04
QUOTE(khoma @ Nov 30 2006, 01:33) *

IPB Image

tips to make it better are welcome biggrin.gif


Fill the bit white-space on the left with something? Don't know what... maybe a different color/patern, or shift the text over..?
miscellanea
it's been a while... I'm still Columns UI biggrin.gif

IPB Image
callisto
QUOTE(Dipswitch @ Nov 30 2006, 12:53) *

What exact components do we need for this configuration? Where are the panel images? Can you post the complete configuration in Configurations Distribution thread? Why everyone here not posting it's configuration but only an image of it? There is configuration distribution thread for this reason. Please people, share your configs...

because this is the appearance thread. and I was asked for the config of my scpl...well I'll post the wohle thing in the right thread, if u want it that much wink.gif
and i think u can guess what components are used...
khoma
QUOTE(spex04 @ Nov 30 2006, 05:53) *

QUOTE(khoma @ Nov 30 2006, 01:33) *

IPB Image

tips to make it better are welcome biggrin.gif


Fill the bit white-space on the left with something? Don't know what... maybe a different color/patern, or shift the text over..?


uhmmm...i'll try...tnx
callisto
QUOTE(khoma @ Nov 30 2006, 13:43) *

QUOTE(spex04 @ Nov 30 2006, 05:53) *

QUOTE(khoma @ Nov 30 2006, 01:33) *

image

tips to make it better are welcome biggrin.gif


Fill the bit white-space on the left with something? Don't know what... maybe a different color/patern, or shift the text over..?


uhmmm...i'll try...tnx

the quicksearch is sunken... I would make it grey bordered like all the other panels and there're white lines above and below the buttons, there you can make the bg-color to 240,240,240 to fit it in the area
regards, callisto
lav-chan
QUOTE(callisto @ Nov 30 2006, 05:31) *
the quicksearch is sunken... I would make it grey bordered like all the other panels

It's probably not possible to make them consistent. There are no standards among foobar plug-ins for exactly what rendering of 'clientedge' corresponds to exactly which edge style in the program. It is one of the biggest (only?) problems with the player. I mean, we don't even have a consistent height for drop-down lists in that screen shot.
callisto
errm... you don't know what I mean!
You can choose in the options of the QuickSearch Toolbar if the framestyle should be sunken/grey/none ... and I mean that there should be used at least grey, if not none! to match the surrounding...
I DO know, that you cannot remove the lines between the panels (if this is what you meant)
lav-chan
No, that isn't what i mean. I know what you were talking about.

What i was saying was, some plug-ins don't follow the rules, so the 'grey' style for one component may not actually look the same as the 'grey' style for another component. I don't know if that is the case specifically for the quicksearch plug-in, i'm only assuming that khoma would have made it match if he could.
callisto
Ah, well... then I didn't understand you right. ^^
I didn't know that there's a difference between some plug-ins... and I tested it [edit: quicksearch panel], and for real, I saw no difference between 'grey' and 'sunken' (I suppose it has nothing to do with the VS)
Alright, because of the fact, that there's just a difference between 'none' and 'greysunken' I say that khoma should use the 'none'-framestyle mode biggrin.gif
tool++
QUOTE(lav-chan @ Nov 30 2006, 17:44) *

No, that isn't what i mean. I know what you were talking about.

What i was saying was, some plug-ins don't follow the rules, so the 'grey' style for one component may not actually look the same as the 'grey' style for another component. I don't know if that is the case specifically for the quicksearch plug-in, i'm only assuming that khoma would have made it match if he could.


I generally found quicksearch wasn't very standardized which annoys me - you can't configure font or minimum height and things :/
Vainyards
QUOTE(Falstaff @ Nov 25 2006, 23:19) *

new screenshot of my work in progress ...

IPB Image

tongue.gif

Br3tt


Nice one!

Could you post your Single Column Playlist conf? Pics and so on.
lav-chan
I imagine it does have something to do with the visual style, although i'm not sure exactly what determines it (in the msstyle, i mean). Some styles probably show all the borders the same, but on most of them (including mine) i don't think it does.

The quicksearch component is a pretty interesting one (functionality-wise), but i won't use it. I'm sure the developer did his best, but it's very poorly implemented and almost goes out of its way to be different. It's the wrong height for a text box, the text in the field isn't centred correctly, there are rendering glitches like crazy, et cetera.
Great Jay
QUOTE(miscellanea @ Nov 30 2006, 13:22) *

it's been a while... I'm still Columns UI biggrin.gif

IPB Image


cool - I like it biggrin.gif

coul you plz share your config?

thx

gReat jAy
saberrider
IPB Image

updated my singe_column_playlist.
it now checks whether there is a a pic of the artist available or not and rearranges the layout automatically for both cases. I have only pictures for my favourite artists and not for every artist I have an album of, so this is very useful.
SoundsFromBelow
my first attempt and creating something from scratch after finally figuring out the code

IPB Image
miscellanea
QUOTE(Great Jay @ Dec 1 2006, 05:10) *

QUOTE(miscellanea @ Nov 30 2006, 13:22) *

it's been a while... I'm still Columns UI biggrin.gif

IPB Image


cool - I like it biggrin.gif

coul you plz share your config?

thx

gReat jAy


ok here you go!

to my fcs
unprefaced
IPB Image
/mnt
I made some changes on my foobar in the past month. I had to swithced to the Windows classic because foobar and EAC don't look right on Royale and cleaned up the status bar and made changes on the main window title.

IPB Image

foobar2000.................................... Good!

Windows Media Player..................... Bad!

laugh.gif
BelleAndZEK
Ok here's mine in fullscreen mode. it's not exactly the way I wanted it to be but it's a good start.

this one's the album view: clicky
this one's the single songs playlists one: clicky

oops, it says "no song paying" biggrin.gif
anishbenji
QUOTE(BelleAndZEK @ Nov 30 2006, 21:07) *

Ok here's mine in fullscreen mode. it's not exactly the way I wanted it to be but it's a good start.

this one's the album view: clicky
this one's the single songs playlists one: clicky

oops, it says "no song paying" biggrin.gif

Very nice! You could show the number of songs in each group using %_itemcount%... and would you mind sharing your config?
anishbenji
BelleAndZEK
QUOTE(anishbenji @ Nov 30 2006, 20:45) *
Very nice! You could show the number of songs in each group using %_itemcount%... and would you mind sharing your config?
anishbenji




yeah, i cold do that, and many other things but i dont like when theres too much stuff/info.

there's still a few things i need to fix, i'll make a zip when everything will be done.

i still didnt figure out how to get the album cover to show when there's a # in the dir name, ergh!

fwqhgads
IPB Image

A bit of an update
lazy
i still prefer columnsUI too cool.gif
IPB Image
metal_termite
Me too, ColumnsUI cool.gif

Playlist Mode:
IPB Image

Db Mode:
IPB Image

Info Mode:
IPB Image
Generalverdacht
great, could you tell me how you made these tabs "back o playlist"?
hongmei
Generalverdächtiger

should be a button with the (emot-toot.gif) command: View/Tabbed Panel Stack mod/Select Tab/"(emot-toot.gif)"

IPB Image
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.