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
EddieFAF
QUOTE (Raven.am0k @ Jul 4 2006, 00:55) *
Well, i was bored today, so i decided to make a new mini-foobar smile.gif

here it is with a fitting Background smile.gif



**Edit**

The Buttons,Menu,Albumart etc. are on Auto-Hide, so there is only displayed the Playlist smile.gif


Nice, another areao4 desktop smile.gif
Looks good.
unniwerz
Heya!

I've been scooping around the appearance thread for some smart way to display artist info and such in the playlist.

I tried lextunes (?) code:
QUOTE
$rgb(255,255,255)
$if(%singletrack%,
%album artist%[' • '$iflonger(%album%,30,$trim($cut(%album%,30))...,%album%)] ,
$select(%tracknumber%,
%album artist% ,
%album%[ - Disc %disc%] ,
[%date%][ ~ %genre%] ,
%codec%[ '('%__extrainfo%')'][ %codec_profile%] @ %bitrate%kbps ))


It works allright, but not when it comes to display various artists albums and such. Is there any "smarter" way to do it?


EDIT:
I found Azrael and it fits my needs smile.gif
PonasX
How to do Taskbar like lextune ? http://img352.imageshack.us/img352/9218/how0wq.jpg

And one more question.. How to insert " [$num(%tracknumber%,2). ][$caps2(%artist%) - ]$caps2(%title%) " to " $rgb(250,0,0,250,0,0)$if($or(%isplaying%,%ispaused%),
$select($add(1,$mod(%playback_time_seconds%,8)),←,↖,↑,↗,→,↘,↓,↙),$rgb()
%playlist_number%) " ? I want to have 1 color for selected/unselected row.. All Columns Playlist background black, text white, but now playing song row red.. How to do this ? smile.gif
lolent
QUOTE (lextune @ Jul 3 2006, 22:18) *
QUOTE (Generalverdacht @ Jul 3 2006, 14:43) *

QUOTE (lextune @ Jul 3 2006, 12:15) *




blink.gif
whats behind the "playcounter" tab??

"Times played", "First played" & "Last played"

See:



http://img278.imageshack.us/img278/6127/ca...pm411200612.png

I just installed it today (I was waiting for tabs before adding it).


can you share the code of your "Play counter" panel please ? blush.gif
Raven.am0k
QUOTE (EddieFAF @ Jul 4 2006, 08:35) *
QUOTE (Raven.am0k @ Jul 4 2006, 00:55) *

Well, i was bored today, so i decided to make a new mini-foobar smile.gif

here it is with a fitting Background smile.gif



**Edit**

The Buttons,Menu,Albumart etc. are on Auto-Hide, so there is only displayed the Playlist smile.gif


Nice, another areao4 desktop smile.gif
Looks good.




Thank you smile.gif i have did my best smile.gif the windows backgrounds and the right-klick menus are also orange smile.gif
But my foobar,the wallpaper and the VS are availible in other colors too.
lextune
QUOTE (lolent @ Jul 4 2006, 14:00) *
can you share the code of your "Play counter" panel please ? blush.gif
Sure.

CODE

FF5EAETimes played: ffffff$char(10)$if2(%play_counter%, No stats yet)
$char(10)$char(10)
FF5EAELast played: FFFFFF$char(10)$if(%last_played%,$substr(%last_played%,6,7)/$substr(%last_played%,9,10)/$substr(%last_played%,1,4)' @ '$ifgreater($substr(%last_played%,12,13),12,$sub($substr(%last_played%,12,13),12),$substr(%last_played%,12,13))':'$substr(%last_played%,15,16) $ifgreater($substr(%last_played%,12,13),12,PM,AM), No stats yet)
$char(10)$char(10)
FF5EAEFirst played: FFFFFF$char(10)$if(%FIRST_PLAYED%,$substr(%FIRST_PLAYED%,6,7)/$substr(%FIRST_PLAYED%,9,10)/$substr(%FIRST_PLAYED%,1,4)' @ '$ifgreater($substr(%FIRST_PLAYED%,12,13),12,$sub($substr(%FIRST_PLAYED%,12,13),12),$substr(%FIRST_PLAYED%,12,13))':'$substr(%FIRST_PLAYED%,15,16) $ifgreater($substr(%FIRST_PLAYED%,12,13),12,PM,AM), No stats yet)
$char(10)$char(10)

