dawxxx666 Posted June 14, 2007 Share Posted June 14, 2007 Discussion about my config moved here: https://www.neowin.net/forum/index.php?showtopic=566958 Regards Link to comment Share on other sites More sharing options...
seasponge Posted June 16, 2007 Share Posted June 16, 2007 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 Link to comment Share on other sites More sharing options...
giga Veteran Posted June 17, 2007 Veteran Share Posted June 17, 2007 Hm just updated to latest PanelsUI and this is what I get--no more text for albums? Link to comment Share on other sites More sharing options...
moglenstar Posted June 17, 2007 Share Posted June 17, 2007 (edited) 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.. Hm just updated to latest PanelsUI and this is what I get--no more text for albums? 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 June 17, 2007 by moglenstar Link to comment Share on other sites More sharing options...
giga Veteran Posted June 17, 2007 Veteran Share Posted June 17, 2007 That fixed it (Y). Oh and the blue is actually exact opposite: (0-128-255) Odd but cool heh. Link to comment Share on other sites More sharing options...
FFXLuc Posted June 17, 2007 Share Posted June 17, 2007 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 More sharing options...
shakey_snake Posted June 18, 2007 Share Posted June 18, 2007 %list_index% Link to comment Share on other sites More sharing options...
vigge Posted June 23, 2007 Share Posted June 23, 2007 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. Again, it's just something I would love! Mind telling me what VS that is? Thanks! Link to comment Share on other sites More sharing options...
ViZioN Posted June 23, 2007 Share Posted June 23, 2007 Mind telling me what VS that is? Thanks! It looks identical to mine. Its the default vista skin in graphite. The foobar design is dawxxx66's here :) Link to comment Share on other sites More sharing options...
Johnston Posted June 23, 2007 Share Posted June 23, 2007 could someone upload wsh panel for me please,the links down Link to comment Share on other sites More sharing options...
apul Posted June 23, 2007 Share Posted June 23, 2007 ^ Here ya go, v0.7.1 http://www.box.net/shared/lr30hu1p2t Link to comment Share on other sites More sharing options...
vigge Posted June 24, 2007 Share Posted June 24, 2007 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 More sharing options...
dawxxx666 Posted June 24, 2007 Share Posted June 24, 2007 It's Royale Vista II with my little modifications:) Link to comment Share on other sites More sharing options...
vigge Posted June 24, 2007 Share Posted June 24, 2007 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 More sharing options...
shakey_snake Posted June 24, 2007 Share Posted June 24, 2007 ssconfig4 *Download Now!* Discogs Panel:.............History panel:.............Options Panel: 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 More sharing options...
seasponge Posted June 25, 2007 Share Posted June 25, 2007 is there a way to display the length (time) of the active playlist? Link to comment Share on other sites More sharing options...
MiDiAN Posted June 25, 2007 Share Posted June 25, 2007 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 More sharing options...
MrFuji Posted June 25, 2007 Share Posted June 25, 2007 *cough* Link to comment Share on other sites More sharing options...
ViperAFK Posted June 26, 2007 Share Posted June 26, 2007 (edited) *cough* I just got vista and installed foobar2000, can I have the config? it looks amazing. Edited June 26, 2007 by ViperAFK Link to comment Share on other sites More sharing options...
seasponge Posted June 26, 2007 Share Posted June 26, 2007 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 More sharing options...
jeffbuckley Posted June 26, 2007 Share Posted June 26, 2007 just about done with it i love it. could u share it? thanks! Link to comment Share on other sites More sharing options...
MrFuji Posted June 26, 2007 Share Posted June 26, 2007 (edited) 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)! Images.zip PUI.zip Edited June 26, 2007 by MrFuji Link to comment Share on other sites More sharing options...
ViperAFK Posted June 26, 2007 Share Posted June 26, 2007 (edited) 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 June 26, 2007 by ViperAFK Link to comment Share on other sites More sharing options...
Jamushroom Veteran Posted June 26, 2007 Veteran Share Posted June 26, 2007 ^Press CTRL + P for preferences ;) Link to comment Share on other sites More sharing options...
MrFuji Posted June 26, 2007 Share Posted June 26, 2007 (edited) 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 June 26, 2007 by MrFuji Link to comment Share on other sites More sharing options...
Recommended Posts