// 色指定 $puts(rg_color,504BE2) // 演奏表示 $if(%_isplaying%,'♪ ',' ') // プレイリストナンバー $num(%_playlist_number%,$len(%_playlist_total%)) // タイトル '| ' $if2(%title%,%_filename_ext%) $tab(3) // アーティスト名 '|| ' [%artist%] $tab(4) // 書庫やキューシートの場合、マークを表示 $if($stricmp($substr(%_path_raw%,1,9),'unpack://'),'*', $if($stricmp($ext(%_path%),cue),'@') ) // ファイル形式 ' [' $upper($if($stricmp($substr(%_path_raw%,0,7),'cdda://'),'cda', $if($stricmp($ext(%_path%),cue),$ext(%__referenced_file%),$ext(%_path%)) )) ']' // ReplayGain表示(小数点以下一桁) $get(rg_color) $if(%__replaygain_track_gain%,$padcut_right($cut(%__replaygain_track_gain%,$add($strstr(%__replaygain_track_gain%,.),1)),5),' N/A')  // 時間表示 $pad_right(%_length%,5)