Alexander Capehart 85c4d9870b
Move ID3v2 text frame fallback to ID3v2 decoder
Instead of the ID3v2 text frame falling back to a singleton list of an
empty string when the given values are empty, make that case throw
an exception within the text frame, and move that fallback behavior
into the ID3v2 decoder.
2022-11-22 09:28:05 -07:00
..
2021-10-26 14:08:21 +01:00

Extractor module

Provides media container extractors and related utilities. Application code will not normally need to depend on this module directly.