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
carmenm
QUOTE (mazy @ Aug 31 2006, 08:05) *
just a test using the track info mod and foo_uie_single_column_playlist:


I just love it.....
esa372
I decided to try a darker, more compact look...



cool.gif
uRT
QUOTE (mazy @ Aug 31 2006, 15:05) *
just a test using the track info mod and foo_uie_single_column_playlist:




Cool, how did you do that?



Mine:
Pingwinho
My new foobar
mazy
thanx uRT. you can find some info about it in respective threads for these two plugins.

what VS are you using? looks quite well designed without many visual bugs ...
uRT
QUOTE (mazy @ Aug 31 2006, 16:37) *
thanx uRT. you can find some info about it in respective threads for these two plugins.

what VS are you using? looks quite well designed without many visual bugs ...


Okey thanks, here's the VS btw wink.gif
http://www.deviantart.com/deviation/31325014/
blaxima
Here's my latest, I've been fooling around with <russell777>'s home stereo track info


But since installing the latest foobar i cant get the rating to show up anymore crying.gif
any suggestions?
Pingwinho
@blaxima What's the font in the trackinfo_mod panel(ther title one)?
ggz
Hope you like this, Greets to you all who made those codes ^^


bozo950

mod of mazy's collumn playlist
vs:w9d mod
wall:Addiction_by_lee25
snively
QUOTE (bozo950 @ Aug 31 2006, 16:15) *

mod of mazy's collumn playlist
vs:w9d mod
wall:Addiction_by_lee25


ah man. how'd ya get those star ratings?
bozo950
just edited and change color in the mazy's playlist code wink.gif

item display:
CODE
$if($strcmp($mod(%_playlist_number%,2),1),
$drawrect(,,,,brushcolor-245-245-245 pencolor-null))

$padding(2,0)
$font(calibri bold,9,$if(%isplaying%,underline,),90-90-90)
$replace(%tracknumber% - %title%,'(',$font(,,bold italic,204-204-204)'(')

$alignabs(6,13,%_width%,%_height%,,)
$font(CubicFive10,6,nocleartype,190-190-190)
[%length% | ]
[%bitrate% kbps]

$alignabs(0,-1,$sub(%_width%,2),%_height%,right,)
$font(CubicFive10,6,nocleartype,190-190-190)
[%play_count%x]
$if(%cwb_queueindex%, '['%cwb_queueindexes%/%cwb_queuelength%']')

$alignabs(0,10,$sub(%_width%,2),%_height%,right,)
$font(Wingdings,9,glow-120-120-120 glowexpand-1,255-255-120)
$repeat(«,%rating%)
tool++
mazy that is reeeally lush.

Not much change from me at the moment, but I thought I'd post this shot as it demonstrates how a foobar layout can be "made" in HTML quite easily wink.gif




(this is my myspace)
snively
thanks
Raven.am0k
After some "playin around time", here is my new layout, with album and single view smile.gif I finally figured out how to make them.




greets Raven.am0k
tool++
Good to see that VS serving people well ;D
Kaiten
I've been lurking around on these forums since 2004, I think it's about time I registered.

I used the very first fcs in this thread for this look, but I overhauled the color scheme to resemble that of the Dynamic TGAZ settings (along with some of my own choice modifications). On top of that I added Trackinfo and AlbumList Panel.



I do have a few questions though:

