smirgol / plugin.video.crunchyroll

Watch videos from the anime platform Crunchyroll.com on Kodi
GNU Affero General Public License v3.0
49 stars 10 forks source link

fix: Bad encoding in sub file name #31

Closed lumiru closed 9 months ago

lumiru commented 9 months ago

Generated file name can contain non ASCII character (like Ç for French - Français) and kodi reject parsing bytes to string with incompatible characters (it causes the same bug as here).

smirgol commented 9 months ago

Thank you. I somehow thought makeLegalFilename does that already, but it seems that it doesn't. :)