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
Mark700
QUOTE (zoidbergslo @ Apr 4 2006, 11:55 AM)
Here is my latest version:

Its moded version of spex04 and mazy's.

I have a question about displaying song title.
I use $if(%title%,%title%,%_filename%) What code do I have to use to change color for parts of title that are in "()" or "<>" or "[]"

And another thing what code do I have to use for compilations to show artist name next to song title.


*sorry for my poor english
*

I too have the Spex04/Mazy modded fcs; could you explain how you got it to display songs in album mode? I mean, when I import the .fcs it displays all my songs as singles, whereas in your screenshot the script recognizes which tracks belong to an album and displays them accordingly. Thanks.
optimuz
Using area04 VS, ty turzol for that info! Using olight_v204 format strings, ty for that, creds! Have a lot of mp3s thats not properly tagged so using navigator or azrael ain't an option tough I like them... Anyway here it is:



*edit*
fixed the link
FunkyFender
My latest (but yet unfinished) version:



It's based on my mod (click to see the old version) of plisk v.0.1.5. I'll post it once I get everything (title bar, handling of single tracks, etc) done.
Darth Maul
QUOTE (turzol @ Apr 2 2006, 06:39 AM)
I've made some modyfications in layout


*

Great!!!! biggrin.gif
Please...
Post your Statusbar Title Formating and Track info codes
Thx!
zoidbergslo
QUOTE (Mark700 @ Apr 4 2006, 10:08 PM)
QUOTE (zoidbergslo @ Apr 4 2006, 11:55 AM)
Here is my latest version:

Its moded version of spex04 and mazy's.

I have a question about displaying song title.
I use $if(%title%,%title%,%_filename%) What code do I have to use to change color for parts of title that are in "()" or "<>" or "[]"

And another thing what code do I have to use for compilations to show artist name next to song title.


*sorry for my poor english
*

I too have the Spex04/Mazy modded fcs; could you explain how you got it to display songs in album mode? I mean, when I import the .fcs it displays all my songs as singles, whereas in your screenshot the script recognizes which tracks belong to an album and displays them accordingly. Thanks.
*



well I said moded biggrin.gif I redone column that shows artist

CODE
$select($min(%tracknumber%,4),
$if($stricmp(%album artist%,Various Artists),%album artist%,[%artist%]),
$if(%album%,%album%[ • Disc $num(%disc%,1)]),
[%date%$if(%genre%, • )][%genre%],
)


Few new screenshots
album:

various artists:

singles:


still had one problem
for showing artist in on various artists I use
CODE
$if( $stricmp(%album artist%,Various Artists),737373|737373 • $hsl($mod($div($crc32(%artist%),41),240),240,80)%artist%,)

but if I select one track artist color gets funny how can i make it to show the same as when selected

Thanks
Mark700
QUOTE (zoidbergslo @ Apr 4 2006, 06:35 PM)
well I said moded biggrin.gif I redone column that shows artist

CODE
$select($min(%tracknumber%,4),
$if($stricmp(%album artist%,Various Artists),%album artist%,[%artist%]),
$if(%album%,%album%[ • Disc $num(%disc%,1)]),
[%date%$if(%genre%, • )][%genre%],
)


Few new screenshots
album:
various artists:
singles:

still had one problem
for showing artist in on various artists I use
CODE
$if( $stricmp(%album artist%,Various Artists),737373|737373 • $hsl($mod($div($crc32(%artist%),41),240),240,80)%artist%,)

but if I select one track artist color gets funny how can i make it to show the same as when selected

Thanks
*

Hey, thanks for that! I'm still trying to learn the TAGZ syntax (reading the Wiki) but if I figure out how to fix that I'll let you know.
mikep
Disregard this. Edited out
Sandman2012
Man, I'm loving a lot of what I'm seeing in this thread.

Here's my foobar 0.9, modified to fit with the Resident OS visual style I've been using for XP:



Simple, but meets all my needs. I wish I could make it a little simpler, but the way I listen to music dictates at least this much in the layout.

edit: made it a little smaller by using a smaller font and not using bold for it.

bizkid
Here's my foobar setup. Just started with foobar 2 days ago and took some great avaible presets and edited them to my liking.

