NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 28 29 30 31 32 … 93 Next »
Rename Recording

 
  • 0 Vote(s) - 0 Average
Rename Recording
dshoup
Offline

Member

Posts: 247
Threads: 39
Joined: Jan 2006
#161
2006-01-23, 01:13 PM
Thanks again! 'Worked like a charm. Yet another reason to hate Microsoft...Wink
humpty
Offline

Member

Posts: 76
Threads: 11
Joined: Sep 2005
#162
2006-02-20, 04:59 AM
Where EXACTLY does the episode information come from? I have a bunch of files with the old naming convention of "Airline_20051227_09301000.mpg" for example that I have moved from my old 800MHz machine to a new install of GBPVR on a more suitable unit.

I did an "Export Recordings" and an Import, but the XML file that it created was blank from the old machine even though all of the episodes are there (and the Video Archive database picked up all the information).

Any suggestions would be appreciated. I want to have My Videos be able to recognize my episodes automatically as I have over 200 shows PVR'd that I would like your application to rename.

Thanks!
turkey
Offline

Member

Posts: 206
Threads: 17
Joined: Sep 2005
#163
2006-02-20, 05:53 AM
all of the information comes from the database, so i dont think this utility will work for you. That naming convention that you quoted only has the name of the show in it, which GBPVR would match with the episode name in the database. Once that database is gone, there is no way to know which Airline episode is which.

If you still have the old database and computer, you can rename them on that setup before copying them over to the new computer. That's the only way i can think of doing it.
humpty
Offline

Member

Posts: 76
Threads: 11
Joined: Sep 2005
#164
2006-02-20, 06:32 AM
turkey Wrote:all of the information comes from the database, so i dont think this utility will work for you. That naming convention that you quoted only has the name of the show in it, which GBPVR would match with the episode name in the database. Once that database is gone, there is no way to know which Airline episode is which.

If you still have the old database and computer, you can rename them on that setup before copying them over to the new computer. That's the only way i can think of doing it.

Am I just to rename the files in their folders? I am not sure I understand what you are suggesting. I thought that somewhere on my old machine in a database a record would link the file name "airline-...." to the episode number and episode title since they do appear on the old system properly.

I do still have the old machine that I can boot up again, but I did take the media drive out. I am trying to avoid manually renaming all of the files with the s01e01 format for MyVideos to properly get the info.
turkey
Offline

Member

Posts: 206
Threads: 17
Joined: Sep 2005
#165
2006-02-20, 06:57 AM
humpty Wrote:Am I just to rename the files in their folders?
yes, but on the old machine, with this utility.
humpty Wrote:I thought that somewhere on my old machine in a database a record would link the file name "airline-...." to the episode number and episode title since they do appear on the old system properly.
True. Set up the old machine with renamerecordings, rename them there, and then transfer the newly named files over to the new machine.

Do you want to import the info to the new install of GBPVR? Or do you want to just rename the actual files. The first, this wont help, if the second, then do this:
1)download renamerecording from here
2)unzip into the gbpvr directory
3)on the windows command line, type in: RenameRecording.exe -t
That should rename all of the existing files if they are in the database. If it doesnt work, let me know...i have another way of doing it.
humpty
Offline

Member

Posts: 76
Threads: 11
Joined: Sep 2005
#166
2006-02-20, 07:00 AM
I will give that a try tomorrow... thanks for your help!
ZaDDaZ
Offline

Member

Posts: 96
Threads: 6
Joined: Mar 2005
#167
2006-02-20, 02:48 PM
This is all assuming that your old database still has the records in it for the recordings in question. If you ever try to rename a file manually, GBPVR will delete the record and it is eternally unrecoverable... Episode information for shows where the data in the GBPVR database has been deleted shows up in Video Archiver because it makes copies of the recording info in its own database based on the file name. One thing that is bad about renaming recordings since ultimately, there are 2 records in the VA database for each recording.

