Various scripts that I maintain

extract-m4a: quiet logging

matrixfurry.com 63453e99 7f256cb8

verified
Changed files
+2 -2
scripts
+2 -2
scripts/extract-m4a.nu
··· 44 44 let file = $file | path expand 45 45 let parsed_path = $file | path parse 46 46 47 - log info $"Extracting `($file)`" 47 + log debug $"Extracting `($file)`" 48 48 49 49 if $parsed_path.extension != "m4a" { 50 50 error make { ··· 84 84 # -c:a copy -> Copy codec 85 85 # -vn -> No video 86 86 87 - log info $"Extracted `($file)` to `($output)`" 87 + log debug $"Extracted `($file)` to `($output)`" 88 88 }