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

[CUERipper] Image rip (Embedded and + CUE) issues. #322

Open
ha-korth opened this issue May 1, 2024 · 0 comments
Open

[CUERipper] Image rip (Embedded and + CUE) issues. #322

ha-korth opened this issue May 1, 2024 · 0 comments

Comments

@ha-korth
Copy link

ha-korth commented May 1, 2024

By default, when you rip to an Image, CUERipper embeds a CUE sheet tag and creates a separate .cue file.

Issue#1
CUERipper embeds a CUE sheet tag even when the format/container doesn't support it (e.g. .mp3, .m4a, .wma, .ogg, .opus, etc.).
In CUETools, the CustomFormat##AllowEmbed=0 option prevents the user from selecting Embedded by graying it out.
The same check doesn't seem present in CUERipper.

Issue#2
The CreateCUEFileWhenEmbedded=0 option allows the CUERipper user to create an Image with embedded CUE sheet tag without creating a separate .cue file (like CUETools does by unticking Create .cue file even if embedded). However, when the format/container doesn't support an embedded CUE sheet tag (e.g. .wav, .tta, .mp3, .m4a, .wma, .ogg, .opus, etc.) you could have an Image without a CUE sheet.
If there is a 'check' added for issue#1 (or even if there isn't), there should be a check that would do something like

if CustomFormat##AllowEmbed=0 then force CreateCUEFileWhenEmbedded=1 (or some other way to force a .cue file)

Observation
There doesn't seem to be an option in CUERipper to create Image + CUE without embedding a CUE sheet tag (like CUEStyle=1 in CUETools)

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

No branches or pull requests

1 participant