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
Lorraine
QUOTE (metal_termite @ Dec 1 2006, 03:26) *
Me too, ColumnsUI cool.gif

Playlist Mode:


Db Mode:


Info Mode:



I REALLY like this. Would you share?

So simple and yet it looks so great. laugh.gif
zoidbergslo
QUOTE (unprefaced @ Dec 1 2006, 01:16) *

that looks great

Will you post your configs
topdownjimmy
I have to say all these configs look amazing. I was on vacation from foobar when single column playlist was released. What a change!

I would love it, though, if we could split this thread into an images-only thread and a discussion thread. I know how to do everything I see here, so I'm just browsing images for inspiration -- and the way things are now, there are only a handful of screenshots per page on this very, very long thread.

Is anybody else in favor of that? Since this thread already has so much text in it, it would make for a good discussion thread, leaving the images-only "gallery" thread to be created. Sound good?
xhandler
QUOTE (topdownjimmy @ Dec 1 2006, 20:31) *
[...]
I would love it, though, if we could split this thread into an images-only thread and a discussion thread.
[...]


Good idea, that's what i do to, just browse all the other ppl's layouts
brumal
Haven't posted anything here in a while, so here's what my foo looks like today.



SCP config is based on Spex's.

Mnemic! \m/ O \m/
Ritsl
My first message on this forum... I've been using foobar2000 for quite a while, but only in the last few days tried to customize it. OMG, what a possibilities (if you get your head around all the weird UI issues), and OMG, how fragmented is all the info! Links to documentation that only talks about .8 plug-ins, old documentation with severe linkrot, etc. A real time-sink smile.gif Anyway, I managed to cook up something that works for me, for now at least:

miscellanea
first attempt to single column playlist.

craze
First time on appearance thread smile.gif

Minimalism is always good, that said here is mine:


Ofc i got to mention that i borrowed the Navigator fcs
SoundsFromBelow
after inadvertently messing up and somehow losing all my code from my first one last night, I came up with something new today

unprefaced
QUOTE (zoidbergslo @ Dec 1 2006, 13:03) *
QUOTE (unprefaced @ Dec 1 2006, 01:16) *


that looks great

Will you post your configs


Required: Single Column Playlist

Row Height: 16
Font: Lucida Sans Unicode,10

Main window title formatting // progress box and standard tags
$char($sub(9615,$div(%playback_time_seconds%,$div(%length_seconds%,7))))
%title%· ·%album%· ·%artist%




Group Rows: 2

Sorted by album for browsing established content
Artist view shows bitrate, to help sift new downloads
To use artist view uncomment each commented line and //comment the line above above it
I have the two variations set up as two separate Columns UI layouts, switched by custom toolbar buttons

The group display shows the first artist:$meta(artist,0), other values in the artist field are shown on the right of the item display

Group by
CODE
%album%
//%artist%


Item Display // 1:sets up background/playback time/progress bar 3-6:decreases font to fit title in window 8:comment tag 9:artists # 2,3,4,5
CODE
$if(%isplaying%%_selected%,$drawrect(,,,,pencolor-234-234-234 brushcolor-100-100-100)$font(,,,255-255-255)$align(right,)[%playback_time_remaining%]$drawrect(,,$muldiv(%_width%,%playback_time_seconds%,%length_seconds%),,pencolor-50-50-50))
//$if(%isplaying%%_selected%,$drawrect(,,,,pencolor-234-234-234 brushcolor-100-100-100)$font(,,,255-255-255)$align(right,)[%playback_time_remaining%@%bitrate%]$ifequal(%bitrate%,$info(bitrate),,'['$info(bitrate)']')$font(,7,,)[ %album%]$drawrect(,,$muldiv(%_width%,%playback_time_seconds%,%length_seconds%),,pencolor-50-50-50))
$font(,10,,)$ifgreater($calcwidth(%title%),%_width%,
$font(,9,,)$ifgreater($calcwidth(%title%),%_width%,
$font(,8,,)$ifgreater($calcwidth(%title%),%_width%,
$font(,7,,)$align(,middle),),),)
%title%
$textcolor(100-100-200)$if(%isplaying%%_selected%,$textcolor(152-205-152))[ $replace(%comment%,$crlf(),; )]
$align(right,middle)$font(,7,glow-234-234-234,0)[$meta(artist,1)][, $meta(artist,2)][, $meta(artist,3)][, $meta(artist,4)]
//$align(right,middle)$font(,7,glow-234-234-234,0)[%album%]


