Open RogueOneEcho opened 6 months ago
I'm working my way through the source and was curious if this behaviour is intentional or not?
If you are attempting to:
Flac24
Flac
skip_existing_formats_check
false
then I would have expected that Flac would be included in transcode_formats but this is explicitly ignored:
transcode_formats
https://github.com/DevYukine/red_oxide/blob/3d20de10dad10894b0d535af06acb5e2ccb0ecd3/src/command/transcode.rs#L198
Is this the expected behaviour?
I'm working my way through the source and was curious if this behaviour is intentional or not?
If you are attempting to:
Flac24
Flac
skip_existing_formats_check
isfalse
then I would have expected that
Flac
would be included intranscode_formats
but this is explicitly ignored:https://github.com/DevYukine/red_oxide/blob/3d20de10dad10894b0d535af06acb5e2ccb0ecd3/src/command/transcode.rs#L198
Is this the expected behaviour?