CUERipper: Consider allowEmbed of formats#377
Merged
c72578 merged 1 commit intoMay 20, 2025
Merged
Conversation
Do not embed the `CUESHEET` tag in case of formats, which do not support it (mp3, m4a, wma, ogg, opus, etc.). - Consider `allowEmbed` of formats - Use `CUEStyle.SingleFile` if embedding of the `CUESHEET` tag is not supported, which also ensures that a .cue file is written. - Resolves gchudov#322
Collaborator
Author
|
Here is a build for testing: @ha-korth, please have a look, if CUERipper behaves as expected concerning embedded CUE Sheets depending on the format. |
|
Only tested 2 rips so far but they tested good.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Do not embed the
CUESHEETtag in case of formats, which do notsupport it (mp3, m4a, wma, ogg, opus, etc.).
allowEmbedof formatsCUEStyle.SingleFileif embedding of theCUESHEETtag is notsupported, which also ensures that a .cue file is written.