Deathray Posted April 3, 2006 Share Posted April 3, 2006 (edited) hello all, the full tango toolbar been posted and I downloaded. It's a png file of course. How do I set it? I can't load it as it says it must be a fcb file! bty Primie.uk, this is not tango icons. Unless they have changed lately. They look like firefox icons to me Tango Those are in the fcb format :) My apologies, those do seem to be like the ones that are in Firefox, that's what people use, but if you want the specific ones for media players, you can find them Here. Just search for playback or media, you'll find them. Then you can use the desired size you want and you just have to use each image by itself in custom image setting per button... Edited April 3, 2006 by Deathray Link to comment Share on other sites More sharing options...
Pink Floyd Veteran Posted April 4, 2006 Veteran Share Posted April 4, 2006 alright, thanks a bunch Link to comment Share on other sites More sharing options...
kelim Posted April 4, 2006 Share Posted April 4, 2006 How do I get my playlist all cool looking and stuff, where every track is a different color? Here's what I have right now. I'm using 0.9 Link to comment Share on other sites More sharing options...
csabo2 Posted April 4, 2006 Share Posted April 4, 2006 I'm having trouble finding the Track info panel for 0.9, My config had it in 0.8x, however i dont remember how i did it, and i'm having trouble finding any answers, if someone could point me in the right direction that would be great, thanks. Link to comment Share on other sites More sharing options...
phend-one Posted April 4, 2006 Share Posted April 4, 2006 These are all for 0.9: foosion's misc. components: http://foosion.foobar2000.org/ libpng, foo_ui_columns, album list panel: http://music.morbo.org/components.php foo_uie_trackinfo: http://stephan.kochen.nl/proj/foo_uie_trackinfo/ foo_uie_albumart: http://stephan.kochen.nl/proj/foo_uie_albumart/ pretty popup (similar to toaster): http://filebox.vt.edu/users/mwithers/prettypopup/ foobar2000 forums (Hydrogenaudio): http://www.hydrogenaudio.org/forums/index.php?showforum=28 Link to comment Share on other sites More sharing options...
+unabatedshagie Subscriber¹ Posted April 4, 2006 Subscriber¹ Share Posted April 4, 2006 I currently sort my album list by directory structure, however I have bands like the beatles in folders like beatles, the so that windows displays them in the correct order when I view them in explorer. Is it possible to still sort the album list by directory structure but move the the to the start of the name and also remove the ,? Link to comment Share on other sites More sharing options...
tmw Posted April 4, 2006 Share Posted April 4, 2006 Primie.uk, how did you get the album list panel in Columns UI to show vertically? Link to comment Share on other sites More sharing options...
sdb815 Posted April 4, 2006 Share Posted April 4, 2006 I'm totally in love with tango right now. :D Link to comment Share on other sites More sharing options...
Grandaevus Posted April 4, 2006 Share Posted April 4, 2006 (edited) I have the same question as tmw192, how do you get the album list not to pop out? Mine can't be docked, or atleast I cant find the option. Not using 0.9? Edit: Oops, found info on the prevoius pages. Nice software, modding isn't especially easy though if you haven't used it before. Edited April 4, 2006 by cowabunga Link to comment Share on other sites More sharing options...
lav-chan Posted April 4, 2006 Share Posted April 4, 2006 I currently sort my album list by directory structure, however I have bands like the beatles in folders like beatles, the so that windows displays them in the correct order when I view them in explorer. Is it possible to still sort the album list by directory structure but move the the to the start of the name and also remove the ,? $if($stricmp($right(%_directoryname%,5),', the'),'the '$left(%_directoryname%,$sub($len(%_directoryname%),5)),%_directoryname%) tmw192, cowabunga, go to Columns UI's options, Layouts tab, and set it up so that you have a vertical splitter with album list and play list under it. Link to comment Share on other sites More sharing options...
gade Posted April 4, 2006 Share Posted April 4, 2006 foo_browser was just what i needed, copied the track info string from someone, don't remember who tho. Looks good on my 42" :) Still looking for a suitable font, any recommendations? Link to comment Share on other sites More sharing options...
lav-chan Posted April 4, 2006 Share Posted April 4, 2006 Calibri or Verdana, turn on ClearType. Link to comment Share on other sites More sharing options...
gade Posted April 4, 2006 Share Posted April 4, 2006 Calibri or Verdana, turn on ClearType. Thanks for the tip :) Link to comment Share on other sites More sharing options...
+unabatedshagie Subscriber¹ Posted April 4, 2006 Subscriber¹ Share Posted April 4, 2006 $if($stricmp($right(%_directoryname%,5),', the'),'the '$left(%_directoryname%,$sub($len(%_directoryname%),5)),%_directoryname%) tmw192, cowabunga, go to Columns UI's options, Layouts tab, and set it up so that you have a vertical splitter with album list and play list under it. That doesn't seem to work correctly or maybe I should say that it's not exactly what I'm looking for. :)My music folder is set up like this --| |-Band 1 --| | | | |--Album 1 | | | |--Album 2 | |-Band 2 --| | |--Album 1 | |--Album 2 The sort string I'm looking for is for it just to affect the band folders not the album folders, the sort code you provided just affects the album folders. Is there any way of modifying the code to sort the band folders? Link to comment Share on other sites More sharing options...
darthmaulbr Posted April 4, 2006 Share Posted April 4, 2006 foo_browser was just what i needed, copied the track info string from someone, don't remember who tho. Looks good on my 42" :) Still looking for a suitable font, any recommendations? Please, Post your Track info code. Thanks! :) Link to comment Share on other sites More sharing options...
kelim Posted April 4, 2006 Share Posted April 4, 2006 How does that look? I just fooled around with some soap.fcs that I found while randomly browsing. Any suggestions? Link to comment Share on other sites More sharing options...
lav-chan Posted April 4, 2006 Share Posted April 4, 2006 The sort string I'm looking for is for it just to affect the band folders not the album folders, the sort code you provided just affects the album folders. Is there any way of modifying the code to sort the band folders? ya $if($stricmp($right($directory(%_path%,2),5),', the'),'the '$left($directory(%_path%,2),$sub($len($directory(%_path%,2)),5)),$directory(%_path%,2)) Link to comment Share on other sites More sharing options...
gade Posted April 4, 2006 Share Posted April 4, 2006 Please, Post your Track info code. Thanks! :) Here u go, modified just a tad from the one i copied $char(1)C55555[%album%] abc5d6[%artist%] abc5d6[%title%] 55555[%playback_time%[ / %length%]] $char(10) Link to comment Share on other sites More sharing options...
YBG Posted April 5, 2006 Share Posted April 5, 2006 @kelim: Think you could link to that .fcs? Not your mod but the original Link to comment Share on other sites More sharing options...
agt Posted April 5, 2006 Share Posted April 5, 2006 Its here TheDarrellMan http://foobar.nub4life.net/columns/pafiled...tion=file&id=45 Link to comment Share on other sites More sharing options...
brumal Posted April 6, 2006 Share Posted April 6, 2006 :shiftyninja: Link to comment Share on other sites More sharing options...
flatrabbit Posted April 6, 2006 Share Posted April 6, 2006 Here's mine: [click for full size] It's mostly pieced together from other configs, mainly miscellanea's Darkblue.FCS Components: foo_ui_columns.dll, foo_uie_albumart.dll, foo_uie_albumlist.dll & foo_uie_trackinfo.dll. Buttons: Tango icons (controls on the left, on the right: hide/show sidebar, preferences, EQ, Rescan music DB) Link to comment Share on other sites More sharing options...
Arckon Posted April 6, 2006 Share Posted April 6, 2006 @flatrabbit That looks sweet! I especially like the color scheme! Link to comment Share on other sites More sharing options...
zoidbergslo Posted April 6, 2006 Share Posted April 6, 2006 color scheme is great indeed. What is that instead of track number Link to comment Share on other sites More sharing options...
Krpano Posted April 6, 2006 Share Posted April 6, 2006 foo_browser was just what i needed, copied the track info string from someone, don't remember who tho. Looks good on my 42" :) Still looking for a suitable font, any recommendations? Hey, could you tell me how do i activate those 3 tab up there like "itunes" ? I dled foo_browser too, but dunno if i need some extra plugin. And i cant find help at hydrogenaudio forums because they are down since yesterday. Thanks alot. :D Link to comment Share on other sites More sharing options...
Recommended Posts