Foobar2000 Customization Topic


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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.*

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

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))
)
)
)

Link to comment
Share on other sites

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))
)
)
)

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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

    • No registered users viewing this page.