Foobar2000 Customization Topic


Recommended Posts

this topic has been quiet for a while, here's mine:

modified toolejrawr (thanks)

changed sidebar to albumlist panel and increased width and height, added album art in sidebar, removed utils button, added bitrate display and removed next up display in track display area

post-79819-1182032289_thumb.jpg

Link to comment
Share on other sites

Been working on the cover display of this for the last hour or so, going with the whole "cd cases for albums newer than 1981" thing that i've seen around..

a mod of a mod, grabbed black luna element config from the luna element discussion thread, and have just been tweaking it myself :)

no plans to distribute it or anything, not yet anyway..

fuuuuuuuuuuuuuu.png

Hm just updated to latest PanelsUI and this is what I get--no more text for albums?

post-18268-1182040965_thumb.png

It's because of all the grouping checks, you can just strip out all of the code that checks how the playlist is grouped, and it will work fine.

edit, replace all of your group code with the following

this will make the group headers always %album%

$alignabs(10,5,$sub(%_width%,10),100,left,top)
$font($getpvar(userFont),20,bold,240-240-240)

%album%

$alignabs(15,22,$sub(%_width%,5),25,left,top)
$font($getpvar(userFont),$add($getpvar(userFontSize),1),bold,255-128-0)

%album%


	$alignabs($sub(%_width%,$calcwidth(%date%),40),21,$calcwidth(%date%),25,right,top)
	$font($getpvar(userFont),$getpvar(userFontSize),,)[%date%]

	$alignabs($sub(%_width%,$calcwidth(%genre%),40),4,$calcwidth(%genre%),25,right,top)
	[%genre%]

	$if($fileexists($get(coverPath)),
		$imageabs2(27,27,0,0,0,0,$sub(%_width%,33),7,$get(coverPath),NOKEEPASPECT)
		$imageabs2(31,30,0,0,0,0,$sub(%_width%,35),5,$getpvar(Image.Path)border.png,)
	,
		$imageabs2(27,27,0,0,0,0,$sub(%_width%,33),7,$getpvar(Image.Path)nocover.png,)
	)

// If it's the fist line then don't show top line, else show.
$ifequal(%list_index%,1,,
	$drawrect(0,1,%_width%,1,pencolor-0-0-0 brushcolor-null ALPHA-25)
)

// Bottom line.
$drawrect(0,38,%_width%,1,pencolor-0-0-0 brushcolor-null ALPHA-25)

oh, also.. you will have to change the orange (255-128-0) to the blue that the normal LE foobar uses..

Edited by moglenstar
Link to comment
Share on other sites

Can someone explain to me how to get it to show the numerical list for all the song I have in the playlist. Please e-mail me at FFXLuc@Gmail.com I really would like this figured out and I'm not good at these things. I want it next to the Tracklist colum thank you and please help me.

Link to comment
Share on other sites

This is just a recommendation & I don't know if you're gonna consider it or not. But how bout having the control on top. Like this.

68668003co1.jpg

Again, it's just something I would love!

Mind telling me what VS that is? Thanks!

Link to comment
Share on other sites

It looks identical to mine. Its the default vista skin in graphite. The foobar design is dawxxx66's here :)

In graphite? Got any links, becuase I haven't been able to find anything like the VS on the screenshot =/

Link to comment
Share on other sites

It's Royale Vista II with my little modifications:)

Might not have been clear enough, I'm talking about the top titlebar, and not (I think) the "fake" titlebar in the foobar config ;)

The upper one doesn't look very much like the VS in the link you posted ;D

Link to comment
Share on other sites

ssconfig4

ssconfig4ej5.th.gif

*Download Now!*

Discogs Panel:.............History panel:.............Options Panel:

ssconfig4discogsfh3.th.gif ssconfig4historyla4.th.gifssconfig4optionsli0.th.gif

Required Components:

  • foo_ui_panels
  • foo_ui_columns
  • foo_cwb_hooks
  • foo_playcount (offical) or foo_playcount_mod

optional components:

  • foo_discogs
  • foo_playlist_tree
  • foo_uie_albumlist
  • foo_uie_explorer
  • foo_browser
  • foo_uie_lyrics
  • foo_lyricsDB
  • foo_uie_vis_egoh
  • foo_uie_playlist_dropdown
  • foo_uie_quicksearch
  • foo_uie_queuemanager

Link to comment
Share on other sites

is there a way to display the length (time) of the active playlist?

You could use cwb_hooks to do so.

It provides variables that contains the playlist's totals:

# %cwb_activelist% - active playlist name

# %cwb_activelist_count% - number of items in the active list

# %cwb_activelist_duration% - seconds

# %cwb_playinglist% - playing playlist name

# %cwb_playinglist_count% - number of items in the playing list

# %cwb_playinglist_duration% - seconds

Link to comment
Share on other sites

You could use cwb_hooks to do so.

It provides variables that contains the playlist's totals:

# %cwb_activelist% - active playlist name

# %cwb_activelist_count% - number of items in the active list

# %cwb_activelist_duration% - seconds

# %cwb_playinglist% - playing playlist name

# %cwb_playinglist_count% - number of items in the playing list

# %cwb_playinglist_duration% - seconds

oooh good call, forgot about cwb_hooks, this was right on the money for what i wanted: $cwb_hms(%cwb_activelist_duration%)

Link to comment
Share on other sites

I just got vista and installed foobar2000, can I have the config? it looks amazing.

Yeah, sure :)

Extract the images to \foobar2000\images\ and put the pui file into \foobar2000\PanelsUI\

Hope this works... the image paths are, hum, messed up a bit, don't know why ^^

Plugins needed:

Album List Panel

Playcont (official)

Panels UI (obviously :rolleyes: )

Oh, I also fixed the funky looking text when an item was selected :) see below.

Enjoy!

edit: Perhaps you also have to edit the buttons if they don't show up (right-click on their approximate position). And you have to revert the colors in te album ist panel config (black background - white fonts)!

post-165530-1182858609.jpg

Images.zip

PUI.zip

Edited by MrFuji
Link to comment
Share on other sites

post-159052-1182865820_thumb.jpg

Mine showed up kinda strange, any idea of what I did wrong? and it won't let me into the preferences to change anything because there's no buttons.

Edited by ViperAFK
Link to comment
Share on other sites

Mine showed up kinda strange, any idea of what I did wrong? and it won't let me into the preferences to change anything because there's no buttons.

Ok, you have to adjust the album list panel (edit colors, see previous post - deactivate horizontal scrollbar - activate vista theming)

And for the buttons; you can edit them by right clicking --> customise... on their position. Look at my screenshot to see where they are ;)

^Normally, there's a button to access the preferences, but CTRL+P is good as well ;)

Oh, and you should activate grouping in the playlist: Right click on playlist --> Sort / Group by...

edit: And just figured that out myself... everything looks horrible with the standard aero colour scheme! Better use graphite or blue... :)

Edited by MrFuji
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.