add documentation to taglib feature
This commit is contained in:
parent
14c1faf3cf
commit
b4bb862034
|
@ -74,7 +74,7 @@ default = [
|
||||||
]
|
]
|
||||||
|
|
||||||
# Formats
|
# Formats
|
||||||
taglib_extractor = ["dep:taglib"]
|
taglib_extractor = ["dep:taglib"] # requires taglib's development headers & pkg-config installed, not enabled by default but Highly recommended for more supported file formats & faster than the ffprobe fallback
|
||||||
flac_extractor = ["dep:metaflac"]
|
flac_extractor = ["dep:metaflac"]
|
||||||
mp3_extractor = ["dep:id3"]
|
mp3_extractor = ["dep:id3"]
|
||||||
ffprobe_extractor = [] # If to allow using ffmpeg/ffprobe as a fallback tag extractor
|
ffprobe_extractor = [] # If to allow using ffmpeg/ffprobe as a fallback tag extractor
|
||||||
|
|
Loading…
Reference in a new issue