C00I90WN
QUOTE (tofu @ Apr 1 2006, 05:01 PM)
QUOTE (C00I90WN @ Mar 31 2006, 11:22 AM)
Here it is, this is my current config, I made it from scratch, totally customized



Hope you like it smile.gif

Greetings
C00I90WN
*


very nice. mind sharing?
*



Sorry about the delay but I've been ill and wasn't here too much, yes I have absolutely no problem with sharing my config... I think you'll have to change your layout manually though because it doesn't propagate through fcs but here it is... ah the "status bar" is a track info panel with the following code(change width value till you find some config you want)

CODE
$puts(altTextColor,$rgb(135,135,135))
$puts(textColor,$rgb(200,204,182))

///// END OF CONFIG
$puts(width, 140)
$puts(length,$len([Title: %title%][Artist: %Artist%][Album: %album%]))
$puts(fields,3)
$puts(divider,$repeat(  ,$div($add($get(width),-$get(length)),$get(fields))))

$char(1)C[$get(altTextColor)Artist: $get(textColor)%artist%$get(divider)][$get(altTextColor)Title: $get(textColor)%title%$get(divider)][$get(altTextColor)Album: $get(textColor)%album%]


mmmm I think that's all, well actually almost once you load the config you can configure some things in global variables wink.gif have fun wink.gif

Here is the config (license)

Best Regards,
C00I90WN

Edit: Little detail I forgot, the font, it's called "Swis721 Cn BT D-Type"
Edit2: It reacts to the tag various, if set only album and year is displayed and displays "By %artist%"
Mangix
mine really sucks but i might as well post it.



i haven't spent a lot of time on it so this is just a few minutes of work. it's pretty decent IMO.
gfreaky
Hey guys! Just got foobar and I'm working on my UI.

Been able to replicate a lot of stuff pretty well but the one thing that is killing me is the group arist/album. I'm talking about how many people here have it so that theres a box on the left with the album and artist that are printed at the top and then on the right it has all the tracks on that album. Not really sure if that makes any sense so I'll try to reword: the arist and album are displayed one time for the entire set and not for each track. Can anyone point me in the right direction to accomplish this feat?

Much thanks smile.gif
GF
cybermantis
Hey guys, are you using that album plugin to display the covers? I cant get it to work, ive tried many times but it simply says there is an error and that im either using the wrong version of foobar (im using .9, and using hte updated plugin) or im missing something. Any help here? What did you guys do to get it to work?
Martin H
@gfreaky

$select(%tracknumber%,%album artist%,%album%,'('%date%')')
gfreaky
QUOTE (Martin H @ Apr 4 2006, 09:34 PM)
@gfreaky

$select(%tracknumber%,%album artist%,%album%,'('%date%')')
*


Cool! Thanks a ton! Exactly what I wanted smile.gif

GF
lav-chan
gfreaky:

Assuming you get the basic idea behind columns (and, you know, assuming you have Columns UI installed...), it's actually pretty simple:

You create one column for your artist/album/date/whatever you want to put there. In the formatting for it, you need code to do the following things:

(1) Check to see if it's an album as opposed to a single track. (This is optional depending on how your library is set up. Some people just use separate play lists for single tracks, et cetera.)

(2) Get the track number from the files.

(3) Write the information to the column according to track number. Track 01 = artist, track 02 = album, that kind of thing.


So, for example, in my artist/album/codec column i have this:

CODE
// if it's a single...
$if($stricmp($get_global(single),1),

// just put the artist (if it exists)
$meta(artist,0))


