Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.0
-
Fix Version/s: None
-
Component/s: Liquidsoap
-
Labels:None
Description
in file "extract_replaygain", if we have a flac file, it needs to go through the "file" shell command twice. This is because it will run through test_mime($file) =~ /audio\/mpeg/) and test_mime($file) =~ /application\/ogg/) first.