2010/09/13

用foobar開啟Cue sheet出現錯誤訊息解決方案

最近使用foobar開啟*.cue檔的時後
居然出現
Unable to open item for playback (Error parsing cuesheet: invalid TITLE syntax
傻眼的錯誤訊息


於是向Google大神請教Cue的格式
發現
TITLE "Princess Mononoke" WAVE 是這邊錯誤
根據TITLE 語法 TITLE "XXXXX" 雙引號後面不加東西
而是 FILE"xxxxx" 才要接字
因此 FILE "CDImage.ape"
變成 FILE "XXXXX" WAVE

修改前
PERFORMER "Joe Hisaishi"
TITLE "Princess Mononoke" WAVE
FILE "CDImage.ape"

修改後
PERFORMER "Joe Hisaishi"
TITLE "Princess Mononoke"
FILE "CDImage.ape" WAVE
格式詳細範例
REM
Adds a comment that usually has no bearing on the written CD at all, with the exception of some applications that use it to store additional metadata (e.g. Exact Audio Copy writes some additional fields, which foobar2000 can read).
PERFORMER "example"
At the beginning of the cue sheet: Artist or creator of the album/disc as a whole.
After a TRACK: Artist or creator of the corresponding track.
TITLE "example"
At the beginning of the cue sheet: title of the album/disc as a whole; or
After a TRACK line: title of the corresponding track.
FILE "example.wav" WAVE
Name of a file containing the data, most frequently a WAV file as above.
TRACK 01 AUDIO
Define a track, providing its number and data type (AUDIO or DATA. Any lines that follow this command until the next TRACK entry (e.g. INDEX, TITLE, PERFORMER) provide information on this track, and may appear in any order though
ISRC irsc
Define the ISRC of the current TRACK (if this information is stored on the CD).
INDEX
Indicates the position within the current FILE where the current TRACK begins, in MM:SS:FR (minute-second-frame) format (for example, 04:18:63 = 4 minutes, 18 seconds, 63 frames). Note that the maximum allowed value for CDDA frames is 74. INDEX 01 denotes the start of the track, while INDEX 00 denotes the pregap (in the case of TRACK 01, this will be Hidden Track One Audio (HTOA)).
資料來源於此

沒有留言:

張貼留言