FFprobe for File::aux_metadata
disabled
#186
Labels
bug
Something isn't working
help wanted
Extra attention is needed
input
Relates to raw audio data handling.
tracks
Relates to audio control, state, or lifecycle management.
Songbird version:
next
Rust version (
rustc -V
): rustc 1.69.0 (84c898d65 2023-04-16)Serenity/Twilight version: N/A
Description:
Testing on #179 showed that ffprobe-based
aux_metadata
support is broken on two fronts:serde_aux::prelude::deserialize_option_number_from_string
does not correctly map a missing field intoNone
.Command::output
being the recommended tool for doing so.Currently, the
aux_metadata
calling point is commented out until these points can be figured out.Steps to reproduce:
Call
aux_metadata
on anyFile
.The text was updated successfully, but these errors were encountered: