BurntSushi / imdb-rename

A command line tool to rename media files based on titles from IMDb.
The Unlicense
222 stars 20 forks source link

Remove special characters? #28

Open kolbdog323 opened 1 week ago

kolbdog323 commented 1 week ago

I am using the windows version is there a way to remove the special characters when you do the imdb-rename since it won't let me rename the imdb video file if the name on imdb has these these characters in it. " / \ ? : "

BurntSushi commented 1 week ago

The simplest way is probably to just patch in your own substitution and rebuild imdb-rename.

Otherwise, someone could put together a patch that adds a flag for customizing this somehow. But I don't plan on working on it any time soon.