Recommended Posts

Snipped from HA:

Here's mine, pretty boring compared to the ones I've seen floating around.

addons: foo_ui_columns, foo_uie_albumart, foo_uie_albumlist, foo_uie_playlists_dropdown (hidden until mouse over just above the playlist), foo_uie_single_column_playlist (thanks to tool++ for the base code), foo_uie_tabs, & foo_uie_trackinfo.

foo_blu.png

Thats really nice, I want! Please share!

[%album%]
$if(%_isplaying%,$drawrect(0,0,0,0,brushcolor-80-80-80 pencolor-0-0-0)

$imageabs(0,0,'images\bg1.png',)

,

$ifequal($mod(%_playlist_number%,2),0,

$drawrect(0,0,0,0,brushcolor-250-250-250 pencolor-240-240-240)

,

$drawrect(0,0,0,0,brushcolor-255-255-255 pencolor-240-240-240)

)

)

$padding(2,0)

$if(%_isplaying%,$imageabs(0,0,images\1bit\item_playing.png,flow),$imageabs(0,0,images\1bit\item.png,flow))

$if(%_isplaying%,$font(segoe ui,7,bold,255-255-255),$font(segoe ui,7,bold,164-171-179))

$alignabs(22,0,%_width%,21,left,top)

$if(%_isplaying%,$font(segoe ui,7,bold,255-255-255),$font(segoe ui,7,bold,180-180-180))

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

$if(%_isplaying%,$font(segoe ui,7,bold,255-255-255),$font(segoe ui,7,bold,129-138-150))

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

$if(%_isplaying%,$font(segoe ui,7,bold,255-255-255),$font(segoe ui,7,bold,120-120-120))

%title%

$if(%_isplaying%,$font(segoe ui,7,bold,255-255-255),$font(segoe ui,7,bold,180-180-180))

$align(right,center)%length%

$if(%_isplaying%,$font(Kroeger 05_55,6, ,203-206-211),$font(Kroeger 05_55,6,,180-180-180))

$alignabs(22,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, ,203-206-211),$font(Kroeger 05_55,6,,180-180-180))

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

$drawrect(0,0,0,0,brushcolor-159-190-80 pencolor-139-170-60)

$imageabs(0,0,'images\bg1.png',)

$padding(2,0)

$padding(0,3)$align(left,bottom)

$imageabs(0,0,images\1bit\folder.png,flow)

$font(Frutiger Linotype,9,bold,51-67-11)$if($meta_test(album artist),%album%,%artist%)

$padding(0,-2)$align(right,top)

$font(Frutiger Linotype,7,bold,71-87-31)$if($meta_test(album artist),%album artist%,%album%)

$font(kroeger 05_55,6,,91-107-51)$align(right,bottom)[%date% '| '][%genre%]

Edited by chiwou

@Chiwou

Your single column playlist code has references to png files. Would you please post those images or show where I could find them?

Edit: I just went back a few pages in this thread and found a link to the 1bit image set. This post isn't needed anymore :)

Can someone post some example code for using replaygain info for the single columns playlist? I can get it to put a T or A for trackgain or albumgain, but I would prefer to put an ASCII character from the character map (I would like to use the musical notes found in the arial font). I want this character displayed below the track name.

lookin for some help here

right now i'm using vista and foobar runs but it looks like columnsUI make it crash, is that right? i'm using winamp for now but i will love to use foobar any ideas

There is a beta version here which should fix your problem with vista.

mine's very simple. i can't be bothered with going too mad as it's minimised most of the time.... :p

untitledas4.png

oh and can i get that "no image available" png from a few pages back. the attachments appear to be broken? thanks. :)

Where did you get the graphics. Note and the stars etc. I'd love to have the code for the track info at the top also. :)

most of the graphics you see there are borrowed or reproduced from wmp11, top part isn't trackinfo, it's actually grouping on single column playlist, i'll post my code and images soon :)