// else...
$if($stricmp($get_global(single),0),

$select($tracknumber(),

// if the artist exists, put that
$if($meta(artist,0),

$if($meta(album artist,0),
$puts(artistdisplay,$meta(album artist,0)),
$puts(artistdisplay,$meta(artist,0)))

$if($stricmp($get(artistdisplay),various artists),
$get_global(c_dim2)|$get_global(c_dim2)'various artists',
$get(artistdisplay))),


// if the album exists, put that
[%album%],

// get the codec information

// MP3
$if($stricmp($info(codec),mp3),
$puts(v_codec,$info(codec)':')
$puts(v_compression,
$if($stricmp(%__extrainfo%,vbr),
VBR
$if($stricmp(%__lame_profile%,aps),' (--alt-preset standard)')
$if($stricmp(%__lame_profile%,r3mix),' (--r3mix)')
$if($stricmp(%__lame_profile%,ape),' (--alt-preset extreme)')
$if($stricmp(%__lame_profile%,apfs),' (--alt-preset fast standard)')
$if($stricmp(%__lame_profile%,apfe),' (--alt-preset fast extreme)')
$if($stricmp(%__lame_profile%,api),' (--alt-preset insane)')
,%__bitrate%' kbps (CBR)')),)

// Vorbis
$if($stricmp($info(codec),vorbis),
$puts(v_codec,$info(codec):)
$puts(v_compression,%__bitrate_nominal%' kbps (nominal)'),)

// AAC
$if($stricmp($info(codec),AAC),
$puts(v_codec,$info(codec))
$puts(v_compression,%__bitrate%kbps),)

// FLAC
$if($stricmp($info(codec),FLAC),
$puts(v_codec,$info(codec)),)

// APE
$if($stricmp($info(codec),monkey''s audio),
$puts(v_codec,$info(codec))
$puts(v_version,$info(version))
$puts(v_compression,$caps($info(compression))),)

// MPC
$if($stricmp($info(codec),musepack),
$puts(v_codec,$caps($info(codec)))
$puts(v_version,$info(mpc_encoder))
$puts(v_compression,$info(mpc_profile)))

// display it
$get_global(c_dim2)|$get_global(c_dim2)$get(v_codec)[' '$get(v_version)][' '$get(v_compression)]

)
)

I borrowed a lot of this code from my 0.8 formatting, and i didn't get rid of things that didn't break the columns, so some of that stuff (like the LAME profile) doesn't really work in 0.9. And i probably have some stuff that's specific to my library and won't work for yours without some changes. But you get the idea.