$progress(%_time_elapsed_seconds%, %_time_total_seconds%, 20,'#','=')

$pad_right($muldiv(%_time_elapsed_seconds%,100,%_length_seconds%),3)'%'


smile.gif
sunshine_man
latest tongue.gif

lolent
QUOTE (lextune @ Jul 4 2006, 20:29) *
QUOTE (lolent @ Jul 4 2006, 14:00) *
can you share the code of your "Play counter" panel please ? blush.gif
Sure.

CODE

FF5EAETimes played: ffffff$char(10)$if2(%play_counter%, No stats yet)
$char(10)$char(10)
FF5EAELast played: FFFFFF$char(10)$if(%last_played%,$substr(%last_played%,6,7)/$substr(%last_played%,9,10)/$substr(%last_played%,1,4)' @ '$ifgreater($substr(%last_played%,12,13),12,$sub($substr(%last_played%,12,13),12),$substr(%last_played%,12,13))':'$substr(%last_played%,15,16) $ifgreater($substr(%last_played%,12,13),12,PM,AM), No stats yet)
$char(10)$char(10)
FF5EAEFirst played: FFFFFF$char(10)$if(%FIRST_PLAYED%,$substr(%FIRST_PLAYED%,6,7)/$substr(%FIRST_PLAYED%,9,10)/$substr(%FIRST_PLAYED%,1,4)' @ '$ifgreater($substr(%FIRST_PLAYED%,12,13),12,$sub($substr(%FIRST_PLAYED%,12,13),12),$substr(%FIRST_PLAYED%,12,13))':'$substr(%FIRST_PLAYED%,15,16) $ifgreater($substr(%FIRST_PLAYED%,12,13),12,PM,AM), No stats yet)
$char(10)$char(10)

$progress(%_time_elapsed_seconds%, %_time_total_seconds%, 20,'#','=')

$pad_right($muldiv(%_time_elapsed_seconds%,100,%_length_seconds%),3)'%'


smile.gif


thank you lextune smile.gif
Yotsuya
QUOTE (PonasX @ Jul 4 2006, 13:25) *


You just want to expand your quicklaunch to span the top row of a two-row taskbar? First right click your taskbar and make sure "Lock the Taskbar" is not checked. Then put your mouse on the little bar separating your quicklaunch from the running programs, click and drag that bar down with your mouse.. this should give you the appearance you are asking for if I understand your question correctly. This is really a basic windows how-to than anything doing with foobar's appearance.

EDIT: Though IMO if you have that many icons in your quicklaunch you should consider a dock application like Yz Dock or ObjectDock.

QUOTE (PonasX @ Jul 4 2006, 13:25) *
And one more question.. How to insert " [$num(%tracknumber%,2). ][$caps2(%artist%) - ]$caps2(%title%) " to " $rgb(250,0,0,250,0,0)$if($or(%isplaying%,%ispaused%),
$select($add(1,$mod(%playback_time_seconds%,8)),←,↖,↑,↗,→,↘,↓,↙),$rgb()
%playlist_number%) " ? I want to have 1 color for selected/unselected row.. All Columns Playlist background black, text white, but now playing song row red.. How to do this ? :)


The reason your text is red is because of the little bit that says $rgb(250,0,0,250,0,0,0). If you want your text to be white try something like $rgb(233,233,233). As for the other variables.. the string you are adding to looks like a spinning cursor in the playlist number column.. are you trying to add the track number, artist name, and song title into the playlist number column? O.o I think some more clarification is on order for us to really help you with this one.
pepoluan
Alright, so I make an Album-View of my look. Nothing fancy, just replacing the Album column with a tracknumber-based selector.

Hektik
I've been lurking these forums for a while, and have Frankenstien'd a style up from pictures I've seen in this thread. However, I have a few questions. First, the picture:



