| 
  级别: 骑士 
注册时间:2003-06-11
 在线时间:0小时
 发帖:1303
 | 
 
引用  播放列表
 //♪
 $if(%_isplaying%,00FF00|FFFFFF♪,008000|FFFFFF♪)
 
 //number
 $num(%_playlist_number%,$len(%_playlist_total%)).
 
 //title
 $if(%title%,
 $if($stricmp($left(%_path_raw%,7),'cdda://'),
 $if(%_isplaying%,
 00FFFF|FFFFFFCD 音轨 %tracknumber%,E9B185|FFFFFFCD 音轨 %tracknumber%),
 $if(%_isplaying%,
 00FFFF|FFFFFF%title%,E9B185|FFFFFF%title%)),
 $if(%_isplaying%,
 00FFFF|FFFFFF%_filename_ext%,E9B185|FFFFFF%_filename_ext%)
 )
 
 //artist
 $tab(1)
 $if(%artist%,84FF84|FFFFFF%artist% ,C0C0C0|FFFFFF未知艺术家)
 
 
 //codec
 $tab(1)
 $puts(ext,$upper($if2($ext(%__referenced_file%)文件,$ext(%_path%)文件)))
 $puts(codec,$if(%__codec%,$caps2(%__codec%),$get(ext)))
 
 $if($stricmp(%__codec%,musepack),$puts(codec,'MPC'))
 $if($stricmp(%__codec%,vorbis),$puts(codec,'Ogg'))
 $if($stricmp($left(%_path_raw%,7),'cdda://'),$puts(codec,音乐 CD),)
 
 0080FF|FFFFFF'['$get(codec)
 [FF00FF|FFFFFF%__mpc_profile%]
 [' 'FF00FF|FFFFFF%__extrainfo%]0080FF|FFFFFF']'
 
 //length
 ' '2299CC|FFFFFF
 [$pad_right(%_length%,5,0)]
 
 
 引用  托盘
 $if2(%title%,%_filename_ext%)
 引用  主窗口标题%_foobar2000_version%
 
 引用  状态栏
 03269E<>
 
 //codec
 $puts(ext,$upper($if2($ext(%__referenced_file%),$ext(%_path%))))
 $puts(codec,$if(%__codec%,$caps2(%__codec%),$get(ext)))
 
 $if($stricmp(%__codec%,musepack),$puts(codec,'MPC'))
 $if($stricmp(%__codec%,vorbis),$puts(codec,'Ogg'))
 $if($stricmp($left(%_path_raw%,7),'cdda://'),$puts(codec,音乐 CD),)
 
 A00000$get(codec)
 
 //extrainfo
 ' '
 [0AB61B'['%__extrainfo%']' ]
 
 // bitrate
 $puts(bps,ED0F03kFC2014bFD3C31pFD574Fs)
 $if(%__bitrate%,$puts(bitrate,%__bitrate%$get(bps)))
 FF00FF[%__mpc_profile%'']
 $if(%__bitrate_dynamic%,%__bitrate_dynamic%$get(bps),$get(bitrate))
 
 // samplerate
 $puts(samplerate_text,804000kHz)
 $if(%__samplerate%,$puts(samplerate,$cut(%__samplerate%,2)))
 8080FF $get(samplerate)$get(samplerate_text)
 
 // channels
 $puts(channels,
 $if(%__channels%,
 $ifgreater(%__channels%,2,%__channels%-声道,
 $ifgreater(%__channels%,1,立体声,单声道)),)
 )
 ' 'FF8000$get(channels)
 
 03269E<>
 
 // paused
 $puts(paused,
 $if(%_ispaused%,暂停)
 )
 ' '0000FF$get(paused)
 
 $if(%_ispaused%,,$select($add($mod(%_time_elapsed_seconds%,4),1),
 1368C6|FFFFFF ---,EC59E1|FFFFFF  \
 ,0950F7|FFFFFF  | ,008000|FFFFFF  / ))
 
 // time
 
 $puts(time,
 $get(spacer)
 [%_time_elapsed%]
 $if(%_time_total%,
 '/'%_time_total%))
 $get(time)
 
 
 // progress %
 $puts(progress_%,$if(%_time_total_seconds%,
 '['$pad_right($muldiv(%_time_elapsed_seconds%,100,%_time_total_seconds%),3)'%]'
 )
 )
 $get(progress_%)
 
 引用  复制命令
 [$num(%_playlist_number%,$len(%_playlist_total%)). ][%artist% - ]$if(%title%,['['%album%[ #[%disc%/]$num(%tracknumber%,2)]'] ']%title%,%_filename_ext%)[ '['%_length%']']
 
 
 |