Salmiak is the Nokia 3310 of file renaming apps.
A very VERY simple tool to rename all files and folders so that they play nice with Plex. There are many tools like this, however, Salmiak tries to remove complexity by just offering the basics.
$ pip install salmiak
If you get a permissions error then run the following command instead
$ sudo -H pip install salmiak
$ salmiak -d /path/to/media_files
$ salmiak /path/to/media_files
TV Shows are still in somewhat of a beta. I've not tested this very well so please submit any filenames that you would like to add to my test for support. Note: I only support TV Show files right now. Folders are bit tricky so I need to give that a bit more thought before I can support it
$ python salmiak.py -h
usage: salmiak.py [-h] [-d] media
Rename files and folders to fit Plex
positional arguments:
media Where your mediafiles are
optional arguments:
-h, --help show this help message and exit
-d, --dryrun Print out the changes without actually doing them