frease Posted July 26, 2005 Share Posted July 26, 2005 .fcs File Attached (Just a heavily modified .fcs I picked up somewhere.)Buttons: Track Info: $if(%_trackinfo_notrack%,No track selected,$if(%_isplaying%,) ?808080• Artist:907b7b $if3($iflonger(%artist%,28,$cut(%artist%,28)'...',%artist%), '('unknown artist for this track')')$char(10) ?808080• Album:907b7b $if3($iflonger(%album%,28,$cut(%album%,28)'...',%album%), '('unknown')')) 9f9f9f$if2('(Disc' $roman(%disc%)')',)$char(10) ?808080• Title:907b7b $if3($iflonger(%title%,28,$cut(%title%,28)'...',%title%), '('unknown title for this track')')$char(10) ?808080• Codec:907b7b %__codec% $if($strcmp(%__codec%,MP3),$if(%__extrainfo%,%__extrainfo%,$puts(extrainfo,'CBR')))$get(extrainfo)$char(10) ?808080• Bitrate:907b7b %__bitrate% Kbit/s$char(10) ?808080• Samplerate:907b7b $div(%__samplerate%,1000).$substr(%__samplerate%,3,3) kHz$char(10) ?808080• Channels:907b7b$if(%__channels%,$ifgreater(%__channels%,2,%__channels%ch,$ifgreater(%__channels%,1, Stereo, Mono)),)$char(10) ?808080• Size:907b7b $div(%_filesize%,1048576).$num($div($mul($mod(%_filesize%,1048576),100),1048576),2) MB$char(10) ?808080• Times Played: 907b7b$add(%__play_counter%,%play_counter%)$char(10) ?808080• Last Played:907b7b$if(%last_played%,$substr(%last_played%,9,10)/$substr(%last_played%,6,7)/$substr(%last_played%,3,4) @ $if($greater($substr(%last_played%,12,13),12),$sub($substr(%last_played%,12,13),12),$substr(%last_played%,12,13)):$substr(%last_played%,15,16) $if($greater($substr(%last_played%,12,13),12),PM,AM),) @elbotch I get my album art mainly from Amazon.com, then save them as folder.jpg 586267705[/snapback] Thanks a:Dot! :D Link to comment https://www.neowin.net/forum/topic/175690-foobar2000-customization-topic/page/111/#findComment-586273231 Share on other sites More sharing options...
ThalSwe Posted July 26, 2005 Share Posted July 26, 2005 Need to play around more with the track info panel since I aint 100% satisifed with how it looks yet but I am running out of ideas. Link to comment https://www.neowin.net/forum/topic/175690-foobar2000-customization-topic/page/111/#findComment-586275825 Share on other sites More sharing options...
jagwire Posted July 26, 2005 Share Posted July 26, 2005 So, anyone know what the problem with my speakers is? I'de hate to go back to winamp :(. Link to comment https://www.neowin.net/forum/topic/175690-foobar2000-customization-topic/page/111/#findComment-586276389 Share on other sites More sharing options...
acedriver Posted July 27, 2005 Share Posted July 27, 2005 So, anyone know what the problem with my speakers is? I'de hate to go back to winamp :(. 586276389[/snapback] In Control Panel, I use Quad Speaker for speaker setting, it works on my SBLive Link to comment https://www.neowin.net/forum/topic/175690-foobar2000-customization-topic/page/111/#findComment-586277677 Share on other sites More sharing options...
jagwire Posted July 27, 2005 Share Posted July 27, 2005 I use the same, it works in other prorgams just not foobar2000. Link to comment https://www.neowin.net/forum/topic/175690-foobar2000-customization-topic/page/111/#findComment-586278502 Share on other sites More sharing options...
acedriver Posted July 27, 2005 Share Posted July 27, 2005 try channel mixer plugin: http://skipyrich.siteburg.com/foobar/foo_channel_mixer.shtml some infos: http://eolindel.free.fr/foobar/channel.shtml Link to comment https://www.neowin.net/forum/topic/175690-foobar2000-customization-topic/page/111/#findComment-586279183 Share on other sites More sharing options...
Dorian Posted July 27, 2005 Share Posted July 27, 2005 Hello I have such question. How can I manage to get further info on my playlist under "the band name" and "album name" ... what should I add to foobar's strings to get an info on " genre of an album"and "release date" ? I pointed out with a red circle of which area I'm talking about. And I attached fcs file in zip if someone could look in it and add some strings in it , I would be very thankfull. Thanks in advance!!! moja.zip Link to comment https://www.neowin.net/forum/topic/175690-foobar2000-customization-topic/page/111/#findComment-586281791 Share on other sites More sharing options...
Krpano Posted July 27, 2005 Share Posted July 27, 2005 ^ i think the best way to find how to do it is to dl some fcs that already have all those infos. Take a look into Soap or Azrael fcs, then just copy the parts you want. For ex. mine is based on SOAP fcs and the Artist/Album collumn(not for singles)area has these strings. $if(%_xsingle%, $if(%artist%,$tab()$if(%_isplaying%,737373|737373,737373|737373)%artist%), $select($min(%tracknumber%,5), // --- 01 --- $if(%_xvarious%,$if3(%album artist%,%performer%,Various Artists),[%artist%]), // --- 02 --- $if(%album%,%album%[ CD$num(%disc%,1)]) $if(%discname%,BEBEBE|BEBEBE' ('%discname%')'), // --- 03 --- [%date%$if(%genre%, • )][%genre%], // --- 04 --- $if($stricmp($left(%_path_raw%,7),'file://'),$upper($ext(%_path%)), $if($stricmp($left(%_path_raw%,7),'cdda://'),CD Audio, $if($stricmp($left(%_path_raw%,7),'http://'),HTTP '('$codec()')'))) ' [' $if($or( $stricmp($codec(),FLAC), $stricmp($codec(),Monkey''s Audio), $stricmp($codec(),OptimFROG), $stricmp($codec(),WavPack), $stricmp($codec(),Windows Media Audio V9 '('Lossless Mode')'), $stricmp($codec(),Shorten)), $muldiv(%__bitrate%,100,1411%)'%', $if($stricmp($codec(),True Audio),'('$right(%__compression%,2)'%', $if($stricmp($codec(),MP3),$if(%__extrainfo%,'~')) $if2(%__bitrate_dynamic%,%__bitrate%) kbps)) $if($stricmp($codec(),Monkey''s Audio), %__compression%) ']' )) About the red circle you have on the right side. If i understand what you want to do there, you have to enable dynamic info in playlist. Its under Options > Display. Hoe this helps. Link to comment https://www.neowin.net/forum/topic/175690-foobar2000-customization-topic/page/111/#findComment-586282112 Share on other sites More sharing options...
Dorian Posted July 27, 2005 Share Posted July 27, 2005 ^ i think the best way to find how to do it is to dl some fcs that already have all those infos.I must figure it out and just like You told me - I'll take several strings from Azrael About the red circle you have on the right side. If i understand what you want to do there, you have to enable dynamic info in playlist. Its under Options > Display. That's it:)!!! Hoe this helps. 586282112[/snapback] Krpano - Thanks a lot!!! Link to comment https://www.neowin.net/forum/topic/175690-foobar2000-customization-topic/page/111/#findComment-586282341 Share on other sites More sharing options...
haaga Posted July 28, 2005 Share Posted July 28, 2005 Is there something in the options I must enable when using 'times played' on track info panel? It always shows 0 times or never even though I've played the song multiple times. Link to comment https://www.neowin.net/forum/topic/175690-foobar2000-customization-topic/page/111/#findComment-586286940 Share on other sites More sharing options...
xKratosx Posted July 28, 2005 Share Posted July 28, 2005 Hey there, what site can I directly get the fcs files from with previews? Thanks xx Link to comment https://www.neowin.net/forum/topic/175690-foobar2000-customization-topic/page/111/#findComment-586288369 Share on other sites More sharing options...
Andrew179 Posted July 28, 2005 Share Posted July 28, 2005 Is there something in the options I must enable when using 'times played' on track info panel? It always shows 0 times or never even though I've played the song multiple times. 586286940[/snapback] Do you have the foo_playcount plugin? Link to comment https://www.neowin.net/forum/topic/175690-foobar2000-customization-topic/page/111/#findComment-586288651 Share on other sites More sharing options...
scowl Posted July 29, 2005 Share Posted July 29, 2005 how do I change the color of the selected song in the playlist? i know where the item frame is (display/columns ui/playlist view/playlist view display settings) but i cant seem to find where to find the selected item background color. and its not in the playlist switcher panel settings, that's different. Link to comment https://www.neowin.net/forum/topic/175690-foobar2000-customization-topic/page/111/#findComment-586289637 Share on other sites More sharing options...
Krpano Posted July 29, 2005 Share Posted July 29, 2005 Hey there, what site can I directly get the fcs files from with previews?Thanks xx 586288369[/snapback] Click Here !!! how do I change the color of the selected song in the playlist?i know where the item frame is (display/columns ui/playlist view/playlist view display settings) but i cant seem to find where to find the selected item background color. and its not in the playlist switcher panel settings, that's different. 586289637[/snapback] If im not wrong thats controled by the fcs strings. Link to comment https://www.neowin.net/forum/topic/175690-foobar2000-customization-topic/page/111/#findComment-586290743 Share on other sites More sharing options...
xKratosx Posted July 29, 2005 Share Posted July 29, 2005 Hmm, thanks Krpano - it's a good site and I got one or two themes from there last night. Looking at this thread and one over at the hydrogen forums there are literally hundreds upon hundreds of themes and the ones I really like aren't on that site :( Link to comment https://www.neowin.net/forum/topic/175690-foobar2000-customization-topic/page/111/#findComment-586290827 Share on other sites More sharing options...
Krpano Posted July 29, 2005 Share Posted July 29, 2005 Maybe you could PM the person who has the fcs you like, im almost sure they would share it with you. You can always mod one existing fcs to fit your desire. Actually this is very funny to do while listening some good music. :) Link to comment https://www.neowin.net/forum/topic/175690-foobar2000-customization-topic/page/111/#findComment-586292322 Share on other sites More sharing options...
haaga Posted July 29, 2005 Share Posted July 29, 2005 Do you have the foo_playcount plugin? 586288651[/snapback] Thanks alot :) Link to comment https://www.neowin.net/forum/topic/175690-foobar2000-customization-topic/page/111/#findComment-586292762 Share on other sites More sharing options...
aggrophobik Posted July 29, 2005 Share Posted July 29, 2005 Is there a .fcs file around that might go well w/ System5 VS by Hornett? Link to comment https://www.neowin.net/forum/topic/175690-foobar2000-customization-topic/page/111/#findComment-586293376 Share on other sites More sharing options...
ThalSwe Posted July 29, 2005 Share Posted July 29, 2005 Think there is quite a few that would fit well but all can just as long as you tweak the colors of it. Straight out of the box I think Navigator-Suite (http://foobar.nub4life.net/columns/pafiledb.php?action=file&id=89) could be worth a try. I also got a lite version of "Plisk" that might be good. PM me if you want it. Link to comment https://www.neowin.net/forum/topic/175690-foobar2000-customization-topic/page/111/#findComment-586293744 Share on other sites More sharing options...
drgrudge Posted July 30, 2005 Share Posted July 30, 2005 I dont see the "ColumnsUI" in the Display" section. Here is the screenshot: I got Column UI in my Components folder also. Can anyone plz tell what to do? Sorry if this was discussed before, It's difficult to go thro the 185 pages. Link to comment https://www.neowin.net/forum/topic/175690-foobar2000-customization-topic/page/111/#findComment-586295790 Share on other sites More sharing options...
acedriver Posted July 30, 2005 Share Posted July 30, 2005 I dont see the "ColumnsUI" in the Display" section. Can anyone plz tell what to do? Sorry if this was discussed before, It's difficult to go thro the 185 pages. 586295790[/snapback] maybe an old component, get this, http://music.everywebhost.com/download/foo_ui_columns.7z current stable version for 0.83 Link to comment https://www.neowin.net/forum/topic/175690-foobar2000-customization-topic/page/111/#findComment-586295909 Share on other sites More sharing options...
drgrudge Posted July 30, 2005 Share Posted July 30, 2005 acedriver: Still it's as the same as before. I cant see that option :( Link to comment https://www.neowin.net/forum/topic/175690-foobar2000-customization-topic/page/111/#findComment-586295959 Share on other sites More sharing options...
Hitman47 Posted July 30, 2005 Share Posted July 30, 2005 Link to comment https://www.neowin.net/forum/topic/175690-foobar2000-customization-topic/page/111/#findComment-586296260 Share on other sites More sharing options...
Krpano Posted July 30, 2005 Share Posted July 30, 2005 acedriver:Still it's as the same as before. I cant see that option :( 586295959[/snapback] What version of foobar and collumns_ui are you using ? You can always check the this section to see if something has failed to load or if its there. Link to comment https://www.neowin.net/forum/topic/175690-foobar2000-customization-topic/page/111/#findComment-586296589 Share on other sites More sharing options...
drgrudge Posted July 30, 2005 Share Posted July 30, 2005 Krpano: I am using Foobar 2000, V.0.8.3 Unicode version ; june 28, 2004 Yes, I have that foo_ui_columns.dll in my component library. Link to comment https://www.neowin.net/forum/topic/175690-foobar2000-customization-topic/page/111/#findComment-586297068 Share on other sites More sharing options...
Recommended Posts