Show taglib and ffmpeg versions in the log

This commit is contained in:
Deluan
2024-02-17 12:06:01 -05:00
committed by Deluan Quintão
parent effd588406
commit b67d1c0830
9 changed files with 51 additions and 0 deletions
+4
View File
@@ -49,6 +49,10 @@ func (e *Extractor) CustomMappings() metadata.ParsedTags {
}
}
func (e *Extractor) Version() string {
return e.ffmpeg.Version()
}
func (e *Extractor) extractMetadata(filePath, info string) (metadata.ParsedTags, error) {
tags := e.parseInfo(info)
if len(tags) == 0 {