Oh seems i left it too long before editing my post, :\

okay i've been messing around with trackinfo_mod a little, and have came up with this fairly accurate itunes trackinfo_mod setup.

itunes_trackinfo_preview.png

the top image is how it looks when there is no music playing,

the middle image is how it looks when it is paused,

the bottom image is how it looks when it is playing (with working progress bar)

to achieve this look, download the following rar file [download]

extract the rar file to the root of your foobar directory (or to your foobar profile directory)

so that you have an "itunes" folder, ie:

c:\program files\foobar2000\itunes\

and then paste the code from the included "itunes for trackinfo_mod.txt" file into the formatting string box of your trackinfo mod panel.

horizontal padding should be set to 0, vertical padding to 2, edge style to none, and font can be whichever font suits you best.. i used Lucida Grande bold 8pt.

the panel should be about 42 pixels high (as tall as the background image) to achieve the best look.

I will be posting my wmpish rating stars single columns layout later :)

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • I don't have a problem with adverts, I not fond of the tracking. My main problem is when you have to keep clicking close to remove them before you can see anything On the site. The ones that keep updating and moving stuff around as they are different sizes are as bad. Neowin is not too bad with Adverts, but ones that keeps updating or have animation can be distracting when reading something, like the one showing now, about how much should I walk to lose weight. I realise sites need adverts to survive, but stop changing them every few seconds.
    • SQL Server Management Studio 22.7 brings "What's New" page, T-SQL formatting, and lots more by Usama Jawad SQL Server Management Studio (SSMS) is the tool of choice for most developers working with SQL infrastructure and data. Microsoft recently released SSMS version 22, and in the past few months, it has been steadily releasing point upgrades to refine the integrated development environment (IDE). Now, it has released SSMS version 22.7.0 with a bunch of new features and interfaces. For starters, SSMS 22.7 has netted a native "What's New" page, which highlights the top features and bug fixes present in the latest release. However, Microsoft says that this page won't annoy you much as it will only show up each time you update SSMS, and once you dismiss it, it won't be shown again to you until the next release. Secondly, Microsoft has finally introduced T-SQL formatting inside SSMS. The good thing about this is that it does not require installing any additional components, as it is built into the native experience. All you have to do is right-click the query editor window and select Format SQL from the context menu. Additionally, you also have several customization options at your disposal, such as the ability to automatically place semicolons at the end of a statement, split clauses across multiple lines, and more. However, this capability is only in preview for now. Additionally, Microsoft has introduced a preview of Agent Mode, which allows the AI model to automatically perform complex workflows on your behalf. Furthermore, Agent Mode will operate in read-only mode by default, so that you don't have to worry about the AI model accidentally deleting your data. On a related note, Microsoft is finally allowing users to configure the execution context of GitHub Copilot. This can be controlled per database using the CONSTITUTION.md file, where you specify the user details for the agentic executor. You can find details about this and additional bugfixes in Microsoft's blog post here.
    • I only use 3 extensions in Zen. I don't need or want a ton of stuff in my browser i don't use.
    • I prefer to choose my own ad bockers, not what the browser seems to think I need. i remember the days when a browser was just that, now they try and be everything and add stuff in that not all of us want. I bet Brave is full of AI rubbish? I will stick with Zen, not perfect, but better than others.
  • Recent Achievements

    • One Month Later
      johnjacobb40 earned a badge
      One Month Later
    • One Year In
      Primer1st earned a badge
      One Year In
    • Experienced
      JayZJay went up a rank
      Experienced
    • Reacting Well
      Sir_Timbit earned a badge
      Reacting Well
    • Week One Done
      rubentuben8 earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      516
    2. 2
      PsYcHoKiLLa
      231
    3. 3
      +Edouard
      144
    4. 4
      ATLien_0
      86
    5. 5
      Steven P.
      82
  • Tell a friend

    Love Neowin? Tell a friend!