MusicPlayerDaemon / MPD

Music Player Daemon
https://www.musicpd.org/
GNU General Public License v2.0
2.15k stars 346 forks source link

embedded cuesheet in flac not read. #1551

Open grimlokason opened 2 years ago

grimlokason commented 2 years ago

Bug report

Describe the bug

Embedded cuesheet in flac files are not read. Those files are working in foobar/kodi/gonemad/... They have been generated with CUEripper.

Euzen - 2015 - Metamorph has embedded cue + external cue. Euzen - 2009 - Eudaimonia has embedded cue Euzen - 2011 - Sequel has embedded cue + external cue imported in with metaflac.

Expected Behavior

Cuesheet read in mpd

Actual Behavior

The album appear as one track

Version

Copyright 2003-2007 Warren Dukes <warren.dukes@gmail.com>
Copyright 2008-2021 Max Kellermann <max.kellermann@gmail.com>
This is free software; see the source for copying conditions.  There is NO
warranty; not even MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Database plugins:
 simple proxy upnp

Storage plugins:
 local udisks nfs curl

Neighbor plugins:
 upnp udisks

Decoders plugins:
 [mad] mp3 mp2
 [mpg123] mp3
 [vorbis] ogg oga
 [oggflac] ogg oga
 [flac] flac
 [opus] opus ogg oga
 [sndfile] wav aiff aif au snd paf iff svx sf voc w64 pvf xi htk caf sd2
 [audiofile] wav au aiff aif
 [dsdiff] dff
 [dsf] dsf
 [hybrid_dsd] m4a
 [faad] aac
 [mpcdec] mpc
 [wavpack] wv
 [openmpt] mptm mod s3m xm it 669 amf ams c67 dbm digi dmf dsm dtm far imf ice j2b m15 mdl med mms mt2 mtm nst okt plm psm pt36 ptm sfx sfx2 st26 stk stm stp ult wow gdm mo3 oxm umx xpk ppm mmcmp
 [modplug] 669 amf ams dbm dfm dsm far it med mdl mod mtm mt2 okt s3m stm ult umx xm
 [mikmod] amf dsm far gdm imf it med mod mtm s3m stm stx ult uni xm
 [sidplay] sid mus str prg P00
 [wildmidi] mid
 [fluidsynth] mid
 [ffmpeg] 16sv 3g2 3gp 4xm 8svx aa3 aac ac3 adx afc aif aifc aiff al alaw amr anim apc ape asf atrac au aud avi avm2 avs bap bfi c93 cak cin cmv cpk daud dct divx dts dv dvd dxa eac3 film flac flc fli fll flx flv g726 gsm gxf iss m1v m2v m2t m2ts m4a m4b m4v mad mj2 mjpeg mjpg mka mkv mlp mm mmf mov mp+ mp1 mp2 mp3 mp4 mpc mpeg mpg mpga mpp mpu mve mvi mxf nc nsv nut nuv oga ogm ogv ogx oma ogg omg opus psp pva qcp qt r3d ra ram rl2 rm rmvb roq rpl rvc shn smk snd sol son spx str swf tak tgi tgq tgv thp ts tsp tta xa xvid uv uv2 vb vid vob voc vp6 vmd wav webm wma wmv wsaud wsvga wv wve rtp:// rtsp:// rtsps://
 [gme] ay gbs gym hes kss nsf nsfe rsn sap spc vgm vgz
 [pcm]

Filters:
 libsamplerate soxr

Tag plugins:
 id3tag

Output plugins:
 shout null fifo pipe alsa ao oss openal solaris pipewire pulse jack httpd snapcast recorder

Encoder plugins:
 null vorbis opus lame twolame wave flac

Archive plugins:
 [bz2] bz2
 [zzip] zip
 [iso] iso

Input plugins:
 file io_uring archive alsa qobuz curl ffmpeg nfs mms cdio_paranoia

Playlist plugins:
 extm3u m3u pls xspf asx rss soundcloud flac cue embcue

Protocols:
 file:// alsa:// cdda:// ftp:// ftps:// gopher:// hls+http:// hls+https:// http:// https:// mms:// mmsh:// mmst:// mmsu:// nfs:// qobuz:// rtmp:// rtmpe:// rtmps:// rtmpt:// rtmpte:// rtmpts:// rtp:// rtsp:// rtsps:// scp:// sftp:// smb:// srtp://

Other features:
 avahi dbus udisks epoll icu inotify ipv6 systemd tcp un

Configuration

music_directory         "/home/grim_lokason/Euzen/"
playlist_directory              "~/.mpd/playlists"
db_file                 "~/.mpd/database"
log_file                        "~/.mpd/log"
pid_file                        "~/.mpd/pid"
state_file                      "~/.mpd/state"
sticker_file                    "~/.mpd/sticker.sql"
bind_to_address         "any"
input {
}
audio_output {
        type            "httpd"
        name            "My HTTP Stream"
        encoder         "vorbis"                # optional, vorbis or lame
        quality         "5.0"                   # do not define if bitrate is defined
}

Log

void ~ # cat /var/lib/mpd/.mpd/log
Jun 12 17:30 : exception: Failed to open '/var/lib/mpd/.mpd/state': No such file or directory
Jun 12 17:30 : update: added /Euzen - 2015 - Metamorph.flac
Jun 12 17:30 : update: added /Euzen - 2011 - Sequel.flac
Jun 12 17:30 : update: added /Euzen - 2009 - Eudaimonia.flac
Jun 12 17:31 : update: removing Euzen - 2015 - Metamorph.cue/track0011
Jun 12 17:31 : update: removing Euzen - 2015 - Metamorph.cue/track0010
Jun 12 17:31 : update: removing Euzen - 2015 - Metamorph.cue/track0009
Jun 12 17:31 : update: removing Euzen - 2015 - Metamorph.cue/track0008
Jun 12 17:31 : update: removing Euzen - 2015 - Metamorph.cue/track0007
Jun 12 17:31 : update: removing Euzen - 2015 - Metamorph.cue/track0006
Jun 12 17:31 : update: updating /Euzen - 2015 - Metamorph.flac
Jun 12 17:31 : update: removing Euzen - 2015 - Metamorph.cue/track0005
Jun 12 17:31 : update: removing Euzen - 2015 - Metamorph.cue/track0004
Jun 12 17:31 : update: removing Euzen - 2015 - Metamorph.cue/track0003
Jun 12 17:31 : update: removing Euzen - 2015 - Metamorph.cue/track0002
Jun 12 17:31 : update: removing Euzen - 2015 - Metamorph.cue/track0001
Jun 12 17:31 : update: updating /Euzen - 2011 - Sequel.flac
Jun 12 17:31 : update: updating /Euzen - 2009 - Eudaimonia.flac

void ~ # mpc listall
Euzen - 2009 - Eudaimonia.flac
Euzen - 2011 - Sequel.flac
Euzen - 2015 - Metamorph.cue/track0001
Euzen - 2015 - Metamorph.cue/track0002
Euzen - 2015 - Metamorph.cue/track0003
Euzen - 2015 - Metamorph.cue/track0004
Euzen - 2015 - Metamorph.cue/track0005
Euzen - 2015 - Metamorph.cue/track0006
Euzen - 2015 - Metamorph.cue/track0007
Euzen - 2015 - Metamorph.cue/track0008
Euzen - 2015 - Metamorph.cue/track0009
Euzen - 2015 - Metamorph.cue/track0010
Euzen - 2015 - Metamorph.cue/track0011

void ~ # ls -al /home/grim_lokason/Euzen/
total 864808
drwxrwxrwx  2 grim_lokason grim_lokason      4096 Jun 12 02:47  .
drwxr-xr-x 11 grim_lokason grim_lokason      4096 Jun 12 01:16  ..
-rwxr-xr-x  1 grim_lokason grim_lokason 259532116 Jun 12 03:25 'Euzen - 2009 - Eudaimonia.flac'
-rwxr-xr-x  1 grim_lokason grim_lokason      2430 Jun 12 02:47 'Euzen - 2009 - Eudaimonia.log'
-rwxr-xr-x  1 grim_lokason grim_lokason 319158337 Jun 12 02:03 'Euzen - 2011 - Sequel.flac'
-rwxr-xr-x  1 grim_lokason grim_lokason      2541 Jun 12 02:47 'Euzen - 2011 - Sequel.log'
-rwxr-xr-x  1 grim_lokason grim_lokason      1547 Jun 12 02:47 'Euzen - 2015 - Metamorph.cue'
-rwxr-xr-x  1 grim_lokason grim_lokason 306822191 Jun 12 02:47 'Euzen - 2015 - Metamorph.flac'
-rwxr-xr-x  1 grim_lokason grim_lokason      2547 Jun 12 01:16 'Euzen - 2015 - Metamorph.log'
-rwxr-xr-x  1 grim_lokason grim_lokason     10724 Jun 12 02:47  folder.jpg

void ~ # metaflac --set-tag-from-file="CUESHEET=/mnt/mp3/complet/groupes/Euzen/Euzen - 2011 - Sequel.cue" --import-cuesheet-from="/mnt/mp3/complet/groupes/Euzen/Euzen - 2011 - Sequel.cue" /mnt/mp3/complet/groupes/Euzen/Euzen\ \-\ 2011\ \-\ Sequel.flac

void ~ # metaflac --list /mnt/mp3/complet/groupes/Euzen/Euzen\ -\ 2011\ -\ Sequel.flac
METADATA block #0
  type: 0 (STREAMINFO)
  is last: false
  length: 34
  minimum blocksize: 4096 samples
  maximum blocksize: 4096 samples
  minimum framesize: 0 bytes
  maximum framesize: 16912 bytes
  sample_rate: 44100 Hz
  channels: 2
  bits-per-sample: 16
  total samples: 132782748
  MD5 signature: 36ae77ef9d71058b65b017d6b83aa94b
METADATA block #1
  type: 3 (SEEKTABLE)
  is last: false
  length: 5670
  seek points: 315
 [...}
METADATA block #2
  type: 4 (VORBIS_COMMENT)
  is last: false
  length: 6379
  vendor string: CUETools 2.1.5
  comments: 25
    comment[0]: CUESHEET=REM DISCID A70BC20B
PERFORMER "Euzen"
TITLE "Sequel"
CATALOG 4047179581820
REM DATE 2011
REM DISCNUMBER 1
REM TOTALDISCS 1
REM COMMENT "CUERipper v2.1.5 Copyright (C) 2008-13 Grigory Chudov"
FILE "Euzen - 2011 - Sequel.flac" WAVE
  TRACK 01 AUDIO
    PERFORMER "Euzen"
    TITLE "The Great Escape"
    ISRC DEZ431121301
    INDEX 01 00:00:00
  TRACK 02 AUDIO
    PERFORMER "Euzen"
    TITLE "Judged By"
    ISRC DEZ431121302
    INDEX 01 04:57:69
  TRACK 03 AUDIO
    PERFORMER "Euzen"
    TITLE "You’re On"
    ISRC DEZ431121303
    INDEX 01 08:45:44
  TRACK 04 AUDIO
    PERFORMER "Euzen"
    TITLE "Notion"
    ISRC DEZ431121304
    INDEX 01 12:31:59
  TRACK 05 AUDIO
    PERFORMER "Euzen"
    TITLE "Surreal Medley"
    ISRC DEZ431121305
    INDEX 00 15:55:68
    INDEX 01 15:57:12
  TRACK 06 AUDIO
    PERFORMER "Euzen"
    TITLE "Coherence"
    ISRC DEZ431121306
    INDEX 01 20:15:29
  TRACK 07 AUDIO
    PERFORMER "Euzen"
    TITLE "Cruel All by Myself"
    ISRC DEZ431121307
    INDEX 00 24:12:73
    INDEX 01 24:15:41
  TRACK 08 AUDIO
    PERFORMER "Euzen"
    TITLE "Run"
    ISRC DEZ431121308
    INDEX 01 29:57:72
  TRACK 09 AUDIO
    PERFORMER "Euzen"
    TITLE "Vilje"
    ISRC DEZ431121309
    INDEX 00 34:20:59
    INDEX 01 34:22:36
  TRACK 10 AUDIO
    PERFORMER "Euzen"
    TITLE "Glitch"
    ISRC DEZ431121310
    INDEX 01 39:25:46
  TRACK 11 AUDIO
    PERFORMER "Euzen"
    TITLE "Sequel"
    ISRC DEZ431121311
    INDEX 01 43:19:09

    comment[1]: LOG=CUERipper v2.1.5 Copyright (C) 2008-13 Grigory Chudov

EAC extraction logfile from 16. March 2016, 20:53

Euzen / Sequel

Used drive  : HL-DT-ST DVD+-RW GSA-T21N   Adapter: 1  ID: 0

Read mode               : Secure
Utilize accurate stream : Yes
Defeat audio cache      : Yes
Make use of C2 pointers : No

Read offset correction                      : 667
Overread into Lead-In and Lead-Out          : No
Fill up missing offset samples with silence : Yes
Delete leading and trailing silent blocks   : No
Null samples used in CRC calculations       : Yes
Used interface                              : Native Win32 interface for Win NT & 2000

Used output format : Internal WAV Routines
Sample format      : 44.100 Hz; 16 Bit; Stereo

TOC of the extracted CD

     Track |   Start  |  Length  | Start sector | End sector
    ---------------------------------------------------------
        1  |  0:00.00 |  4:57.69 |         0    |    22343
        2  |  4:57.69 |  3:47.50 |     22344    |    39418
        3  |  8:45.44 |  3:46.15 |     39419    |    56383
        4  | 12:31.59 |  3:25.28 |     56384    |    71786
        5  | 15:57.12 |  4:18.17 |     71787    |    91153
        6  | 20:15.29 |  4:00.12 |     91154    |   109165
        7  | 24:15.41 |  5:42.31 |    109166    |   134846
        8  | 29:57.72 |  4:24.39 |    134847    |   154685
        9  | 34:22.36 |  5:03.10 |    154686    |   177420
       10  | 39:25.46 |  3:53.38 |    177421    |   194933
       11  | 43:19.09 |  6:51.62 |    194934    |   225820

Range status and errors

Selected range

     Filename \\ABYSS\mp3\complet\groupes\Euzen\Euzen - 2011 - Sequel.wav

     Peak level 99.8 %
     Range quality 100.0 %
     Copy CRC 1A6B7E10
     Copy OK

No errors occurred

AccurateRip summary

Track  1  accurately ripped (confidence 3)  [22D36550]
Track  2  accurately ripped (confidence 3)  [991F5D75]
Track  3  accurately ripped (confidence 3)  [D26AA04D]
Track  4  accurately ripped (confidence 3)  [1270AE80]
Track  5  accurately ripped (confidence 3)  [FAF9E60F]
Track  6  accurately ripped (confidence 3)  [A859435E]
Track  7  accurately ripped (confidence 3)  [397B46FE]
Track  8  accurately ripped (confidence 3)  [86DD7FE2]
Track  9  accurately ripped (confidence 3)  [E4F031D0]
Track 10  accurately ripped (confidence 3)  [9A656F03]
Track 11  accurately ripped (confidence 2)  [01CD3A45]

All tracks accurately ripped