Group display // 2:gives each artist an individual colour 4:shrinks to fit 5:if album and the first artist are same, displays only the first artist tag
CODE
$drawrect(,,,,)
$textcolor($add($mod($CRC32($left($meta(artist,0),$div($len($meta(artist,0)),2))),128),128)-$add($mod($CRC32($meta(artist,0)),128),128)-$add($mod($CRC32($right(,$meta(artist,0),$div($len($meta(artist,0)),2))),128),128))
$font(,19,,)
$ifgreater($calcwidth($meta(artist,0)$if($strcmp(%album%,$meta(artist,0)),,%album%)),%_width%,$font(,18,,)$ifgreater($calcwidth($meta(artist,0)$if($strcmp(%album%,$meta(artist,0)),,%album%)),%_width%,$font(,17,,)$ifgreater($calcwidth($meta(artist,0)$if($strcmp(%album%,$meta(artist,0)),,%album%)),%_width%,$font(,16,,)$ifgreater($calcwidth($meta(artist,0)$if($strcmp(%album%,$meta(artist,0)),,%album%)),%_width%,$font(,15,,)$ifgreater($calcwidth($meta(artist,0)$if($strcmp(%album%,$meta(artist,0)),,%album%)),%_width%,$font(,14,,)$ifgreater($calcwidth($meta(artist,0)$if($strcmp(%album%,$meta(artist,0)),,%album%)),%_width%,$font(,13,,)$ifgreater($calcwidth($meta(artist,0)$if($strcmp(%album%,$meta(artist,0)),,%album%)),%_width%,$font(,12,,)$ifgreater($calcwidth($meta(artist,0)$if($strcmp(%album%,$meta(artist,0)),,%album%)),%_width%,$font(,11,,)$ifgreater($calcwidth($meta(artist,0)$if($strcmp(%album%,$meta(artist,0)),,%album%)),%_width%,$font(,10,,)$ifgreater($calcwidth($meta(artist,0)$if($strcmp(%album%,$meta(artist,0)),,%album%)),%_width%,$font(,9,,)$ifgreater($calcwidth($meta(artist,0)$if($strcmp(%album%,$meta(artist,0)),,%album%)),%_width%,$font(,8,,)$ifgreater($calcwidth($meta(artist,0)$if($strcmp(%album%,$meta(artist,0)),,%album%)),%_width%,$font(,7,,),),),),),),),),),),),),)
$align(,middle)$meta(artist,0)$align(right,middle)$textcolor(200-200-200)$if($strcmp(%album%,$meta(artist,0)),,%album%)





Group Rows: 1

Group by
CODE
%directory%

