Neksus Posted June 19, 2004 Share Posted June 19, 2004 Also another quick q. A lot and I mean ALOT of my mp3s dont have correct ID3 tags, and because of that, I cant get foobar configured how I want. Is there a way to mass tag the files but have it do it via directory structure (so it tags the first file found in \RX Bandits\Progress\ with a 1 as the track number and so on)? Yes there is! foobar2000 has a builtin Masstager! That can guess values from directory and filenames! With a syntax like this (customizable): %artist%\%year% - %album%\%tracknumber%. %title% Also if you have full albums there is a FreeDB tager! -- Neksus Link to comment Share on other sites More sharing options...
scoult01 Posted June 19, 2004 Share Posted June 19, 2004 Yeah the only problem is theres no real "order" to any of the files, aside from the directory structure. I've tried the Mass Tagger, but it doesnt exactly do what I'm trying to do. I want it to loop thru the directory and change the track numbers incrementally. So in say \RX Bandits\Progress it will loop thru from 1-12, and then when it gets to teh next folder, it will automatically start @ 1 again. Link to comment Share on other sites More sharing options...
scoult01 Posted June 20, 2004 Share Posted June 20, 2004 Ok, well after about 3 hours of mp3 tagging i've managed to come up with this: My only problem now is the Selected text color. It only seems to happen on the 1st, 2nd, 3rd, 4th lines of each album. The rest works fine. Here is the code I use (probably incorrect, but it seems to work for the most part) // Color on 1st Track // -------------------------------------- $if($strcmp($num(%tracknumber%,1),1), $rgb(255,255,255)|$rgb(255,255,255)|$if($greater($mod(%_playlist_number%,2),0),$rgb(186,185,172),$rgb(186,185,172))) // Color on 2nd/3rd Track // -------------------------------------- $if($strcmp($num(%tracknumber%,1),2), $rgb(0,0,0)|$rgb(255,255,255)|$if($greater($mod(%_playlist_number%,2),0),$rgb(246,245,241),$rgb(246,245,241))) $if($strcmp($num(%tracknumber%,1),3), $rgb(0,0,0)|$rgb(255,255,255)|$if($greater($mod(%_playlist_number%,2),0),$rgb(246,245,241),$rgb(246,245,241))) // Color on 4th Track // -------------------------------------- $if($strcmp($num(%tracknumber%,1),4), $rgb(255,255,255)|$rgb(255,255,255)|$if($greater($mod(%_playlist_number%,2),0),$rgb(186,185,172),$rgb(186,185,172))) // Default BG Color $rgb(0,0,0)|$rgb(255,255,255)|$if($greater($mod(%_playlist_number%,2),0),$rgb(233,229,214),$rgb(233,229,214)) Any clues on what may be wrong? Link to comment Share on other sites More sharing options...
vie7now Posted June 21, 2004 Share Posted June 21, 2004 foo_ui_columns.dll. Gant icons for playback controls. -0 Link to comment Share on other sites More sharing options...
nexx Posted June 24, 2004 Share Posted June 24, 2004 Bump this thread with my final foobar2000 setup. Link to comment Share on other sites More sharing options...
b mitchell Posted June 26, 2004 Share Posted June 26, 2004 scout, how did you get your album list to show in that left window? Link to comment Share on other sites More sharing options...
acedriver Posted June 26, 2004 Share Posted June 26, 2004 scout, how did you get your album list to show in that left window? column ui option > show playlists sidebar Link to comment Share on other sites More sharing options...
[C]Cathode Posted June 26, 2004 Share Posted June 26, 2004 Argh, any help would be welcomed! I've just switched over from Winamp, and installed that foo_remote thing. Yet I'm not sure what's supposed to happen now. I don't see any bar in my taskbar, or any other exe to click apart from the one to uninstall foo_remote. Please help. Link to comment Share on other sites More sharing options...
acedriver Posted June 26, 2004 Share Posted June 26, 2004 Cathode,Jun 27 2004, 04:57] Argh, any help would be welcomed! I've just switched over from Winamp, and installed that foo_remote thing. Yet I'm not sure what's supposed to happen now. I don't see any bar in my taskbar, or any other exe to click apart from the one to uninstall foo_remote. Please help. right click taskbar > toolbars > Foobar2000 controls Link to comment Share on other sites More sharing options...
Wing Posted June 27, 2004 Share Posted June 27, 2004 Bump this thread with my final foobar2000 setup. I would love to know how you got that setup... Link to comment Share on other sites More sharing options...
b mitchell Posted June 27, 2004 Share Posted June 27, 2004 column ui option > show playlists sidebar that just shows playlists. I dont have playlists set up. I just want the left bar to show the list of all the albums I have, like when I open up the album list window. Link to comment Share on other sites More sharing options...
csabo2 Posted June 27, 2004 Share Posted June 27, 2004 (edited) read back , nvm Edited June 27, 2004 by csabo2 Link to comment Share on other sites More sharing options...
csabo2 Posted June 27, 2004 Share Posted June 27, 2004 im looking for some itunes-type buttons for foobar, i have tried google, no luck , any help ? Link to comment Share on other sites More sharing options...
IlliniPi Posted June 27, 2004 Share Posted June 27, 2004 Here's mine, stupid theme makes the tabs look like crap. :/ Link to comment Share on other sites More sharing options...
nexx Posted June 27, 2004 Share Posted June 27, 2004 I would love to know how you got that setup... 1) Install the foo_ui_columns plugin (attached to a post earlier in this thread) 2) My config file for foo_ui_colums is attached, the custom buttons I use are also in there. You can import it under columns options. Place the buttons file in your foobar folder, if that doesnt work you can point foo_columns to the file in options. 3) Enjoy! foobarconfigbuttons.zip Link to comment Share on other sites More sharing options...
acedriver Posted June 27, 2004 Share Posted June 27, 2004 aqua-ish buttons in (.bmp) format in (.bmp) format Link to comment Share on other sites More sharing options...
Jack_Surfer Posted June 27, 2004 Share Posted June 27, 2004 ONE GENERAL SUGGESTION FOR EVERY ONE Reading the posts and the PM's that I have got it seems thet not everyone is using the same version of the ColumnsUI plug-in. So, my advice is (especially for those who starts modding Foobar with this plugin): MAKE SURE THAT YOU USE THE NEWEST VERSION OF THE PLUG-IN AND READ CAREFULLY THE HINTS IN THIS THREAD Than everything else will be easy :) :) :) ;) Link to comment Share on other sites More sharing options...
[C]Cathode Posted June 27, 2004 Share Posted June 27, 2004 right click taskbar > toolbars > Foobar2000 controls Ah! But I've done that, and no controls are showing... :no: I'm such a noob. Link to comment Share on other sites More sharing options...
noir Posted June 27, 2004 Share Posted June 27, 2004 Using Schmoove's nice fooTunes setup with some small modifications. Link to comment Share on other sites More sharing options...
bush Posted June 27, 2004 Share Posted June 27, 2004 aqua-ish buttonshttp://planet.time.net.my/TechnologyPark/a...1/aqua-blue.png in (.bmp) format http://planet.time.net.my/TechnologyPark/a.../aqua-green.png in (.bmp) format how to make them work? Link to comment Share on other sites More sharing options...
Stylez Ray. Posted June 27, 2004 Share Posted June 27, 2004 Using Schmoove's nice fooTunes setup with some small modifications. that's cool, could you please post the config file?? Link to comment Share on other sites More sharing options...
acedriver Posted June 27, 2004 Share Posted June 27, 2004 @ [C]Cathode: you should a row of buttons in your taskbar.. and some text.. @ bush: in column ui preference, Other tab, for Toolbars, select all options and download this version: Column UI 0.1.1 b9 Link to comment Share on other sites More sharing options...
noir Posted June 27, 2004 Share Posted June 27, 2004 that's cool, could you please post the config file?? Here. The fonts used are Lucida Grande and Lucida Grande Bold. All credit goes to Schmoove for the original config. Tunes.fcs Link to comment Share on other sites More sharing options...
Stylez Ray. Posted June 27, 2004 Share Posted June 27, 2004 thanks Link to comment Share on other sites More sharing options...
csabo2 Posted June 27, 2004 Share Posted June 27, 2004 heres mine :yes: Link to comment Share on other sites More sharing options...
Recommended Posts