Now, how can I center the trackinfo panel at the bottom? Also, is there any way to minimize the borders so they don't look so fat? I've read on the forums that you can only "remove" them by changing your windows style. However, if you look at the bottom trackinfo panel, where it meets the playlist view, the border width doubles. Looks horid crying.gif How would one go about fixing this? My setup looks like this:



Maybe it has something to do with the panels? I dunno laugh.gif Too much of a newb. Anyways, nice to see everyone's interesting creations.

--edit--
Oops. Just figured ou the border thing tongue.gif.
Raven.am0k
QUOTE (Hektik @ Jul 5 2006, 22:31) *
Now, how can I center the trackinfo panel at the bottom?



You just have to put the Text in the Trackinfo Pannel between

QUOTE
$tab().................................$tab()


Without the "...."^^ they stand for YOUR text.

QUOTE
With

$tab()...$tab() it is centred
$tab()... it is aligned right
...$tab() it is aligned left
Infernus
QUOTE (pepoluan @ Jul 6 2006, 00:05) *
Alright, so I make an Album-View of my look. Nothing fancy, just replacing the Album column with a tracknumber-based selector.



I like your 7-Segment-Display in down right corner very much!
Can u share code plz ?

Edit: already found via forum-search
lextune
QUOTE (Yotsuya @ Jul 5 2006, 17:36) *
QUOTE (PonasX @ Jul 4 2006, 13:25) *


You just want to expand your quicklaunch to span the top row of a two-row taskbar? First right click your taskbar and make sure "Lock the Taskbar" is not checked. Then put your mouse on the little bar separating your quicklaunch from the running programs, click and drag that bar down with your mouse.. this should give you the appearance you are asking for if I understand your question correctly. This is really a basic windows how-to than anything doing with foobar's appearance.

EDIT: Though IMO if you have that many icons in your quicklaunch you should consider a dock application like Yz Dock or ObjectDock.

Yep. It's just a windows thing. tongue.gif

I use Quick Launch because it works perfectly fine, and does not use up any more resources like a dock application would.

Although I am using True Launch which adds many functions to the quick launch, including foobar controls, without using any extra resources.

I highly recommend it.

smile.gif
Hamman
Foobar-mini:
Hektik
Thanks Raven.am0k biggrin.gif Works like a charm. Mmm.
hcraze524
Hey, I've been playing with my foobr for a few days now, and I'm proud of what I came up with:

Full Screen/Library:



Minimal/Player:



I'm not exactly good with codes, so an extra thank you to everyone on the foobr forums!
richardtodd
QUOTE (hcraze524 @ Jul 6 2006, 14:19) *
Full Screen/Library:




can i get your trackinfo code?
skelly831
Some small changes to my last config:

dmce
My config

HARDcase
here's my config:



I changed the plisk column ui to my needs in v0.8. I just switched to v0.9 and some things are unfortunately different now:
- album with only 1 artist (Chicane) has the artist name in the 'track' column. In v0.8, there was only the title of the track
- before the first track of a VA-album stands the name of the artist of the 1st track. In v0.8 there was 'Various Artists' if the folder starts with VA -

Anyone know how to fix these 2 problems?

the trackinfo shows the name of the song which is selected. Is there a way to only let it show the song that's 'now playing' ?

Here's the fcs btw:
http://www.speedyshare.com/320964746.html
Draikin
Mine's pretty much finished, just need toaster now wink.gif

http://omoikane.minstrum.net/foo9_rc1.gif
Slourte
QUOTE (Draikin @ Jul 6 2006, 19:28) *
Mine's pretty much finished, just need toaster now wink.gif

http://omoikane.minstrum.net/foo9_rc1.gif


Very, VERY nice.
acedriver


component:
columns ui
albumlist panel
albumart panel
track info panel
tabbed panel
hcraze524
QUOTE (richardtodd @ Jul 6 2006, 14:50) *
QUOTE (hcraze524 @ Jul 6 2006, 14:19) *

Full Screen/Library:




can i get your trackinfo code?


I just did some editing to the ones around the forum, here it is:

CODE


// code by theLiberator (except progress bar)