alternatively it can be grouped by $left(%path%,$strrchr(%path%,'\')) or $substr(%path%,$strstr(%path%,$meta(artist,0)),$sub($strrchr(%path%,'\'),1)) ‹ the text for group display

Item Display // Artist tags are displayed at the right if they are not present in the directory structure of the file
CODE
$if($or(%isplaying%,%_selected%),$drawrect(,,$muldiv(%_width%,%playback_time_seconds%,%length_seconds%),,pencolor-210-210-210 brushcolor-220-220-220))
$imageabs2(%_width%,,,$mul(%_itemindex%,%_height%),0,0,0,0,$replace(%path%,%filename_ext%,)folder.jpg,alpha-100)
$align(,)$ifgreater($calcwidth(%title%),%_width%,$font(,9,,)$ifgreater($calcwidth(%title%),%_width%,$font(,8,,)$ifgreater($calcwidth(%title%),%_width%,$font(,7,,),),),)%title%
$font(,,,100-100-200)[ $replace(%comment%,$crlf(),; )]$font(,,,0)
$align(right,)$font(,8,,)$if($strstr(%path%,$meta(artist,0)),[$meta(artist,1)][, $meta(artist,2)][, $meta(artist,3)][, $meta(artist,4)],%artist%)


Group display // If you do not like random colours, //comment the $drawrect and $imageabs2 lines, and uncomment the top line. 5:shows directory structure after first occurence of %artist% in %path% is shown, otherwise the whole path is shown; replacing \ with right pointing triangles in either case; does not work if the artist name is present only in the file name, and not in any directory of its path. If 'red', 'green', or 'blue' are present in the artist name or the album name, then the appropriate colour bias is applied to the background
CODE
//$drawrect(,,,$div(%_height%,2),pencolor-110-110-210 brushcolor-120-120-220)$drawrect(,$div(%_height%,2),,,pencolor-100-100-200 brushcolor-90-90-190)
$drawrect(,,,,pencolor-null brushcolor-$if($strstr($lower(%artist%%album%),red),255,$rand(128))-$if($strstr($lower(%artist%%album%),green),255,$rand(128))-$if($strstr($lower(%artist%%album%),blue),255,$rand(128)))
$imageabs2(%_width%,,,,0,0,0,0,$replace(%path%,%filename_ext%,)folder.jpg,alpha-100)
$font(,10,,255-255-255)$align(,middle)$replace(
//$substr(%path%,$strstr(%path%,$meta(artist,0)),$sub($strrchr(%path%,'\'),1))
//$substr(%path%,$sub($strstr(%path%,$meta(artist,0)),1),$sub($strrchr(%path%,'\'),1))
$substr(%path%,$strstr(%path%,$meta(artist,0)),$sub($strrchr(%path%,'\'),1))
,\, ‣ ) ▾
$imageabs2(%_width%,%_height%,,,,,,,1.png,alpha-30 NOKEEPASPECT)
$imageabs2(%_width%,%_height%,,,,,,,2.png,alpha-17 NOKEEPASPECT)


The below 2 image files must be put in your application directory (C:\Program Files\Foobar2000)
must be renamed to unprefaced1.png
(1 pixel wide) must be renamed to unprefaced2.png




Modeled from http://www.bang-olufsen.com/page.asp?id=142

Group Rows: 1

Group By
CODE
%album%


Item Display
CODE
$textcolor(204-204-204)
$if(%_selected%,$drawrect(,,,,brushcolor-25-25-25l pencolor-null)$align(,)▢)
$if(%isplaying%,$textcolor(146-199-252)  » $textcolor(204-204-204),$if(%_selected%,     ))
%title% (%length%)


Group display
CODE
$if(%_selected%,$drawrect(,,,,brushcolor-25-25-25l pencolor-null))
$font(,,bold,204-204-204)
    $meta(artist,0)
$textcolor(146-199-252)
» %album%
$drawrect(2,2,9,9,brushcolor-null pencolor-67-147-203)
$drawrect(4,4,5,5,brushcolor-67-147-203 pencolor-null)


Moderation: Converted CODE to CODEBOX.
kuru
topright: foobar remote (samurize)
center: foobar ofcourse, everything is stolen... laugh.gif
bottom: no, it's not a windows vs, it's my litestep...

ojdo
@metal_termite: Awesome! Simple, use- and beautiful.
--
Changed VS, changed foobar... (last version)

Left: browsing, right: now playing
kyller
QUOTE (callisto @ Nov 29 2006, 12:06) *
QUOTE (fwqhgads @ Nov 29 2006, 06:38) *

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



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:



Have fun!
callisto

How do i make my album art to be shown? My album art is in this way:

%path%\folder.jpg

or

D:\Musicas\artist (year) album\folder.jpg

thanks!
Ray Bao


First time using single column playlist...

comments/suggestions/questions welcome.
tns


My very first serious design ohmy.gif Not finished yet but it's beginning to look like something laugh.gif
CepiPerez
This is something I'm working on... it's unfinished...
I'll upload it in the Customization Distribution Thread when I've done.




Butons for search lyrics, rate songs, artist website...
Coments for make it better are welcome.
tommy_gun
@tns: Would you share your config?
looks really great biggrin.gif
Yann
My new foobar:


integrate in the screen with dockable pannels:



There are two little problems with minimize and restaure, i hope that user "bowron" can work for fix it.
I have one button for exit and minimize and restaure for system tray.
anolae
QUOTE (FalledAngel @ Dec 2 2006, 23:12) *
How do i make my album art to be shown? My album art is in this way:

%path%\folder.jpg

or

D:\Musicas\artist (year) album\folder.jpg

thanks!


If I'm not mistaken, replace this line
CODE
$imageabs(25,$add(32,$mul(-25,%tracknumber%)),'images\albumart\'$if(%album artist%,%album artist%,%artist%) - %album%'.png',)

with this one
CODE
$imageabs(25,$add(32,$mul(-25,%tracknumber%)),$replace(%path%,%filename_ext%,folder.jpg),)
Bob the Dino
QUOTE (anolae @ Dec 3 2006, 11:04) *
If I'm not mistaken, replace this line
CODE
$imageabs(25,$add(32,$mul(-25,%tracknumber%)),'images\albumart\'$if(%album artist%,%album artist%,%artist%) - %album%'.png',)

with this one
CODE
$imageabs(25,$add(32,$mul(-25,%tracknumber%)),$replace(%path%,%filename_ext%,folder.jpg),)


That will only work if all of the images are a uniform size, try this in place of the first line instead.

CODE
$imageabs2(107,107,,,,,25,$add(32,$mul(-25,%tracknumber%)),$replace(%path%,%filename_ext%,)folder.jpg,NOKEEPASPECT)

This code will resize and stretch the images to fit the CD cover.
xixel
current work in progress



shakey_snake
Here's my update.

config coming soon...
kyller
QUOTE (anolae @ Dec 3 2006, 15:04) *
If I'm not mistaken, replace this line
CODE
$imageabs(25,$add(32,$mul(-25,%tracknumber%)),'images\albumart\'$if(%album artist%,%album artist%,%artist%) - %album%'.png',)

with this one
CODE
$imageabs(25,$add(32,$mul(-25,%tracknumber%)),$replace(%path%,%filename_ext%,folder.jpg),)

anolae, thanks for helping me!!!

QUOTE (Bob the Dino @ Dec 3 2006, 16:32) *
QUOTE (anolae @ Dec 3 2006, 11:04) *

If I'm not mistaken, replace this line
CODE
$imageabs(25,$add(32,$mul(-25,%tracknumber%)),'images\albumart\'$if(%album artist%,%album artist%,%artist%) - %album%'.png',)

with this one
CODE
$imageabs(25,$add(32,$mul(-25,%tracknumber%)),$replace(%path%,%filename_ext%,folder.jpg),)


That will only work if all of the images are a uniform size, try this in place of the first line instead.

CODE
$imageabs2(107,107,,,,,25,$add(32,$mul(-25,%tracknumber%)),$replace(%path%,%filename_ext%,)folder.jpg,NOKEEPASPECT)

This code will resize and stretch the images to fit the CD cover.

Bob the Dino,
wonderful solution, it worked like a charm!
really thanks
YuriPavE
my foobar2000, simple and not fancy at all, modified from Azrael's light config biggrin.gif

Library mode:


Playlist mode:
Martin H
I personally really like the default UI and also the default title formating script, but the only thing i didn't liked about the default UI, was that the album list was independent from the main window. Because of this, then i am using Columns UI solely for adding an album list panel to the left edge of the screen, and then as i like the default UI, then i configured Columns UI to only have one single column which uses all free space, and then i copied the title formating script from the default UI into the Columns UI column. Also i added playlist tabs above the playlist view. Nothing fancy or anything, but functional, clean and no annoying eye-candy, which is just the way i like it...
nilsHaus
What version of tabbed panels do I need to have the tab selectable in the View>... options? I want to create a button to switch between tabs.

And does Track Info Mod "follow cursor" mode not supported in the browser?
Smitty2k1
QUOTE (shakey_snake @ Dec 3 2006, 14:12) *
Here's my update.

config coming soon...


B-E-A-UTIFUL! I can't wait for this config you promised!
topdownjimmy


Still have a TON of work to do, as I just familiarized myself with SCPL and trackinfo_mod for the first time this weekend, but this is a lot of fun.


P.S., thanks to all the people whose ideas I stole tongue.gif
hsn


modded Spex' config
shah
everything nice here.... mind to share the config? fcs?
celtavin


Here's my fb2k.Modified from others,forgive me!
Wish you like it.

There's a progress bar in Single Column Playlist.
And the playing song's text will shine!
Menu is autohide.

Album and single tracks have different display modes in one playlist!
adrianmak
QUOTE (CepiPerez @ Oct 7 2006, 13:43) *
My new foo skin:



Hope you like it.


how to make it ??
Marcu5z
QUOTE (adrianmak @ Dec 5 2006, 12:14) *
QUOTE (CepiPerez @ Oct 7 2006, 13:43) *

My new foo skin:



Hope you like it.


how to make it ??


You will find it here, how to make it... smile.gif
Kaleth
My new foo (mod)

SCP with embedded progress bar, song rating, discogs album rating, tabbed browsing for album list, lyrics and album cover.
Russell777
Cool,i like it
HiFiRE
QUOTE (xixel @ Dec 3 2006, 11:44) *
current work in progress





Your scp is so hot! Is that your original work? You must share...
emfletcher
QUOTE (Ray Bao @ Dec 2 2006, 20:43) *


First time using single column playlist...

comments/suggestions/questions welcome.


That looks awesome. Can you share your configuration?
Strictly4me
QUOTE (xixel @ Dec 3 2006, 20:44) *

Perfect single playlist! wub.gif

((((( Strictly4me )))))
OmART


Took me a while to get rid of usual columns_ui style and get it how I wanted for funcionability smile.gif

Mainly a mod of spex configuration, with some custom crap tongue.gif , I think it's just missing some buttons (currently controlled with the taskbar) and the right panel displays lyrics and album art if found, else it looks like on the screen wink.gif
tool++
That is pretty sick.

And by pretty sick I mean very sick biggrin.gif
xixel
QUOTE (HiFiRE @ Dec 5 2006, 08:45) *
Your scp is so hot! Is that your original work? You must share...


Yes, something I started just a few days ago.. started with a mockup in photoshop. I'll share when I'm happy with it, much to do to make it public, the width is static right now, soon to be dynamic.
Marcu5z
QUOTE (CepiPerez @ Dec 3 2006, 05:24) *
This is something I'm working on... it's unfinished...
I'll upload it in the Customization Distribution Thread when I've done.




Butons for search lyrics, rate songs, artist website...
Coments for make it better are welcome.

Wonderful work...!!! w00t.gif
But I don't see the seekbar. rolleyes.gif
malakodas
is it possible to have two album list panels, displaying different folders? All scaned by media library of course
oldhouse
QUOTE (bbmartini @ Nov 28 2006, 20:12) *
QUOTE (weseiii @ Nov 28 2006, 10:23) *

Hey bbmartini, loving your foobar setup. I'm interested in your track info mod settings. Could you help me out? I love the simplistic look. Thanks in advance.

QUOTE (Nexus-6 @ Nov 28 2006, 11:55) *
bbmartini can i have your settings?? in particulary where there is name of singer and the stars.
Thank you and sorry for my english! tongue.gif


here is the tackinfo code
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)

min height: 45
edge style: none

if you want any other part of my set up let me know

bbmartini, have u modded your trackinfo dialog with latest dll options?
I don't have any idea where to put //Background //PerTrack and //PerSecond...
Can anyone help?
Ken-chan


Let's hear some feedback, please! What do you like, what don't you like? I already fixed the arrow being inside the title, though, forget about that.
eejadx
^
Good work. First track info and playing images look a little dull to me... Maybe you could photoshop it a little, give the borders some kind of embedded look. Or at least darker borders. smile.gif
Ken-chan
QUOTE (eejadx @ Dec 6 2006, 23:01) *
^
Good work. First track info and playing images look a little dull to me... Maybe you could photoshop it a little, give the borders some kind of embedded look. Or at least darker borders. smile.gif


Hm...Darker borders? you mean, purely in the 'now playing' decicated patch, right? You mean that I should darken the borders slightly to mix it in? Personaly, I was thinking of enlarging it and putting a 1 px black line around it, like I did with the groups...Which would you prefer?

I'm also a photoshop newbie, heh tongue.gif
FofR
Real sexy design coming soon.

Nickoladze
QUOTE (xixel @ Dec 3 2006, 14:44) *
current work in progress





Wow very nice. You must post the config for that when you're done! Especially since I use the same visual style tongue.gif
rouge
QUOTE (FofR @ Dec 6 2006, 17:03) *
Real sexy design coming soon.


I can't wait to see how you did that reflection effect!
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-2009 Invision Power Services, Inc.