deniscerri / ytdlnis

Android Video/Audio Downloader app using yt-dlp
GNU General Public License v3.0
2.9k stars 97 forks source link

[FEATURE / FIX] Replace non standard chars in metadata to Standard ones #508

Open decipher3114 opened 1 week ago

decipher3114 commented 1 week ago

Basically, this feature will replace all chars that are not the standard unicode chars to their standard counterparts.

Example : , [U+FF0C (Full width Comma)] -> , [U+002C] (Comma)

It can be easily implemented as there are only 4-5 such chars, namely

You can search for the symbols that may exist in place of the UTF ones.

zaednasr commented 5 days ago

oh damn i forgot about this... next release i guess

zaednasr commented 1 day ago

This could be done in title and author if they are filled out in the download card, but about the rest??? I have no idea

zaednasr commented 1 day ago

I think you should just add your own extra command with --replace-in-metadata