Foobar2000 Customization Topic


Recommended Posts

.fcs File Attached (Just a heavily modified .fcs I picked up somewhere.)

Buttons:

boutonssnowe1co.png

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
Share on other sites

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
Share on other sites

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

post-81929-1122493160_thumb.jpg

Link to comment
Share on other sites

^ 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
Share on other sites

^ 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
Share on other sites

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
Share on other sites

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
Share on other sites

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
Share on other sites

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
Share on other sites

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
Share on other sites

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
Share on other sites

I dont see the "ColumnsUI" in the Display" section.

Here is the screenshot:

untitled8bu.th.jpg

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
Share on other sites

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.

f2k4st.jpg

Link to comment
Share on other sites

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
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.