X-Git-Url: https://diplodocus.org/git/flac-archive/blobdiff_plain/ab7bc57e5eee62b66b5386630c584b05efb361d5..1ae4fb3e6c8b5fe43ae5b5f50b2a8e1368a37f42:/flac2mp3 diff --git a/flac2mp3 b/flac2mp3 index cbc0662..d9f9f7b 100755 --- a/flac2mp3 +++ b/flac2mp3 @@ -89,9 +89,6 @@ def flac2mp3(fn, title, artist, album_artist, album, discnum, date, verbose and tmp.append('--verbose') lame_options = ' '.join(tmp) - outfile = ('%s (%s) %02d %s.mp3' % (artist, album, - track, title)).replace('/', '_') - # Escape any single quotes ' so we can quote this. (fn, title, artist, album_artist, album, date) = [(x or '').replace("'", r"'\''")