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

    • Absolutely 👍
    • Exactly what I was thinking. All of a sudden in span of a month multiple CEO's from scam altman to this clown has had sudden change of heart does not seem organic change lol
    • Microsoft releases Visual Studio Code 1.124 with smarter autonomous AI agents by Paul Hill Microsoft has just released Visual Studio Code 1.124 with a focus on faster agent workflows and improved agent autonomy. Microsoft outlined the following features as the key items in this update: Autopilot: Autopilot, enabled by default, is now smarter to determine when a task is truly done. Background sessions: Quickly send a request in the background and keep composing the next session. Session navigation: Search, jump, and step through agent sessions with the keyboard. Browser history: Revisit and search pages you've already opened in the integrated browser. With VS Code 1.124, Microsoft has enabled Autopilot by default. For those that don’t know, Autopilot is a chat permission level that you can pick to give agents permission to take initiative and act autonomously, without needing explicit user approval for each action. Also related to Autopilot, Microsoft introduced Advanced Autopilot, which changes how Autopilot decides when to keep iterating and when to finish. This helps you get more complete results without manually monitoring loops. This feature works using a small utility model that reads a transcript of the chat and decides when the task is done. Another new feature in 1.124 is the Agents window, which lets you easily explore, iterate on, and review agent sessions across projects and machines. Previously, starting a new agent session meant waiting for it to load before you could compose the next one. With this update, sessions can be requested in the background. This VS Code update also brings session navigation updates to switch between them more quickly. The update also lets you reload or reopen the Agents window so that it no longer loses your layout, so you will land back where you left off. If you use the integrated browser in VS Code, you will notice that it now retains the history of visited pages. Suggestions will now show when typing in the URL bar and can be managed by using Ctrl+H within a browser tab. The browser now also lets you customize the toolbar more; just right-click on the toolbar area to the right of the URL input. Finally, the browser has faster agentic text entry. Another improvement is experimental enterprise-managed Copilot plugin policies that allow admins to centrally control which chat plugins and plugin marketplaces are available to developers. If you have VS Code installed, 1.124 should install automatically, or you'll get a prompt. If you don't have it installed, get it here.
  • Recent Achievements

    • First Post
      X-No-file earned a badge
      First Post
    • 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
  • Popular Contributors

    1. 1
      +primortal
      511
    2. 2
      PsYcHoKiLLa
      214
    3. 3
      +Edouard
      145
    4. 4
      Steven P.
      86
    5. 5
      ATLien_0
      84
  • Tell a friend

    Love Neowin? Tell a friend!