End of status report

    comment[2]: CTDBDISCCONFIDENCE=17/18
    comment[3]: CUE_TRACK01_CTDBTRACKCONFIDENCE=18/18
    comment[4]: CUE_TRACK02_CTDBTRACKCONFIDENCE=18/18
    comment[5]: CUE_TRACK03_CTDBTRACKCONFIDENCE=18/18
    comment[6]: CUE_TRACK04_CTDBTRACKCONFIDENCE=18/18
    comment[7]: CUE_TRACK05_CTDBTRACKCONFIDENCE=18/18
    comment[8]: CUE_TRACK06_CTDBTRACKCONFIDENCE=18/18
    comment[9]: CUE_TRACK07_CTDBTRACKCONFIDENCE=18/18
    comment[10]: CUE_TRACK08_CTDBTRACKCONFIDENCE=18/18
    comment[11]: CUE_TRACK09_CTDBTRACKCONFIDENCE=17/18
    comment[12]: CUE_TRACK10_CTDBTRACKCONFIDENCE=18/18
    comment[13]: CUE_TRACK11_CTDBTRACKCONFIDENCE=18/18
    comment[14]: ALBUM=Sequel
    comment[15]: ARTIST=Euzen
    comment[16]: DISCTOTAL=1
    comment[17]: DISCNUMBER=1
    comment[18]: DATE=2011
    comment[19]: COMMENT=CUERipper v2.1.5 Copyright (C) 2008-13 Grigory Chudov
    comment[20]: RELEASE DATE=2011-10-07
    comment[21]: RELEASECOUNTRY=DK
    comment[22]: PUBLISHER=VME RECORDS;Westpark Music
    comment[23]: LABELNO=VME 11015;WP 87213
    comment[24]: CUESHEET=REM DISCID A70BC20B
PERFORMER "Euzen"
TITLE "Sequel"
CATALOG 4047179581820
REM DATE 2011
REM DISCNUMBER 1
REM TOTALDISCS 1
REM COMMENT "CUERipper v2.1.5 Copyright (C) 2008-13 Grigory Chudov"
FILE "Euzen - 2011 - Sequel.flac" WAVE
  TRACK 01 AUDIO
    PERFORMER "Euzen"
    TITLE "The Great Escape"
    ISRC DEZ431121301
    INDEX 01 00:00:00
  TRACK 02 AUDIO
    PERFORMER "Euzen"
    TITLE "Judged By"
    ISRC DEZ431121302
    INDEX 01 04:57:69
  TRACK 03 AUDIO
    PERFORMER "Euzen"
    TITLE "You#re On"
    ISRC DEZ431121303
    INDEX 01 08:45:44
  TRACK 04 AUDIO
    PERFORMER "Euzen"
    TITLE "Notion"
    ISRC DEZ431121304
    INDEX 01 12:31:59
  TRACK 05 AUDIO
    PERFORMER "Euzen"
    TITLE "Surreal Medley"
    ISRC DEZ431121305
    INDEX 00 15:55:68
    INDEX 01 15:57:12
  TRACK 06 AUDIO
    PERFORMER "Euzen"
    TITLE "Coherence"
    ISRC DEZ431121306
    INDEX 01 20:15:29
  TRACK 07 AUDIO
    PERFORMER "Euzen"
    TITLE "Cruel All by Myself"
    ISRC DEZ431121307
    INDEX 00 24:12:73
    INDEX 01 24:15:41
  TRACK 08 AUDIO
    PERFORMER "Euzen"
    TITLE "Run"
    ISRC DEZ431121308
    INDEX 01 29:57:72
  TRACK 09 AUDIO
    PERFORMER "Euzen"
    TITLE "Vilje"
    ISRC DEZ431121309
    INDEX 00 34:20:59
    INDEX 01 34:22:36
  TRACK 10 AUDIO
    PERFORMER "Euzen"
    TITLE "Glitch"
    ISRC DEZ431121310
    INDEX 01 39:25:46
  TRACK 11 AUDIO
    PERFORMER "Euzen"
    TITLE "Sequel"
    ISRC DEZ431121311
    INDEX 01 43:19:09

METADATA block #3
  type: 6 (PICTURE)
  is last: false
  length: 20248
  type: 3 (Cover (front))
  MIME type: image/jpeg
  description: cover.jpg
  width: 0
  height: 0
  depth: 0
  colors: 0 (unindexed)
  data length: 20197
  data: [...]
