You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I‘m trying to rip a box set and it’s been working well until a certain disc where I am met with ‘UnicodeEncodeError’.
On closer inspection, following the URL to MusicBrainz, I believe the issue lies with not being able to process the Cyrillic name of the first release listed.
I have path_filter_dot, path_filter_posix, path_filter_vfat, path_filter_whitespace and path_filter_printable all set to True in my config file, which has helped me in the past with tracks that have “I’m” or “can’t” in the title, etc. – however because the issue is the artist’s name I’m assuming that these filters don’t apply.
Regardless, the listing with Cyrillic isn’t the listing I’m looking for, so I’ve tried the -R flag with the exact MusicBrainz ID but the error is again met as it still tries to ‘process’ all available listings before parsing the ID provided.
The full command I am invoking is: whipper cd rip -R 4be756e0-dbff-465c-a541-bfcfae964154 -C complete -k
If anyone can give me advice on how to fix this (or what I’m doing wrong) that would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.
To help make it easier for us to investigate your issue, please follow the contributing instructions.
I’m now also receiving the same error for the “ character (u201c) – and again this error is met when trying to parse a release that I’m not interested in, even though I’ve specified the -R flag.
I‘m trying to rip a box set and it’s been working well until a certain disc where I am met with ‘UnicodeEncodeError’.
On closer inspection, following the URL to MusicBrainz, I believe the issue lies with not being able to process the Cyrillic name of the first release listed.
I have
path_filter_dot
,path_filter_posix
,path_filter_vfat
,path_filter_whitespace
andpath_filter_printable
all set toTrue
in my config file, which has helped me in the past with tracks that have “I’m” or “can’t” in the title, etc. – however because the issue is the artist’s name I’m assuming that these filters don’t apply.Regardless, the listing with Cyrillic isn’t the listing I’m looking for, so I’ve tried the -R flag with the exact MusicBrainz ID but the error is again met as it still tries to ‘process’ all available listings before parsing the ID provided.
The full command I am invoking is:
whipper cd rip -R 4be756e0-dbff-465c-a541-bfcfae964154 -C complete -k
If anyone can give me advice on how to fix this (or what I’m doing wrong) that would be greatly appreciated.
The text was updated successfully, but these errors were encountered: