Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parse error in CUE sheets lacking double quotes for string values #1207

Open
litemotiv opened this issue Aug 11, 2024 · 1 comment
Open

Parse error in CUE sheets lacking double quotes for string values #1207

litemotiv opened this issue Aug 11, 2024 · 1 comment
Labels

Comments

@litemotiv
Copy link

Version: flatpak 7.8.0

CUE sheets that lack double quotes for string values will cause a parse error, leading them to be omitted.

Example, the title of track 02 lacks double quotes and will be omitted during parsing:

PERFORMER "Various Artists"
TITLE "Le Café Abstrait, Volume 4: Soundtrack for a Moment"
REM MUSICBRAINZ_ALBUM_ID ef215a00-f4d0-4f38-9c8a-505e52a393e5
REM MUSICBRAINZ_ALBUM_ARTIST_ID 89ad4ac3-39f7-470e-963a-56509c546377
REM DATE 2003-07
FILE "Le Cafe abstrait Vol. 4.flac" WAVE
  TRACK 01 AUDIO
    PERFORMER "Lee Johnson"
    TITLE "Ancient Sound Pictures"
    REM MUSICBRAINZ_TRACK_ID f55b8b75-17ad-3f52-8f71-b57bfe8b2671
    REM MUSICBRAINZ_ARTIST_ID 43baca47-604b-4b33-a405-5ea779c51a4c
    INDEX 01 00:00:00
  TRACK 02 AUDIO
    PERFORMER "Julian Petrian"
    TITLE Embrace
    REM MUSICBRAINZ_TRACK_ID 92c9ffd5-9265-3dad-8ca9-aedb948b521d
    REM MUSICBRAINZ_ARTIST_ID 16cbce18-52dc-4275-be5b-0f97aa1f5ebf
    INDEX 01 06:04:67
@Taiko2k Taiko2k added the bug label Aug 11, 2024
@Taiko2k
Copy link
Owner

Taiko2k commented Aug 20, 2024

OK Ive committed a fix for this, this will be available in the next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants