itsafuckingtrap Posted March 27, 2006 Share Posted March 27, 2006 thanks for the heads-up Phend Link to comment Share on other sites More sharing options...
lav-chan Posted March 28, 2006 Share Posted March 28, 2006 I'm not using foobar 0.9 full-time until it gets more plug-ins ported over, but i couldn't help playing around with it, so. Single-disc/single-artist album on top, single tracks in the middle, multi-disc/multi-artist album on the bottom. All the other jazz like trackinfo and seek bar and buttons and stuff are in the side bar (which is hidden in the screen shot but can be re-enabled with the blue button at the top or by pressing F4). :shrug: (cross-posted from HA) Link to comment Share on other sites More sharing options...
bsommer Posted March 28, 2006 Share Posted March 28, 2006 I'm not using foobar 0.9 full-time until it gets more plug-ins ported over, but i couldn't help playing around with it, so. Single-disc/single-artist album on top, single tracks in the middle, multi-disc/multi-artist album on the bottom. All the other jazz like trackinfo and seek bar and buttons and stuff are in the side bar (which is hidden in the screen shot but can be re-enabled with the blue button at the top or by pressing F4). :shrug: (cross-posted from HA) lav-chan , how did you get the boxes on the top with artists, albums ect....it is similar to itunes I have the album list plugin but i dont know how to configure it to look like that. THanks Link to comment Share on other sites More sharing options...
lav-chan Posted March 28, 2006 Share Posted March 28, 2006 foo_browser (0.9 only): http://www.hydrogenaudio.org/forums/index....topic=42849&hl= Link to comment Share on other sites More sharing options...
bsommer Posted March 28, 2006 Share Posted March 28, 2006 for me it went on the left sidebar, how can i get it on top all ligned up next to eachother? Thanks, bsommer Link to comment Share on other sites More sharing options...
acedriver Posted March 28, 2006 Share Posted March 28, 2006 using Navigator-Suite, custom color Link to comment Share on other sites More sharing options...
lav-chan Posted March 28, 2006 Share Posted March 28, 2006 for me it went on the left sidebar, how can i get it on top all ligned up next to eachother?Thanks, bsommer Go into the Columns UI options and find the Layout tab. Right-click whatever's in the list, change the base to a vertical splitter. Then insert more stuff until your layout looks something like this (make adjustments if you have other panels you want to use obviously): vertical splitter | |---horizontal splitter | | | |---browser | | | |---browser | | | |---browser | | | |---browser | |---play list Link to comment Share on other sites More sharing options...
ciel Posted March 28, 2006 Share Posted March 28, 2006 using Navigator-Suite, custom color mind sharing that fcs? :D Link to comment Share on other sites More sharing options...
phend-one Posted March 28, 2006 Share Posted March 28, 2006 I'm not using foobar 0.9 full-time until it gets more plug-ins ported over, but i couldn't help playing around with it, so. Single-disc/single-artist album on top, single tracks in the middle, multi-disc/multi-artist album on the bottom. All the other jazz like trackinfo and seek bar and buttons and stuff are in the side bar (which is hidden in the screen shot but can be re-enabled with the blue button at the top or by pressing F4). :shrug: (cross-posted from HA) What code do you use to distinguish albums and single tracks? What about multi-disc/multi artist? Heh, basically asking for your .fcs ;) But any tips would be appreciated! Link to comment Share on other sites More sharing options...
bsommer Posted March 28, 2006 Share Posted March 28, 2006 i finally found the perfect layout for me :) i am beginning to really like foobar Link to comment Share on other sites More sharing options...
acedriver Posted March 28, 2006 Share Posted March 28, 2006 mind sharing that fcs? :D :) acedriver_navigator.zip Link to comment Share on other sites More sharing options...
lav-chan Posted March 28, 2006 Share Posted March 28, 2006 What code do you use to distinguish albums and single tracks? What about multi-disc/multi artist?Heh, basically asking for your .fcs ;) But any tips would be appreciated! I don't normally share my configuration files, since i'm a jerk like that, but i can answer your questions.... To decide whether a track is single or not it checks for (1) an album name and (2) a track number (because why do you need track numbers if you don't have the whole album?): // used to set 'single' status $if($not($and(%tracknumber%,%album%)),$set_global(single,1),$set_global(single,0)) The disc thing is pretty much unnecessary for me because i create sub-folders for discs (/album/disc 01/, /album/disc 02/, et cetera) and i sort by directory after album title, but i kind of went out of my way to get the disc number next to the album title. :bobomb: It checks to see if there's either (1) a disc tag or (2) a disc folder. If either is true it just replaces the numerals with words. (Only up to five discs, but i'm not worried about going over that since i think the biggest album i have is only three or four.) // figure out if it's multi-disc $if($or(%disc%,$stricmp($left(%_directoryname%,6),'disc 0')),$puts(multidisc,1),$puts(multidisc,0)) $if($stricmp($get(multidisc),1), $if($or($stricmp($num(%disc%,1),1),$stricmp(%_directoryname%,'disc 01')),$puts(discdisplay,'disc one')) $if($or($stricmp($num(%disc%,1),2),$stricmp(%_directoryname%,'disc 02')),$puts(discdisplay,'disc two')) $if($or($stricmp($num(%disc%,1),3),$stricmp(%_directoryname%,'disc 03')),$puts(discdisplay,'disc three')) $if($or($stricmp($num(%disc%,1),4),$stricmp(%_directoryname%,'disc 04')),$puts(discdisplay,'disc four')) $if($or($stricmp($num(%disc%,1),5),$stricmp(%_directoryname%,'disc 05')),$puts(discdisplay,'disc five')) $get_global(c_dim2)|$get_global(c_dim2)$get(discdisplay) , $get_global(c_dim2)|$get_global(c_dim2)'???' ) ps cream :rocks: Link to comment Share on other sites More sharing options...
kenneth11zz Posted March 28, 2006 Share Posted March 28, 2006 i finally found the perfect layout for me :) i am beginning to really like foobar Do you mind shairng your fcs and what plugins it needs to setup it? I love the Artist, Album and Title panels. Does it require the Media Library enable? Kenneth Link to comment Share on other sites More sharing options...
ciel Posted March 28, 2006 Share Posted March 28, 2006 :) cheers! :D Link to comment Share on other sites More sharing options...
helig Posted March 28, 2006 Share Posted March 28, 2006 You only get something like 30 mins to edit your posts IIRC lol ok then I know.. not using forums very much.. Link to comment Share on other sites More sharing options...
bsommer Posted March 28, 2006 Share Posted March 28, 2006 how do i get the user info working...i downloaded both things from the site and extrated to the components folder....one was a .dll and anohter was a pack of misc. file types i have never heard of . When i loaded up foobar it didnt work. Where do i need to extract these? Link to comment Share on other sites More sharing options...
TheUndead Posted March 28, 2006 Share Posted March 28, 2006 it's been awhile... here's what i'm up to.. ;) Link to comment Share on other sites More sharing options...
YBG Posted March 28, 2006 Share Posted March 28, 2006 I need that display thing in the middle, that looks dope (Y) Wanna tell us how you got it? Link to comment Share on other sites More sharing options...
TheUndead Posted March 28, 2006 Share Posted March 28, 2006 that display thingy you're referring to is the track info panel in action dload here, http://stephan.kochen.nl/proj/foo_uie_trac...e_trackinfo.dll (for v0.9) to have yours displayed like mine, apply the code that follows $char(1)C%title% $char(10)$char(1)CElapsed Time: %_time_elapsed% $puts(xdimmed,8C8C8C) $char(10) $char(1)C$get(xdimmed) $if($stricmp($left(%_path_raw%,7),'http://'),'[' %_time_elapsed% ']', $progress2(%_time_elapsed_seconds%,%_time_total_seconds%,25,|,$get(xdimmed)|) $muldiv(%_time_elapsed_seconds%,100,%_time_total_seconds%)'%') Link to comment Share on other sites More sharing options...
lav-chan Posted March 28, 2006 Share Posted March 28, 2006 (edited) The browser-panel component's updated. http://www.hydrogenaudio.org/forums/index....showtopic=42849 edit: Experimental (half-working) albumart component for 0.9: http://www.hydrogenaudio.org/forums/index....c=39924&st=150# Edited March 28, 2006 by lav-chan Link to comment Share on other sites More sharing options...
blurp Posted March 28, 2006 Share Posted March 28, 2006 using Navigator-Suite, custom color How do i get that now playing thing under the toolbar? Link to comment Share on other sites More sharing options...
acedriver Posted March 28, 2006 Share Posted March 28, 2006 How do i get that now playing thing under the toolbar? title/artist using track info plugin, resized just enough to fit one line of info. column ui layout: vertical splitter | |---track info | |---playlist tabs | |---columns playlist Link to comment Share on other sites More sharing options...
asfjsdgjsdjghjsdh Posted March 28, 2006 Share Posted March 28, 2006 How do i get that now playing thing under the toolbar? I believe its a custom foo_uie_trackinfo string with an extra large font. It was posted about 10 pages back. Link to comment Share on other sites More sharing options...
Afx Posted March 28, 2006 Share Posted March 28, 2006 Sorry if this has already been asked, but a quick scan didnt show anything. Basically im having no luck getting any new buttons to show up in foobar 0.9, importing any of the fcb's just results in the original buttons vanishing and being replaced by a blank space, if i mess with the settings a little i can get text to show up, but never any button images. Any ideas? Thanks Link to comment Share on other sites More sharing options...
phend-one Posted March 28, 2006 Share Posted March 28, 2006 Sorry if this has already been asked, but a quick scan didnt show anything. Basically im having no luck getting any new buttons to show up in foobar 0.9, importing any of the fcb's just results in the original buttons vanishing and being replaced by a blank space, if i mess with the settings a little i can get text to show up, but never any button images. Any ideas? Thanks Did you install the .dlls from the libpng128-zlib123.7z pack? Link to comment Share on other sites More sharing options...
Recommended Posts