diff --git a/headphones/encode.py b/headphones/encode.py index 39e0d21b..f771feae 100644 --- a/headphones/encode.py +++ b/headphones/encode.py @@ -115,7 +115,7 @@ def command(encoder,musicSource,musicDest,albumPath): cmd=cmd+ ' -ar ' + str(headphones.SAMPLINGFREQUENCY) + ' -ab ' + str(headphones.BITRATE) + 'k' elif headphones.ENCODERVBRCBR=='vbr': cmd=cmd+' -aq ' + str(headphones.ENCODERQUALITY) - cmd=cmd+ ' -y -ac 2 -map_metadata 0:0,s0 -vn' + cmd=cmd+ ' -y -ac 2 -map_meta_data 0:0,s0 -vn' else: cmd=cmd+' '+ headphones.ADVANCEDENCODER cmd=cmd+ ' "' + musicDest + '"'