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

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

^ 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.

^ 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!!!

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.

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.

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.

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

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

    • No registered users viewing this page.