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

    • Save 35% on Sony's SS-CS5M2 3-way high-res bookshelf speakers by Taras Buria Sony is currently offering a big discount on its SS-CS5M2 bookshelf speaker, saving you 35% on a set of high-quality audio equipment. The SS-CS5M2 is a passive 3-way bookshelf speaker with a 5.12-inch woofer, a 25 mm soft-dome tweeter, and a 19 mm super tweeter. This design allows different drivers to handle different parts of the sound spectrum for a clearer, more detailed audio when watching movies or listening to music. The compact cabinet size allows you to place these speakers on shelves, desks, or stands, making them a practical choice for apartments, bedrooms, and small living rooms. Despite its compact size, the SS-CS5M2 delivers up to 100 W of power. Note that since the speakers are passive, you will need an amplifier to drive them. However, if you do, you can use them for high-resolution music, thanks to a claimed frequency response of 53 Hz - 50 kHz. It is able to extend so far high in the spectrum as a result of those super tweeters. While they will work with most amplifiers and AV receivers, Sony says this pair is a perfect match for its AV receivers, such as STRDH190, 590, 790, or 1000. Sony CS Bookshelf Speakers SS-CS5M2 3-Way 3-Driver Hi-res - $178 | 36% off on Amazon US This Amazon deal is US-specific and not available in other regions unless specified. This is a first-party seller link (at the time of article publishing); ensure that you also purchase from a first-party seller link only. If you don't like it or want to look at more options, check out the previous deals that we have covered, OR you can also visit Amazon US deals page. Get Prime (SNAP), Prime Video, Audible Plus or Kindle / Music Unlimited. Free for 30 days. As an Amazon Associate, we earn from qualifying purchases.
    • So they somehow expect Apple to easily make it so that if I install say DeepSeek that DS can then handle all the tasks that Siri would be doing while integrated in the OS? That sounds like just rediculous.
    • For ray-tracing, the Radeon RX 9070 XT is better than the GeForce RTX 5070, but worse than the GeForce RTX 5070 Ti The Radeon RX 9070 XT is similar to the GeForce RTX 5070 Ti in rasterization Both AMD and NVIDIA have had serious issues with drivers in the past, so I can't say that one is better or worse than the other. Yes. AMD has better support Linux than does NVIDIA. Use Display Driver Uninstaller (DDU) to uninstall NVIDIA's drivers before installing AMD's drivers. That's up to you. Supplies of memory is unpredictable because AI using up a lot of memory. As a result, there is a lot of volatility in video card prices.
    • Promoting is fine - advertising, informing, whatever.  But interrupting your PAID OS experience is not.
  • Recent Achievements

    • One Month Later
      pinnclepd earned a badge
      One Month Later
    • 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
  • Popular Contributors

    1. 1
      +primortal
      510
    2. 2
      PsYcHoKiLLa
      215
    3. 3
      +Edouard
      145
    4. 4
      Steven P.
      88
    5. 5
      ATLien_0
      83
  • Tell a friend

    Love Neowin? Tell a friend!