[confirm] AuDio : .Cue + flac File, track are not showed in Title view (1 Viewer)

ajs

Development Group
  • Team MediaPortal
  • February 29, 2008
    15,959
    13,420
    Kyiv
    Home Country
    Ukraine Ukraine
    • Thread starter
    • Moderator
    • #21
    I add .cue to Music section, delete music database, rescan, and get:
    20-33-23.png
    cue in attach, dir list:
    Code:
    28.06.2014  13:09       110 944 914 Roxette - The Pop Hits (Bonus Disc).flac
    28.06.2014  13:11             2 467 Roxette - The Pop Hits.cue
    28.06.2014  13:08       437 894 523 Roxette - The Pop Hits.flac
    [DOUBLEPOST=1407175760][/DOUBLEPOST]And ...
    21-06-52.png
    Code:
    28.06.2014  13:08       441 748 123 Roxette - Charm School (Bonus Live Disc).flac
    28.06.2014  13:12             3 223 Roxette - Charm School.cue
    28.06.2014  13:08       279 169 634 Roxette - Charm School.flac
     

    Attachments

    • Roxette - The Pop Hits.cue.zip
      863 bytes
    • Roxette - Charm School.cue.zip
      1,003 bytes

    azzuro

    Test Group
  • Team MediaPortal
  • May 10, 2007
    9,927
    5,721
    France - IDF
    Home Country
    France France
    hello, ajs,
    i try to understand, both are added to DB
    but only "Roxette - the pop list" is added correctly ?
    and on Shareview, you are both issue ?
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,959
    13,420
    Kyiv
    Home Country
    Ukraine Ukraine
    • Thread starter
    • Moderator
    • #23

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,959
    13,420
    Kyiv
    Home Country
    Ukraine Ukraine
    • Thread starter
    • Moderator
    • #25
    i can mean , only the second .cue is broken ...
    Roxette - The Pop Hits.cue - 2 discs in one CUE (first disc Ok, Second - not Ok)
    Roxette - Charm School.cue - 2 discs in one CUE (all discs not OK).
    Before that, I checked their catalog mode. It was all good, check it again today.
     

    azzuro

    Test Group
  • Team MediaPortal
  • May 10, 2007
    9,927
    5,721
    France - IDF
    Home Country
    France France
    your cue are different : the second contain
    "INDEX 00 " for each track .. not available on the 1st.
    "CATALOG" is also missing. but i think not related, only for information.

    but i'm pretty sure, 1 file = 1 cue, so you must have 2 cue files in your folder. for each name file
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,959
    13,420
    Kyiv
    Home Country
    Ukraine Ukraine
    • Thread starter
    • Moderator
    • #28
    "INDEX 00 " for each track .. not available on the 1st.
    From WIKI:
    Code:
    INDEX
    Indicates an index (position) within the current FILE. The position is specified in mm:ss:ff (minute-second-frame) format. There are 75 such frames per second of audio. In the context of cue sheets, "frames" refer to CD sectors, despite a different, lower-level structure in CDs also being known as frames.[5] INDEX 01 is required and denotes the start of the track, while INDEX 00 is optional and denotes the pregap. The pregap of Track 1 is used for Hidden Track One Audio (HTOA). Optional higher-numbered indexes (02 through 99) are also allowed.

    "CATALOG" is also missing. but i think not related, only for information.
    Yes.

    but i'm pretty sure, 1 file = 1 cue, so you must have 2 cue files in your folder. for each name file
    From CUE-Examples:
    Code:
    FILE "C:\TRACK1.WAV" WAVE
      TRACK 01 AUDIO
        INDEX 01 00:00:00
      TRACK 02 AUDIO
        INDEX 01 05:50:65
      TRACK 03 AUDIO
        INDEX 01 09:47:50
      TRACK 04 AUDIO
        INDEX 01 15:12:53
    FILE "C:\TRACK2.WAV" WAVE
      TRACK 05 AUDIO
        INDEX 01 00:00:00 (*1)
      TRACK 06 AUDIO
        INDEX 01 02:31:40
      TRACK 07 AUDIO
        INDEX 01 06:56:13
      TRACK 08 AUDIO
        INDEX 01 10:06:25
     

    azzuro

    Test Group
  • Team MediaPortal
  • May 10, 2007
    9,927
    5,721
    France - IDF
    Home Country
    France France
    Your
    Code:
      TRACK 02 AUDIO
        TITLE "No One Makes It On Her Own"
        PERFORMER "Roxette"
        ISRC SEVEV1000102
        INDEX 00 02:44:25
        INDEX 01 02:46:11
      TRACK 03 AUDIO
        TITLE "She's Got Nothing On (But The Radio)"
        PERFORMER "Roxette"
        ISRC SEVEV1000103
        INDEX 00 06:29:03
        INDEX 01 06:30:09
    you have always INDEX 00. maybe it's the bug ...

    About CUE wiki, and MP wiki, it's 2 different world.
    MP add the support of Cue, but don't want say, it's 100% compatible ( and AGREED) CUE format.

    @hwahrmann : can you certify than 1 cue = 1 file ?
     

    Users who are viewing this thread

    Top Bottom