作者JLong (白开水的味道)
看板AVEncode
标题Re: [请问] 请问一下foobar歌单的问题
时间Tue Mar 20 22:39:44 2007
※ 引述《nicknhit (P.T)》之铭言:
: 请问一下 之前用foobar2000v0.8.3
: 在歌单上原本都只有出现歌曲名称的
: 如
: 1It's my life
: 2Say It Isn't So
: [以下省略]
: 现在变成
: 1Bon Jovi-[crush] [01]-It's my life
: 2Bon Jovi-[crush] [01]-Say It Isn't So
: [以下省略]
: 这样在排歌的时候实在是很麻烦
: 请问我是不是不小心更动了什麽设定
: 或者是他跳掉了?
: 请问有办法回复过来吗?
$if($meta_test(title,artist,album),
$puts(title,%title%)
// formatting for files without all the tags:
,
$if(%title%,
$puts(title,%title%)$if(%artist%,$puts(artist,%artist%)),
$puts(title,$if($stricmp($left(%_path_raw%,7),'
http://'),%_path_raw%,
%_filename_ext%)))
)
$num(%_playlist_number%,$len(%_playlist_total%)).' '
[$get(artist) - ]
[$get(album) - ]
[$get(title)]
[$char(9)$if(%_isplaying%,'|> ')%_length%]
复制以上文字,
覆盖 Title formatting -> Playlist 原本的 formatting -> Apply
done !
--
若要恢复预设,请使用 Apply 上方的 reset
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 220.133.207.206