$char(1)CDCAE8D$get(head)Mode: $get(info)$if(%_trackinfo_nowplaying%,$if(%_ispaused%,Current Song 'DECDC5[Paused]',Current Song),Follow Cursor$if(%_ispaused%,DECDC5' [Paused]'))$char(10)

$puts(theme,1)

// Original code by necropimp, then modified by AstreaEdge, and again by KockRoach
// Habla likes things his way, and modified it more.
// Further modified by theLiberator
// Best viewed with vert pad 10, hor pad 8, line space 3, Calibri 8pt bold font, black background
// lots of info needs lots of space 8)

// !!!!BEGIN USER CONFIGURATION!!!!

// Show Artist? (1 = show, 0 = don't show)
$puts(arts,1)

// Show Album?
$puts(albs,1)

// Show Title?
$puts(tils,1)

// Info Heading Color e.g. "Title:"
$puts(head,b09a86)

// Info Color, e.g. "Black Dog"
$puts(info,F3EAE0)

// Info Annotation Color (e.g. "kbps" is the annotation)
$puts(anno,F3EAE0)

// Separator
$puts(text2,DECDC5)
$puts(text1,735240)
$puts(fadeend,000000)
$puts(seplen,23)
$puts(sepchar,'-')

////////////////////////////////////////////////
////!!!END USER CONFIGURATION!!////
//////////////////////////////////////////////

// Day Conversion
$puts(day,$substr(%last_played%,9,10))
$if(%last_played%,
$if($strcmp($left($get(day),1),0),$puts(day,$right($get(day),1))))
$if($strcmp($get(day),11),$puts(xx,th),
$if($strcmp($get(day),12),$puts(xx,th),
$if($strcmp($get(day),13),$puts(xx,th),
$if($strcmp($right($get(day),1),1),$puts(xx,st),
$if($strcmp($right($get(day),1),2),$puts(xx,nd),
$if($strcmp($right($get(day),1),3),$puts(xx,rd),
$puts(xx,th)))))))

// Month Conversion
$puts(month,$substr(%last_played%,6,7))
$puts(month_name,$select($get(month),
Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec))

// Year Conversion
$puts(year,$substr(%last_played%,1,4))

// Time Conversion
$puts(hour,$substr(%last_played%,12,13))
$puts(min,$substr(%last_played%,14,16))
$puts(sec,$substr(%last_played%,17,19))

// 24 Hour to 12 Hour Conversion
$if($strcmp($left($get(hour),1),0),$puts(hour1,$right($get(h our),1)))
$if($strcmp($left($get(hour),1),1),$puts(hour1,$sub($get(hou r),12)))
$if($strcmp($left($get(hour),1),2),$puts(hour1,$sub($get(hou r),12)))
$if($strcmp($get(hour),00),$puts(hour1,12))
$if($strcmp($get(hour),10),$puts(hour1,10))
$if($strcmp($get(hour),11),$puts(hour1,11))
$if($strcmp($get(hour),12),$puts(hour1,12))

// AM/PM Conversion
$if($strcmp($get(hour),00),$puts(yy,am))
$if($strcmp($get(hour),10),$puts(yy,am))
$if($strcmp($get(hour),11),$puts(yy,am))
$if($strcmp($get(hour),12),$puts(yy,pm))
$if($strcmp($get(hour),24),$puts(yy,am))
$if($strcmp($left($get(hour),1),0),$puts(yy,am))
$if($strcmp($left($get(hour),1),1),$puts(yy,pm))
$if($strcmp($left($get(hour),1),2),$puts(yy,pm))

// Date Format
$puts(time_of_year,$get(month_name) $get(day)$get(xx)','$get(year))

// Time Format
$puts(time_of_day,$get(hour)$get(min)$get(sec))

// SONG INFO SEPARATOR
$char(1)C$transition($repeat($get(sepchar),$get(seplen)),$ge t(fadeend),$get(text1))$transition($repeat($get(sepchar),$ge t(seplen)),$get(text1),$get(fadeend))

$char(10)$get(text1)'[' $get(text2)S o n g I n f o $get(text1)']'$char(10)

