Page 1 of 1

Supporting %S.N as in SHOW.NAME

Posted: November 9th, 2009, 9:49 pm
by thatcoder
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.