From 137e30c80b4f401be0c7e692d934e8f80c662bc1 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Sun, 27 Mar 2022 16:31:20 -0400 Subject: [PATCH] Move APIC stripping to rg2sc --- bin/flac2pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 bin/flac2pod diff --git a/bin/flac2pod b/bin/flac2pod old mode 100755 new mode 100644 index 22c3f29..0fde7d8 --- a/bin/flac2pod +++ b/bin/flac2pod @@ -57,7 +57,7 @@ def scan_destination_convert_mp3(): _i += 1 print(f"\n{_progress}% | \u001b[38;5;0;48;5;15mConverting {_file_s} to {_file_d}...\u001b[0m\n") if '-s' in arguments: - _cmd = f"screen -DmS flac2pod{_i} ffmpeg -i {_file_s} -map 0:a -ab 320k -map_metadata 0" \ + _cmd = f"screen -DmS flac2pod{_i} ffmpeg -i {_file_s} -c:v copy -ab 320k -map_metadata 0" \ f" -id3v2_version 3 {_file_d}