$if($strcmp(1,$get(tils)),$if(%title%,$get(head)Title: $if(%title%,$get(info)$cut(%title%,100)
$ifgreater($len(%title%),100,'...',))$char(10),$get(info)%_f ilename%$char(10)),)
$if($strcmp(1,$get(arts)),$if(%artist%,$get(head)Artist: $get(info)%artist%$char(10),),)
$if($strcmp(1,$get(albs)),$if(%album%,$get(head)Album: $get(info)$cut(%album%,100)
$ifgreater($len(%album%),100,'...',)$char(10),),)
$if(%date%,$get(head)Date: $get(info)%date%$char(10),)
$if(%genre%,$get(head)Genre: $get(info)%genre%$char(10),)

// TECH INFO SEPARATOR
$char(1)C$transition($repeat($get(sepchar),$get(seplen)),$ge t(fadeend),$get(text1))$transition($repeat($get(sepchar),$ge t(seplen)),$get(text1),$get(fadeend))

$char(10)$get(text1)'[' $get(text2)T e c h I n f o $get(text1)']'$char(10)

$get(head)Length: $get(info)$if(%_isplaying%,%_time_elapsed%$get(anno)$if(%_le ngth%, / %_length%,)$if(%_time_elapsed%, / $muldiv(%_time_elapsed_seconds%,100,%_length_seconds%)'%')$i f(%_length%, / -%_time_remaining%),%_length%)$char(10)
$get(head)Quality: $if(%__codec%, $get(info)%__codec%) $get(info)
$if2(%__bitrate_dynamic%,%__bitrate%) $get(anno)Kb/s $if($stricmp(%__codec%,mp3),$if($stricmp(%__extrainfo%,vbr), VBR,CBR))
$char(10)
$if(%__lame_version%,$get(head)Encoder: $get(info)$left(%__lame_version%,4) $right(%__lame_version%,4) [$upper(%__lame_profile%)]$char(10),)
$if(%__flac_vendor%,$get(head)Encoder: $get(info)$if($stricmp(%__flac_vendor%,reference libFLAC 1.1.2 20050205),FLAC 1.1.2 -8)$char(10),)
$if(%__mpc_profile%,$get(head)MPC Profile: $get(info)%__mpc_profile%$char(10),)
$get(head)Compression: $get(info)$div(1411,%__bitrate%).$substr($muldiv(1411,100,%_ _bitrate%),2,3):1 '('$get(info)$muldiv(%__bitrate%,100,1411)$get(anno)'% of original quality)'$char(10)
$get(head)Channel Mode: $get(info)$if($stricmp($codec(),MP3),$get(space2)$caps(%__mp 3_stereo_mode%),
$if(%__channels%,$ifgreater(%__channels%,1,Stereo,Mono),'?') )$char(10)
$if(%__bitspersample%,$get(head)Bitdepth: $get(info)%__bitspersample% bits/sample$char(10),)
$if(%__samplerate%,$get(head)Samplerate: $get(info)$div(%__samplerate%,1000).$substr(%__samplerate%,3 ,3) KHz $char(10))
$if(%_filesize%,$get(head)Filesize: $get(info)
$div(%_filesize%,1048576).$left($num($muldiv($mod(%_filesize %,1048576),100,1048576),2),2) $get(anno)'MB'$char(10),)

$if(%last_played%,
// PLAY STATS SEPARATOR
$char(1)C$transition($repeat($get(sepchar),$get(seplen)),$ge t(fadeend),$get(text1))$transition($repeat($get(sepchar),$ge t(seplen)),$get(text1),$get(fadeend))

$char(10)$get(text1)'[' $get(text2)P l a y S t a t s $get(text1)']'$char(10),)


$if(%play_counter%,$get(head)Played: $get(info)%play_counter% times total$char(10),)
$if(%last_played%,$get(head)Last played on: $get(info)$get(time_of_year) at $get(time_of_day)$char(10),)
$if(%rating%,$get(head)My rating: $get(info)%rating% stars$char(10),)




Sorry for the small picz y'all - it was my first time using ImageShack


QUOTE (Slourte @ Jul 6 2006, 19:07) *
QUOTE (Draikin @ Jul 6 2006, 19:28) *