METADATA block #4
  type: 5 (CUESHEET)
  is last: false
  length: 996
  media catalog number: 4047179581820
  lead-in: 88200
  is CD: true
  number of tracks: 12
    track[0]
      offset: 0
      number: 1
      ISRC: DEZ431121301
      type: AUDIO
      pre-emphasis: false
      number of index points: 1
        index[0]
          offset: 0
          number: 1
    track[1]
      offset: 13138272
      number: 2
      ISRC: DEZ431121302
      type: AUDIO
      pre-emphasis: false
      number of index points: 1
        index[0]
          offset: 0
          number: 1
    track[2]
      offset: 23178372
      number: 3
      ISRC: DEZ431121303
      type: AUDIO
      pre-emphasis: false
      number of index points: 1
        index[0]
          offset: 0
          number: 1
    track[3]
      offset: 33153792
      number: 4
      ISRC: DEZ431121304
      type: AUDIO
      pre-emphasis: false
      number of index points: 1
        index[0]
          offset: 0
          number: 1
    track[4]
      offset: 42155484
      number: 5
      ISRC: DEZ431121305
      type: AUDIO
      pre-emphasis: false
      number of index points: 2
        index[0]
          offset: 0
          number: 0
        index[1]
          offset: 55272
          number: 1
    track[5]
      offset: 53598552
      number: 6
      ISRC: DEZ431121306
      type: AUDIO
      pre-emphasis: false
      number of index points: 1
        index[0]
          offset: 0
          number: 1
    track[6]
      offset: 64076124
      number: 7
      ISRC: DEZ431121307
      type: AUDIO
      pre-emphasis: false
      number of index points: 2
        index[0]
          offset: 0
          number: 0
        index[1]
          offset: 113484
          number: 1
    track[7]
      offset: 79290036
      number: 8
      ISRC: DEZ431121308
      type: AUDIO
      pre-emphasis: false
      number of index points: 1
        index[0]
          offset: 0
          number: 1
    track[8]
      offset: 90880692
      number: 9
      ISRC: DEZ431121309
      type: AUDIO
      pre-emphasis: false
      number of index points: 2
        index[0]
          offset: 0
          number: 0
        index[1]
          offset: 74676
          number: 1
    track[9]
      offset: 104323548
      number: 10
      ISRC: DEZ431121310
      type: AUDIO
      pre-emphasis: false
      number of index points: 1
        index[0]
          offset: 0
          number: 1
    track[10]
      offset: 114621192
      number: 11
      ISRC: DEZ431121311
      type: AUDIO
      pre-emphasis: false
      number of index points: 1
        index[0]
          offset: 0
          number: 1
    track[11]
      offset: 132782748
      number: 170 (LEAD-OUT)
METADATA block #5
  type: 1 (PADDING)
  is last: true
  length: 1328

abyss ~ # metaflac --list /mnt/mp3/complet/groupes/Euzen/Euzen\ -\ 2009\ -\ Eudaimonia.flac
METADATA block #0
  type: 0 (STREAMINFO)
  is last: false
  length: 34
  minimum blocksize: 4096 samples
  maximum blocksize: 4096 samples
  minimum framesize: 0 bytes
  maximum framesize: 16912 bytes
  sample_rate: 44100 Hz
  channels: 2
  bits-per-sample: 16
  total samples: 109672584
  MD5 signature: 9f79f68da380f0da8303b61638f5a17b
METADATA block #1
  type: 3 (SEEKTABLE)
  is last: false
  length: 4482
  seek points: 249
[...]

METADATA block #2
  type: 4 (VORBIS_COMMENT)
  is last: false
  length: 6256
  vendor string: CUETools 2.1.5
  comments: 58
    comment[0]: ALBUM=Eudaimonia
    comment[1]: ARTIST=Euzen
    comment[2]: BARCODE=5707471012857
    comment[3]: catalog=5707471012857
    comment[4]: CATALOGNUMBER=EUCD001
    comment[5]: COMMENT=CUERipper v2.1.5 Copyright (C) 2008-13 Grigory Chudov
    comment[6]: CTDBDISCCONFIDENCE=8/8
    comment[7]: CTDBTRACKCONFIDENCE=8/8
    comment[8]: cue_track01_isrc=DKLI40900101
    comment[9]: cue_track01_MUSICBRAINZ_RELEASETRACKID=9f2e0c4b-cb6b-3c1c-88c5-265b5d41800e
    comment[10]: cue_track01_MUSICBRAINZ_TRACKID=d7647da5-38a2-4e01-8e66-7015b8583a63
    comment[11]: cue_track02_isrc=DKLI40900102
    comment[12]: cue_track02_MUSICBRAINZ_RELEASETRACKID=391424d6-05d9-3789-bef8-6eedbfdf1ac6
    comment[13]: cue_track02_MUSICBRAINZ_TRACKID=7075a6b6-21bc-4f30-aa5c-a1567feb78eb
    comment[14]: cue_track03_isrc=DKLI40900103
    comment[15]: cue_track03_MUSICBRAINZ_RELEASETRACKID=209a18e1-5c9d-3455-a991-1dbe4ef726db
    comment[16]: cue_track03_MUSICBRAINZ_TRACKID=8d90db94-b9df-45e7-be88-a65fff9eca82
    comment[17]: cue_track04_isrc=DKLI40900104
    comment[18]: cue_track04_MUSICBRAINZ_RELEASETRACKID=d28444df-e506-3f4a-adc6-a4370990f19f
    comment[19]: cue_track04_MUSICBRAINZ_TRACKID=f970079f-d640-487b-8822-d5791f8386fe
    comment[20]: cue_track05_isrc=DKLI40900105
    comment[21]: cue_track05_MUSICBRAINZ_RELEASETRACKID=da151952-476d-3791-9346-7de75ab394f3
    comment[22]: cue_track05_MUSICBRAINZ_TRACKID=37efc5ed-8fa1-4b3f-9f30-fd59c4bef8a0
    comment[23]: cue_track06_isrc=DKLI40900106
    comment[24]: cue_track06_MUSICBRAINZ_RELEASETRACKID=9621c69f-1d7d-337a-8a0d-9bec0c7a2555
    comment[25]: cue_track06_MUSICBRAINZ_TRACKID=6e314b94-7f67-4b81-b0a4-69604bc7326e
    comment[26]: cue_track07_isrc=DKLI40900107
    comment[27]: cue_track07_MUSICBRAINZ_RELEASETRACKID=5a9cd061-a356-398b-b1b8-7581cd71cf01
    comment[28]: cue_track07_MUSICBRAINZ_TRACKID=f17b2ffc-ed29-4cee-b948-6d1279415afa
    comment[29]: cue_track08_isrc=DKLI40900108
    comment[30]: cue_track08_MUSICBRAINZ_RELEASETRACKID=c2b52add-8b07-3d27-bcb6-3f7298a7644d
    comment[31]: cue_track08_MUSICBRAINZ_TRACKID=462e01ed-c396-4da8-bf2f-53b86a5af0e7
    comment[32]: cue_track09_isrc=DKLI40900109
    comment[33]: cue_track09_MUSICBRAINZ_RELEASETRACKID=848fb194-bbc8-317e-b5c4-1f1a49b300dd
    comment[34]: cue_track09_MUSICBRAINZ_TRACKID=ecf419d1-fe07-4b2d-8111-c0b22e0a2a93
    comment[35]: cue_track10_isrc=DKLI40900110
    comment[36]: cue_track10_MUSICBRAINZ_RELEASETRACKID=1d618154-9b6a-3e2b-ba93-1b76a09dca68
    comment[37]: cue_track10_MUSICBRAINZ_TRACKID=00587c5c-011e-477e-b45b-c474bf37d8ae
    comment[38]: DATE=2009
    comment[39]: DISCID=7A09B60A
    comment[40]: DISCNUMBER=1
    comment[41]: LABEL=Gateway Music
    comment[42]: LABELNO=EUCD001
    comment[43]: LOG=CUERipper v2.1.5 Copyright (C) 2008-13 Grigory Chudov

