I have just written a new utility that does the same thing that renamerecording did. This will work only if you have switched to the sqlite database. It is used the same way renamerecordings was used:
In postprocessing.bat:
addepisode.exe %1
The utility will add an episode name to the show name if there is one, otherwise it will just be the show name. It will then update the database with the new filename.
The file "sqlite3" must be in the same directory as the utility. Although I have tested it on my own computer, it is not guaranteed to work on your computer.
EDIT: I have updated it to not hardcode the directory, but these files MUST be in the same directory as the gbpvr database.
In postprocessing.bat:
addepisode.exe %1
The utility will add an episode name to the show name if there is one, otherwise it will just be the show name. It will then update the database with the new filename.
The file "sqlite3" must be in the same directory as the utility. Although I have tested it on my own computer, it is not guaranteed to work on your computer.
EDIT: I have updated it to not hardcode the directory, but these files MUST be in the same directory as the gbpvr database.