#1:
When my visual style reports compression, it bases the percentage by bitrate / 1411.2kbps, but not all audio streams uncompressed do this. I was wondering if I could make it work more like this:
bitrate / (samplerate * number of channels * bitdepth (for lossy codecs have it just assume 16 for this value). So for example for 22050Hz 16bit Stereo it'd use ~705kbps for the compression calcualtion as opposed to 1411.2kbps. And for AC3 files it'd use something like 48000 * 6 * 16.

Anyone know the proper syntax for this?

Here's line of text as seen in my trackinfo column:

$get(head)Compression: $get(info)$div(1411,%__bitrate%).$substr($muldiv(1 411,100,%__bitrate%),2,3):1 '('$get(info)$muldiv(%__bitrate%,100,1411)$get(ann o)'% of original quality)'$char(10)

#2:
I also want the track# to have the zero in front of one (or two) digit numbers have a darker shade of blue, as the playlist number has, what code would I use for that?

#3:
I want the spectrum analyzer to run at 60fps. Are there any panel visualizations that can do this for me?

I'll learn how to do my own code from scratch eventually, but until then, this would tide me over for a while.
CepiPerez
Hi everyone!
I'm working on my new skin.

When a song is playing:


When no song is playing:


Please tell me your opinions.

Thanks
blaxima
QUOTE (Pingwinho @ Aug 31 2006, 13:29) *
@blaxima What's the font in the trackinfo_mod panel(ther title one)?


winamp5 songticker
FofR
QUOTE (CepiPerez @ Sep 1 2006, 04:55) *
Please tell me your opinions.

Thanks

Very nice, do those buttons work as you'd expect them to?
Ran Sagy
CepiPerez, Awesome as always. You really have a creative touch for these things wink.gif
syrek
QUOTE (mazy @ Aug 31 2006, 16:05) *
just a test using the track info mod and foo_uie_single_column_playlist:



WOW! your foobar looks hot!!!!! blink.gif

Would you share it with me, so I can give it my own twist?
Yotsuya
Thanks to terrestrial for his flexible components:
uRT
My latest, appears different if it's a VA-album/Group-album/single

apathy
New trackinfo smile.gif

Shinsou
QUOTE (CepiPerez @ Sep 1 2006, 05:55) *
Hi everyone!
I'm working on my new skin.

When a song is playing:


When no song is playing:


Please tell me your opinions.

Thanks

nice style
mazy
QUOTE (syrek @ Sep 1 2006, 12:48) *
Would you share it with me, so I can give it my own twist?

thanks. you can get the tagz for the playlist here
eMGe
I thought mine had been coming along farily decent, but after carousing this topic for a little while, I have a lot of new ideas.

Here is what I got thus far. Nothing too special, but it suits my needs and isn't horrible to look at.



vikingrinn
QUOTE (CepiPerez @ Aug 31 2006, 22:55) *
Hi everyone!
I'm working on my new skin.

When a song is playing:


When no song is playing:


Please tell me your opinions.

Thanks

Clean & simple - very nice!!! biggrin.gif

If I (total nOOb!) only knew how to make mine look like that!!! tongue.gif
jestemql


thanks for people who have made these configs (track info, playlist)
CepiPerez
QUOTE (FofR @ Sep 1 2006, 05:43) *
QUOTE (CepiPerez @ Sep 1 2006, 04:55) *

Please tell me your opinions.

Thanks

Very nice, do those buttons work as you'd expect them to?


Yes, they do.
Stuart60611
I have a modified windows classic theme that I want to only apply to foobar and not throughout windows. Does anyone know of an application which allows one to do this?
FunkySkunky
QUOTE (jestemql @ Sep 1 2006, 11:20) *


thanks for people who have made these configs (track info, playlist)



Two things : What is that panel you have with the image of the band? Some sort of album art mod or something?

Can you post your track_info code and state what font is being used?

Thanks!
vonmeth
QUOTE (FunkySkunky @ Sep 1 2006, 19:15) *
Two things : What is that panel you have with the image of the band? Some sort of album art mod or something?


He is useing a second albumart but with the setting to point towards a certain image (probably band.[ext]).

Simply add another albumart panel, and have it set towards an image in the same directory the albumart is located and have it look for the image name of the band picture.



Nothing really new except: added spectrum analyzer, a simple colour change (and few other things) of Mazy's singlecolumn playlist. Still 'docks' on the left side of my screen.

Edit: Picture of what the heck I am talking about would be cool, eh?

Stuart60611
A substantial revison to my setup. A special thanks to Russel777 for both creating and helping me modify his home stereo track info mod code.

Browser view:



Playlists view when stopped:



Lyrics view:

acedriver
Blitzmeister
Any chance of getting your settings acedriver please?
Cheers smile.gif
lextune


Full size
Lorraine
Not to everyones tastes and not the best looking one I've come up with but I've finally got my foobar to be as functional as I like.



Artist Photo Panel > Track Info > Album Art > Lyrics along the top, the fcs is a fairly heavily modified navigator. Multi colored column at the front is my hotness column. Everything I need for tagging and listening is right there. cool.gif Thanks to everyone for their codes. smile.gif
Beavis04
QUOTE (CepiPerez @ Sep 1 2006, 13:55) *
Hi everyone!
I'm working on my new skin.

Please tell me your opinions.

Thanks


Best. Skin. Ever. Seriously out of the 100+ pages this one is my favourite. Could you please post your files? crying.gif

The only thing I'd add is album art.
jestemql
QUOTE (FunkySkunky @ Sep 2 2006, 03:15) *
Can you post your track_info code and state what font is being used?

Thanks!

it's FofR's track info, he posted it in this topic last time. The font is 'big noodle titling'

QUOTE (vonmeth @ Sep 2 2006, 04:33) *
He is useing a second albumart but with the setting to point towards a certain image (probably band.[ext]).

exactly
tool++



I need to get albumart thumbnails workeing sad.gif
Ran Sagy
Album art thumbnails?

Also, How is your config built, really? I'm losing track of the foobar skinning 'scene' tongue.gif
FofR
Lots of people have asked for this, so here it is:

All of my configurations, components and images (though not as a simple install because my cfg has some sensitive password information in that I couldn't easily remove, sorry folks... have to do this the hard way). Direct any questions to me and I'll update the pack.

link removed by moderation - software license violation
tool++
QUOTE (ChaosBladE @ Sep 2 2006, 22:24) *
Album art thumbnails?

Also, How is your config built, really? I'm losing track of the foobar skinning 'scene' tongue.gif



It uses the new playlist display. Which is well good, albeit it buggy as hell smile.gif
Crissaegrim
QUOTE (tool++ @ Sep 2 2006, 17:08) *
QUOTE (ChaosBladE @ Sep 2 2006, 22:24) *

Album art thumbnails?

Also, How is your config built, really? I'm losing track of the foobar skinning 'scene' tongue.gif



It uses the new playlist display. Which is well good, albeit it buggy as hell smile.gif

I'm pretty sure that can be done with the old playlist display...
vonmeth
QUOTE (Crissaegrim @ Sep 2 2006, 17:01) *
QUOTE (tool++ @ Sep 2 2006, 17:08) *

QUOTE (ChaosBladE @ Sep 2 2006, 22:24) *

Album art thumbnails?

Also, How is your config built, really? I'm losing track of the foobar skinning 'scene' tongue.gif



It uses the new playlist display. Which is well good, albeit it buggy as hell smile.gif

I'm pretty sure that can be done with the old playlist display...


Erm, how exactly would one do that?
zackorah

Still messing around wink.gif
FofR
That is very very nice. I'd say the only way to improve that is to stick a "glass png" over the top to help it blend, maybe a very slight shadow.

My fear is that album art like this will take up too much CPU resources on a big playlist.
tool++
Hours of pissing around with trackinfos later and I've got this:

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.