red_oxide icon indicating copy to clipboard operation
red_oxide copied to clipboard

`Flac` transcode target is ignored when `skip_existing_formats_check` is `true` and source is `Flac24`

Open RogueOneEcho opened this issue 1 month ago • 0 comments

I'm working my way through the source and was curious if this behaviour is intentional or not?

If you are attempting to:

  • transcode from Flac24
  • allowed_transcode_formats contains Flac
  • skip_existing_formats_check is false

then I would have expected that Flac would be included in transcode_formats but this is explicitly ignored:

https://github.com/DevYukine/red_oxide/blob/3d20de10dad10894b0d535af06acb5e2ccb0ecd3/src/command/transcode.rs#L198

Is this the expected behaviour?

RogueOneEcho avatar May 18 '24 09:05 RogueOneEcho