Mine's pretty much finished, just need toaster now wink.gif

http://omoikane.minstrum.net/foo9_rc1.gif


Very, VERY nice.


blink.gif Agreed!
BaByB0y
QUOTE (Draikin @ Jul 7 2006, 06:28) *
Mine's pretty much finished, just need toaster now wink.gif

http://omoikane.minstrum.net/foo9_rc1.gif

blink.gif blink.gif

Can I get detail unsure.gif
Raven.am0k
QUOTE (Hektik @ Jul 6 2006, 19:14) *
Thanks Raven.am0k biggrin.gif Works like a charm. Mmm.



Hey, no problem smile.gif i hope i have helped you smile.gif
greets Raven.am0k
chowe
QUOTE
the trackinfo shows the name of the song which is selected. Is there a way to only let it show the song that's 'now playing' ?


You can double click the trackinfo panel to change it to 'now playing' mode.
I might have a look at the fcs to see wat the problems are but it is quite complex....

Ed
FullFrontalNerdity
QUOTE (BaByB0y @ Jul 7 2006, 04:15) *
QUOTE (Draikin @ Jul 7 2006, 06:28) *

Mine's pretty much finished, just need toaster now wink.gif

http://omoikane.minstrum.net/foo9_rc1.gif

blink.gif blink.gif

Can I get detail unsure.gif


Can I get the queries you use for your playlist tree? Pretty please

http://img230.imageshack.us/img230/7739/fancytabsyayy2sh.gif
Mine. Tabs! I have way too much free time. Animated. biggrin.gif
Draikin
My config is there: http://destrado.minstrum.net/Computer_1152278284

You can look at my Playlist Tree queries by opening one of the draikin_final*.pts files with a text editor.
altered.ego
I think this is it. For now. Well, I hope so. unsure.gif

capcop
hi all,
my first post here crying.gif
here is my foobar

Raven.am0k
Well, i allready said, that my foobar changes all the time smile.gif here is my newest "creation"

ftboomer
QUOTE (Draikin @ Jul 7 2006, 09:26) *
My config is there: http://destrado.minstrum.net/Computer_1152278284

You can look at my Playlist Tree queries by opening one of the draikin_final*.pts files with a text editor.



Do you have any instructions in english?
tere
QUOTE (ftboomer @ Jul 7 2006, 18:17) *
QUOTE (Draikin @ Jul 7 2006, 09:26) *

My config is there: http://destrado.minstrum.net/Computer_1152278284

You can look at my Playlist Tree queries by opening one of the draikin_final*.pts files with a text editor.



Do you have any instructions in english?


Use this site to translate this

http://babelfish.altavista.com/

French to English
Brendan
Nevermind biggrin.gif Silly me.
thisdude23
QUOTE (lextune @ Jul 3 2006, 13:15) *


Is there any way you can post the fcs of this? I love this setup.
owl
i thought i'd post my little foobar.
some stuff from various places combined with some of my own, produced this lil beauty, which i am quite happy with atm.

Jacklewis
My Set Up, ----------------> MyFoo
With The Help Of Raven.am0k & Others
Thanks A Bunch
beer.gif
tool++
Here are some weird global colour scripts I've made.

Nothing amazingly impressive that much.

Rainbow mode cycles hue according to length of the album*
Fading saturation fades towards end of the album*
Album is a simple per album(crc) colour
Warmth is a slight hue increment, and saturation increment based on play count. (my favourite idea)

*TWO OF THEM DO REQUIRE %TOTALTRACKS% !! !!


TBH they're nothing AMAZING but I doubt everyone's thought of them.
CODE
$puts(mode,warmth)

// Per album colours
$if($strcmp($get(mode),album),
$set_global(hue1,$add($mod($div($crc32(%album%),135),255),1))
$set_global(sat1,120)
)

$if($strcmp($get(mode),fading),
// Fading saturation
$set_global(sat1,$sub(255,$mul($sub(%tracknumber%,1),$div(205,$if(%totaltracks%,$sub(%totaltracks%,1),10)))))
$set_global(hue1,$add(%tracknumber%,5))
)

