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

    • Still 3x what it should cost. So, it seems the trick is to increase price by 6x so that a reduction in price back to 4x looks like a steal. "You savvy shoppers win again!" I'm glad I'm not in a desperate spot to actually even need this overpriced crap. Hopefully, it comes back down by the time for when (or if) I ever do.
    • Although AI is great and has it's use cases they likely have massively overhyped it and it has not delivered as per their expectations. I fully expect them to start saying the same things again when it does get to a certain level of intelligence!
    • Microsoft wants to end printer driver headaches with Windows Ready Print by Usama Jawad A few days ago, Microsoft released Windows 11 Experimental build 26300.8553, bringing a ton of enhancements such as Start menu customization, search improvements, Taskbar polish, and other minor UI tweaks. Another relatively major enhancement snuck deep within the change log was related to upgrades to the Windows printing experience. Now, Microsoft has shared more details about these benefits. For starters, Microsoft has renamed its Modern Print Platform to Windows Ready Print. The company believes that this name highlights its shift in strategy, which now focuses on modernizing, securing, and streamlining the printing experience for Windows devices. Some of the upgrades present in Windows Ready Print have already been seeded to customers and partners. This includes ending support for third-party printer drivers via Windows Update and transitioning towards the Internet Printing Protocol (IPP) and the native Windows IPP printer driver. In line with these changes, new printer installations will default to Windows Ready Print on eligible devices starting from July 2026. However, Microsoft recognizes that not all environments will be able to migrate to this platform immediately, so it will allow users to choose between installing the printer via Windows Ready Print or the traditional OEM process. Users will be able to toggle this configuration through Settings > Bluetooth & Devices > Printers & Scanners > Printer preferences. This control applies only to new printer installations, and its functionality can also be modified via Group Policy as follows: Launch Group Policy Editor Navigate to Local Computer Policy -> Administrative Templates -> Printers Find and select 'Configure Windows Ready Print driver ranking' -> double click to open it Select 'Enabled' (if you wish to enable Windows Ready Print driver selection) or 'Disabled' (if you wish to explicitly disable Windows Ready Print driver selection). Select Apply Select OK Similarly, if you set up Windows protected print mode through the same setting in Windows 11, it will also default to using Windows Ready Print exclusively. Microsoft hopes that these improvements will help eradicate dependency on OEM-specific driver installation processes and simplify printer installations. We'll likely find out more about other tangible benefits in the coming months.
    • Hey what's about the proton vpn firefox extension ? It's not working today
  • Recent Achievements

    • 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
    • Week One Done
      ARaclen earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      513
    2. 2
      PsYcHoKiLLa
      230
    3. 3
      Edouard
      138
    4. 4
      ATLien_0
      87
    5. 5
      Steven P.
      81
  • Tell a friend

    Love Neowin? Tell a friend!