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

REM DATE (year) and REM GENRE from CUE file are ignored #337

Open
eharris opened this issue Sep 13, 2020 · 0 comments
Open

REM DATE (year) and REM GENRE from CUE file are ignored #337

eharris opened this issue Sep 13, 2020 · 0 comments

Comments

@eharris
Copy link
Owner

eharris commented Sep 13, 2020

Imported from SourceForge on 2020-09-13 05:40:31
Created by citrin3 on 2016-10-26 00:19:08
Original: https://sourceforge.net/p/mp3splt/bugs/205


libmp3splt contains code to parse strings
REM DATE
REM GENRE
in CUE file, but this code doesn't work. This string usually come in the begingin of file:
https://en.wikipedia.org/wiki/Cue_sheet_(computing)

And splt_cue_process_rem_line() functions contains condition
if (cu->tracks < 0)
{
return;
}

To fix this bug, probably logic simular to used for PERFORMER should be implimented (set value to cu->all_tags).

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

No branches or pull requests

1 participant