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
Russell777
My current:
...Just Elliott
HOW DID YOU DO THAT?! ohmy.gif

That's amazing. It's like... FooAmp2001.
marc2003
mine's just a shameless ripoff of everybody else's hard work..... tongue.gif

<pic removed>

edit:i've updated it now so it's pretty much all my own doing but thanks to tool++ for the original code for the album art.

simonb_
I just need a little help, im new to modifying the code on foobar.

Where do exactly put the group by, item display, group display code? I've been looking around in prefs, but i cant find where to put the code in.

thanks!
Russell777
QUOTE (simonb_ @ Sep 19 2006, 00:51) *
I just need a little help, im new to modifying the code on foobar.

Where do exactly put the group by, item display, group display code? I've been looking around in prefs, but i cant find where to put the code in.

thanks!

All these are related to single column playlist component,after you install it go to it's settings and you'll find
those windows.
simonb_
awesome thanks smile.gif

its called foo_uie_single_column_playlist correct?
Russell777
QUOTE (simonb_ @ Sep 19 2006, 01:01) *
awesome thanks smile.gif

its called foo_uie_single_column_playlist correct?

Yep
simonb_
one more thing.

i can't find the settings for the single columns now sad.gif
i installed the single columns into the components folder, but still no luck :S
Russell777
QUOTE (simonb_ @ Sep 19 2006, 01:05) *
one more thing.

i can't find the settings for the single columns now sad.gif
i installed the single columns into the components folder, but still no luck :S

Open foobar's preferences:Display->ColumnsUI select "Layout" tab,Right click on any splitter,select insert panel->playlist views-single column playlist.Now you can configure it.
Jarn
QUOTE (nerdfiles @ Sep 17 2006, 19:10) *
Pretty basic and tacky. ;D (click for larger resolution)




I don't feel like installing WindowBlinds just to get it looking snazzy. ;(

Can you apply WindowBlinds to a single application?

