I am running the Picard 2.0 beta dev5 release and am getting the following error when I try to apply and save tags:
E: 13:56:35,734 util.thread.run:51: Traceback (most recent call last):
File "picard\util\thread.py", line 47, in run
File "picard\file.py", line 241, in _save_and_rename
File "picard\file.py", line 407, in _save_images
File "picard\coverart\image.py", line 300, in save
File "picard\coverart\image.py", line 318, in _next_filename
TypeError: %b requires bytes, or an object that implements __bytes__, not 'str'
I realize it’s a beta version and bugs are to be expected but I wanted to mention this, in case it’s not a known issue.