$if($strcmp($get(mode),warmth),
// Warmth
$set_global(sat1,$mul(10,$add(%play_counter%,1)))
$set_global(hue1,$add(10,$mul(%play_counter%,1)))
)

$if($strcmp($get(mode),rainbow),
// RAINBOW MODE !!
$set_global(hue1,$mul($div(240,$if(%totaltracks%,%totaltracks%,60)),$sub(%tracknumber%,1)))
$set_global(sat1,260)
)

$if($strcmp($get(mode),normal),
// Normal colours;]
$set_global(sat1,25)
$set_global(hue1,140)
)
KarnEvil9
How are you setting %TOTALTRACKS%? Does one of the plugins do that automatically, or are you setting it manually?
Raven.am0k
QUOTE (Jacklewis @ Jul 8 2006, 20:57) *
My Set Up, ----------------> MyFoo
With The Help Of Raven.am0k & Others
Thanks A Bunch
beer.gif



HOLY SH**!! Thatīs great smile.gif Nice Foobar and nice VS smile.gif
I am glad i was able to help you smile.gif




**Today i was VERY bored, and I thought about, to change something on my foobar...I pressed purposeless the "reset all" button -.- well, so something new smile.gif

here :




**Features :

- No Borders
- Tabs (Album list [Structure],Album list [Artist],Console)
- Many Album Art Panels to set the Layout, i think 5 or 6 album art panels ^^
- Trackinfo Panel
- New Buttons which i found here on this board
- My Own Colums Config

**Edit :

I will change the Layout again a litte bit and then i put a new screen here, because the actual layout isnīt very functionable and looks kinda weird to me ^^
tool++
QUOTE (KarnEvil9 @ Jul 9 2006, 03:05) *
How are you setting %TOTALTRACKS%? Does one of the plugins do that automatically, or are you setting it manually?



TOTALTRACKS is set by going through and using Auto Track Number on every album.

You have to select each album individually.

It is a useful tag to have though, so I just sat down and did it for a couple hours.

If there is an easier way to do it, then please say so I can kill myself or whatever.
Frank Bicking
QUOTE (tool++ @ Jul 9 2006, 14:19) *
You have to select each album individually.

Not if you use auto track number from the properties dialog. This function is able to correctly number multiple albums, while the "auto track number" action in the masstagger will treat the whole selection as one album.
BaByB0y


Mine, cheer smile.gif, Black style ^^
tool++
QUOTE (Frank_Bicking @ Jul 9 2006, 13:32) *
QUOTE (tool++ @ Jul 9 2006, 14:19) *
You have to select each album individually.

Not if you use auto track number from the properties dialog. This function is able to correctly number multiple albums, while the "auto track number" action in the masstagger will treat the whole selection as one album.



So what you are saying is that I have wasted 4 hours of my life T_T

e: Just checked.

<INSERT LONG LINE OF EXPLETIVES THAT COULD GET ME BANNED FIVE TIMES OVER>

e2: It doesn't seem to think about Discnumber though, ie it will label a 2 disc album from 1 to 20 despite having 10 tracks on each disc :/

e3:
QUOTE (Jacklewis @ Jul 8 2006, 21:57) *
My Set Up, ----------------> MyFoo
With The Help Of Raven.am0k & Others
Thanks A Bunch
beer.gif



What windows theme is that...it's.........crazy.
lextune
QUOTE (thisdude23 @ Jul 8 2006, 16:18) *
QUOTE (lextune @ Jul 3 2006, 13:15) *


Is there any way you can post the fcs of this? I love this setup.

Already have actually.
wink.gif

Here.
Jacklewis
QUOTE
What windows theme is that...it's.........crazy.


smile.gif

This theme is called "Not Of this Earth"
for window blinds
Tommy01
QUOTE (Raven.am0k @ Jul 9 2006, 03:18) *
...
**Features :

- No Borders
- ...
- ...


great appearance, but how is "No Borders" possible??
tool++
By the way, here's what warmth looks like.




It could probably be configured to use hotness, and thus making a happy little metaphor circle.
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.