2005-02-03, 04:35 AM
Rename Recordings
This is a GBPVR utility application that will take in the full path of a GBPVR recording, and rename
it to the Episode's Sub Title name. If an Episode does not have a sub title, the recording name
stays the same. The physical file name is renamed, as well as the name in the GBPVR database.
So for example:
Las Vegas_20050201_220000.mpg will become
The Count of Montecito.mpg
It will still reside under the Las Vegas folder.
The best way to run this application is as part of the GBPVR PostProcessing.bat file.
Add an entry that looks like this to the the file:
renamerecording %1
Place RenameRecording.exe and RecordingUtil.dll (part of the External Recording Manager 0.1.0. Beta),
in the root GBPVR directory.
You can also run it from the command line:
renamerecording "C:\Tivo\Common\Las Vegas\Las Vegas_20050201_220000.mpg"
Note: I have not tested this with any other Video plugins. If any plugins rely on the original naming convention, then some information those plugins rely on may not work with the renamed file.
This is a GBPVR utility application that will take in the full path of a GBPVR recording, and rename
it to the Episode's Sub Title name. If an Episode does not have a sub title, the recording name
stays the same. The physical file name is renamed, as well as the name in the GBPVR database.
So for example:
Las Vegas_20050201_220000.mpg will become
The Count of Montecito.mpg
It will still reside under the Las Vegas folder.
The best way to run this application is as part of the GBPVR PostProcessing.bat file.
Add an entry that looks like this to the the file:
renamerecording %1
Place RenameRecording.exe and RecordingUtil.dll (part of the External Recording Manager 0.1.0. Beta),
in the root GBPVR directory.
You can also run it from the command line:
renamerecording "C:\Tivo\Common\Las Vegas\Las Vegas_20050201_220000.mpg"
Note: I have not tested this with any other Video plugins. If any plugins rely on the original naming convention, then some information those plugins rely on may not work with the renamed file.