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

[Feature Request]: Support extended CUE sheets #640

Open
kagemomiji opened this issue Nov 21, 2024 · 3 comments
Open

[Feature Request]: Support extended CUE sheets #640

kagemomiji opened this issue Nov 21, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@kagemomiji
Copy link
Owner

Scope

Expand contents support

What problem

related with #624

The current CUE parser relies on an outdated library, which only supports CUE Sheets that strictly adhere to the standard specifications. This causes issues when attempting to load extended or non-standard CUE Sheets.

Feature

Support extended CUE Sheets by implementing original parser.

@UVJkiNTQ
Copy link

@Beechwoods
Copy link

Thank you for raising this request. Now the latest Edge Release (11.1.5-SNAPSHOT.20241121005430) has enabled clear CUE error parsing in the logs I can see why so many of my sheets have not been working. Specifically, The field is too long to burn as CD-TEXT. The maximum length is 80 and Invalid position. First index must have position 00:00:00 (many of my files start Track 01 after 00:00:00 to skip silence). The parser also doesn't seem to like Sheets referencing FILEs with long names (eg. a wav file with a name which is 100 characters long). It would be wonderful if some of these scenarios were allowed by a future version of the CUE parser.

@UVJkiNTQ
Copy link

UVJkiNTQ commented Nov 22, 2024

Thank you for raising this request. Now the latest Edge Release (11.1.5-SNAPSHOT.20241121005430) has enabled clear CUE error parsing in the logs I can see why so many of my sheets have not been working. Specifically, The field is too long to burn as CD-TEXT. The maximum length is 80 and Invalid position. First index must have position 00:00:00 (many of my files start Track 01 after 00:00:00 to skip silence). The parser also doesn't seem to like Sheets referencing FILEs with long names (eg. a wav file with a name which is 100 characters long). It would be wonderful if some of these scenarios were allowed by a future version of the CUE parser.#624 (comment)

Already mentioned in . You may have a check if any other problems.

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

No branches or pull requests

3 participants