From f72d3ac9b7b97116482ddae4928505ac7e7409a2 Mon Sep 17 00:00:00 2001 From: Cuan Date: Mon, 28 Mar 2022 21:00:42 -0400 Subject: [PATCH] Basic compatibility with new commits to rg2sc --- bin/flac2pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 bin/flac2pod diff --git a/bin/flac2pod b/bin/flac2pod old mode 100644 new mode 100755 index 388852e..4f7f9dc --- a/bin/flac2pod +++ b/bin/flac2pod @@ -58,10 +58,10 @@ def scan_destination_convert_mp3(): 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" \ - f" -id3v2_version 3 {_file_d}