vigge Posted February 19, 2008 Share Posted February 19, 2008 When grouped, the artist layout tries to load $get(artistPath), which should be specified in the PanelsUI user globals. The Album layout uses $get(coverPath), which should be defined in the same place. Take a look there and see if they're pointing to the right paths. I was thinking of adding a horizontal spectrum in the bottom of the track info window, might add it for the next version. I'm not using Album Art myself, but I guess I could take a look at it. Link to comment Share on other sites More sharing options...
Bubbabyte Posted February 19, 2008 Share Posted February 19, 2008 i hate how panels ui is completely NOT user friendly.. i tried to edit your config to put a simple spectrum in and it's near impossible if you don't know how to code. I managed to change your library filter to album art panel and move it around properly but i can't for the life of me add another panel right below it... urghghghh Link to comment Share on other sites More sharing options...
Dom Posted February 21, 2008 Author Share Posted February 21, 2008 Its not that hard :p... Link to comment Share on other sites More sharing options...
vigge Posted February 22, 2008 Share Posted February 22, 2008 Released v1.1 just now; v1.1 - 2008-02-22 * Added playlist switcher (columns ui) support in sidebar. * Added ability to add a channel spectrum panel in the track info panel, a csp-config has been provided to simplify setting it up. * Added the ability to toggle all columns through the setup screen, and to also configure artist/album/title percentage widths which was previously only possible through coding. * Tweaked track info extended/file/custom info positioning. Download @ deviantart.com Sorry about not adding the album art or lyrics panels for this version though, I haven't had a chance to look at them yet. Link to comment Share on other sites More sharing options...
Bubbabyte Posted February 22, 2008 Share Posted February 22, 2008 nice update vigge.... i love the spectrum. there is just so much wasted space under the playlist switcher that could use album art.. but i have no idea how to put it there.. lol Link to comment Share on other sites More sharing options...
blunt3d Posted February 24, 2008 Share Posted February 24, 2008 How do I make it show the statistics under the track like that? I have the plugin installed, "Foo_playback_custom v1.43" anyone to tell me pls? currently mine is: i found this code ///////////////////////////////////////// // RELATIVE TIMESTAMPS // formerly known as natural language timestamps // by topdownjimmy - v0.5.c - May 6, 2007 ///////////////////////////////////////// // calculate days since last play $puts(dayssince,$cwb_datediff(%cwb_systemdate%,%last_played%)) // correct "dayssince" to consider early AM to be an extension of previous day $puts(dayssince,$sub($get(dayssince),$if($and($greater(7,$substr(%cwb_systemdatetime%,12,13)),$greater($substr(%last_played%,12,13),6)),1,0))) $if($and($greater($substr(%cwb_systemdatetime%,12,13),6),$greater(7,$substr(%last_played%,12,13))),$puts(dayssince,$add($get(dayssince),1)),) // calculate day of week of last play $puts(calcdayofweek,$add(1,$mod($add($substr(%last_played%,3,4),$div($substr(%last_played%,3,4),4),$select($substr(%last_played%,6,7),6,2,2,5,0,3,5,1,4,6,2,4),$substr(%last_played%,9,10)),7))) // correct day of week to consider early AM to be an extension of previous day $puts(calcdayofweek,$sub($get(calcdayofweek),$ifgreater(7,$substr(%last_played%,12,13),1,0))) $if($strcmp($get(calcdayofweek),0),$puts(calcdayofweek,7),) // calculate period of day of last play (night, morning, etc.) $puts(dayperiod,$select($add(1,$substr(%last_played% ,12,13)),Night,Night,Night,Night,Night,Night,Night,Morning,Morning,Morning,Morning,Morning,Afternoon ,Afternoon,Afternoon,Afternoon,Afternoon,Evening,Evening,Evening,Evening,Night,Night,Night)) // calculate natural language timestamp $if(%last_played%,$puts(rel_timestamp,$ifgreater($get(dayssince),0,$ifgreater($get(dayssince),1,$ifgreater($get(dayssince),6,$if($and($greater($get(dayssince),21),$not($strcmp($left(%cwb_systemdate%,7),$left(%last_played%,7)))),$if($not($strcmp($left(%cwb_systemdate%,4),$substr(%last_played%,1,4))),$select($substr(%last_played%,6,7),January,February,March,April,May,June,July,August,September,October,November,December)' '$ifgreater($get(dayssince),334,$substr(%last_played%,1,4),),$ifgreater(2,$sub($substr(%cwb_systemdate%,6,7),$substr(%last_played%,6,7)),'Last Month',$select($substr(%last_played%,6,7),January,February,March,April,May,June,July,August,September,October,November,December))),$ifgreater($div($add($get(dayssince),4),7),1,$div($add($get(dayssince),4),7)' Weeks Ago',Last Week)),$select($get(calcdayofweek),Sunday,Monday,Tuesday,Wednesday,Thursday,Friday,Saturday)' '$get(dayperiod)),$if($strcmp($get(dayperiod),Night),Last,Yesterday)' '$get(dayperiod)),$if($strcmp($get(dayperiod),Night),Tonight,This $get(dayperiod)))),$puts(rel_timestamp,Never)) $set_global(rel_timestamp,$get(rel_timestamp)) ///////////////////////////////////////// and here https://www.neowin.net/forum/index.php?show...6958&st=210 can someone give me instructions pls? Link to comment Share on other sites More sharing options...
SIG Posted March 1, 2008 Share Posted March 1, 2008 Great configs guys! Does anyone know where to get toolbar buttons? Link to comment Share on other sites More sharing options...
Bunio Posted March 1, 2008 Share Posted March 1, 2008 Does anyone know where to get toolbar buttons? Yup, http://www.hydrogenaudio.org/forums/index....showtopic=35270 Link to comment Share on other sites More sharing options...
em3 Posted March 2, 2008 Share Posted March 2, 2008 Here is my config at the moment. :) Link to comment Share on other sites More sharing options...
MrFuji Posted March 2, 2008 Share Posted March 2, 2008 ^Look's nice - especially playlist (for its cleanness) and album art. I would love to ask for the sidebar code, but then again I would have to change my config... ;) Btw, is that still PanelsUI? I had these strange bugs with foobar0.95 and Panels - so I downgraded... Link to comment Share on other sites More sharing options...
em3 Posted March 2, 2008 Share Posted March 2, 2008 ^Yea, it's PanelsUI(v.0.14.9) combined with ColumnsUI NG_Playlist. It's not bug free but it doesn't crash, for me at least. I'll release the config soon. I just have to go over the code and make some more tweaks and maybe add a library and/or search feature (not sure). Link to comment Share on other sites More sharing options...
Oompa Posted March 2, 2008 Share Posted March 2, 2008 Looks great! I just hope it has the same functionality as the older version, which I'm still using :p Link to comment Share on other sites More sharing options...
2III7 Posted March 2, 2008 Share Posted March 2, 2008 a sneak peek of what I may release soon when it's fully completed :p at the moment I think it's too minimalistic. there are no buttons cause i'm using mouse gestures. Link to comment Share on other sites More sharing options...
wikerman Posted March 3, 2008 Share Posted March 3, 2008 help me if someone can i cannot get panelsui to have all the fancy features. Link to comment Share on other sites More sharing options...
Danrarbc Posted March 3, 2008 Share Posted March 3, 2008 a sneak peek of what I may release soon when it's fully completed :p at the moment I think it's too minimalistic. there are no buttons cause i'm using mouse gestures. :drool: Link to comment Share on other sites More sharing options...
Nevezen Posted March 4, 2008 Share Posted March 4, 2008 fooAshen - modification of Lassekongo83s fantastic "fooNion" config (with permission), made to match my Ashen II theme. Download - Clicky Link to comment Share on other sites More sharing options...
2III7 Posted March 4, 2008 Share Posted March 4, 2008 is it possbile to hide/disable the vertical scrollbar of columns playlist? Link to comment Share on other sites More sharing options...
rhz Posted March 5, 2008 Share Posted March 5, 2008 Here is my config at the moment. :) How did you get time at seekbar and icon besides volumebar? Link to comment Share on other sites More sharing options...
MrFuji Posted March 5, 2008 Share Posted March 5, 2008 How did you get time at seekbar and icon besides volumebar? It's relatively easy with panelsui... Just create a volume panel and place an image next to it :) Link to comment Share on other sites More sharing options...
Br3tt Posted March 6, 2008 Share Posted March 6, 2008 Hi, New panelsUI config to come ;) : KLASS Link to comment Share on other sites More sharing options...
2III7 Posted March 6, 2008 Share Posted March 6, 2008 is it possbile to hide/disable the vertical scrollbar of columns playlist? anyone? :rolleyes: Link to comment Share on other sites More sharing options...
Scirwode Posted March 7, 2008 Share Posted March 7, 2008 Can anyone help me? I now have quite a few albums of the same name and their arrangement is off: This is how I arrange my music as of now: %album%[ [%discnumber%.]%tracknumber%. ]%title% If I change the code a little bit and try to add %artist% at any point, my compilations albums will become like this: Is there any way I can make it arrange properly again? Also, I've been fiddling around with foo_quicktag and it works for what I use, which is Columns UI Beta 1 Preview 4, but when I start to use it, my embedded album becomes unreadable. All it shows in CD Art Display is now a white image. Is there any way I can repair this and if it is not possible, are there any other ratings plugin for Foobar2K? My last question is about embedded album art, as foo_uie_albumart does not work under foobar 0.9.5.1. Is there any other version out there I can use? All I want is to show embedded album art for normal and unicode artists. Thank you for your time! Scirwode Link to comment Share on other sites More sharing options...
dawxxx666 Posted March 7, 2008 Share Posted March 7, 2008 (edited) Hi,New panelsUI config to come ;) : KLASS Great as always Br3tt :) Minimalistic and simply beautiful... --------- Now my turn (this project has no name yet): Edit: Scroll in Graphical Browser comes from Br3tt's iFoo. Thanks mate Edited March 7, 2008 by dawxxx666 Link to comment Share on other sites More sharing options...
em3 Posted March 7, 2008 Share Posted March 7, 2008 Here is the code for my config MMP for those who want it. :) Image here. MMP.zip Link to comment Share on other sites More sharing options...
asfjsdgjsdjghjsdh Posted March 8, 2008 Share Posted March 8, 2008 anyone? :rolleyes: I would love an answer to this too. :/ Link to comment Share on other sites More sharing options...
Recommended Posts