EAC extraction logfile from 16. March 2016, 21:27

Euzen / Eudaimonia

Used drive  : HL-DT-ST DVD+-RW GSA-T21N   Adapter: 1  ID: 0

Read mode               : Secure
Utilize accurate stream : Yes
Defeat audio cache      : Yes
Make use of C2 pointers : No

Read offset correction                      : 667
Overread into Lead-In and Lead-Out          : No
Fill up missing offset samples with silence : Yes
Delete leading and trailing silent blocks   : No
Null samples used in CRC calculations       : Yes
Used interface                              : Native Win32 interface for Win NT & 2000

Used output format : Internal WAV Routines
Sample format      : 44.100 Hz; 16 Bit; Stereo

TOC of the extracted CD

     Track |   Start  |  Length  | Start sector | End sector
    ---------------------------------------------------------
        1  |  0:00.00 |  4:01.15 |         0    |    18089
        2  |  4:01.15 |  5:30.24 |     18090    |    42863
        3  |  9:31.39 |  2:58.47 |     42864    |    56260
        4  | 12:30.11 |  4:53.70 |     56261    |    78305
        5  | 17:24.06 |  3:04.51 |     78306    |    92156
        6  | 20:28.57 |  3:33.51 |     92157    |   108182
        7  | 24:02.33 |  3:53.25 |    108183    |   125682
        8  | 27:55.58 |  4:26.10 |    125683    |   145642
        9  | 32:21.68 |  3:59.56 |    145643    |   163623
       10  | 36:21.49 |  5:05.19 |    163624    |   186517

Range status and errors

Selected range

     Filename \\ABYSS\mp3\complet\groupes\Euzen\Euzen - 2009 - Eudaimonia.wav

     Peak level 99.8 %
     Range quality 100.0 %
     Copy CRC 4C60AC1B
     Copy OK

No errors occurred

AccurateRip summary

Track  1  accurately ripped (confidence 7)  [24AFB131]
Track  2  accurately ripped (confidence 7)  [D6659492]
Track  3  accurately ripped (confidence 7)  [BE5620BD]
Track  4  accurately ripped (confidence 7)  [B10780BA]
Track  5  accurately ripped (confidence 7)  [9A4D6FCF]
Track  6  accurately ripped (confidence 7)  [1553EC42]
Track  7  accurately ripped (confidence 7)  [B2BAB874]
Track  8  accurately ripped (confidence 7)  [6256E58B]
Track  9  accurately ripped (confidence 7)  [C7E7A89A]
Track 10  accurately ripped (confidence 6)  [9AD49C28]

All tracks accurately ripped

End of status report

    comment[44]: MEDIA=CD
    comment[45]: MUSICBRAINZ_ALBUMID=06d16360-e266-4da9-8518-6966636d87f6
    comment[46]: MUSICBRAINZ_ALBUMSTATUS=Official
    comment[47]: MUSICBRAINZ_ALBUMTYPE=Album
    comment[48]: MUSICBRAINZ_ARTISTID=3e7334f1-bc25-433c-97c1-52a75250d97b
    comment[49]: MUSICBRAINZ_DISCID=rDpkg4Tq3WB6zE4ErMKOd.LCaw0-
    comment[50]: MUSICBRAINZ_RELEASEGROUPID=18ba3722-c24e-4222-b64c-d3f3518bba53
    comment[51]: ORIGINAL RELEASE DATE=2009-02-13
    comment[52]: ORGANIZATION=Gateway Music
    comment[53]: RELEASE DATE=2009
    comment[54]: RELEASECOUNTRY=DK
    comment[55]: DISCTOTAL=1
    comment[56]: TRACKTOTAL=10
    comment[57]: CUESHEET=REM DATE 2009
