kevcoxe / yt-to-plex

0 stars 0 forks source link

Fix safe filename #2

Open kevcoxe opened 3 years ago

kevcoxe commented 3 years ago

Right now in scripts/utils.py there is clean_filename() and it does a pretty good job at cleaning up the file names, but lots of titles have things in them that screw it up still like ... or emojis.

We need to clean the filenames and remove any ., /, \ or other things that will mess it up.