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
musosticky
QUOTE(sHsIkuA @ Sep 13 2006, 08:24) *

QUOTE(musosticky @ Sep 13 2006, 06:04) *

Could you please upload those rating buttons for me? I love them


already uploaded few pages back

here it is smile.gif
http://rapidshare.de/files/32978221/Rating.zip.html


thanks a lot I didnt see biggrin.gif
Sphix
QUOTE(Snowsfall @ Sep 10 2006, 20:43) *

IPB Image

Very nice config!!!
Hey dude, mind sharing your config?!
Stuart60611
Well, a substantial revision to my setup thanks to several contributions. First, I have been working with Russel777 on designing the newest version of his track info mod home stereo code Ver. 1.8 VIP which I find ideal for my configuration. An extra, extra special thanks needs to go out to him for both creating such an incredible display and being so good at supporting it by accomodating numerous requests. In this regard, I use a slight modifcation of his released code (aside from removing the time based rating decreasing code) by substituting the track number display with a display indicating whether follow the cursor during playback has been activated. For those who want to do the same, replace the following last few lines of the play pause tracknumber portion of his code:

$alignabs($sub(%_width%,526),$div(%_height%,5),%_width%,%_height%,,)
$font(7 Segment,$get(size),$get(font_options),250-250-250)
$if($get(display_back),$get(back)$char(56)$char(56),)
$alignabs($add($sub(%_width%,526),$get(f6)),$div(%_height%,5),%_width%,%_height%,,)
$get(active)$get(6)
$alignabs($add($sub(%_width%,526),$get(f7),$get(s)),$div(%_height%,5),%_width%,%_height%,,)
$get(active)$get(7)

WITH:

$alignabs($sub(%_width%,514),$add($div(%_height%,5),6),%_width%,%_height%,,)
$font(wingdings 3,9,,250-250-250)
#LINEHEIGHT,9#
$if(%cwb_followcursor%,$get(active),$get(back))$char(113)$char(10)
$alignabs($sub(%_width%,524),$add($div(%_height%,5),21),%_width%,%_height%,,)
$font(lcdmono2,7,bold,250-250-250)$get(active)
$if(%cwb_followcursor%,CURSOR)

Also, a thanks needs to go out to Alla for creating the buttons and adding a stop button for me which you can get here.

Anyway, here it is:

Browser View:

IPB Image

Playlist, stopped, no cover view:

