Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
UAPP cue sheet problems
#1
Hello,

let me describe two cue sheet problems I noticed. I'm aware of the fact the cue sheets have several "tastes". There is a de-facto standard documented here and some non-standard implementations based on EAC/CUETools in particular at introducing multi index lists which are necessary for precise burning of Audio-CDs.

To be used in UAPP my cue sheets are standard ones (hopefully) most of them consisting of single file cue sheets containing several tracks. I test my cue sheets with foobar200, vlc and PotPlayer before I transfer them to my Smartphone.

Problem 1:
Sometimes (mostly) UAPP doesn't show the length of the track but the total length (sum of all tracks of the cue sheet):
Pic 1 in Album
(btw.: same effect with vlc) 

Problem 32:
The contents of the cue sheet will be repeated at the end:
Pic 2 in Album 

The corresponing cue sheet:
Code:
REM DISCID 940F9D0B
PERFORMER "Gustav Mahler"
TITLE "Das Lied von der Erde (feat. Minnesota Orchestra, Eiji Oue)"
REM DATE 1999
REM DISCNUMBER 1
REM TOTALDISCS 1
REM COMMENT "CUERipper v2.1.5 Copyright (C) 2008-13 Grigory Chudov"
FILE "Gustav Mahler - Das Lied von der Erde (feat. Minnesota Orchestra, Eiji Oue).flac" WAVE
 TRACK 01 AUDIO
   PERFORMER "Gustav Mahler"
   TITLE "01. Das Trinklied vom Jammer der Erde"
   INDEX 01 00:00:00
 TRACK 02 AUDIO
   PERFORMER "Gustav Mahler"
   TITLE "02. Der Einsame Im Herbst"
   INDEX 01 09:05:50
 TRACK 03 AUDIO
   PERFORMER "Gustav Mahler"
   TITLE "03. Von der Jugend"
   INDEX 01 19:46:67
 TRACK 04 AUDIO
   PERFORMER "Gustav Mahler"
   TITLE "04. Von der Schönheit"
   INDEX 01 22:59:17
 TRACK 05 AUDIO
   PERFORMER "Gustav Mahler"
   TITLE "05. Der Trunkene im Frühling"
   INDEX 01 30:18:57
 TRACK 06 AUDIO
   PERFORMER "Gustav Mahler"
   TITLE "06.1. Der Abschied: Schwer"
   INDEX 01 35:03:10
 TRACK 07 AUDIO
   PERFORMER "Gustav Mahler"
   TITLE "06.2. Der Abschied: Sehr Mäßig"
   INDEX 01 40:02:15
 TRACK 08 AUDIO
   PERFORMER "Gustav Mahler"
   TITLE "06.3. Der Abschied: Fließend"
   INDEX 01 46:32:45
 TRACK 09 AUDIO
   PERFORMER "Gustav Mahler"
   TITLE "06.4. Der Abschied: Schwer"
   INDEX 01 50:41:55
 TRACK 10 AUDIO
   PERFORMER "Gustav Mahler"
   TITLE "06.5. Der Abschied: Nicht Eilen"
   INDEX 01 56:15:00
 TRACK 11 AUDIO
   PERFORMER "Gustav Mahler"
   TITLE "06.6 Der Abschied: Sehr Mäßig"
   INDEX 01 61:28:05
Is it possible via "smart manipulation" of the cue sheet to trigger the desired effects (length of track instead of track list, no repetition of the track list at the end)? I can't decide whether there is a problem with UAPP or with my cue sheet.

Thank you for every hint
klassikmann
Reply
#2
(03-14-2016, 05:49 PM)klassikmann Wrote: Hello,

let me describe two cue sheet problems I noticed. I'm aware of the fact the cue sheets have several "tastes". There is a de-facto standard documented here and some non-standard implementations based on EAC/CUETools in particular at introducing multi index lists which are necessary for precise burning of Audio-CDs.

To be used in UAPP my cue sheets are standard ones (hopefully) most of them consisting of single file cue sheets containing several tracks. I test my cue sheets with foobar200, vlc and PotPlayer before I transfer them to my Smartphone.

Problem 1:
Sometimes (mostly) UAPP doesn't show the length of the track but the total length (sum of all tracks of the cue sheet):
Pic 1 in Album
(btw.: same effect with vlc) 

Problem 32:
The contents of the cue sheet will be repeated at the end:
Pic 2 in Album 

The corresponing cue sheet:
Code:
REM DISCID 940F9D0B
PERFORMER "Gustav Mahler"
TITLE "Das Lied von der Erde (feat. Minnesota Orchestra, Eiji Oue)"
REM DATE 1999
REM DISCNUMBER 1
REM TOTALDISCS 1
REM COMMENT "CUERipper v2.1.5 Copyright (C) 2008-13 Grigory Chudov"
FILE "Gustav Mahler - Das Lied von der Erde (feat. Minnesota Orchestra, Eiji Oue).flac" WAVE
 TRACK 01 AUDIO
   PERFORMER "Gustav Mahler"
   TITLE "01. Das Trinklied vom Jammer der Erde"
   INDEX 01 00:00:00
 TRACK 02 AUDIO
   PERFORMER "Gustav Mahler"
   TITLE "02. Der Einsame Im Herbst"
   INDEX 01 09:05:50
 TRACK 03 AUDIO
   PERFORMER "Gustav Mahler"
   TITLE "03. Von der Jugend"
   INDEX 01 19:46:67
 TRACK 04 AUDIO
   PERFORMER "Gustav Mahler"
   TITLE "04. Von der Schönheit"
   INDEX 01 22:59:17
 TRACK 05 AUDIO
   PERFORMER "Gustav Mahler"
   TITLE "05. Der Trunkene im Frühling"
   INDEX 01 30:18:57
 TRACK 06 AUDIO
   PERFORMER "Gustav Mahler"
   TITLE "06.1. Der Abschied: Schwer"
   INDEX 01 35:03:10
 TRACK 07 AUDIO
   PERFORMER "Gustav Mahler"
   TITLE "06.2. Der Abschied: Sehr Mäßig"
   INDEX 01 40:02:15
 TRACK 08 AUDIO
   PERFORMER "Gustav Mahler"
   TITLE "06.3. Der Abschied: Fließend"
   INDEX 01 46:32:45
 TRACK 09 AUDIO
   PERFORMER "Gustav Mahler"
   TITLE "06.4. Der Abschied: Schwer"
   INDEX 01 50:41:55
 TRACK 10 AUDIO
   PERFORMER "Gustav Mahler"
   TITLE "06.5. Der Abschied: Nicht Eilen"
   INDEX 01 56:15:00
 TRACK 11 AUDIO
   PERFORMER "Gustav Mahler"
   TITLE "06.6 Der Abschied: Sehr Mäßig"
   INDEX 01 61:28:05
Is it possible via "smart manipulation" of the cue sheet to trigger the desired effects (length of track instead of track list, no repetition of the track list at the end)? I can't decide whether there is a problem with UAPP or with my cue sheet.

Thank you for every hint
klassikmann

Version 2.5.5 introduced a bug for cue sheets. Please try the updated 2.5.6 that will be available in the next hours.
Reply
#3
(03-15-2016, 02:39 PM)dwrae Wrote: Version 2.5.5 introduced a bug for cue sheets. Please try the updated 2.5.6 that will be available in the next hours.

Perfect! Both problems are resolved.

Thank you for your speedy response.

klassikmann
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)