Now in support forum.########
Hello all.
I now use my gbpvr to record shows and then convert them to mp4 to playback on my ipod. I run comskip and comclean then move the file to my default conversion folder. I get this all to work (then videora runs automatically and converts to mp4 ready to transfer to my ipod).
BUT, I would like the recordings to be named with the show name as well as the episode name.
Currenlty I get a name like this: Seinfeld_20051123_23300000.mpg
I would like it to appear like this: Seinfeld - The Blood.mpg
I have tried renamerecording and this, as far I as I am able to figure out, will rename the show to the episode only, so The Blood.mpg.
After renamerecording I obviously I lose the file (since %1 no longer works) and I don't know how to automatically cut and move the file to my default conversion directory. How can I also find the name of the recently renamed file and then move it?
Any help?
Here is my postproceessing.bat
comskip %1
call comclean %1
del "%~dpn1.log"
del "%~dpn1.txt"
del "%~dpn1.logo.txt"
del "%~dpn1_original.mpg"
RenameRecording %1 > RenameRecording.log
move %1 F:\Media\Video\Videora\Downloads
FYI.......the Videora\Downloads location runs Videora and converts anything dumped there to mp4 for the ipod.
Thanks!
Hello all.
I now use my gbpvr to record shows and then convert them to mp4 to playback on my ipod. I run comskip and comclean then move the file to my default conversion folder. I get this all to work (then videora runs automatically and converts to mp4 ready to transfer to my ipod).
BUT, I would like the recordings to be named with the show name as well as the episode name.
Currenlty I get a name like this: Seinfeld_20051123_23300000.mpg
I would like it to appear like this: Seinfeld - The Blood.mpg
I have tried renamerecording and this, as far I as I am able to figure out, will rename the show to the episode only, so The Blood.mpg.
After renamerecording I obviously I lose the file (since %1 no longer works) and I don't know how to automatically cut and move the file to my default conversion directory. How can I also find the name of the recently renamed file and then move it?
Any help?
Here is my postproceessing.bat
comskip %1
call comclean %1
del "%~dpn1.log"
del "%~dpn1.txt"
del "%~dpn1.logo.txt"
del "%~dpn1_original.mpg"
RenameRecording %1 > RenameRecording.log
move %1 F:\Media\Video\Videora\Downloads
FYI.......the Videora\Downloads location runs Videora and converts anything dumped there to mp4 for the ipod.
Thanks!