X-Git-Url: https://diplodocus.org/git/flac-archive/blobdiff_plain/cf31dfbb9ca09218ff84d66c76e944442405be48..db5022f9ba379ff26a4ce63ce6f6670fd38adf08:/fa-flacd diff --git a/fa-flacd b/fa-flacd index bef4954..d00496f 100755 --- a/fa-flacd +++ b/fa-flacd @@ -107,7 +107,7 @@ def run_flac(infile, cue, outfile, tags): argv.extend(['-T', i]) argv.append(infile) # flac 1.1.3 PICTURE support - #argv.extend(['--picture', '3|image/jpeg|||cover.front']) + argv.extend(['--picture', '3|image/jpeg|||cover.front']) spew('Running flac\n') status = os.spawnvp(os.P_WAIT, argv[0], argv)