[MPlayer-users] CUE file parser does not understand "FILE" line

Reimar Döffinger Reimar.Doeffinger at gmx.de
Sun Mar 10 22:20:07 CET 2013


On Thu, Mar 07, 2013 at 02:08:21PM +0100, Jan Engelhardt wrote:
> 
> In MPlayer-1.1+35127 - and I see no comment in the svn log up to 35933 
> that cue has been changed - the CUE file parser does not seem to 
> recognize the FILE line, for example in this .cue:
> 
> 
> REM GENRE Disco
> REM DATE 1994
> REM DISCID 2B04D304
> REM COMMENT ExactAudioCopy v0.99pb4
> PERFORMER "xxx"
> TITLE "xxx"
> REM REPLAYGAIN_ALBUM_GAIN -8.01 dB
> REM REPLAYGAIN_ALBUM_PEAK 0.990021
> FILE "long title.ape" WAVE
>   TRACK 01 AUDIO
>     TITLE "xxx"
>     REM REPLAYGAIN_TRACK_GAIN -9.22 dB
>     REM REPLAYGAIN_TRACK_PEAK 0.987061
>     INDEX 01 00:00:00
>   TRACK 02 AUDIO
>     TITLE "xxx"
>     REM REPLAYGAIN_TRACK_GAIN -8.83 dB
>     REM REPLAYGAIN_TRACK_PEAK 0.990021
>     INDEX 00 03:33:48
>     INDEX 01 03:35:40
> 
> 
> $ mplayer cue://x.cue:2

cue:// is for CD images. Your file obviously is not a CD image, it's
just misusing the format as a playlist file, so that can't work.


More information about the MPlayer-users mailing list