droid Posted January 22, 2007 Share Posted January 22, 2007 Bah, I missed the edit time for my post, ah well..I managed to get a mirror online for my guide, to all of those interested. This is 90% the same as my original guide, with a few changes here and there.. http://foobar.lolwhat.org/ this is to achieve the following look: Which isn't a look i personally use anymore, but it is a great starting point for new foobar users :) thanks.. but i dont get it.. i did all the steps in the guide but nothing happens with my foobar! it looks exactly like the default look :/ Link to comment Share on other sites More sharing options...
moglenstar Posted January 22, 2007 Share Posted January 22, 2007 thanks.. but i dont get it.. i did all the steps in the guide but nothing happens with my foobar! it looks exactly like the default look :/ Once you've installed columns_ui you will need to make it you default user interface, then follow my guide. Link to comment Share on other sites More sharing options...
droid Posted January 22, 2007 Share Posted January 22, 2007 Once you've installed columns_ui you will need to make it you default user interface, then follow my guide. aah that was it! thanks. Link to comment Share on other sites More sharing options...
Twisted Chaz Posted January 22, 2007 Share Posted January 22, 2007 moglenstar, I know this is a bit picky :p But do you think you could write more tutorials? That one was really good, and I'd like to know how to do things with album covers and stuff. Link to comment Share on other sites More sharing options...
moglenstar Posted January 22, 2007 Share Posted January 22, 2007 moglenstar, I know this is a bit picky :pBut do you think you could write more tutorials? That one was really good, and I'd like to know how to do things with album covers and stuff. I plan to, as soon as i've got my site back online.. For now i can point you in the direction of some useful sites, http://eolindel.free.fr/foobar0.9/index.php http://wiki.hydrogenaudio.org/index.php?title=Foobar2000:Titleformat_Reference http://wiki.hydrogenaudio.org/index.php?title=Foobar2000:Components_0.9/Track_Info_Panel_Mod_%28foo_uie_trackinfo_mod%29 http://wiki.hydrogenaudio.org/index.php?title=Foobar2000:Components_0.9/Single_Column_Playlist_%28foo_uie_single_column_playlist%29 Link to comment Share on other sites More sharing options...
Twisted Chaz Posted January 22, 2007 Share Posted January 22, 2007 One more quick question. Is there anyway u can update the Group Display section in Single Coloumn Playlist plugin depending on whether a track is being played from that group? I tried $if(%_selected%,$imageabs(0,0,/prestine\cdnot.png,),$imageabs(0,0,/prestine\cdplay.png,)) but it doesn't work Link to comment Share on other sites More sharing options...
Bubbabyte Posted January 22, 2007 Share Posted January 22, 2007 fixed the issue with titles running over, fixed the progress bar running a little short, and i think i fixed the issue with the buttons/playlist issue. added a album visual display using tabbed panel staked mod, and a few new buttons. ill get the config out in the morning if anyone wants it, im tired. can you tell me the code for "next song" under the progress bar? Link to comment Share on other sites More sharing options...
Oompa Posted January 23, 2007 Share Posted January 23, 2007 Other then the alignment it's going to use cwb_hooks. I think it's like %cwb_next_song% or something to that extent. Link to comment Share on other sites More sharing options...
Phixion Posted January 23, 2007 Share Posted January 23, 2007 How do I back this up? copy foobar2000.cfg? Link to comment Share on other sites More sharing options...
Dom Posted January 23, 2007 Author Share Posted January 23, 2007 How do I back this up? copy foobar2000.cfg? You can just zip your whole folder Link to comment Share on other sites More sharing options...
spex04 Posted January 23, 2007 Share Posted January 23, 2007 You can just zip your whole folder Don't forget the profile folder (if you enabled per user settings whilst installing), which is located under '%appdata%\foobar2000\'. Link to comment Share on other sites More sharing options...
wilflare Posted January 23, 2007 Share Posted January 23, 2007 fixed the issue with titles running over, fixed the progress bar running a little short, and i think i fixed the issue with the buttons/playlist issue. added a album visual display using tabbed panel staked mod, and a few new buttons. ill get the config out in the morning if anyone wants it, im tired. hi bbmartini! may i have your config please? looks really nice =] much appreciated! Link to comment Share on other sites More sharing options...
D!rtySh@dy Posted January 23, 2007 Share Posted January 23, 2007 It's possible to download a full customized version of foobar2000 ? with all great plugin, etc... and beautiful looking as this pic Thanks a lot. I'm beginner and I don't want to download basic foobar2000 on official site. Link to comment Share on other sites More sharing options...
Vampiro Posted January 23, 2007 Share Posted January 23, 2007 It's possible to download a full customized version of foobar2000 ? with all great plugin, etc...and beautiful looking as this pic Thanks a lot. I'm beginner and I don't want to download basic foobar2000 on official site. Can I have it to? Its an amazing version of foobar2000 :rolleyes: Link to comment Share on other sites More sharing options...
Oompa Posted January 24, 2007 Share Posted January 24, 2007 It's possible to download a full customized version of foobar2000 ? with all great plugin, etc...and beautiful looking as this pic Thanks a lot. I'm beginner and I don't want to download basic foobar2000 on official site. No. You're not supposed to give out pre-made foobar configs. At everyone else: Be patient... He'll release it, as he said in his post. Link to comment Share on other sites More sharing options...
bbmartini Posted January 24, 2007 Share Posted January 24, 2007 Plugins: Columns UI & Album List Panel foo_custom info Track Info Mod & Single Column Playlist foo_cwb_hooks Tabbed Panel Stack Mod Make sure to check the requirements on each page (especially columns UI and track info mod). Also when you install foobar, untick ?Enable Per User Settings?. It makes it a lot easier and is what my code is written arounLayout Rename the tab by right clicking on them, change to Visual Tab and Playlist Tab respectively. To hide right click and select the optioPlaylist Tab Track Info 1 Background: RGB 22-22-31 Min. Height: 18 Egde Style: None // Global $padding(4,0) // Background // PerTrack // PerSecond $align(left,) $font(Calibri,9,,221-222-223) [%_time_elapsed%] $align(right,) $font(Calibri,9,,221-222-223) [%length%] $drawrect($muldiv(%_width%,8,100),3,$muldiv(%_width%,81,100),9,brushcolor-null pencolor-180-184-194) $drawrect($add($muldiv(%_width%,8,100),2),5,$ifgreater($muldiv($sub($muldiv(%_width%,81,100),4),%playback_time_seconds%,%length_seconds%),0,$muldiv($sub($muldiv(%_width%,81,100),4),%playback_time_seconds%,%length_seconds%),1),5,brushcolor-240-240-240 pencolor-null)[/codeb[b]Single Column Playlist[/b] Row Height: 18 Group Rows: 2 Edge Style: none[b]Group By[/b] [code]%album%[/code] [b]Item Display[/b] [codebox]$ifequal($mod(%tracknumber%,2),0, $imageabs(,,\images\LE5\reluna1.png,), $imageabs(,,\images\LE5\reluna2.png,)) $if(%_selected%,$imageabs(,,\images\LE5\relunagreen.png,),) $if(%isplaying%,$imageabs(,,\images\LE5\relunablue.png,),) $if(%isplaying%,$font(Calibri,8,bold,0-0-200),$font(Calibri,8,,0-0-0)) $alignabs(279,2,%_width%,20,left,) $if(%isplaying%,%_time_remaining%,%length%) $padding(7,) $align(left,middle) [%tracknumber%] $alignabs(28,2,240,20,left,) [%title%] $ifgreater($mul(%_height%,%_itemcount%),88, $imageabs2(100,90,0,$sub($mul(%_height%,%_itemindex%),$add(%_height%,1)),,%_height%,175,,images\ART_cd.png,) $imageabs2(80,79,0,$sub($mul(%_height%,%_itemindex%),$add(%_height%,5)),,%_height%,190,,$replace(%path%,%filename_ext%,folder.jpg),) $imageabs2(100,90,0,$sub($mul(%_height%,%_itemindex%),$add(%_height%,1)),,%_height%,175,,images\case.png,) ,) Group Display $imageabs(,,\images\LE5\relunaorange2.png,) $imageabs(4,11,\images\LE5\arrow.png,) $alignabs(270,9,%_width%,20,left,) $font(Calibri,11,glow- glowexpand-0 glowalpha-15,40-40-40) [%date%] //$replace($replace(%date%,20,''),19,'') $alignabs(28,3,%_width%,20,left,top) $font(Calibri,10,bold glow- glowexpand-0 glowalpha-15,40-40-40) $cut($if(%album artist%,%album artist%,%artist%),42) $font(Calibri,10,glow- glowexpand-0 glowalpha-15,40-40-40) $alignabs(28,13,250,20,left,bottom) %album% Track Info 2 Min. Height: 25 Edge Style: none // Global // Background $imageabs(,,/images\LE5\reluna.png,) // PerTrack $puts(rating,$if2(%rating%,0)) $button(5,7,0,0,13,13,/images\rating_hearts\rating$get(rating).png,/images\rating_hearts\rating1.png,Rate 1,) $button(5,7,13,0,13,13,/images\rating_hearts\rating$get(rating).png,/images\rating_hearts\rating2.png,Rate 2,) $button(5,7,26,0,13,13,/images\rating_hearts\rating$get(rating).png,/images\rating_hearts\rating3.png,Rate 3,) $button(5,7,39,0,13,13,/images\rating_hearts\rating$get(rating).png,/images\rating_hearts\rating4.png,Rate 4,) $button(5,7,52,0,13,13,/images\rating_hearts\rating$get(rating).png,/images\rating_hearts\rating5.png,Rate 5,) //$puts(rating,$if2(%rating%,0)) //$button(5,7,0,0,13,13,images\rating_hearts\rating$get(rating).png,images\rating_hearts\rating1.png,TAG:SET:Rating:1,) //$button(5,7,13,0,13,13,images\rating_hearts\rating$get(rating).png,images\rating_hearts\rating2.png,TAG:SET:Rating:2,) //$button(5,7,26,0,13,13,images\rating_hearts\rating$get(rating).png,images\rating_hearts\rating3.png,TAG:SET:Rating:3,) //$button(5,7,39,0,13,13,images\rating_hearts\rating$get(rating).png,images\rating_hearts\rating4.png,TAG:SET:Rating:4,) //$button(5,7,52,0,13,13,images\rating_hearts\rating$get(rating).png,images\rating_hearts\rating5.png,TAG:SET:Rating:5,) //PLAY/PAUSE $button(238,1,0,0,22,21, $if($or(%ispaused%,$not(%isplaying%)),/images\LE5\pause.png,/images\LE5\play.png), $if($or(%ispaused%,$not(%isplaying%)),/images\LE5\play_.png,/images\LE5\pause_.png), $if($or(%ispaused%,$not(%isplaying%)),play,pause) ,) //PREVIOUS $button(213,1,0,0,22,21,/images\LE5\prev.png,/images\LE5\prev_.png,previous,) //NEXT $button(263,1,0,0,22,21,/images\LE5\next.png,/images\LE5\next_.png,next,) //ALBUM LIST //$button(291,1,0,0,22,21,/images\LE5\search.png,/images\LE5\search_.png,Library Tab,) $button(291,1,0,0,22,21,/images\LE5\search.png,/images\LE5\search_.png,Album List,) //LAYOUT $button(184,1,0,0,22,21,/images\LE5\visual.png,/images\LE5\visual_.png,Visual Tab,) // PerSecond [/codeb[b]Visual Tab[/b] Youll want to have album art that is about 300x300 for this to look decent, and all album art is in the song directory labeled folder.jpg. [img]http://img246.imageshack.us/img246/5376/visualtab5mb.jpg[/i[b]Track Info 3[/b] Background: RGB 22-22-31 [codebox]// Global // Background // PerTrack $imageabs2(300,300,0,0,0,0,10,10,$replace(%path%,%filename_ext%,folder.jpg),) $imageabs2(300,300,0,0,0,0,10,313,$replace(%path%,%filename_ext%,folder.jpg),ROTATEFLIP-6) $imageabs2(0,0,0,0,0,0,0,313,/images\LE5\overlay3.png,) //$button(06,393,0,0,22,21,/images\LE5\search.png,/images\LE5\search_.png,Library Tab,) $button(06,393,0,0,22,21,/images\LE5\search.png,/images\LE5\search_.png,Album List,) $button(291,393,0,0,22,21,/images\LE5\playlist.png,/images\LE5\playlist_.png,Playlist Tab,) $if(%_isplaying%, $font(Calibri,18,bold glow-146-153-179 glowblur-10 glowalpha-220,22-22-31) $alignabs(,320,327,25,center,) %artist% $font(Calibri,14,bold glow-146-153-179 glowblur-10 glowalpha-220,22-22-31) $alignabs(,345,327,44,center,) %title% , $font(Calibri,20,bold glow-146-153-179 glowblur-10 glowalpha-220,22-22-31) $alignabs(,345,327,100,center,) Not playing... ) // PerSecond $if(%_isplaying%, $drawrect(40,390,242,10,brushColor-null penColor-146-153-179) $drawrect(42,392,$ifgreater($muldiv($muldiv(%playback_time_seconds%,100,%length_seconds%),238,100),0,$muldiv($muldiv(%playback_time_seconds%,100,%length_seconds%),238,100),1),6,brushColor-146-153-179 penColor-null) ) $font(Calibri,8,,146-153-179) $alignabs(40,400,322,100,left,) [%playback_time%] $alignabs(241,400,42,100,right,) [%length%] $alignabs(70,400,182,15,center,) [Next song: %cwb_next_title%] images.zip Link to comment Share on other sites More sharing options...
tdoan14 Posted January 24, 2007 Share Posted January 24, 2007 I'm not seeing the option to hide the tab... Link to comment Share on other sites More sharing options...
bbmartini Posted January 24, 2007 Share Posted January 24, 2007 are you positive youre using the tabbed panel stack mod? also name the tabs Playlist Tab and Visual Tab unless you've changed the code Link to comment Share on other sites More sharing options...
Dom Posted January 24, 2007 Author Share Posted January 24, 2007 I'm not seeing the option to hide the tab... Its in the Customized Layout options Link to comment Share on other sites More sharing options...
zzap Posted January 24, 2007 Share Posted January 24, 2007 Perhaps a bit of an off topic question; but what font are you using there in that visual style? Is that Frutiger? Link to comment Share on other sites More sharing options...
bbmartini Posted January 24, 2007 Share Posted January 24, 2007 its calibri, i originally got it with dobee's royale vista. Link to comment Share on other sites More sharing options...
zzap Posted January 24, 2007 Share Posted January 24, 2007 its calibri, i originally got it with dobee's royale vista. Great. Thanks. Your Foobar configs are amazing too. ;) Using one at the moment. Link to comment Share on other sites More sharing options...
Bubbabyte Posted January 24, 2007 Share Posted January 24, 2007 I'm not seeing the option to hide the tab... download this one http://tmp.reharmonize.net/foobar/foo_uie_tabs_0.2.5.zip Link to comment Share on other sites More sharing options...
tdoan14 Posted January 24, 2007 Share Posted January 24, 2007 download this one Thanks man :) Link to comment Share on other sites More sharing options...
Dom Posted January 24, 2007 Author Share Posted January 24, 2007 How can i setup album list by folders and not by tags? And also, the buttons for switching to the Visual and Playlist arent working, im missing something? Link to comment Share on other sites More sharing options...
Recommended Posts