picard-plugins icon indicating copy to clipboard operation
picard-plugins copied to clipboard

ReplayGain TypeError when calculating gain

Open djm2k opened this issue 6 years ago • 1 comments

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

djm2k avatar Feb 22 '19 00:02 djm2k

I have this issue as well. Even occurs when calculating for a single MP3 track.

harvest316 avatar Dec 03 '19 01:12 harvest316

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.

.

phw avatar Oct 18 '22 07:10 phw