Acho que um arquivo FLAC será adequado com uma planilha CUE.
Não entendo por que uma planilha CUE seria um problema se for compatível entre plataformas.
Suitable for archiving: FLAC is an open format, and there is no generation loss if you need to convert your data to another format in the future. In addition to the frame CRCs and MD5 signature, flac has a verify option that decodes the encoded stream in parallel with the encoding process and compares the result to the original, aborting with an error if there is a mismatch.
Convenient CD archiving: FLAC has a "cue sheet" metadata block for storing a CD table of contents and all track and index points.
For instance, you can rip a CD to a single file, then import the CD's extracted cue sheet while encoding to yield a single file representation of the entire CD. If your original CD is damaged, the cue sheet can be exported later in order to burn an exact copy.
mais no link de recursos .
Update: Eu não tentei isso ainda (nunca obrigatório), mas,
Você pode verificar o esquema ' --tag-from-file=FIELD=FILENAME
' .
Like
--tag
, except FILENAME is a file whose contents will be read verbatim to set the tag value. The contents will be converted to UTF-8 from the local charset.
This can be used to store a cuesheet in a tag
(e.g.--tag-from-file="CUESHEET=image.cue"
).
Do not try to store binary data in tag fields! Use APPLICATION blocks for that.
Algumas discussões sobre isso neste hydrogenaudio página do fórum .