Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: cue error in b12 (Read 4759 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

cue error in b12

Originally i had this sheet which won't play neither in 0.8.3 or 0.9 b12:
Code: [Select]
REM GENRE Trance
REM DATE 2000
REM DISCID BC125F0C
REM COMMENT "ExactAudioCopy v0.95b3"
PERFORMER "Paul van Dyk"
TITLE "Out There and Back (Disc 1)"
FILE "Paul van Dyk - Out There and Back (Disc 1).flac" FLAC
  TRACK 01 AUDIO
    TITLE "Vega"
    PERFORMER "Paul van Dyk"
    INDEX 00 00:00:00
    INDEX 01 00:00:32
  TRACK 02 AUDIO
    TITLE "Pikes"
    PERFORMER "Paul van Dyk"
    INDEX 01 06:03:30
  TRACK 03 AUDIO
    TITLE "Another Way"
    PERFORMER "Paul van Dyk"
    INDEX 01 13:02:65
  TRACK 04 AUDIO
    TITLE "Travelling"
    PERFORMER "Paul van Dyk"
    INDEX 01 18:27:12
  TRACK 05 AUDIO
    TITLE "Avenue"
    PERFORMER "Paul van Dyk"
    INDEX 01 25:37:35
  TRACK 06 AUDIO
    TITLE "Tell Me Why (The Riddle)"
    PERFORMER "Paul van Dyk"
    INDEX 01 33:06:70
  TRACK 07 AUDIO
    TITLE "Together We Will Conquer"
    PERFORMER "Paul van Dyk"
    INDEX 01 41:00:05
  TRACK 08 AUDIO
    TITLE "Face To Face"
    PERFORMER "Paul van Dyk"
    INDEX 01 48:23:67
  TRACK 09 AUDIO
    TITLE "The Love From Above"
    PERFORMER "Paul van Dyk"
    INDEX 01 54:07:22
  TRACK 10 AUDIO
    TITLE "Columbia"
    PERFORMER "Paul van Dyk"
    INDEX 01 59:55:12
  TRACK 11 AUDIO
    TITLE "Out There And Back"
    PERFORMER "Paul van Dyk"
    INDEX 01 64:58:65
  TRACK 12 AUDIO
    TITLE "We Are Alive"
    PERFORMER "Paul van Dyk"
    INDEX 01 71:54:30
Than for some reason i changed:
FILE "Paul van Dyk - Out There and Back (Disc 1).flac" FLAC
to
FILE "Paul van Dyk - Out There and Back (Disc 1).flac" WAVE
and it stardet working in b12 but not in 0.8.3

So my question is: Was original cue correct or is it all about foobars parsing ability?

cue error in b12

Reply #1
Quote
Originally i had this sheet which won't play neither in 0.8.3 or 0.9 b12:
Code: [Select]
REM GENRE Trance
REM DATE 2000
REM DISCID BC125F0C
REM COMMENT "ExactAudioCopy v0.95b3"
PERFORMER "Paul van Dyk"
TITLE "Out There and Back (Disc 1)"
FILE "Paul van Dyk - Out There and Back (Disc 1).flac" FLAC
  TRACK 01 AUDIO
    TITLE "Vega"
    PERFORMER "Paul van Dyk"
    INDEX 00 00:00:00
    INDEX 01 00:00:32
  TRACK 02 AUDIO
    TITLE "Pikes"
    PERFORMER "Paul van Dyk"
    INDEX 01 06:03:30
  TRACK 03 AUDIO
    TITLE "Another Way"
    PERFORMER "Paul van Dyk"
    INDEX 01 13:02:65
  TRACK 04 AUDIO
    TITLE "Travelling"
    PERFORMER "Paul van Dyk"
    INDEX 01 18:27:12
  TRACK 05 AUDIO
    TITLE "Avenue"
    PERFORMER "Paul van Dyk"
    INDEX 01 25:37:35
  TRACK 06 AUDIO
    TITLE "Tell Me Why (The Riddle)"
    PERFORMER "Paul van Dyk"
    INDEX 01 33:06:70
  TRACK 07 AUDIO
    TITLE "Together We Will Conquer"
    PERFORMER "Paul van Dyk"
    INDEX 01 41:00:05
  TRACK 08 AUDIO
    TITLE "Face To Face"
    PERFORMER "Paul van Dyk"
    INDEX 01 48:23:67
  TRACK 09 AUDIO
    TITLE "The Love From Above"
    PERFORMER "Paul van Dyk"
    INDEX 01 54:07:22
  TRACK 10 AUDIO
    TITLE "Columbia"
    PERFORMER "Paul van Dyk"
    INDEX 01 59:55:12
  TRACK 11 AUDIO
    TITLE "Out There And Back"
    PERFORMER "Paul van Dyk"
    INDEX 01 64:58:65
  TRACK 12 AUDIO
    TITLE "We Are Alive"
    PERFORMER "Paul van Dyk"
    INDEX 01 71:54:30
Than for some reason i changed:
FILE "Paul van Dyk - Out There and Back (Disc 1).flac" FLAC
to
FILE "Paul van Dyk - Out There and Back (Disc 1).flac" WAVE
and it stardet working in b12 but not in 0.8.3

So my question is: Was original cue correct or is it all about foobars parsing ability?
[a href=\"index.php?act=findpost&pid=345731\"][{POST_SNAPBACK}][/a]

i do not believe 'flac' is a valid descriptor of the mediatype in the cuesheet standard..
your question's weird though.. you ask whether it's foobar's fault or foobar's fault.. not really useful

cue error in b12

Reply #2
Quote
So my question is: Was original cue correct or is it all about foobars parsing ability?
[a href="index.php?act=findpost&pid=345731"][{POST_SNAPBACK}][/a]


The original cue sheet was not correct according to standards.

cue error in b12

Reply #3
Quote
i do not believe 'flac' is a valid descriptor of the mediatype in the cuesheet standard..
your question's weird though.. you ask whether it's foobar's fault or foobar's fault.. not really useful
[a href="index.php?act=findpost&pid=345746"][{POST_SNAPBACK}][/a]

Sorry for my weird formulation. I asked about b12 ofcourse.


@picmixer
Thanks!