REM DISCID 7A09B60A
REM COMMENT CUERipper v2.1.5 Copyright (C) 2008-13 Grigory Chudov
CATALOG 5707471012857
PERFORMER "Euzen"
TITLE "Eudaimonia"
FILE "Euzen - 2009 - Eudaimonia.flac" WAVE
  TRACK 01 AUDIO
    TITLE "More From More"
    ISRC DKLI40900101
    INDEX 01 00:00:00
  TRACK 02 AUDIO
    TITLE "Dwelling"
    ISRC DKLI40900102
    INDEX 01 04:01:15
  TRACK 03 AUDIO
    TITLE "Tour de Detour"
    ISRC DKLI40900103
    INDEX 01 09:31:39
  TRACK 04 AUDIO
    TITLE "Mellow Flow"
    ISRC DKLI40900104
    INDEX 01 12:30:11
  TRACK 05 AUDIO
    TITLE "Eudaimonia"
    ISRC DKLI40900105
    INDEX 01 17:24:06
  TRACK 06 AUDIO
    TITLE "A Place for Friends"
    ISRC DKLI40900106
    INDEX 00 20:26:34
    INDEX 01 20:28:57
  TRACK 07 AUDIO
    TITLE "Mind Monster"
    ISRC DKLI40900107
    INDEX 00 24:00:39
    INDEX 01 24:02:33
  TRACK 08 AUDIO
    TITLE "Faltered Fractions"
    ISRC DKLI40900108
    INDEX 01 27:55:58
  TRACK 09 AUDIO
    TITLE "Genklang"
    ISRC DKLI40900109
    INDEX 01 32:21:68
  TRACK 10 AUDIO
    TITLE "You’d Be Newbie"
    ISRC DKLI40900110
    INDEX 01 36:21:49

METADATA block #3
  type: 6 (PICTURE)
  is last: false
  length: 10775
  type: 3 (Cover (front))
  MIME type: image/jpeg
  description: cover.jpg
  width: 0
  height: 0
  depth: 0
  colors: 0 (unindexed)
  data length: 10724
  data:[...] 
METADATA block #4
  type: 1 (PADDING)
  is last: true
  length: 2396

abyss ~ # metaflac --list /mnt/mp3/complet/groupes/Euzen/Euzen\ -\ 2015\ -\ Metamorph.flac
METADATA block #0
  type: 0 (STREAMINFO)
  is last: false
  length: 34
  minimum blocksize: 4096 samples
  maximum blocksize: 4096 samples
  minimum framesize: 0 bytes
  maximum framesize: 16912 bytes
  sample_rate: 44100 Hz
  channels: 2
  bits-per-sample: 16
  total samples: 127111488
  MD5 signature: 2e2c7669d4be8557000918db586b2a9c
METADATA block #1
  type: 3 (SEEKTABLE)
  is last: false
  length: 5202
  seek points: 289
[...]
METADATA block #2
  type: 4 (VORBIS_COMMENT)
  is last: false
  length: 4858
  vendor string: CUETools 2.1.5
  comments: 28
    comment[0]: album=Metamorph
    comment[1]: artist=Euzen
    comment[2]: catalog=4047179946223
    comment[3]: COMMENT=CUERipper v2.1.5 Copyright (C) 2008-13 Grigory Chudov
    comment[4]: CTDBDISCCONFIDENCE=10/10
    comment[5]: CTDBTRACKCONFIDENCE=10/10
    comment[6]: cue_track01_isrc=DEZ431529101
    comment[7]: cue_track02_isrc=DEZ431529102
    comment[8]: cue_track03_isrc=DEZ431529103
    comment[9]: cue_track04_isrc=DEZ431529104
    comment[10]: cue_track05_isrc=DEZ431529105
    comment[11]: cue_track06_isrc=DEZ431529106
    comment[12]: cue_track07_isrc=DEZ431529107
    comment[13]: cue_track08_isrc=DEZ431529108
    comment[14]: cue_track09_isrc=DEZ431529109
    comment[15]: cue_track10_isrc=DEZ431529110
    comment[16]: cue_track11_isrc=DEZ431529111
    comment[17]: DATE=2015
    comment[18]: DISCID=A40B420B
    comment[19]: DISCNUMBER=1
    comment[20]: LABELNO=87291
    comment[21]: LOG=CUERipper v2.1.5 Copyright (C) 2008-13 Grigory Chudov

EAC extraction logfile from 16. March 2016, 21:17

Euzen / Metamorph

Used drive  : HL-DT-ST DVD+-RW GSA-T21N   Adapter: 1  ID: 0

Read mode               : Secure
Utilize accurate stream : Yes
Defeat audio cache      : Yes
Make use of C2 pointers : No

Read offset correction                      : 667
Overread into Lead-In and Lead-Out          : No
Fill up missing offset samples with silence : Yes
Delete leading and trailing silent blocks   : No
Null samples used in CRC calculations       : Yes
Used interface                              : Native Win32 interface for Win NT & 2000

Used output format : Internal WAV Routines
Sample format      : 44.100 Hz; 16 Bit; Stereo

