gco / rubyripper

Automatically exported from code.google.com/p/rubyripper
0 stars 0 forks source link

Cue sheet shows incorrect index time: INDEX 01 00:00:00 #591

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
1) Please describe the steps to reproduce the situation:
a. Rip audio CD (with Opus encoder)

2) What is the expected output? What do you see instead?
The cue sheet should display the play time as shown in the
Instead, all times are set to 00:00:00
REM GENRE Kinderlieder
REM DATE 2001
REM COMMENT "Rubyripper 0.6.2"
REM DISCID 9a09540e
REM FREEDB_QUERY "9a09540e 14 150 4769 15889 27250 41823 57950 72492 85564 
99166 115511 134684 150308 165296 171873 2390"
PERFORMER "Rolf Zuckowski"
TITLE "Rolfs Hasengeschichte "Ich bin stark"
FILE "01_-_Häschen_in_der_Grube_(I).opus" WAVE
  TRACK 01 AUDIO
    TITLE "Häschen in der Grube (I)"
    PERFORMER "Rolf Zuckowski"
    INDEX 01 00:00:00
FILE "02_-_Das_Lied_vom_Hasendoktor.opus" WAVE
  TRACK 02 AUDIO
    TITLE "Das Lied vom Hasendoktor"
    PERFORMER "Rolf Zuckowski"
    INDEX 01 00:00:00
FILE "03_-_Du_musst_essen,_Häschen.opus" WAVE
  TRACK 03 AUDIO
    TITLE "Du musst essen, Häschen"
    PERFORMER "Rolf Zuckowski"
    INDEX 01 00:00:00
FILE "04_-_Jetzt_kommt_die_Osterzeit.opus" WAVE
  TRACK 04 AUDIO
    TITLE "Jetzt kommt die Osterzeit"
    PERFORMER "Rolf Zuckowski"
    INDEX 01 00:00:00
FILE "05_-_Im_großen_Osterhasenbuch.opus" WAVE
  TRACK 05 AUDIO
    TITLE "Im großen Osterhasenbuch"
    PERFORMER "Rolf Zuckowski"
    INDEX 01 00:00:00
FILE "06_-_In_der_Osterhasenmalerwerkstatt.opus" WAVE
  TRACK 06 AUDIO
    TITLE "In der Osterhasenmalerwerkstatt"
    PERFORMER "Rolf Zuckowski"
    INDEX 01 00:00:00
FILE "07_-_Vom_Tauchen_und_Tunken.opus" WAVE
  TRACK 07 AUDIO
    TITLE "Vom Tauchen und Tunken"
    PERFORMER "Rolf Zuckowski"
    INDEX 01 00:00:00
FILE "08_-_Wer_guckt_da_über_meine_Schulter.opus" WAVE
  TRACK 08 AUDIO
    TITLE "Wer guckt da über meine Schulter?"
    PERFORMER "Rolf Zuckowski"
    INDEX 01 00:00:00
FILE "09_-_Wenn_es_Frühling_wird_im_Hasenland.opus" WAVE
  TRACK 09 AUDIO
    TITLE "Wenn es Frühling wird im Hasenland"
    PERFORMER "Rolf Zuckowski"
    INDEX 01 00:00:00
FILE "10_-_So_malen_wir_Hasen.opus" WAVE
  TRACK 10 AUDIO
    TITLE "So malen wir Hasen"
    PERFORMER "Rolf Zuckowski"
    INDEX 01 00:00:00
FILE "11_-_Ich_bin_stark.opus" WAVE
  TRACK 11 AUDIO
    TITLE "Ich bin stark"
    PERFORMER "Rolf Zuckowski"
    INDEX 01 00:00:00
FILE "12_-_Aufbruch.opus" WAVE
  TRACK 12 AUDIO
    TITLE "Aufbruch"
    PERFORMER "Rolf Zuckowski"
    INDEX 01 00:00:00
FILE "13_-_Häschen_in_der_Grube_(II).opus" WAVE
  TRACK 13 AUDIO
    TITLE "Häschen in der Grube (II)"
    PERFORMER "Rolf Zuckowski"
    INDEX 01 00:00:00
FILE "14_-_Frohe_Ostern.opus" WAVE
  TRACK 14 AUDIO
    TITLE "Frohe Ostern"
    PERFORMER "Rolf Zuckowski"
    INDEX 01 00:00:00

3) What version of rubyripper are you using? On what operating system? The
gtk2 of commandline interface?
Rubyripper 0.6.2
Linux Debian 7

4) Is this not already fixed with the latest & greatest code? See for
instructions the Source tab above.
not that I'm aware of

5) Does the problem happen with all discs? If not, please attach
the output of cdparanoia -Q with a disc that gives trouble.
cdparanoia -Q
cdparanoia III release 10.2 (September 11, 2008)

Table of contents (audio tracks only):
track        length               begin        copy pre ch
===========================================================
  1.     4619 [01:01.44]        0 [00:00.00]    no   no  2
  2.    11120 [02:28.20]     4619 [01:01.44]    no   no  2
  3.    11361 [02:31.36]    15739 [03:29.64]    no   no  2
  4.    14573 [03:14.23]    27100 [06:01.25]    no   no  2
  5.    16127 [03:35.02]    41673 [09:15.48]    no   no  2
  6.    14542 [03:13.67]    57800 [12:50.50]    no   no  2
  7.    13072 [02:54.22]    72342 [16:04.42]    no   no  2
  8.    13602 [03:01.27]    85414 [18:58.64]    no   no  2
  9.    16345 [03:37.70]    99016 [22:00.16]    no   no  2
 10.    19173 [04:15.48]   115361 [25:38.11]    no   no  2
 11.    15624 [03:28.24]   134534 [29:53.59]    no   no  2
 12.    14988 [03:19.63]   150158 [33:22.08]    no   no  2
 13.     6577 [01:27.52]   165146 [36:41.71]    no   no  2
 14.     7417 [01:38.67]   171723 [38:09.48]    no   no  2
TOTAL  179140 [39:48.40]    (audio only)

6) Please explain why this change is important for you. Also, how many
users would benefit from this change?
Usage of Cue sheet in any media player fails.

Please provide any additional information below. The more usefull
information provided, the sooner the issue will be fixed.

Note that ruby versions older than 1.9 are no longer supported. You are
advised to upgrade instead.

Original issue reported on code.google.com by 74cmo...@gmail.com on 27 Apr 2014 at 7:51