I have never used the Import/Export function, so I am not familiar with it.

I would recommend getting the files renamed on the previous server, but if you have ever ran GBPVR on it without your media drive and did not backup your GBPVR.mdb file, then all the records will more than likely be deleted. In that case, there is little that can be done, short of manually renaming them all yourself.... If you do have a backup or have not ran GBPVR on the old machine and renaming goes well, you have 2 options. If you use Video Archiver, you can copy the entries for these shows to the Video Archiver database and just copy the files over. If not, you will to stop GBPVR on both machines, open up both GBPVR.mdb databases, copy the appropriate records and files over and fix any path names in the target database.

I would recommend the Video Archiver method as it doesn't count on paths or anything.
omaha_jeff
Offline

Junior Member

Posts: 8
Threads: 1
Joined: Feb 2006
#168
2006-02-25, 07:29 PM
How does one use RecordingsManager?
Do you put in PostProcessing.bat or do you simply schedule it to run at given times? I've run it from the command line and it renamed my files as prescribed.

Also, if I enable comskip/comclean in the .xml settings, do I need to turn off the auto-comskip options in GBPVR?

Also, how would I get my programs transcoded? Would I let GBPVR do it via it's post processing settings or does it need to be done another way?

Thanks.
turkey
Offline

Member

Posts: 206
Threads: 17
Joined: Sep 2005
#169
2006-02-25, 11:44 PM (This post was last modified: 2006-02-26, 08:19 PM by turkey.)
omaha_jeff Wrote:How does one use RecordingsManager?
Do you put in PostProcessing.bat or do you simply schedule it to run at given times?
I run it in postprocessing.bat by adding this line:
recordingsmanager %1

omaha_jeff Wrote:Also, if I enable comskip/comclean in the .xml settings, do I need to turn off the auto-comskip options in GBPVR?
If you have a postprocessing.bat, i dont think comskip will run from the GBPVR config, so you will have to either run comskip with recordingsmanager, or call it in a batch file. I call it in paralleprocessing.bat, which runs at the start of recording, so comskip is done when the recording is done. I am pretty sure that you can also just run recordingsmanager in paralleprocessing.bat to do the same thing.

As for conversion, I don't know why it would be effected by this.
bobrap
Offline

Member

Posts: 103
Threads: 19
Joined: Aug 2005
#170
2006-02-26, 08:16 PM
[QUOTE=turkey]I run it in postprocessing.bat by adding this line:
postprocessing.bat %1

Is this correct? I still can't figure this out. Do you use renamerecording.exe or recordingsmanager.exe in postprocessing.bat?
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (31): « Previous 1 … 15 16 17 18 19 … 31 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  Custom recording tomx 2 762 2025-02-07, 09:14 AM
Last Post: tomx
  API call for Recording Complete linustorvalds 1 503 2025-01-19, 02:11 PM
Last Post: mvallevand
  Manual recording API mvallevand 2 1,170 2023-11-09, 02:14 PM
Last Post: mvallevand
  Recording direct to GPhotos API rgonzalez 0 1,547 2020-06-29, 04:45 AM
Last Post: rgonzalez
  Recurring Recording URL Parameters jcole998 2 3,102 2019-09-19, 01:08 PM
Last Post: jcole998
  Get recording length from stream skogl 46 14,711 2019-08-15, 09:34 PM
Last Post: sub
  Unexpected result when deleting a pending recording scJohn 5 3,931 2018-05-06, 10:09 PM
Last Post: sub
  How to best verify success when adding a recurring recording drmargarit 1 2,908 2017-03-02, 03:13 PM
Last Post: mvallevand
  Change recording filename programmatically immediately before recording starts? craigrs84 5 6,277 2015-07-13, 09:28 PM
Last Post: patco444
  Recording a specific episode based on season and episode number cbgifford 26 10,888 2014-12-19, 10:28 PM
Last Post: cbgifford

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode