Recommended Posts

Really nice. How can I make the playlist files and the playlist look tabbed like that?

You mean the tabs below the trackinfo? That's with foo_uie_tabs.

hey spex can i get that no album cover art from ya?

Sure:

nocoverbs1.th.png

hey spex, I really like your config, but unfortunately I'm not able to download it from here. could you please upload the file somewhere else?

Yep, here it is on yousendit. If you can't get it from there, tell me where to upload it, and I'll do it for you:

http://www.yousendit.com/transfer.php?acti...055C2CF44CBD058

here is my layout and im using a plugin to get those tabs to show up

foobarej1.png

do you know anything about foobar or is this a fresh start for you

thanks for the layout.

I've stopped using foobar since 0.8.3.

Well, here is my layout, but for some reason I can't get your track info to look like yours.

post-66321-1157759900_thumb.jpg

Here is my new setup. To the bloke that P.M.ed me I'm sorry but I change my setups daily & never keep a backup :(

Here are the setting for my single tracklist:

Row Height: 24

Item Display:

$if($strcmp($mod(%_playlist_number%,2),1),

$drawrect(,,,,brushcolor-192-192-192 pencolor-null))

$if(%_selected%,$drawrect(0,0,0,0,brushcolor-229-226-222 pencolor-null))

$padding(2,0)

$font(Segoe UI,8,,0-0-0)

$replace(%title% $if($meta_test(album artist),$font(Segoe UI,9,,255-0-255)by %artist%,),'(',$font(,,bold italic,255-0-255)'(')

$alignabs(6,13,%_width%,%_height%,,)

$font(Segoe UI,8,italic,0-0-0)

[%length% | ][%bitrate% kbps]

$if(%isplaying%,

$align(right,center)

$font(Arial,12,glow-130-130-130 glowexpand-1,255-255-255)

$select($add(1,$mod(%_time_elapsed_seconds%,2)),♪♫,♫♪),

$alignabs(0,-1,$sub(%_width%,2),%_height%,right,)

$font(Segoe UI,6,,130-130-130)

[%play_count%x]

$if(%cwb_queueindex%, '['%cwb_queueindexes%/%cwb_queuelength%']')

$alignabs(0,10,$sub(%_width%,2),%_height%,right,)

$font(Wingdings,9,glow-130-130-130 glowexpand-1,250-250-250)

$repeat(?,%rating%))

$imageabs(240,$add(35,-5,$mul(-25,%tracknumber%)),images/speaker.png,)

Group By:

%album%

Group Display:

$padding(0,-1)

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

$imageabs(,-6,images\title1.png,)

$padding(4,1)

$align(left,center)

$font(Segoe UI,12,,0-0-0)

%album artist%

$align(right,center)

$font(Segoe UI,10,,0-0-0)

%album%

$alignabs(-6,13,%_width%,%_height%,right,)

$font(Segoe UI,8,,0-0-0)

[%date% | ][%genre%]

Cheers:))

post-73456-1157773074_thumb.jpg

post-73456-1157773105.png

post-73456-1157773151.png

thanks for the track info code bbmartini.

but i have a problem with the album art, i hope someone can help me out.

Basically i have 3 folders of music.

C:\Music A

C:\Music B

C:\Music C

For example; C:\Music A\Prince\1999.mp3; the album art displays fine b/c i put a cover there.

However, C:\Music A\Michael Jackson - Thriller.mp3; it shows some weird album cover that i don't know where it came from.

Folders Music A/B/C displays separate album covers, but if there is a subfolder inside Music A/B/C, for example C:\Music B\Leon Lai\Prima Donna.mp3, the album art displays fine, or it displays the "no album cover" jpeg that i have.

The two random album covers are Non-stop erotic Cabaret, and Toby Keith. :s:S

Hope i didn't lose anyone here.

Thanks.

post-66321-1157782505_thumb.jpg

post-66321-1157782517_thumb.jpg

you might have some hidden files in there that are being read first instead of the ablum art or being read when there is meant to be no cover. i save all my ablum art as folder.jpg, and tell the ablum art plugin to search for folder.jpg, then if it cant find that it moves on to the next parameter then finally if there is no art it just reads the default in the components folder

$replace(%path%,%filename_ext%,)folder.*
-$replace(%path%,%filename_ext%,)..\*
--components\default.*

here is my layout and im using a plugin to get those tabs to show up

foobarej1.png

do you know anything about foobar or is this a fresh start for you

everybody seems to know what do edit/install and stuff but i have really no idea.

I just downloaded foobar200 v 0.9.2 with the collums_ui thingy and have no clue how to get what you have :p

can someone explain step by step what i need to do?

Can you provide the link, i cant seem to find the one that looks like yours.

This is it: http://www.deviantart.com/deviation/37743373/

I'm guessing it has different colours for the substyles, unless it's been modded.

newfoobarve1.jpg

What VS is that btw?

How would I modify the following code to not show the frame-bottom for track two if the total number of tracks in the album equals 2

All my albums have the %totaltrack% tag

$if($strcmp($tracknumber(),01),
$set_style(text,FFFFFF,FFFFFF)
$set_style(back,000000,000000)
$set_style(frame-left,1,$rgb(61,210,255))
$set_style(frame-right,0,$rgb(61,210,255))
$set_style(frame-bottom,0,$rgb(61,210,255))
$set_style(frame-top,1,$rgb(61,210,255))

,
$if($strcmp($tracknumber(),02),
$set_style(text,FFFFFF,FFFFFF)
$set_style(back,000000,000000)
$set_style(frame-left,1,$rgb(61,210,255))
$set_style(frame-right,1,$rgb(61,210,255))
$set_style(frame-bottom,1,$rgb(61,210,255))
$set_style(frame-top,0,$rgb(61,210,255))
,
$set_style(text,0,0)
$set_style(back,ffffff,ffffff)
$if($strcmp($directory(%_path%,1),Single Tracks),,$set_style(frame-right,1,A8A8A8))
)
)
)

How would I modify the following code to not show the frame-bottom for track two if the total number of tracks in the album equals 2

All my albums have the %totaltrack% tag

$if($strcmp($tracknumber(),01),
$set_style(text,FFFFFF,FFFFFF)
$set_style(back,000000,000000)
$set_style(frame-left,1,$rgb(61,210,255))
$set_style(frame-right,0,$rgb(61,210,255))
$set_style(frame-bottom,0,$rgb(61,210,255))
$set_style(frame-top,1,$rgb(61,210,255))

,
$if($strcmp($tracknumber(),02),
$set_style(text,FFFFFF,FFFFFF)
$set_style(back,000000,000000)
$set_style(frame-left,1,$rgb(61,210,255))
$set_style(frame-right,1,$rgb(61,210,255))
$set_style(frame-bottom,1,$rgb(61,210,255))
$set_style(frame-top,0,$rgb(61,210,255))
,
$set_style(text,0,0)
$set_style(back,ffffff,ffffff)
$if($strcmp($directory(%_path%,1),Single Tracks),,$set_style(frame-right,1,A8A8A8))
)
)
)

Try:

$if($strcmp($tracknumber(),01),
$set_style(text,FFFFFF,FFFFFF)
$set_style(back,000000,000000)
$set_style(frame-left,1,$rgb(61,210,255))
$set_style(frame-right,0)
$set_style(frame-bottom,0)
$set_style(frame-top,1,$rgb(61,210,255))

,
$if($strcmp($tracknumber(),02),
$set_style(text,FFFFFF,FFFFFF)
$set_style(back,000000,000000)
$set_style(frame-left,1,$rgb(61,210,255))
$set_style(frame-right,1,$rgb(61,210,255))
$if($strcmp($num(%totaltracks%,1),2),$set_style(frame-bottom,0),$set_style(frame-bottom,1,$rgb(61,210,255)))
$set_style(frame-top,0)
,
$set_style(text,0,0)
$set_style(back,ffffff,ffffff)
$if($strcmp($directory(%_path%,1),Single Tracks),,$set_style(frame-right,1,A8A8A8))
)
)
)

i have a foobar question... i've looked at alot of screenshots where people have several panels combine together but there are no seperater bars between the 2... like the resizing bars, how can i make those disappear?

disable the standard toolbars and use the columnsUI layout system. it's seamless.

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

    • No registered users viewing this page.
  • Posts

    • They keep your data encrypted too. Including the calendar.
    • Microsoft makes billions redirecting people to use Bing in Microsoft Edge and selling OneDrive space. All thanks to Windows.
    • Teams is cancer, ebola and aids combined.
    • Claude on Windows is eating up massive amounts of RAM, with no way to stop it by Usama Jawad Anthropic has been in the headlines a lot lately, primarily due to its latest revenue and valuation figures, along with its release of its state-of-the-art (SOTA) Fable model. While its flagship product, Claude, may be very popular among millions of users, a lot of them are now reporting memory issues when using the tool. Over on Claude Code's GitHub repository, an issue raised in February has been gaining traction once again. Basically, Claude Desktop on Windows spins up a 1.8GB Hyper-V virtual machine if you use Claude Cowork or agent mode even once. This happens on each launch of Claude Code even if you plan to use the tool in chat mode only. Several users have upvoted this bug and stated that it's happening on their machine as well. However, it seemingly affects only Claude desktop users on Windows, not customers of the CLI or any other platform. Once the bug is triggered, it also shows a Vmmem process in Task Manager, indicating CPU usage of 0% and RAM utilization of a whopping ~1.8GB. Claude users complain that this process should only spin up when you explicitly launch agent mode or Cowork in Claude, with session files efficiently cleaned up after use. Additionally, they are calling for Claude to gracefully handle the absence of virtual machine-based infrastructure, without compromising on chat performance. It's unclear when this issue originated or what the root cause behind it is, but people are once again actively engaging in the GitHub thread as well as Hacker News. You can also find other technical details and log events over on GitHub. It's unclear if Anthropic will look into this issue, especially since it's already been reported for a few months. However, the bug is also causing major annoyance for users, with many claiming that it has led them to uninstall Claude Code on desktop, as a concrete workaround is not yet known.
    • "The US innovates, China replicates, Europe regulates" -- let's see who makes the cut
  • Recent Achievements

    • One Month Later
      Sopa flores earned a badge
      One Month Later
    • First Post
      StaticMatrix earned a badge
      First Post
    • Week One Done
      StaticMatrix earned a badge
      Week One Done
    • Rookie
      lamborghiniv10 went up a rank
      Rookie
    • One Month Later
      pinnclepd earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      534
    2. 2
      PsYcHoKiLLa
      209
    3. 3
      +Edouard
      154
    4. 4
      Steven P.
      100
    5. 5
      ATLien_0
      84
  • Tell a friend

    Love Neowin? Tell a friend!