NextPVR Forums

Full Version: RenameRecording with Title and Subtitle
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Per request from the community I have updated the version of RenameRecordings that I use so that it may include the title as well as the subtitle of the show in the file name. There is an optional parameter added:

-t - Include title as well as subtitle in the following format: Title - Subtile.ext

So it would look like the following if added to the PostProcessing.bat file:

RenameRecording.exe -t %1 > rename.log

If you only want the subtitle, then just include the following:

RenameRecording.exe %1 > rename.log

The wiki has two versions of RenameRecording on the site. If you want to include title as well as subtitle then you need the RenameRecordingWithTitle.zip from the wiki.

http://gbpvr.com/pmwiki/pmwiki.php/Utili...eRecording
This version has been updated, the latest test release can be found in this thread, as soon as I hear that it is working correctly, I'll update the wiki with the working version.

http://forums.nextpvr.com/showthread.php?t=10931&page=4
Official version 1.1 is now available on the wiki. Thanks to all those that tested it.

http://gbpvr.com/pmwiki/pmwiki.php/Utili...eRecording