What theme is that that you have for Windows? I love it. ohmy.gif
pencil
i killed my entire day (well, i've only been up for 6 hours, so i guess the last 4 hours) on learning how to work with foobar from the start since... well, it was ugly before! i'm pretty happy now, this forum is really helpful.

click for full view (1600x1200)...


any tips on backing up everything? i exported my *.fcs but the columns_ui layout doesn't look like it wants to save except as temp. i would be miserable if i lost this work, heh.
unknownllama
Figured I'd throw out a couple styles I made with the new tabs component:
Fullscreen setup:
Single Columns View

Or good ol' columns view


Minimal/Sidebar:

Second View:


Moderation: Please refrain from inlining images larger than roughly 800x600 and 80KB. Please use thumbnails and/or links for large pictures instead.
watwuldusay7
im probably not done but the project m and track into panel really brought my foobar to life... any suggestions?

http://i63.photobucket.com/albums/h121/wat.../untitled-1.jpg
gamegod
QUOTE (snively @ Sep 18 2006, 02:26) *
QUOTE (tool++ @ Sep 16 2006, 03:15) *

Ok they're quite small and transparent so:

bg1.png for back of the now playing:


artoverlay-1.png to cover the art and make it bordered/pretty


noalbum.png - purty no album art image.


I dunno why but the images arn't showing up. Not even the noalbum.png display. And ya I have the image and the folder name is correct smile.gif Oh and lemme know if that %directoryname% stuff should work. I have album art in every album folder, it's not all in one directory. Thanks man.

$imageabs(4,$add(25,$mul(-21,%tracknumber%)),'images\noalbum.png',)
$imageabs(4,$add(25,$mul(-21,%tracknumber%)),'%directoryname%\folder.jpg',)

$imageabs(4,$add(25,$mul(-21,%tracknumber%)),'%directoryname%\folder.jpg',)
$imageabs(4,$add(25,$mul(-21,%tracknumber%)),'images\artoverlay.png',)

and i probably missed but i did look and can't find a post with bg1.png

i've tried the %directory% or %path%.they cannnt work , not even the direct name of the foder like "c:/cover.png"
LodgeR
QUOTE (unknownllama @ Sep 19 2006, 10:41) *
Figured I'd throw out a couple styles I made with the new tabs component:
Fullscreen setup:
Single Columns View

Or good ol' columns view


Minimal/Sidebar:

Second View:

Hello!! How you hide main window title on third screen?
falco
QUOTE (gamegod @ Sep 18 2006, 21:43) *
QUOTE (snively @ Sep 18 2006, 02:26) *

QUOTE (tool++ @ Sep 16 2006, 03:15) *

Ok they're quite small and transparent so:

bg1.png for back of the now playing:


artoverlay-1.png to cover the art and make it bordered/pretty


noalbum.png - purty no album art image.


I dunno why but the images arn't showing up. Not even the noalbum.png display. And ya I have the image and the folder name is correct smile.gif Oh and lemme know if that %directoryname% stuff should work. I have album art in every album folder, it's not all in one directory. Thanks man.

$imageabs(4,$add(25,$mul(-21,%tracknumber%)),'images\noalbum.png',)
$imageabs(4,$add(25,$mul(-21,%tracknumber%)),'%directoryname%\folder.jpg',)

$imageabs(4,$add(25,$mul(-21,%tracknumber%)),'%directoryname%\folder.jpg',)
$imageabs(4,$add(25,$mul(-21,%tracknumber%)),'images\artoverlay.png',)

and i probably missed but i did look and can't find a post with bg1.png

i've tried the %directory% or %path%.they cannnt work , not even the direct name of the foder like "c:/cover.png"



I need a little help with this. I don't understand the album art coding very well at all, and currently have it working to where it picks up my album art if it is in the same folder as the songs. All I want to do is have it insert the no album art image if there is no album art found. I haven't a clue what to put into the Album Art Panel coding to make this happen. Can anyone help out please?
caracol
My Foobar


Moderation: Please refrain from inlining images larger than roughly 800x600 and 80KB. Please use thumbnails and/or links for large pictures instead.
Hamallainen
QUOTE (pencil @ Sep 19 2006, 02:07) *
any tips on backing up everything? i exported my *.fcs but the columns_ui layout doesn't look like it wants to save except as temp. i would be miserable if i lost this work, heh.

just copy your foobar2000.cfg in a safe place
Generalverdacht
QUOTE (Russell777 @ Sep 18 2006, 14:26) *
My current:





could you post your VS?

thx
nightwingz
I got a problem using the single view and tools code for it. Everything works fine except it just shows the noart picture for albums that DO have album art, how do I fix this cause ive tried everything.

example...




all those have actual art but dont show.
bozo950
where i can find the code and plugin to add album art in front of each album in the playlist? rolleyes.gif
Generalverdacht
QUOTE (bozo950 @ Sep 19 2006, 05:44) *
where i can find the code and plugin to add album art in front of each album in the playlist? rolleyes.gif



is it really too hard to read the latest 2-3 pages before posting?
bozo950
i missed it laugh.gif i searched in the single collumn playlist topic.

now i find it i got a problem with it:

the album art don't work huh.gif
i got folder.jpg or folder.png on every album folder
what should i do? unsure.gif
kockroach
Just wanted to show off my new single playlist view layout. The config is based on chiwou's layout (originally made by tool++). I cleaned the code up a bit, and put in the ability to configure fonts, as well as fill and border colors for the different rows. Of course everyone should be able to recognize Russell777's Home Stereo Panel, and the buttons come from Strickly4me. Thanks to terrestrial for the Track Info Panel mod and the Single Column Playlist panels. Also, I cannot forget cwbowron's awesome Browser, Hooks and Playlist Tree plugins.



Here is the config for the Single Column Playlist panel:

Group By:
CODE
[%album%]|[%codec%]

Item Display:
CODE
//Playing Row Colors
$puts(p-fill,$drawrect(0,0,0,0,brushcolor-115-135-170 pencolor-null))
$puts(p-odd,$drawrect(0,0,0,0,brushcolor-null pencolor-40-40-40 width-3))
$puts(p-even,$drawrect(0,0,0,0,brushcolor-null pencolor-0-0-0 width-3))

//Non-playing Row Colors
$puts(n-odd,$drawrect(0,0,0,0,brushcolor-0-0-0 pencolor-40-40-40 width-3))
$puts(n-even,$drawrect(0,0,0,0,brushcolor-40-40-40 pencolor-0-0-0 width-3))

//Selected Row Border Colors
$puts(s-odd,$drawrect(0,0,0,0,brushcolor-null pencolor-115-135-170 width-3))
$puts(s-even,$drawrect(0,0,0,0,brushcolor-null pencolor-115-135-170 width-3))

//Images
$puts(p-image,$imageabs(0,0,images\1bit\item_playing.png,flow))
$puts(n-image,$imageabs(0,0,images\1bit\item.png,flow))

//Playing Fonts
$puts(p-font1,$font(segoe ui,8,bold glow-40-40-40 glowexpand-1 glowblur-1,140-140-140))
$puts(p-font2,$font(segoe ui,8,bold glow-40-40-40 glowexpand-1 glowblur-1,140-140-140))
$puts(p-font3,$font(segoe ui,8,bold glow-40-40-40 glowexpand-1 glowblur-1,140-140-140))
$puts(p-font4,$font(segoe ui,8,bold glow-40-40-40 glowexpand-1 glowblur-1,140-140-140))
$puts(p-font5,$font(Kroeger 05_55,8,bold glow-40-40-40 glowexpand-1 glowblur-1,140-140-140))
$puts(p-font6,$font(Kroeger 05_55,8,bold glow-40-40-40 glowexpand-1 glowblur-1,140-140-140))

//Non-Playing Fonts
$puts(n-font1,$font(segoe ui,8,bold,180-180-180))
$puts(n-font2,$font(segoe ui,8,bold,115-135-170))
$puts(n-font3,$font(segoe ui,8,bold,150-150-150))
$puts(n-font4,$font(segoe ui,8,bold,180-180-180))
$puts(n-font5,$font(Kroeger 05_55,8,,120-120-120))
$puts(n-font6,$font(Kroeger 05_55,8,,180-180-180))

//Layout
$if(%_isplaying%,
$get(p-fill)$imageabs(0,-25,'images\glass.png',)
$ifequal($mod(%_playlist_number%,2),0,$get(p-odd),$get(p-even))
,
$ifequal($mod(%_playlist_number%,2),0,$get(n-odd),$get(n-even)
))

$if($and(%_selected%,$not(%_isplaying%))
,
$ifequal($mod(%_playlist_number%,2),0,$get(s-odd),$get(s-even)
))

$padding(2,2)
$if(%_isplaying%,$get(p-image),$get(n-image))

$alignabs(22,2,%_width%,21,left,top)
$if(%_isplaying%,$get(p-font1),$get(n-font1))
[Disc %discnumber% ][$if(%track%,$left(%track%,2),1). ]

$if(%_isplaying%,$get(p-font2),$get(n-font2))
$if($meta_test(album artist),%artist%' - ')

$if(%_isplaying%,$get(p-font3),$get(n-font3))
%title%

$align(right,center)
$if(%_isplaying%,$get(p-font4),$get(n-font4))
%length%

$alignabs(22,6,%_width%,21,left,bottom)
$if(%_isplaying%,$get(p-font5),$get(n-font5))
[$if($greater($div(%_filesize%,1024),1024),$left($div(%_filesize%,1024),1),0).$right($left($div(%_filesize%,1024),3),2)MB ][%__bitrate%Kbps]

$align(right,bottom)
$if(%_isplaying%,$get(p-font6),$get(n-font6))
[%play_count% play$if($greater(%play_count%,1),s)]

Group Display:
CODE
//Variables
$puts(border0,pencolor-null)
$puts(border1,pencolor-40-40-40 width-3)
$puts(fill0,brushcolor-null)
$puts(fill1,brushcolor-100-100-100)
$puts(font1,Frutiger Linotype)
$puts(size1,12)
$puts(fx1,bold glow-25-25-25 glowexpand-2 glowblur-2)
$puts(color1,115-135-170)
$puts(font2,kroeger 05_55)
$puts(size2,8)
$puts(fx2,bold glow-25-25-25 glowexpand-2 glowblur-2)
$puts(color2,115-135-170)

$drawrect(0,0,0,0,$get(fill1)$get(border0))
$imageabs(0,-10,'images\glass.png',)
$drawrect(0,0,0,0,$get(fill0)$get(border1))

$padding(6,0)

$padding(0,4)
$align(left,bottom)
$imageabs(0,0,images\1bit\folder.png,flow)
$font($get(font1),$get(size1),$get(fx1),$get(color1))
$if($meta_test(album artist),%album%,%artist%)

$padding(0,-2)
$align(right,top)
$font($get(font2),$get(size2),$get(fx2),$get(color2))
$if($meta_test(album artist),%album artist%,%album%)
$align(right,bottom)
$font($get(font2),$get(size2),$get(fx2),$get(color2))
[%date% '| '][%genre%]


EDIT: Added config and links
musosticky
QUOTE (bozo950 @ Sep 19 2006, 06:03) *
i missed it laugh.gif i searched in the single collumn playlist topic.

now i find it i got a problem with it:

the album art don't work huh.gif
i got folder.jpg or folder.png on every album folder
what should i do? unsure.gif


you can only use .png files with the single column playlist I believe plus your source strings have to specify the album art folder as it is relative to the foobar directory and they have to be on the same drive too. Look through the components thread for examples of how to do this

QUOTE (falco @ Sep 19 2006, 01:01) *
I need a little help with this. I don't understand the album art coding very well at all, and currently have it working to where it picks up my album art if it is in the same folder as the songs. All I want to do is have it insert the no album art image if there is no album art found. I haven't a clue what to put into the Album Art Panel coding to make this happen. Can anyone help out please?

You specify a no cover image as with a "--" prefix.
e.g.

CODE
--C:\foobar2000\images\nocover.png


This information could have been found by clicking the help button inside the panel preferences which would guid you to the wiki on this panel. Alternatively you could have checked out the thread for that component on this forum for the same information.

I understand how hard it is to get information on certain foobar related issues but please make an effort to exhaust every other oppurtunity before posting. Not that I or anyone else on here minds helping out its just a little frustrating giving out information you can find yourself.
marc2003
QUOTE (musosticky @ Sep 19 2006, 14:48) *
you can only use .png files with the single column playlist I believe plus your source strings have to specify the album art folder as it is relative to the foobar directory and they have to be on the same drive too. Look through the components thread for examples of how to do this


the path of the folder has to be a subfolder of wherever your foobar.cfg file is. this can be worked around by mounting your hard drive as a subfolder (basically a windows trick which fools foobar) or there is some "replace" script option. read the last few pages for help on that....

also you need the ms c++ runtime files installed. that had me stumped for a bit until someone mentioned it earlier in this or possibly another thread.

http://www.microsoft.com/downloads/details...;DisplayLang=en

smile.gif

also the pngs must be resized manually. there is no shrink to fit. for the configs posted so far, make sure they are 100x100 pixels. use irfanview for this....

http://www.irfanview.com

it can batch convert jpg to png (resizing and renaming at the same time if you so wish) as many as you want at once whilst keeping them in their original locations or copying a new folder.

and lastly when referencing your pngs in the code, try with a hard reference first before messing with album/artist variables - this at least confirms everything else is working as it should. smile.gif
bozo950
QUOTE (marc2003 @ Sep 19 2006, 06:04) *
QUOTE (musosticky @ Sep 19 2006, 14:48) *


you can only use .png files with the single column playlist I believe plus your source strings have to specify the album art folder as it is relative to the foobar directory and they have to be on the same drive too. Look through the components thread for examples of how to do this


the path of the folder has to be a subfolder of wherever your foobar.cfg file is. this can be worked around by mounting your hard drive as a subfolder (basically a windows trick which fools foobar) or there is some "replace" script option. read the last few pages for help on that....

also you need the ms c++ runtime files installed. that had me stumped for a bit until someone mentioned it earlier in this or possibly another thread.

http://www.microsoft.com/downloads/details...;DisplayLang=en

smile.gif

also the pngs must be resized manually. there is no shrink to fit. for the configs posted so far, make sure they are 100x100 pixels. use irfanview for this....

http://www.irfanview.com

it can batch convert jpg to png (resizing and renaming at the same time if you so wish) as many as you want at once whilst keeping them in their original locations or copying a new folder.

and lastly when referencing your pngs in the code, try with a hard reference first before messing with album/artist variables - this at least confirms everything else is working as it should. smile.gif


thanks,it looks difficult huh.gif
i hope someone will find an easier way to do that,like the albumart plugin that find alone the right folder and image to display.
Russell777
QUOTE (kockroach @ Sep 19 2006, 15:22) *
Just wanted to show off my new single playlist view layout. The config is based on chiwou's layout (originally made by tool++). I cleaned the code up a bit, and put in the ability to configure fonts, as well as fill and border colors for the different rows. Of course everyone should be able to recognize Russell777's Home Stereo Panel, and the buttons come from Strickly4me. Thanks to terrestrial for the Track Info Panel mod and the Single Column Playlist panels. Also, I cannot forget cwbowron's awesome Browser, Hooks and Playlist Tree plugins.



Here is the config for the Single Column Playlist panel:

Group By:
CODE
[%album%]|[%codec%]

Item Display:
CODE
//Playing Row Colors
$puts(p-fill,$drawrect(0,0,0,0,brushcolor-115-135-170 pencolor-null))
$puts(p-odd,$drawrect(0,0,0,0,brushcolor-null pencolor-40-40-40 width-3))
$puts(p-even,$drawrect(0,0,0,0,brushcolor-null pencolor-0-0-0 width-3))

//Non-playing Row Colors
$puts(n-odd,$drawrect(0,0,0,0,brushcolor-0-0-0 pencolor-40-40-40 width-3))
$puts(n-even,$drawrect(0,0,0,0,brushcolor-40-40-40 pencolor-0-0-0 width-3))

//Selected Row Border Colors
$puts(s-odd,$drawrect(0,0,0,0,brushcolor-null pencolor-115-135-170 width-3))
$puts(s-even,$drawrect(0,0,0,0,brushcolor-null pencolor-115-135-170 width-3))

//Images
$puts(p-image,$imageabs(0,0,images\1bit\item_playing.png,flow))
$puts(n-image,$imageabs(0,0,images\1bit\item.png,flow))

//Playing Fonts
$puts(p-font1,$font(segoe ui,8,bold glow-40-40-40 glowexpand-1 glowblur-1,140-140-140))
$puts(p-font2,$font(segoe ui,8,bold glow-40-40-40 glowexpand-1 glowblur-1,140-140-140))
$puts(p-font3,$font(segoe ui,8,bold glow-40-40-40 glowexpand-1 glowblur-1,140-140-140))
$puts(p-font4,$font(segoe ui,8,bold glow-40-40-40 glowexpand-1 glowblur-1,140-140-140))
$puts(p-font5,$font(Kroeger 05_55,8,bold glow-40-40-40 glowexpand-1 glowblur-1,140-140-140))
$puts(p-font6,$font(Kroeger 05_55,8,bold glow-40-40-40 glowexpand-1 glowblur-1,140-140-140))

//Non-Playing Fonts
$puts(n-font1,$font(segoe ui,8,bold,180-180-180))
$puts(n-font2,$font(segoe ui,8,bold,115-135-170))
$puts(n-font3,$font(segoe ui,8,bold,150-150-150))
$puts(n-font4,$font(segoe ui,8,bold,180-180-180))
$puts(n-font5,$font(Kroeger 05_55,8,,120-120-120))
$puts(n-font6,$font(Kroeger 05_55,8,,180-180-180))

//Layout
$if(%_isplaying%,
$get(p-fill)$imageabs(0,-25,'images\glass.png',)
$ifequal($mod(%_playlist_number%,2),0,$get(p-odd),$get(p-even))
,
$ifequal($mod(%_playlist_number%,2),0,$get(n-odd),$get(n-even)
))

$if($and(%_selected%,$not(%_isplaying%))
,
$ifequal($mod(%_playlist_number%,2),0,$get(s-odd),$get(s-even)
))

$padding(2,2)
$if(%_isplaying%,$get(p-image),$get(n-image))

$alignabs(22,2,%_width%,21,left,top)
$if(%_isplaying%,$get(p-font1),$get(n-font1))
[Disc %discnumber% ][$if(%track%,$left(%track%,2),1). ]

$if(%_isplaying%,$get(p-font2),$get(n-font2))
$if($meta_test(album artist),%artist%' - ')

$if(%_isplaying%,$get(p-font3),$get(n-font3))
%title%

$align(right,center)
$if(%_isplaying%,$get(p-font4),$get(n-font4))
%length%

$alignabs(22,6,%_width%,21,left,bottom)
$if(%_isplaying%,$get(p-font5),$get(n-font5))
[$if($greater($div(%_filesize%,1024),1024),$left($div(%_filesize%,1024),1),0).$right($left($div(%_filesize%,1024),3),2)MB ][%__bitrate%Kbps]

$align(right,bottom)
$if(%_isplaying%,$get(p-font6),$get(n-font6))
[%play_count% play$if($greater(%play_count%,1),s)]

Group Display:
CODE
//Variables
$puts(border0,pencolor-null)
$puts(border1,pencolor-40-40-40 width-3)
$puts(fill0,brushcolor-null)
$puts(fill1,brushcolor-100-100-100)
$puts(font1,Frutiger Linotype)
$puts(size1,12)
$puts(fx1,bold glow-25-25-25 glowexpand-2 glowblur-2)
$puts(color1,115-135-170)
$puts(font2,kroeger 05_55)
$puts(size2,8)
$puts(fx2,bold glow-25-25-25 glowexpand-2 glowblur-2)
$puts(color2,115-135-170)

$drawrect(0,0,0,0,$get(fill1)$get(border0))
$imageabs(0,-10,'images\glass.png',)
$drawrect(0,0,0,0,$get(fill0)$get(border1))

$padding(6,0)

$padding(0,4)
$align(left,bottom)
$imageabs(0,0,images\1bit\folder.png,flow)
$font($get(font1),$get(size1),$get(fx1),$get(color1))
$if($meta_test(album artist),%album%,%artist%)

$padding(0,-2)
$align(right,top)
$font($get(font2),$get(size2),$get(fx2),$get(color2))
$if($meta_test(album artist),%album artist%,%album%)
$align(right,bottom)
$font($get(font2),$get(size2),$get(fx2),$get(color2))
[%date% '| '][%genre%]


EDIT: Added config and links


Very well done,I like it a lot.BTW what VS are you using?
Raven.am0k
QUOTE (uRT @ Sep 18 2006, 03:09) *
QUOTE (skelly831 @ Sep 18 2006, 04:38) *

QUOTE (uRT @ Sep 17 2006, 18:58) *


OMG, you've defeated the purpose of the plugin! biggrin.gif

EDIT: oh wait, that columns tongue.gif

BTW, you forgot the frame colors on the lenght column.


Hehe, I really hate the Single Column Playlist cause it's so damn buggy! ;D
Fixed my problems btw, and added a trackinfo (don't remember who made it from the beginning ;D)



NEW!!! + windows


CLEAN!!!

FCS-file (white,blue,black)



Would you mind posting your trackinfo code? i only need the code smile.gif Would be nice.

Nevermind smile.gif got an other idea smile.gif
falco
QUOTE (musosticky @ Sep 19 2006, 06:55) *
You specify a no cover image as with a "--" prefix.
e.g.

CODE
--C:\foobar2000\images\nocover.png


This information could have been found by clicking the help button inside the panel preferences which would guid you to the wiki on this panel. Alternatively you could have checked out the thread for that component on this forum for the same information.

I understand how hard it is to get information on certain foobar related issues but please make an effort to exhaust every other oppurtunity before posting. Not that I or anyone else on here minds helping out its just a little frustrating giving out information you can find yourself.


Thank you very much for the help on this. I didn't realize it was that easy. Do I create a similar line of code to be albe to use the overlay over the image?
Raven.am0k
Well, after some work, i´ve got a new fooby smile.gif i damn like it and it has everything i need.
My thanks goes to some of this board, which have helped my a little bit smile.gif

Here with Desktop :




And here a thing which is good for Last.fm users i think smile.gif I got the code from some guys around here.

Unscrobbled :



Scrobbled :



I´m quite happy with it smile.gif

Greets Raven.am0k
kockroach
QUOTE (Russell777 @ Sep 19 2006, 10:23) *
Very well done,I like it a lot.BTW what VS are you using?

Thanks! Like I said, it wouldn't be complete without the work you have done. I am using the "GT3 OS" Windowblinds, by Tiggz.
callisto
QUOTE (Raven.am0k @ Sep 19 2006, 17:48) *
Well, after some work, i´ve got a new fooby smile.gif i damn like it and it has everything i need.
My thanks goes to some of this board, which have helped my a little bit smile.gif

Here with Desktop :



mind sharing your desktop bg... looks amazing biggrin.gif
thx, callisto
Raven.am0k
Well, here it is wink.gif



greets Raven.am0k
apathy
musosticky
QUOTE (falco @ Sep 19 2006, 10:44) *
Thank you very much for the help on this. I didn't realize it was that easy. Do I create a similar line of code to be albe to use the overlay over the image?


You want to have an image layered over another image? I'm not sure if thats possible . If it is im not sure of the syntax you would use
acedriver
multiple view..

Not playing


Singles


Online Radio


Full album


Various artists
jayzer
Very nice, acedriver.

I wouldn't mind a setup like that, myself.
LodgeR
QUOTE (acedriver @ Sep 20 2006, 11:52) *
multiple view..

Not playing


Singles


Online Radio


Full album


Various artists

What visual style do you use
acedriver
QUOTE (LodgeR @ Sep 20 2006, 13:09) *
What visual style do you use

http://www.deviantart.com/deviation/31325014/
casanova
QUOTE (tool++ @ Sep 12 2006, 19:27) *


Boing.


can i get some info on your config
including the layout and the plugins that you used
Raan


Updated version. Mostly Track Info Panel Mod changes, but a few Single Column Playlist fixes as well.
Dias
QUOTE (casanova @ Sep 20 2006, 01:04) *
QUOTE (tool++ @ Sep 12 2006, 19:27) *



Boing.


can i get some info on your config
including the layout and the plugins that you used



I'm second to that. smile.gif
H-Money
acedriver, you mind posting your Single Column Playlist panel config?

thx
apathy
QUOTE (H-Money @ Sep 20 2006, 16:46) *
acedriver, you mind posting your Single Column Playlist panel config?

thx



Look a few pages back, he posted it smile.gif
Draikin
working on an updated config, just need to finish my track info mod and tweak single colum: http://omoikane.minstrum.net/foonew.gif
tool++
QUOTE (Draikin @ Sep 20 2006, 23:49) *
working on an updated config, just need to finish my track info mod and tweak single colum: http://omoikane.minstrum.net/foonew.gif



One of the nicest full screen layouts I've seen.

WBA/Visual Style?

FCS?

Icons?
Draikin
Thanks wink.gif

VS is Opus OSX
no fcs, it's single column playlist. No group and this code for item display:
CODE
$if($strstr(%cwb_activelist%,'Albums'),,
$if($strstr(%cwb_activelist%,'Compilations'),,$puts(singlelist,%cwb_activelist%)))

// Couleur de fond
$drawrect(0,0,0,0,brushcolor-246-249-254 pencolor-null)

// Zone Album
$if($strcmp($num(%tracknumber%,2),01),
$drawrect(30,0,0,0,brushcolor-255-255-255 pencolor-null)
$drawrect(30,0,229,1,brushcolor-220-220-220 pencolor-null),)
$if($strcmp($num(%tracknumber%,2),02),
$drawrect(30,0,0,0,brushcolor-255-255-255 pencolor-null),)
$if($strcmp($num(%tracknumber%,2),03),
$drawrect(30,0,0,0,brushcolor-255-255-255 pencolor-null),)
$if($strcmp($num(%tracknumber%,2),04),
$drawrect(30,0,0,0,brushcolor-255-255-255 pencolor-null),)
$if($strcmp($num(%tracknumber%,2),05),
$drawrect(30,0,229,1,brushcolor-220-220-220 pencolor-null),)

//Autres Zones
$padding(0,0)
$if(%_isplaying%,
$if($strstr(%cwb_activelist%,$get(singlelist)),
$drawrect(0,0,0,0,brushcolor-211-227-254 pencolor-null),
$drawrect(258,0,0,0,brushcolor-211-227-254 pencolor-null))
$drawrect(0,0,30,0,brushcolor-211-227-254 pencolor-null)
,
$if(%_selected%,
$if($strstr(%cwb_activelist%,$get(singlelist)),
$drawrect(0,0,0,0,brushcolor-211-227-254 pencolor-null),
$drawrect(258,0,0,0,brushcolor-211-227-254 pencolor-null))
$drawrect(0,0,30,0,brushcolor-211-227-254 pencolor-null),
$ifequal($mod(%_playlist_number%,2),0,
$if($strstr(%cwb_activelist%,$get(singlelist)),
$drawrect(0,0,0,0,brushcolor-246-249-254 pencolor-null),
$drawrect(260,0,0,0,brushcolor-246-249-254 pencolor-null)
$drawrect(0,0,30,0,brushcolor-246-249-254 pencolor-null))

,
$if($strstr(%cwb_activelist%,$get(singlelist)),
$drawrect(0,0,0,0,brushcolor-255-255-255 pencolor-null),
$drawrect(260,0,0,0,brushcolor-255-255-255 pencolor-null)
$drawrect(0,0,30,0,brushcolor-255-255-255 pencolor-null))
))
)

// Bordures
$drawrect(0,0,1,0,brushcolor-220-220-220 pencolor-null)

$drawrect(30,0,1,0,brushcolor-220-220-220 pencolor-null)
$drawrect(258,0,1,0,brushcolor-220-220-220 pencolor-null)
$if($strstr(%cwb_activelist%,$get(singlelist)),,$drawrect(280,0,1,0,brushcolor-220-220-220 pencolor-null))
$if($strstr(%cwb_activelist%,$get(singlelist)),$drawrect(607,0,1,0,brushcolor-220-220-220 pencolor-null),$drawrect(639,0,1,0,brushcolor-220-220-220 pencolor-null))
$if($strstr(%cwb_activelist%,$get(singlelist)),$drawrect(643,0,1,0,brushcolor-220-220-220 pencolor-null),$drawrect(675,0,1,0,brushcolor-220-220-220 pencolor-null))
$if($strstr(%cwb_activelist%,$get(singlelist)),$drawrect(923,0,1,0,brushcolor-220-220-220 pencolor-null),)
$if($strstr(%cwb_activelist%,$get(singlelist)),$drawrect(798,0,1,0,brushcolor-220-220-220 pencolor-null),)

//Playlist number
$padding(4,0)
$align(left,middle)
$font(corbel,9,bold,150-150-150)
$if(%_isplaying%,
$repeat(›,$mod(%_time_elapsed_seconds%,7)),
$num(%_playlist_number%,4))


//Zone Album
$padding(0,0)
$if($strstr(%cwb_activelist%,$get(singlelist)),
$padding(26,0)$align(left,middle)
$font(corbel,9,bold,120-120-120)
$if(%artist%,
$iflonger(%artist%,39,$cut(%artist%,38)'...',%artist%)),

$alignabs($add(-%_width%,254),0,%_width%,18,right,middle)
$if($strcmp($num(%tracknumber%,2),01),$font(corbel,9,bold,50-50-50)$if2(%album artist%,%artist%),)
$if($strcmp($num(%tracknumber%,2),02),$font(corbel,9,bold,70-120-206)$iflonger(%album%,37,$cut(%album%,36)'...',%album%),)
$if($strcmp($num(%tracknumber%,2),03),$font(corbel,9,bold,150-150-150)[%date%]$if(%date%,$if(%genre%, '~' ,),)[%genre%],)
$if($strcmp($num(%tracknumber%,2),04),$font(corbel,9,bold,150-150-150)$upper($replace($right(%_filename_ext%,4),.,)) %__bitrate%
$if($strcmp(%__extrainfo%,VBR),VBR,CBR),))




//Tracknumber
$if($strstr(%cwb_activelist%,$get(singlelist)),$alignabs(648,0,%_width%,18,left,middle),$alignabs(264,0,%_width%,18,left,middle))
$font(corbel,9,bold,70-120-206)
[%tracknumber%]


//Title
$if($strstr(%cwb_activelist%,$get(singlelist)),$alignabs(264,0,%_width%,18,left,middle),$alignabs(285,0,%_width%,18,left,middle))
$if(%_isplaying%,$font(corbel,9,bold,50-50-50),$if($strstr(%cwb_activelist%,$get(singlelist)),$font(corbel,9,bold,70-120-206),$font(corbel,9,bold,120-120-120)))
$if(%title%,$iflonger(%title%,59,$cut(%title%,58)'...',%title%),%_filename%)
$if($strstr(%cwb_activelist%,$get(singlelist)),$alignabs($add(-%_width%,603),0,%_width%,18,right,middle),$alignabs($add(-%_width%,635),0,%_width%,18,right,middle))
$font(corbel,8,bold,120-120-120)
$ifgreater($meta_num(album artist),0,'[ '%artist%' ]',)


//Time
$if($strstr(%cwb_activelist%,$get(singlelist)),$alignabs($add(-%_width%,639),0,%_width%,18,right,middle),$alignabs($add(-%_width%,672),0,%_width%,18,right,middle))
$font(corbel,9,bold,120-120-120)
$if(%_isplaying%,%_time_elapsed%,%length%)

//Playcount
$if($strstr(%cwb_activelist%,$get(singlelist)),$alignabs($add(-%_width%,945),0,%_width%,18,right,middle),$alignabs($add(-%_width%,698),0,%_width%,18,right,middle))
$font(corbel,9,bold,70-120-206)
$if2(%play_counter%,$font(corbel,8,bold,180-180-180)0)

//Rating
$padding(-22,0)
$if($strstr(%cwb_activelist%,$get(singlelist)),$align(right,middle),$alignabs($add(-%_width%,731),0,%_width%,18,right,middle))
$font(corbel,9,bold,70-120-206)
$repeat(•,%rating%)
$font(corbel,9,bold,170-170-170)
$repeat(•,$add(5,-%rating%))

//AlbumArt
$if($strstr(%cwb_activelist%,$get(singlelist)),
$alignabs(667,0,%_width%,18,left,middle)
$font(corbel,8,bold,120-120-120)
$if(%album%,
$iflonger(%album%,25,$cut(%album%,24)'...',%album%))
,
$if(%tracknumber%,
$imageabs(795,$add(25,$mul(-18,$add(%tracknumber%,-1))),'nocover.png',)
$imageabs2(152,152,0,$add(-25,$mul($add(%tracknumber%,-1),18)),157,18,794,,$replace(%path%,%filename_ext%,)folder.jpg,))
$imageabs(765,$add(25,$mul(-18,$add(%tracknumber%,0))),'case.png',))

//Year-Genre
$if($strstr(%cwb_activelist%,$get(singlelist)),
$alignabs(803,0,%_width%,18,left,middle)
$font(corbel,9,bold,70-120-206)
[%date%]
$alignabs(832,0,%_width%,18,left,middle)
$font(corbel,8,bold,150-150-150)
$if(%genre%,$iflonger(%genre%,18,$cut(%genre%,17)'...',%genre%)))
)


Icons: http://omoikane.minstrum.net/tree/

Moderation: Please use [ codebox ] for long sections of code. Thanks.
hsn


Credits to tool++, Maji and Chiwou.
Thanks a lot guys!
TheDarkLord
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.