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:
|
&& (release_type != Flac || torrent.format != "FLAC") |
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:
Flac24Flacskip_existing_formats_checkisfalsethen I would have expected that
Flacwould be included intranscode_formatsbut this is explicitly ignored:red_oxide/src/command/transcode.rs
Line 198 in 3d20de1
Is this the expected behaviour?