[IPB Image

Lyrics view:

IPB Image


(Edit: The big buttons were just too hudge so went with a smaller size biggrin.gif )
musosticky
Argh my foobar is shrinking!!!!

IPB Image

For someone who used to maximise foobar until it got an eating disorder Ive really slimmed it down.
The reduction in size is down mainly to terrestrials 2 beautiful plugins foo_uie_trackinfomod and foo_uie_singlecolumnplaylist and Russel and Mazys work on those respectively. Also Ive combined my artist art and album art panels into one and got them doing a little slideshow thing. Much nicer

For now Ive just copied mazys code from the thread but I do plan on altering the colour scheme to fit the rest of the window and maybe addiing a selection box but for now its so beautiful im happy to look at it for a while

This is the closest to perfection Ive had with a design in a long while. Thanks to all I stole from

edit: PS terrestrial, would my dreams ever come true so you make foo_albumlist_mod with all the pretty stuff you've incorporated into the two previous plugins? *prays*
yatahaze
QUOTE(tool++ @ Sep 13 2006, 04:54) *

Group by:
CODE
[%album%]

-snip-


I put an images folder under my foobar directory along with a file called noalbum.png, and put a cover in png format named in the proper format (%album artist%.%album%.png) under an albums folder. Still, no images display at all.
kejkz
Hello to all,
I'm using foobar for almost a two years now and realy it opened my ears smile.gif I'm always looking for something on this forum, it's very informative, and I asked myself, why not to register... I use foobar for everything music related these days.
Anyway, this is my version of foobar with uisinglecolumn plugin. Thanks to peolpe that explain and share code and to all involved in this community...and of course the developers of foobar and all the plugins

here it is:

IPB Image

thanks again...
Mindaxiz
QUOTE(lazy @ Sep 13 2006, 10:14) *

take a look at that
IPB Image

Its nice and clean, i really like this.

Still using v0.8.3 hehe, but i think its about time i try the new version, could you post the configs and plugins etc needed? Thank you.
ryanir
QUOTE(yatahaze @ Sep 14 2006, 19:17) *

QUOTE(tool++ @ Sep 13 2006, 04:54) *

Group by:
CODE
[%album%]

-snip-


I put an images folder under my foobar directory along with a file called noalbum.png, and put a cover in png format named in the proper format (%album artist%.%album%.png) under an albums folder. Still, no images display at all.

Try naming them Artist[year]Album.png
ex. Machinae Supremacy[2006]Redeemer.png

I found a little bug in tool's config. If the song file is over 10mb, the config will show a random number like 1,xxmb.
yatahaze
QUOTE(ryanir @ Sep 14 2006, 14:49) *

QUOTE(yatahaze @ Sep 14 2006, 19:17) *

QUOTE(tool++ @ Sep 13 2006, 04:54) *

Group by:
CODE
[%album%]

-snip-


I put an images folder under my foobar directory along with a file called noalbum.png, and put a cover in png format named in the proper format (%album artist%.%album%.png) under an albums folder. Still, no images display at all.

Try naming them Artist[year]Album.png
ex. Machinae Supremacy[2006]Redeemer.png

I found a little bug in tool's config. If the song file is over 10mb, the config will show a random number like 1,xxmb.

If it wa working, shouldnt the noalbum.png show though?

I also don't see 2 lines for every song and the group headers. The group headers have 2 lines of text ontop of eachother.
Idec Sdawkminn
QUOTE(lazy @ Sep 13 2006, 07:14) *

take a look at that
IPB Image


Looks nice. What coding did you use to make it gradually fade each track? I think it would look better if it went from light in the beginning to darker in the middle and then light again at the end so it wouldn't just suddenly change after each album, but that's just me. I realize that the way you have it makes it easy to tell where new albums start, but you could easily do that with a black (or other color) line going across.
Fallout
IPB Image

my 3rd foo config made with help from tool biggrin.gif
sani1101
Real basic, just custom colors to match my blackbox theme.

IPB Image
Mangix
IPB Image

currently using the default interface with HmmXP icons hacked into it. also using the HmmXP theme btw.

and also, i am a big Judas Priest fan smile.gif
erissiva
Well, after fiddling around a bit I think I've got something a little better. I'm not quite there, and I would love some input.

Thanks go to tool++ and maji for all the help and great contributions to my setup.

IPB Image


The only problem I'm having is that "[Unknown Function]" message I'm getting. Here is my current track info:

CODE
$imageabs(0,0,images\bg.png,)

// time/codec/kbps
$padding(2,0)
$align(right,bottom)
$font(,9,glow-175-175-175 glowalpha-50,146-176-73)[ - %playback_time_remaining%] $font(,,glow-175-175-175 glowalpha-50,245-245-245)
[/ %length%]$char(10)
[%codec%[ '('%__extrainfo%')'] @ %bitrate%kbps]

// artist/title
$padding(0,4)
$align(center,top)
$font(,11,uppercase glow-175-175-175 glowalpha-50,70-70-70)
$if(%_trackinfo_notrack%,play$font(,,glow-175-175-175 glowalpha-50,24-117-164)ME,$meta_sep(artist,', ',' and ')
$font(,14,uppercase glow-175-175-175 glowalpha-50,24-117-164)$char(10)
$if2(%title%,%_filename%))$char(10)
$font(,9,uppercase glow-175-175-175 glowalpha-50,70-70-70)[%album% ]['('%date%')']

// Scrobbled
$padding(2,4)
$font(calibri,9,glow-175-175-175 glowalpha-50,245-245-245)
$align(left,bottom)
$if(%isplaying%,$ifgreater(%_time_elapsed_seconds%,240,audioscrobbled,
$ifgreater($muldiv(%_time_elapsed_seconds%,100,%_time_total_seconds%),50,
$get(info)audioscrobbled,$font(,,glow-175-175-175 glowalpha-50,146-176-73)$get(info)un$font(,,glow-175-175-175 glowalpha-50,245-245-245)-scrobbled)))

$imageabs(0,0,images\overlay.png,)


Cannot figure out which variable is causing this. *shrugs*
lazy
QUOTE(Idec Sdawkminn @ Sep 14 2006, 19:20) *
Looks nice. What coding did you use to make it gradually fade each track?
Thanks. In fact, i've already posted fcs (called lazybomb v1.1) for this config some days ago (in the uploads thread). It's just a new version (1.2) with new color theme, some bugfixes and new features.
QUOTE(Idec Sdawkminn @ Sep 14 2006, 19:20) *
I think it would look better if it went from light in the beginning to darker in the middle and then light again at the end so it wouldn't just suddenly change after each album, but that's just me.
Yeah. I've implemented this feature in new version. You need to have TOTALTRACKS tag. However it looks not so good as I expected.
QUOTE(Idec Sdawkminn @ Sep 14 2006, 19:20) *
I realize that the way you have it makes it easy to tell where new albums start
Heh. That's one of the reasons why i done this fcs.
QUOTE(Idec Sdawkminn @ Sep 14 2006, 19:20) *
but you could easily do that with a black (or other color) line going across.
I don't think i understand what you mean (maybe my poor english). Across what?

QUOTE(Mindaxiz @ Sep 14 2006, 12:58) *
...
Its nice and clean, i really like this.
Still using v0.8.3 hehe, but i think its about time i try the new version, could you post the configs and plugins etc needed? Thank you.
Thanks. I like it too. You'll need:
1. plugins:
- foo_ui_columns
- foo_uie_playlists_dropdown (optionally)
2. fcs
3. layout
fcs and layout in the archive.

Here the link:
http://www.hydrogenaudio.org/forums/index....ost&id=2540
Generalverdacht
QUOTE(Stuart60611 @ Sep 13 2006, 21:46) *

Well, a substantial revision to my setup thanks to several contributions. First, I have been working with Russel777 on designing the newest version of his track info mod home stereo code Ver. 1.8 VIP which I find ideal for my configuration. An extra, extra special thanks needs to go out to him for both creating such an incredible display and being so good at supporting it by accomodating numerous requests. In this regard, I use a slight modifcation of his released code (aside from removing the time based rating decreasing code) by substituting the track number display with a display indicating whether follow the cursor during playback has been activated. For those who want to do the same, replace the following last few lines of the play pause tracknumber portion of his code:

$alignabs($sub(%_width%,526),$div(%_height%,5),%_width%,%_height%,,)
$font(7 Segment,$get(size),$get(font_options),250-250-250)
$if($get(display_back),$get(back)$char(56)$char(56),)
$alignabs($add($sub(%_width%,526),$get(f6)),$div(%_height%,5),%_width%,%_height%,,)
$get(active)$get(6)
$alignabs($add($sub(%_width%,526),$get(f7),$get(s)),$div(%_height%,5),%_width%,%_height%,,)
$get(active)$get(7)

WITH:

$alignabs($sub(%_width%,514),$add($div(%_height%,5),6),%_width%,%_height%,,)
$font(wingdings 3,9,,250-250-250)
#LINEHEIGHT,9#
$if(%cwb_followcursor%,$get(active),$get(back))$char(113)$char(10)
$alignabs($sub(%_width%,524),$add($div(%_height%,5),21),%_width%,%_height%,,)
$font(lcdmono2,7,bold,250-250-250)$get(active)
$if(%cwb_followcursor%,CURSOR)

Also, a thanks needs to go out to Alla for creating the buttons and adding a stop button for me which you can get here.

Anyway, here it is:

Browser View:

IPB Image

Playlist, stopped, no cover view:

[IPB Image

Lyrics view:

IPB Image


(Edit: The big buttons were just too hudge so went with a smaller size biggrin.gif )




nice done, which vs are you using?
musosticky
finally got the colour scheme i wanted for the playlist and shrunk down even more thanks to the latest micro version of the Home Stereo track info panel
IPB Image

also using glass.png as selection box now
Acropolis
haha, this is mine.

IPB Image
stewart gilray
re: +Tools+ config... WOW is all I can say, oh that's a lie...

How the, what the, where the?

Ok I've looked at the code for the config, and you say..

"Group by"

and "item display"

But where on geds green earth do you put these script thingies?! I thought I had it, but nothing seemed to of changed.

Yes I am a total dunce when it comes to this, just looking at it is giving me a headache...

Thanks in advance.
Idec Sdawkminn
QUOTE(lazy @ Sep 15 2006, 02:49) *

QUOTE(Idec Sdawkminn @ Sep 14 2006, 19:20) *
Looks nice. What coding did you use to make it gradually fade each track?
Thanks. In fact, i've already posted fcs (called lazybomb v1.1) for this config some days ago (in the uploads thread). It's just a new version (1.2) with new color theme, some bugfixes and new features.
QUOTE(Idec Sdawkminn @ Sep 14 2006, 19:20) *
I think it would look better if it went from light in the beginning to darker in the middle and then light again at the end so it wouldn't just suddenly change after each album, but that's just me.
Yeah. I've implemented this feature in new version. You need to have TOTALTRACKS tag. However it looks not so good as I expected.
QUOTE(Idec Sdawkminn @ Sep 14 2006, 19:20) *
I realize that the way you have it makes it easy to tell where new albums start
Heh. That's one of the reasons why i done this fcs.
QUOTE(Idec Sdawkminn @ Sep 14 2006, 19:20) *
but you could easily do that with a black (or other color) line going across.
I don't think i understand what you mean (maybe my poor english). Across what?


Nevermind. And uh, holy crap, the code in your fcs looks hella complicated.

I need to redo mine, but I'm still figuring out how I want it to look.
ayana
QUOTE(cvax @ Sep 14 2006, 02:43) *

QUOTE(ayana @ Sep 13 2006, 09:38) *

IPB Image
Here is now my layout.
With custom modified foo_uie_tabs, that is able to hide tabs and change panels (trackinfo+albumart, playlist tree, visualization) from mainmenu or buttons.


thats pretty sweet. would you mind sharing the customization you did to acquire said effects?

Thanks, I uploaded trackinfo and single_column_playlist settings, take here.
and I posted a modified version of foo_uie_tabs that used at this layout.
Gargoyle
Here is mine: laugh.gif
IPB Image

Till now I have no idea what to put in the left bottom trackinfo box (the FOOBAR 2K one), any suggestion?
Stuart60611

QUOTE

nice done, which vs are you using?


I am using 3d color changer's black theme with slight modifications to show light grey outlining on the tabs and columns. Basicly, it allows one to make a variety of color modifications to Windows Classic Theme that are otherwise unavailable
snively
QUOTE(tool++ @ Sep 13 2006, 04:54) *

@URT = calibri numbers evidently change slightly between size 8 and size 9 ;P


@ repsaj: Visual style is like, a bblean theme and a united hack.
FCS isn't relevant.

Fonts are calibri and cambria (copyright MS fonts)

Config:

Group by:

CODE
[%album%]


Item Display
CODE
$if($greater(%tracknumber%,5),
$if($greater(9,%tracknumber%),$drawrect(3,0,104,0,brushcolor-250-250-250 pencolor-null)
$padding(8,3)$font(calibri,8,bold,100-100-100)
$if($strcmp($num(%tracknumber%,2),06),Artist: $font(calibri,8,bold,140-140-140)%artist%)
$if($strcmp($num(%tracknumber%,2),07),Album: $font(calibri,8,bold,140-140-140)%album%)
$if($strcmp($num(%tracknumber%,2),08),Year: $font(calibri,8,bold,140-140-140)$if2(%date%,Unknown))
$padding(-8,-3)
))
$imageabs(4,$add(25,$mul(-21,%tracknumber%)),'images\noalbum.png',)
$imageabs(4,$add(25,$mul(-21,%tracknumber%)),'images\albums\'%album artist%'.'%album%'.png',)

$imageabs(4,$add(25,$mul(-21,%tracknumber%)),'images\albums\'%album artist%'['%date%']'%album%'.png',)
$imageabs(4,$add(25,$mul(-21,%tracknumber%)),'images\artoverlay.png',)


is it possible to get the album art from the folder of the song being played?
Andrea
IPB Image

biggrin.gif
Idec Sdawkminn
QUOTE(Gargoyle @ Sep 15 2006, 09:43) *

Here is mine: laugh.gif
IPB Image

Till now I have no idea what to put in the left bottom trackinfo box (the FOOBAR 2K one), any suggestion?


Album art would be perfect.

QUOTE(snively @ Sep 15 2006, 12:13) *

is it possible to get the album art from the folder of the song being played?


CODE
$left(%path%,$sub($len(%path%),$len(%filename_ext%)))album.jpg


That'll give you the path to the folder the currently playing song is in. Just replace album.jpg with what your's is named. That's if your folders with music are in different folders all over the place. If they are all in different folders but all the folders are in one folder (such as c:\music\artist - album) then you can just use
CODE
%directoryname%\album.jpg
kanak
my foobar; Nothing fancy. minimalistic and built for speed. Font used is Lucida Sans Unicode.

in playlist view:

IPB Image



in album review mode:

IPB Image


i've made it such that if i search for a word that's in the title of a track, it shows that track in "track mode" and if the same term is in the artist/album field, then those tracks are shown under "album mode". Here's a demonstration. I'm searching for the term "matchbox". look at the results for the song Matchbox by jonny lang, and the listing of the albums by Matchbox 20. Made my foobar experience a whole lot better wink.gif

IPB Image

Another example. This time i searched for "Joe". Check out the results:

IPB Image




kanak
Yotsuya
My latest foo incorporating the new foo_uie_tabs linked to custom buttons.
IPB Image
Now gotta work on getting the playlist dropdown, playback order, and quicksearch bars to look more similar.
ching-3
I'm looking to achieve an extremely simple and minimalist look for my foobar and so far came up with this formatting for the playlist:

$if($strcmp($num(%tracknumber%,2),'01'),$rgb(0,0,0)%artist% )
$if($strcmp($num(%tracknumber%,2),'01'),$rgb(0,0,255)<%album%> )
$if($strcmp($num(%tracknumber%,2),'01'),$rgb(0,0,0)%title%$repeat($rgb(0,0,255)$char(9472),40))
$if($greater(%TRACKNUMBER%,1),$rgb(0,0,0) %artist% - %title%)
$tab()%_length%

It's very close to what I want, but it'll be even better if I could somehow show the artist and album name at a line above the very first track of that album, i.e.

ARTIST - ALBUM
ARTIST - SONG1
ARTIST - SONG2....
ARTIST2 - ALBUM2
ARTIST2 - SONG1...

Any ideas..?
Yotsuya
afaik the only way to add an album header row is with foo_uie_single_column_playlist.
HYDE
0.O, amazing, but how I do it?
Track info with background, Item Display?, Group Display?, what is it all?
I know only basic for change appearence.
Is it foobar 0.9.4 ?
What I need to make some like this:
Link
Would someone to make a guide to How to change the foobar2k appearence, and what is the best plugins to make it.

Zurman
QUOTE(kanak @ Sep 15 2006, 17:07) *

my foobar; Nothing fancy. minimalistic and built for speed. Font used is Lucida Sans Unicode.

in playlist view:

IPB Image



in album review mode:

IPB Image


i've made it such that if i search for a word that's in the title of a track, it shows that track in "track mode" and if the same term is in the artist/album field, then those tracks are shown under "album mode". Here's a demonstration. I'm searching for the term "matchbox". look at the results for the song Matchbox by jonny lang, and the listing of the albums by Matchbox 20. Made my foobar experience a whole lot better wink.gif

IPB Image

Another example. This time i searched for "Joe". Check out the results:

IPB Image




kanak
How do you do that ?
vkeios
I've been playing with the new uie tabs.
Playlist
Infos
Still not sure what to do on the info, honestly, hence the pretty much redundant trackinfo.
And I wish I could bold button text now.
shard13
IPB Image

I decided to move to a slim style foobar, and it worked out VERY well. I simply used the single column playlist, and I was set!


But one question, and I havent the slightest clue how.

I have tons of hour long mixes, with multiple songs in them, and I was wondering if there was some way to show the track listing for the current mix playing, I would figure it is possible, but I dont know even where to start.

Thanks guys!
gamegod
QUOTE(tool++ @ Sep 13 2006, 17:54) *

@URT = calibri numbers evidently change slightly between size 8 and size 9 ;P


@ repsaj: Visual style is like, a bblean theme and a united hack.
FCS isn't relevant.

Fonts are calibri and cambria (copyright MS fonts)

Config:

Group by:

CODE
[%album%]


Item Display
CODE
$if($greater(%tracknumber%,5),
$if($greater(9,%tracknumber%),$drawrect(3,0,104,0,brushcolor-250-250-250 pencolor-null)
$padding(8,3)$font(calibri,8,bold,100-100-100)
$if($strcmp($num(%tracknumber%,2),06),Artist: $font(calibri,8,bold,140-140-140)%artist%)
$if($strcmp($num(%tracknumber%,2),07),Album: $font(calibri,8,bold,140-140-140)%album%)
$if($strcmp($num(%tracknumber%,2),08),Year: $font(calibri,8,bold,140-140-140)$if2(%date%,Unknown))
$padding(-8,-3)
))
$imageabs(4,$add(25,$mul(-21,%tracknumber%)),'images\noalbum.png',)
$imageabs(4,$add(25,$mul(-21,%tracknumber%)),'images\albums\'%album artist%'.'%album%'.png',)

$imageabs(4,$add(25,$mul(-21,%tracknumber%)),'images\albums\'%album artist%'['%date%']'%album%'.png',)
$imageabs(4,$add(25,$mul(-21,%tracknumber%)),'images\artoverlay.png',)
$padding(0,0)
$drawrect(107,0,1,0,brushcolor-161-170-179 pencolor-null)
$drawrect(108,0,2,0,brushcolor-222-225-228 pencolor-null)
$if(%_isplaying%,$drawrect(108,0,0,0,brushcolor-0-0-0 pencolor-0-0-0)
$imageabs(108,0,'images\bg1.png',)
,
$ifequal($mod(%_playlist_number%,2),0,
            $drawrect(110,0,0,0,brushcolor-250-250-250 pencolor-240-240-240)
        ,
            $drawrect(110,0,0,0,brushcolor-255-255-255 pencolor-240-240-240)
        )
)

$padding(2,0)

$if(%_isplaying%,$font(calibri,8,bold glow-129-138-150 glowblur-10,255-255-255),$font(calibri,8,bold,164-171-179))
$alignabs(112,0,%_width%,21,left,top)↘

$if(%_isplaying%,$font(calibri,8,bold glow-129-138-150 glowblur-10,255-255-255),$font(calibri,8,bold,180-180-180))

[Disc %discnumber% ][%tracknumber%. ]

$if(%_isplaying%,$font(calibri,8,bold glow-129-138-150 glowblur-10,255-255-255),$font(calibri,8,bold,129-138-150))

$if($meta_test(album artist),%artist%' - ')

$if(%_isplaying%,$font(calibri,8,bold glow-129-138-150 glowblur-10,255-255-255),$font(calibri,8,bold,120-120-120))

%title%

$if(%_isplaying%,$font(calibri,8,bold glow-129-138-150 glowblur-10,255-255-255),$font(calibri,8,bold,180-180-180))

$align(right,center)%length%

$if(%_isplaying%,$font(Kroeger 05_55,6, glow-129-138-150 glowblur-10,203-206-211),$font(Kroeger 05_55,6,,180-180-180))

$alignabs(124,0,%_width%,21,left,bottom)
[$if($greater($div(%_filesize%,1024),1024),$left($div(%_filesize%,1024),1),0).$right($left($div(%_filesize%,1024),3),2)mb' '][%__bitrate%'kbps']

$if(%_isplaying%,
$font(Kroeger 05_55,6, glow-129-138-150 glowblur-10,203-206-211),$font(Kroeger 05_55,6,,200-200-200))

$align(right,bottom)[%play_count% play$if($greater(%play_count%,1),s)]




Group Display:

CODE
$drawrect(0,0,0,0,brushcolor-240-240-240 pencolor-240-240-240)
$padding(4,-1)

$padding(0,4)$align(left,bottom)$font(cambria,10,bold ,129-138-150)$lower($if($meta_test(album artist),%album%,%artist%))

$padding(0,-3)$align(right,top)$font(calibri,8,bold,120-120-120)$if($meta_test(album artist),%album artist%,%album%)
$font(Kroeger 05_55,6,,180-180-180)$align(right,bottom)[%date% '| '][%genre%]



Etc?

I guess my album art pic, but that's designed for my wallpaper so there's no real point.

Here's the overlay thing that gives shit shineyness though:

IPB Image


QUOTE(Idec Sdawkminn @ Sep 13 2006, 07:41) *

I agree. Very slick, tool. The part the intrigues me most is how you have the album art showing next to each album. Good idea. I'd do that but I like the album art having a larger area so I can see it better.

Also, I prefer that none of the words be cut off due to limited space. I'd suggest that you make the panels on the left wider, but then I see that the same information is also in a header for each album, so I'd just as soon get rid of the info below the album art altogether. Besides, some albums have no info below it and some have at least 3 things. I do dislike inconsistencies.

And what if an album has fewer than 5 tracks? How does the album art fit into that?

Don't think I'm trying to tell you how it should look. I'm just saying what I would change if it was mine. And it's rare to find someone who likes my foobar setup...



Yeah don't get me wrong, I've thought of these problems and I'd love to solve all of them, but I can't actually think of plausible solutions. I'd like to have the text on the right wrapping, I'd like to have the column wider. I guess I could try the text next to the album rather than below, but that would mean the column is extremely wide, and this is a small layout.

If you have any ideas how I could fix these things though feel free.


Can you give me all the image in your codes?
your work is amazing
tool++
Ok they're quite small and transparent so:

bg1.png for back of the now playing:
IPB Image

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

noalbum.png - purty no album art image.
IPB Image
gamegod
QUOTE(tool++ @ Sep 16 2006, 16:15) *

Ok they're quite small and transparent so:

bg1.png for back of the now playing:
IPB Image

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

noalbum.png - purty no album art image.
IPB Image


Thanks very much
zoidbergslo
QUOTE(shard13 @ Sep 16 2006, 06:54) *

I have tons of hour long mixes, with multiple songs in them, and I was wondering if there was some way to show the track listing for the current mix playing, I would figure it is possible, but I dont know even where to start.

Thanks guys!


Make CUE files for those mixes

CODE
PERFORMER "artist"
TITLE "album"
FILE "file_name.mp3" MP3
  TRACK 01 AUDIO
    TITLE "track_name_1"
    INDEX 01 00:00:00
  TRACK 02 AUDIO
    TITLE "track_name_2"
    INDEX 01 00:00:00

just copy that in a blank txt file an dename it as album.cue or sth like that.

just change text in "" and if you want to add more songs just paste tis to the end
CODE
  TRACK 03 AUDIO
    TITLE "track_name_3"
    INDEX 01 00:00:00


just change the track number

and for the position of a song in the mix just change value of INDEX 01 00:00:00 (hour:minute:seconds)

Idec Sdawkminn
Sorry, tool. I tried thinking of ways to make the info below the album art fit but I have no answers for you.

I'm trying to change mine around but am having difficulties. The 3 main difficulties are:

1. The font. I need one that displays the █ character without spaces between them if they are in a row and also is a monospace/fixed-width font that looks decent. The best I've found so far is Lucida Console, but with that, the font is a little too big for the size I want and if I go one size smaller it is too small.

2. I'm changing my layout to be more like your's. I'm putting the album art, projectM, and spectrum analyzer down the left side. I looks kinda weird having them all just stacked on top of eachother but I don't know of any better place to put them. I'm not using the single column component, however, so I cannot make headers for albums. Instead, I was thinking of having the album info on the right of the album art and the left of the playlist. The problem is that some of my album titles are pretty long and with my graphical panels on the left side, I'll have less room to put everything.

3. I need something along the top. It can be track info or whatever. I just need something along the top. I like how you have that track info thing along the bottom and have the play button down there. Maybe something like that.
Raven.am0k
Hello, itīs me again smile.gif long time nothing heared from me.
This is my foobar, which i use all the time, because itīs simple, clean and fast.
Allthough itīs the most time in tray.

IPB Image


greets Raven.am0k
kanak
@Zurman

Well, my Quicksearch spits out playlists in the form of

Q [Search Term]

this is the so called "detection module" which parses the results and looks for matches in artist album or title (genre to be added soon).

This part just trims the search query and puts the trimmed part as a variable "query"::

CODE
$if($strstr(%playlist_name%,'Q ['),
$puts(query,$caps($trim($substr(%playlist_name%,4,$sub($len(%playlist_name%),1)))))




This part puts albus =1 (meaning turn on album mode) if there is artist or album in "query".::::
CODE
$if($or($strstr($caps(%artist%),$get(query)),$strstr($caps(%album%),$get(query))),$puts(albus,1))


This is just my personal preference: Display VA albums (ones with album artist) and playlists with ".." (my equivalent to -s-) as Single items:::

CODE
//Overwrite various albums
$if($strstr(%artist%,$get(query)),
$if($meta(album artist),$puts(albus,0)))
,
$if($strstr(%playlist_name%,'..'),$puts(albus,0),$puts(albus,1))
)





AND this is the "display module"

CODE

$ifgreater($get(albus),0,
$if($get_global(isSingle),
%artist%
//$tab()[%album%]
,
$select(%tracknumber%,
$if2($meta(album artist),%artist%)
//$tab()
//$get_global(cTxtB)[%genre%]$tab()
,
[%album%],
$get_global(cTxtB)
$if($or(%album_released%,%date%),'[')
$if(%album_released%,
$substr(%album_released%,9,10)$ifgreater($substr(%album_released%,9,10),03,th,$select($substr(%album_released%,9,10),st,nd,rd))
$select($substr(%album_released%,6,7),Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec) $left(%album_released%,4),[%date%])
$if($or(%album_released%,%date%),']')
,
%genre%
,
$get_global(cTxtB)
[%album_rating%/10]$if(%album_pick%,'    ∂')
)
)
,
%artist%
)



which is pretty self-explanatory. if there is an "albus" then it executes the "full display mode" otherwise it displays the single mode. (the $get_global(cTxtB) is just for the color display)

Hope that helped.
chivas
updated config with single column layout dry.gif



IPB Image
TheDarkLord
wink.gif

base on tool++'s work

IPB Image
nekokoneko
QUOTE(TheDarkLord @ Sep 16 2006, 07:57) *

wink.gif

base on tool++'s work

IPB Image

Wow! Can I get your config and fcs for that?
shard13
QUOTE(zoidbergslo @ Sep 16 2006, 02:38) *

QUOTE(shard13 @ Sep 16 2006, 06:54) *

I have tons of hour long mixes, with multiple songs in them, and I was wondering if there was some way to show the track listing for the current mix playing, I would figure it is possible, but I dont know even where to start.

Thanks guys!


Make CUE files for those mixes

CODE
PERFORMER "artist"
TITLE "album"
FILE "file_name.mp3" MP3
  TRACK 01 AUDIO
    TITLE "track_name_1"
    INDEX 01 00:00:00
  TRACK 02 AUDIO
    TITLE "track_name_2"
    INDEX 01 00:00:00

just copy that in a blank txt file an dename it as album.cue or sth like that.

just change text in "" and if you want to add more songs just paste tis to the end
CODE
  TRACK 03 AUDIO
    TITLE "track_name_3"
    INDEX 01 00:00:00


just change the track number

and for the position of a song in the mix just change value of INDEX 01 00:00:00 (hour:minute:seconds)



Thanks! But how do I display it? Just use a track info panel or is there someother plugin to cover cue files?
mquander
QUOTE(shard13 @ Sep 16 2006, 15:26) *

QUOTE(zoidbergslo @ Sep 16 2006, 02:38) *

QUOTE(shard13 @ Sep 16 2006, 06:54) *

I have tons of hour long mixes, with multiple songs in them, and I was wondering if there was some way to show the track listing for the current mix playing, I would figure it is possible, but I dont know even where to start.

Thanks guys!


Make CUE files for those mixes

CODE
PERFORMER "artist"
TITLE "album"
FILE "file_name.mp3" MP3
  TRACK 01 AUDIO
    TITLE "track_name_1"
    INDEX 01 00:00:00
  TRACK 02 AUDIO
    TITLE "track_name_2"
    INDEX 01 00:00:00

just copy that in a blank txt file an dename it as album.cue or sth like that.

just change text in "" and if you want to add more songs just paste tis to the end
CODE
  TRACK 03 AUDIO
    TITLE "track_name_3"
    INDEX 01 00:00:00


just change the track number

and for the position of a song in the mix just change value of INDEX 01 00:00:00 (hour:minute:seconds)



Thanks! But how do I display it? Just use a track info panel or is there someother plugin to cover cue files?


If you create a CUE file, and "add" it to your playlist the same way you'd add an MP3, it will show up on your playlist just as if all the "sub-tracks" in it were separate playlist entries, with different titles. No plugin required.
Beavis04
QUOTE(CepiPerez @ Sep 12 2006, 06:32) *

QUOTE(mobyduck @ Sep 11 2006, 07:25) *

QUOTE(CepiPerez @ Sep 2 2006, 22:26) *
It's hidden (autohide option), like artist art and lyrics.
Check this:
IPB Image

Do you like it now?
Would you share this wonderful config?

TIA.

Alessandro


Shure. I post my config file.
You need album_art, trackinfo_mod, lyrics_panel, for this one
But I made a new version (check this forum), but you need playconter (unofficial), single_columns_playlist and playlist_dropdown.

Here's the link


Could you please post your images as well (buttons included)? It isn't exactly working too well without them. Thanks!
CepiPerez
QUOTE(Beavis04 @ Sep 17 2006, 02:29) *

QUOTE(CepiPerez @ Sep 12 2006, 06:32) *

QUOTE(mobyduck @ Sep 11 2006, 07:25) *

QUOTE(CepiPerez @ Sep 2 2006, 22:26) *
It's hidden (autohide option), like artist art and lyrics.
Check this:
IPB Image

Do you like it now?
Would you share this wonderful config?

TIA.

Alessandro


Shure. I post my config file.
You need album_art, trackinfo_mod, lyrics_panel, for this one
But I made a new version (check this forum), but you need playconter (unofficial), single_columns_playlist and playlist_dropdown.

Here's the link


Could you please post your images as well (buttons included)? It isn't exactly working too well without them. Thanks!



Images for this skin here
Images for the updated skin here
Buttons here

Enjoy


Beavis04
Awesome, thanks for the quick reply!

Edit: I've got it looking like this so far. Still a few issues to iron out but I'll play around with it a lot more. Thanks for the great skin!

IPB Image
anishbenji
Here is my latest foobar2000. It is a combination of my foo_columns config and tool++'s single_column_playlist config (thanks tool++!). Hope you like it.
IPB Image
Anish
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-2008 Invision Power Services, Inc.