Is it possible to support renaming the show name of each tv show to uppercase?
My current library does something like this SHOW.NAME/S01/SHOW.NAME.S01E01.ext
I was able to use a plug-in post-processing script to support renaming the file name, but now I'm having trouble with the primary directory.
Since I am running this on a debian box, it creates a brand new directory with the mixed case Season.Name instead of putting it in my existing directory like it does on my Mac box which is case-insensitive.
Thanks.