picard-plugins
picard-plugins copied to clipboard
ReplayGain TypeError when calculating gain
ReplayGain Logs this error upon trying to calculate for an album:
E: 11:46:04,011 util.thread.run:56: Traceback (most recent call last): File "picard\util\thread.py", line 52, in run File "...\AppData\Local\MusicBrainz\Picard\plugins\replaygain.zip\replaygain_init_.py", line 120, in calculate_albumgain calculate_replay_gain_for_files(files, format, self.tagger) File "...\AppData\Local\MusicBrainz\Picard\plugins\replaygain.zip\replaygain_init_.py", line 43, in calculate_replay_gain_for_files decode_filename(b' '.join(file_list))) TypeError: sequence item 0: expected a bytes-like object, str found
I have this issue as well. Even occurs when calculating for a single MP3 track.
This was already fixed with #290 a while back.
Also there is a new replaygain2 plugin (which will be available for download in a few hours) and the old replaygain plugin is considered deprecated and will be removed in the future. See #336 for details.
.