TOC of the extracted CD

     Track |   Start  |  Length  | Start sector | End sector
    ---------------------------------------------------------
        1  |  0:00.00 |  3:57.38 |         0    |    17812
        2  |  3:57.38 |  3:58.18 |     17813    |    35680
        3  |  7:55.56 |  3:37.10 |     35681    |    51965
        4  | 11:32.66 |  3:20.12 |     51966    |    66977
        5  | 14:53.03 |  4:09.20 |     66978    |    85672
        6  | 19:02.23 |  3:48.11 |     85673    |   102783
        7  | 22:50.34 |  6:06.35 |    102784    |   130268
        8  | 28:56.69 |  5:18.40 |    130269    |   154158
        9  | 34:15.34 |  3:51.42 |    154159    |   171525
       10  | 38:07.01 |  3:45.17 |    171526    |   188417
       11  | 41:52.18 |  6:10.08 |    188418    |   216175

Range status and errors

Selected range

     Filename \\ABYSS\mp3\complet\groupes\Euzen\Euzen - 2015 - Metamorph.wav

     Peak level 98.9 %
     Range quality 100.0 %
     Copy CRC 8847CA8A
     Copy OK

No errors occurred

AccurateRip summary

Track  1  accurately ripped (confidence 7)  [A5A68B45]
Track  2  accurately ripped (confidence 7)  [5C966D55]
Track  3  accurately ripped (confidence 7)  [9757005A]
Track  4  accurately ripped (confidence 7)  [1DE53381]
Track  5  accurately ripped (confidence 7)  [FC366817]
Track  6  accurately ripped (confidence 7)  [C85B26A6]
Track  7  accurately ripped (confidence 7)  [A10D46F8]
Track  8  accurately ripped (confidence 7)  [218F11D4]
Track  9  accurately ripped (confidence 7)  [DB456798]
Track 10  accurately ripped (confidence 7)  [50CC0FA9]
Track 11  accurately ripped (confidence 6)  [4D7FD553]

All tracks accurately ripped

End of status report

    comment[22]: ORGANIZATION=Westpark Music
    comment[23]: RELEASE DATE=2015-02-20
    comment[24]: RELEASECOUNTRY=DE
    comment[25]: DISCTOTAL=1
    comment[26]: TRACKTOTAL=11
    comment[27]: cuesheet=REM DISCID A40B420B
PERFORMER "Euzen"
TITLE "Metamorph"
CATALOG 4047179946223
REM DATE 2015
REM DISCNUMBER 1
REM TOTALDISCS 1
REM COMMENT "CUERipper v2.1.5 Copyright (C) 2008-13 Grigory Chudov"
FILE "Euzen - 2015 - Metamorph.flac" WAVE
  TRACK 01 AUDIO
    PERFORMER "Euzen"
    TITLE "The Stage"
    ISRC DEZ431529101
    INDEX 01 00:00:00
  TRACK 02 AUDIO
    PERFORMER "Euzen"
    TITLE "The Order"
    ISRC DEZ431529102
    INDEX 01 03:57:38
  TRACK 03 AUDIO
    PERFORMER "Euzen"
    TITLE "Mind"
    ISRC DEZ431529103
    INDEX 00 07:53:60
    INDEX 01 07:55:56
  TRACK 04 AUDIO
    PERFORMER "Euzen"
    TITLE "Wasted"
    ISRC DEZ431529104
    INDEX 00 11:30:22
    INDEX 01 11:32:66
  TRACK 05 AUDIO
    PERFORMER "Euzen"
    TITLE "Phobia"
    ISRC DEZ431529105
    INDEX 00 14:51:16
    INDEX 01 14:53:03
  TRACK 06 AUDIO
    PERFORMER "Euzen"
    TITLE "Vis a vis"
    ISRC DEZ431529106
    INDEX 01 19:02:23
  TRACK 07 AUDIO
    PERFORMER "Euzen"
    TITLE "Metamorph"
    ISRC DEZ431529107
    INDEX 01 22:50:34
  TRACK 08 AUDIO
    PERFORMER "Euzen"
    TITLE "Me and My"
    ISRC DEZ431529108
    INDEX 01 28:56:69
  TRACK 09 AUDIO
    PERFORMER "Euzen"
    TITLE "Ours"
    ISRC DEZ431529109
    INDEX 01 34:15:34
  TRACK 10 AUDIO
    PERFORMER "Euzen"
    TITLE "Words"
    ISRC DEZ431529110
    INDEX 00 38:04:67
    INDEX 01 38:07:01
  TRACK 11 AUDIO
    PERFORMER "Euzen"
    TITLE "Mirage"
    ISRC DEZ431529111
    INDEX 00 41:49:63
    INDEX 01 41:52:18

METADATA block #3
  type: 6 (PICTURE)
  is last: false
  length: 10950
  type: 3 (Cover (front))
  MIME type: image/jpeg
  description: cover.jpg
  width: 0
  height: 0
  depth: 0
  colors: 0 (unindexed)
  data length: 10899
  data:
[...]
METADATA block #4
  type: 1 (PADDING)
  is last: true
  length: 4091

I've also played with those option without success :

playlist_plugin {
    name "flac"
    as_directory "yes"
}
playlist_plugin {
    name "embcue"
    enabled "true"
    as_directory "yes"
}
playlist_plugin {
    name "embcue"
    enabled "true"
    as_directory "yes"
}
playlist_plugin {
    name "cue"
    as_directory "yes"
}

Thanks in advance.

MaxKellermann commented 2 years ago

I need a test file.

grimlokason commented 2 years ago

Hello,

a link to the sample has been sent by mail.

Best regards.

ivan-volnov commented 1 year ago

I have this issue too