Jump to content

[release] FOOBAR columns UI iTunes Style


Recommended Posts

Hey

I like megabit's foobar style very much, I'm using it ;) and thanks for that. But I'm using different visual style. I use Rhapsodized by susumu, and I made 2 sets of foobar buttons for it. I have one big problem. They just don't fit.. foobar splits them in a nasty way and I have no idea what to do about it. I'd be very grateful if anyone of you could do something about that in a free time..

Here they are

rhapsodized_style.png

rhapsodized_style_alt.png

Please if someone could do something about that...

Link to comment
  • 5 weeks later...
  • Replies 100
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

  • 2 weeks later...

go in your columns_ui options

columns:

create a new column witl "rating" title then put thois code in the display tab:

$if(%_pc2rg_divider%,
$puts(xrating,$div($if3(%play_counter%,%play counter%),%_pc2rg_divider%)),
$puts(xrating,$if3(%rating%,%trackrating%)))
$ifgreater($get(xrating),5,$puts(xrating,5),)
070707$repeat(•,$get(xrating))
%_lited%|%_lited%$repeat(•,$sub(5,$get(xrating)))

you should obtain what you want.

to rate your song use the foobar quicktag plugin(right click on the playlist=>quicktag)

Link to comment
  • 4 months later...
  • 3 weeks later...

Hi all

Im new to the boards and joined because im desperately after some foobar help. my itunes messed up and so i decided to get foobar! when i first started using the app i was put off by its looks and lack of functions. i then learned that you can make it look absolutely gorgeous with columns, album art, track info etc. and i thought great! so i started to look into it and all i found was screenshots of peoples layouts, with not much help. after stumbling across some tutorials i found that a lot of the dll files and directions were for different versions of the app, i struggled greatly to find all the files i needed for v0.9.1, so i downgraded to v0.8.3. i then had the same trouble finding correct files to tweak it with, when opening foobar i would get error messeges saying that the dll files were for different versions.

::SIGHHH::

so this is a huge cry for help really. it would be fantastic if someone could email me the entire contents of their components folder and say which version of foobar theyre using (preferebly v0.9+). I spent the whole of yesterday trying to get this ball rolling and it nearly brought me to tears with all the frustration ive had with this app. i think myself to be quite tech savvy, but with the lack of full tutorials and just bits and pieces everywhere for different apps this has left me feeling absolutely braindead!

Again, if anyone could help id be hugely grateful, the only thing im after are columns and the album art to show. drop me a line at geremof@aol.com if you can help me before i go insane.

- Richard

Link to comment
  • 2 months later...
i don't get it, can sum1 explain how to change skins

i m a new foobar user, it just looked more convinceing

btw very nice skin, i just cannot find out how to apply it, can sum1 kindly give me a tutorial and all the things i need, all i have right now is foobar2000 v0.8.3 installed

...My first post!

First off you'll need a plugin called; Columns UI

Download and install, later on you can do as told higher up. :D

Ps. Sorry for my not so good english, Sweden rules! =)

Link to comment
  • 3 weeks later...
  • 3 weeks later...
  • 1 month later...
What foobar skin is that?

sanstitre1zh0.th.jpg

foobar 0.9.4 + foo_columns_ui + foo_uie-single_column_playlist + some more

foo_uie-single_column_playlist configuration:

group by

%album%

item display

$ifequal($mod(%_playlist_number%,2),0,
$drawrect(0,0,0,0,brushcolor-230-230-230 pencolor-null),
$drawrect(0,0,0,0,brushcolor-245-245-245 pencolor-null))

$if(%_selected%,$drawrect(0,0,0,0,brushcolor-200-200-200 pencolor-null))
//$if(%_focused%,$drawrect(246,0,0,0,brushcolor-null pencolor-null))
//$if(%_selected%,$textcolor(SYSCOL-9),$textcolor(SYSCOL-8))
$if(%_isplaying%,$textcolor(SYSCOL-9),)
$if(%_isplaying%,$drawrect(246,0,0,0,brushcolor-40-40-40 pencolor-null))

$font(calibri,8,boldshadow glowalpha-50,70-70-70)
$alignabs(5,-1,$sub(%_width%,300),12,,)%tracknumber% - %title%
$alignabs($sub(%_width%,127),-1,120,20,right,)%length%
$alignabs(10,10,220,110,,)$font(calibri,8,bold,170-170-170)
%bitrate% kb/s
$alignabs($sub(%_width%,126),13,120,20,right,)
$font(wingdings,6,bold,170-170-170)$repeat(ï‚«,%rating%)

$if(%isplaying%,
$drawrect(0,0,0,0,brushcolor-90-90-90 pencolor-null)
$alignabs(0,4,900,200,,)$font(Wingdings 3,10,boldshadow,250-250-250)$char(117)
$font(calibri,8,boldshadow glowalpha-150,)
$alignabs(18,-1,$sub(%_width%,318),12,,)%tracknumber% - %title%
$alignabs($sub(%_width%,127),-1,120,20,right,)%length%
$alignabs(18,10,120,110,,)$font(calibri,8,boldshadow glowalpha-150,180-180-180)
%bitrate% kb/s
$alignabs($sub(%_width%,126),13,120,20,right,)
$font(wingdings,6,boldshadow glowalpha-120,180-180-180)$repeat(ï‚«,%rating%)
)

group display

$font(calibri,12,boldshadow glowalpha-155,240-240-240)
$imageabs2(,,,,,,,,'C:Program Filesfoobar2000imagesbackg4.png',)
$imageabs2(85,85,,,,,1,1,'C:Program Filesfoobar2000imagesnoalbum.png',)
$imageabs2(85,85,,,,,1,1,$replace(%path%,%filename_ext%,)folder.jpg,)
$imageabs2(85,85,,,,,1,1,$replace(%path%,%filename_ext%,)folder.png,)
$imageabs2(85,85,,,,,1,1,'C:Program Filesfoobar2000imagesartoverlay.png',)
$alignabs(90,45,$add(%_width%,-107),20,left,top)
$if2(%album artist%,%artist)
$alignabs(90,58,$add(%_width%,-107),20,left,top)
$upper(%album%)
$alignabs(90,72,$add(%_width%,-107),20,left,top)
$font(,8,,)'('%date%')'

more information on foobar2000 board

Link to comment
  • 5 months later...
  • 9 months later...
  • 4 months later...
  • 1 month later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...