edit:
Or you could do it his way i guess. :(
gfreaky
Ahahaha well I did it his way but I'll take a peak at yours tomorrow as I'm off to bed at the moment smile.gif

Here's what I've managed to get done in a day:

screenshot

Cheers!
GF

moderation: please refrain from inlining images larger than roughly 800x600 and 80KB. please use thumbnails and/or links for large pictures instead.
yatahaze
QUOTE (fluffy @ Apr 3 2006, 05:24 PM)

*

What font is that?
Mindflux
QUOTE (yatahaze @ Apr 4 2006, 06:45 PM)
QUOTE (fluffy @ Apr 3 2006, 05:24 PM)

*

What font is that?
*



Who cares what font it is. Where did he get a working foo_shn for .9. Last one I found tossed up errors.

Also how do you get an album list in foobar (your library list)? I can't seem to do it with colums ui ?
obscure_detour
Was wondering if someone could give me a tip. Trying to migrate from 0.83, heh, keyword...trying. Anyways, I thought it was tags, but have updated, ripped and rebuilt tags to no avail. I tried to edit the formatting, but... We'll leave it at that. Alas, I'm asking for some assistance.

I'm using an edited version of MechA's config.


MechA's Config



Mine



Could someone explain why I get the question mark and the date in the wrong place and no color for track 2/3 of album. I appreciate it. It display's like that no matter what albums I'm looking at.

obscure detour
obscure_detour
QUOTE (Mindflux @ Apr 4 2006, 08:49 PM)
QUOTE (yatahaze @ Apr 4 2006, 06:45 PM)
QUOTE (fluffy @ Apr 3 2006, 05:24 PM)

*

What font is that?
*



Who cares what font it is. Where did he get a working foo_shn for .9. Last one I found tossed up errors.

Also how do you get an album list in foobar (your library list)? I can't seem to do it with colums ui ?
*



Mindflux, you gotta enable the sidebar first of all. In pref, its under display > columns UI. After enabling the sidebar, you can right click on it and add panels.

I'd also like to know a working .shn for 0.9. smile.gif Cheers

obscure detour
Zoom
QUOTE
I'd also like to know a working .shn for 0.9. Cheers

obscure detour

Not trying to get too offtopic, but I believe that the newest shn decoder is in foosion's stable components package. http://foosion.foobar2000.org/0.9/.
lav-chan
QUOTE (obscure_detour @ Apr 4 2006, 09:50 PM) *
Could someone explain why I get the question mark and the date in the wrong place and no color for track 2/3 of album. I appreciate it. It display's like that no matter what albums I'm looking at.

I could help if you posted the code for those two columns.... (Probably just what you have, not the original.)
beto
QUOTE (Sandman2012 @ Apr 4 2006, 08:47 PM) *
Man, I'm loving a lot of what I'm seeing in this thread.

Here's my foobar 0.9, modified to fit with the Resident OS visual style I've been using for XP:



Simple, but meets all my needs. I wish I could make it a little simpler, but the way I listen to music dictates at least this much in the layout.

edit: made it a little smaller by using a smaller font and not using bold for it.



I love your design. Could you share your fcs? thanx.
fluffy
QUOTE (obscure_detour @ Apr 5 2006, 01:54 AM) *
QUOTE (Mindflux @ Apr 4 2006, 08:49 PM)
QUOTE (yatahaze @ Apr 4 2006, 06:45 PM)
QUOTE (fluffy @ Apr 3 2006, 05:24 PM)

*

What font is that?
*



Who cares what font it is. Where did he get a working foo_shn for .9. Last one I found tossed up errors.

Also how do you get an album list in foobar (your library list)? I can't seem to do it with colums ui ?
*



Mindflux, you gotta enable the sidebar first of all. In pref, its under display > columns UI. After enabling the sidebar, you can right click on it and add panels.

I'd also like to know a working .shn for 0.9. smile.gif Cheers

obscure detour



Font: Calibri (comes with Vista, but you can find it if you look hard enough)

Shorten: in Foosion's stable package archive: http://foosion.foobar2000.org/0.9/
Mindflux
QUOTE (obscure_detour @ Apr 4 2006, 09:54 PM) *
QUOTE (Mindflux @ Apr 4 2006, 08:49 PM)
QUOTE (yatahaze @ Apr 4 2006, 06:45 PM)
QUOTE (fluffy @ Apr 3 2006, 05:24 PM)

*

What font is that?
*



Who cares what font it is. Where did he get a working foo_shn for .9. Last one I found tossed up errors.

Also how do you get an album list in foobar (your library list)? I can't seem to do it with colums ui ?
*



Mindflux, you gotta enable the sidebar first of all. In pref, its under display > columns UI. After enabling the sidebar, you can right click on it and add panels.

I'd also like to know a working .shn for 0.9. smile.gif Cheers

obscure detour


Oh that's just the sidebar w/ playlists? I thought it was the album library list.

Nevermind, eff that. Tabs++
fluffy
No, it's the album list panel: http://music.morbo.org/components.php
Mindflux
QUOTE (fluffy @ Apr 5 2006, 02:01 PM) *
No, it's the album list panel: http://music.morbo.org/components.php


Cool, got it.
Sphix
Are you guys using the Beta versions of Vista? huh.gif
Mindflux
Why can't I get the splitters to work right?

I make a horizontal splitter. I want three boxes above the splitter, and two below the splitter. But it's not working.. it keeps stuffing all the crap vertically?
HlynurDS


Here's mine biggrin.gif
fluffy
QUOTE (Mindflux @ Apr 5 2006, 07:12 PM) *
Why can't I get the splitters to work right?

I make a horizontal splitter. I want three boxes above the splitter, and two below the splitter. But it's not working.. it keeps stuffing all the crap vertically?


Try this:

Splitter (verticle or horizontal)
|
|-Splitter (horizontal)
| |-first box
| |-second box
| |-third box
|
|-Splitter (horizontal)
| |-first box
| |-second box
skelly831


Reworked it a little, but moslty still the same tongue.gif
lextune
I don't know if this is possible, I have been trying for hours

I want my playlist switcher to run the whole length of the left side (easy enough, I just make it the sidebar)

.....then I want the Visualizer above the columns playlist (also easy enough, with one splitter) and then the hard part tongue.gif ....I want to have my track info panel run the entire length of the right side........


S----Visualizer----T
W------------------R
I--------------------A
T-------------------C
C-------------------K
H__Col. Playlist__
E-------------------I
R-------------------N
v-------------------F
V-------------------O


.......I tried about 1000 splitter/panel/sidebar combinations with no luck. sad.gif

Anybody have any ideas?
skelly831
Something like this?



Do this:

Horizontal splitter
-----Vertical splitter
----------Playlist switcher
-----Vertical splitter
----------Spectrum analizer
----------Columns Playlist
-----Vertical splitter
----------Track info
RevivalofHonor
QUOTE (obscure_detour @ Apr 5 2006, 12:50 AM) *
Was wondering if someone could give me a tip. Trying to migrate from 0.83, heh, keyword...trying. Anyways, I thought it was tags, but have updated, ripped and rebuilt tags to no avail. I tried to edit the formatting, but... We'll leave it at that. Alas, I'm asking for some assistance.

I'm using an edited version of MechA's config.

Could someone explain why I get the question mark and the date in the wrong place and no color for track 2/3 of album. I appreciate it. It display's like that no matter what albums I'm looking at.

obscure detour


Can you post your FCS? I would need to know what tag is causing that error.
brumal


dry.gif
obscure_detour
Here is the code to my columns. I read the tutorial on creating columns 'brother john' wrote, but still haven't found how to fix it. Any help would be appreciated. Thanks again.

CODE
$if($strcmp($tracknumber(),01),

%album artist%

$ifgreater(%totaltracks%,3,,
  -  [%album%]$if($not($stricmp(%media%,'CD')), %media%)$if(%discnumber%, '('Disc %discnumber%[ '"'%discname%'"']')')$tab()[%date%]) ,

$if($strcmp($tracknumber(),02),

$ifgreater(%totaltracks%,3,
[%album%]$if($not($stricmp(%media%,'CD')), %media%)$if(%discnumber%, '('Disc %discnumber%[ '"'%discname%'"']')')$tab()[%date%],

$ifgreater(%totaltracks%,2,
$if(%__codec%, %__codec%)
$if(%__bitrate%,%__bitrate%) Kb/s $if($stricmp(%__codec%,mp3),$if($stricmp(%__extrainfo%,vbr),VBR,CBR))
$if($stricmp($codec(),MP3),$caps(%__mp3_stereo_mode%),
$if(%__channels%,$ifgreater(%__channels%,1,Stereo,Mono),'?'))
$if(%original%, 404040©8A8A8A)
$tab()
$muldiv(%__bitrate%,100,1411)'% Compression',$tab()FFFFFF#$sub(%list_index%,0))

) ,

$if($strcmp($tracknumber(),03),
$ifgreater(%totaltracks%,3,
$if(%__codec%, %__codec%)
$if(%__bitrate%,%__bitrate%) Kb/s $if($stricmp(%__codec%,mp3),$if($stricmp(%__extrainfo%,vbr),VBR,CBR))
$if($stricmp($codec(),MP3),$caps(%__mp3_stereo_mode%),
$if(%__channels%,$ifgreater(%__channels%,1,Stereo,Mono),'?'))
$if(%original%, 404040©8A8A8A)
$tab()
$muldiv(%__bitrate%,100,1411)'% Compression',$tab()FFFFFF#$sub(%list_index%,0)) ,

$puts(lineadjust,3)

$if(%producer%,
$select($sub(%tracknumber%,$get(lineadjust)), Produced by %producer%)
$puts(lineadjust,$add($get(lineadjust),1)))

$if(%composer%,
$select($sub(%tracknumber%,$get(lineadjust)), Composed by %composer%)
$puts(lineadjust,$add($get(lineadjust),1)))

$if(%performer%,
$select($sub(%tracknumber%,$get(lineadjust)), Performed by %performer%)
$puts(lineadjust,$add($get(lineadjust),1)))

$tab()FFFFFF#$sub(%list_index%,0))))


The FCS I'm using as well.. link > my fcs

obscure detour
Brendan
Mine's starting to look very spiffy smile.gif. Buttons are a bit too large though, but it's a happy medium to what I wanted:



Dunno what i'd do without Navigator smile.gif
Mindflux
QUOTE (Brendan @ Apr 5 2006, 06:40 PM) *
Mine's starting to look very spiffy smile.gif. Buttons are a bit too large though, but it's a happy medium to what I wanted:



Dunno what i'd do without Navigator smile.gif


Navigator?
lextune
QUOTE (skelly831 @ Apr 5 2006, 09:18 PM) *
Something like this?



Do this:

Horizontal splitter
-----Vertical splitter
----------Playlist switcher
-----Vertical splitter
----------Spectrum analizer
----------Columns Playlist
-----Vertical splitter
----------Track info

biggrin.gif

Thanks.
skelly831
QUOTE (Brendan @ Apr 5 2006, 07:40 PM) *
Mine's starting to look very spiffy smile.gif. Buttons are a bit too large though, but it's a happy medium to what I wanted:



Dunno what i'd do without Navigator smile.gif

LOL!

Similar music tastes, similar foobar (well, layout at least)!
Brendan
QUOTE
Navigator?


It's Lyx's suite thing, he updated it for 0.9. Search around the forums for it.
lextune
@ skelly831 & Brendan - Can you guys share your FCS?
dJ jD
Finally decided to register to the forum, and I'll start by adding my setup...



It's a heavily modified custom setup with inspiration and TAGZ code shamelessly stolen all over the place tongue.gif Many thanks to turzol in particular, for sharing his whole setup - that helped a bit. The whole thing took me days to get to this point, and I'm probably still not done.

Here's a shot of my foo_osd in action, cause I think it looks sweet as hell:



Before anyone even mentions it, yes, I'm actually using classic windows, sort of. The colors are super customized to suit my spec smile.gif. Who said you needed to fill your ram with tons of bitmaps to make your windows look good? (not that I have anything against visual styles, I love them just as much...)
Mindflux
QUOTE (Brendan @ Apr 5 2006, 06:56 PM) *
QUOTE
Navigator?


It's Lyx's suite thing, he updated it for 0.9. Search around the forums for it.


Cool found it.

Seems neat. I've been using 0.8.3 so long I didnt even know 0.9 was out. I've been customizing it for two days.

Finally got it where I like it, except the stop/play/oause etc icons. I can't figure out how to change those.
skelly831
QUOTE (lextune @ Apr 5 2006, 07:59 PM) *
@ skelly831 & Brendan - Can you guys share your FCS?

Sure, check here.

QUOTE (Mindflux @ Apr 5 2006, 08:11 PM) *
Finally got it where I like it, except the stop/play/oause etc icons. I can't figure out how to change those.

Right-click on the buttons smile.gif
Mindflux
QUOTE (skelly831 @ Apr 5 2006, 07:15 PM) *
QUOTE (lextune @ Apr 5 2006, 07:59 PM) *

@ skelly831 & Brendan - Can you guys share your FCS?

Sure, check here.

QUOTE (Mindflux @ Apr 5 2006, 08:11 PM) *
Finally got it where I like it, except the stop/play/oause etc icons. I can't figure out how to change those.

Right-click on the buttons smile.gif


Yeah I got that, but the icons weren't showing up. Turns out I just needed libpng! smile.gif Thanks again.



Dangit.

Now I can't get my icons to be in the middle

like

CODE
ALBUM ART----SPECTRUM ANALYZER---SONG INFO
__________________________________________
ALBUM LIST----BUTTONS-----------------------------
                 ----TABS/PLAYLIST----------------------


It keeps putting the tabs/playlist to the right of buttons, and scrunches the playlist to a very small height.

Hope that makes sense.
lav-chan
QUOTE (obscure_detour @ Apr 5 2006, 06:34 PM) *
The FCS I'm using as well.. link > my fcs

obscure detour

It looks like the only problem is that you're using a different tagging system from MechA's. The ? shows up because you don't have a %MEDIA% tag. The date is in the wrong place and the colours for tracks 2 and 3 are missing because you don't have a %TOTALTRACKS% tag.

Solution: Add those tags to your files, or remove the code that checks for them. Use $select() instead of comparing %TOTALTRACKS% to fix that issue, and just delete the %MEDIA% part to fix that.
flatrabbit
Here's mine:

[click for full size]
It's mostly pieced together from other configs, mainly miscellanea's Darkblue.FCS
Components: foo_ui_columns.dll, foo_uie_albumart.dll, foo_uie_albumlist.dll & foo_uie_trackinfo.dll.
Buttons: Tango icons (controls on the left, on the right: hide/show sidebar, preferences, EQ, Rescan music DB)
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.