NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Information Community Announcements v
« Previous 1 … 23 24 25 26 27 … 56 Next »
New RenameRecordings

 
  • 0 Vote(s) - 0 Average
New RenameRecordings
Tre
Offline

Junior Member

Posts: 20
Threads: 9
Joined: Jul 2005
#11
2006-09-22, 10:26 PM
This doesn't sound like brain surgery, but maybe you should transcode BEFORE you rename it.. Rename it last....
theredbaron
Offline

Member

Posts: 69
Threads: 16
Joined: Feb 2006
#12
2006-09-23, 04:49 PM
That's what I did first, but after the transcoding is launched, it in turn launches other apps, and the recording gets renamed after the first leg of the transcode, thus screwing up the automated process. KingArgyle said here, http://forums.nextpvr.com/showthread.php?t=3589&page=29 , that it would be possible to have it rename first and then point to the new variable.
darisb
Offline

Member

Posts: 117
Threads: 16
Joined: May 2005
#13
2006-09-27, 01:27 PM
Thanks for updating this app for SQLite. I must be doing something wrong. When I run it against a recording it fails and says no episode found. At the beginning the output says that's it's looking for config.xlm in c:\gbpvr\gbpvr, however I have mine in the default location (c:\program files\devnz\gbpvr).

I located a string in the renamerecording.cs and changed it, but the app is still looking in c:\gbpvr\gbpvr. What am I missing here?

Thank,
Daris

SERVER: Dell Studio 540 - Intel Quad core 2.33 GHz, Vista Home Premium SP1, 6 GB RAM, 750 GB SATA , ATI x700 Pro 256MB, Hauppauge 2250, GBPVR v1.4.7, Intervideo & Cyberlink codecs, MCE remote
CLIENT1: MediaMVP (D3A wired)
CLIENT2: Dell Dimensions c521 - AMD 64 3200+, Windows XP Home SP2, 1 GB, 80 GB SATA, NVIDIA GeForce 6150 Integrated, GBPVR v1.4.7, Dell MCE remote & reciever
Ton
Offline

Member

Posts: 233
Threads: 16
Joined: Aug 2005
#14
2006-09-27, 08:54 PM
<Blush> seems I left some of my test-code in there....

I have fixed this and have updated the zip-file in the first post of this thread.

Sorry for the inconvenience...

Regards,
//Ton
darisb
Offline

Member

Posts: 117
Threads: 16
Joined: May 2005
#15
2006-09-27, 09:55 PM
No worries. I really appreciate this app and the work that you are doing on it. I actually got it working temporarily by creating that directory and putting a copy of config.xml into it.

Daris

SERVER: Dell Studio 540 - Intel Quad core 2.33 GHz, Vista Home Premium SP1, 6 GB RAM, 750 GB SATA , ATI x700 Pro 256MB, Hauppauge 2250, GBPVR v1.4.7, Intervideo & Cyberlink codecs, MCE remote
CLIENT1: MediaMVP (D3A wired)
CLIENT2: Dell Dimensions c521 - AMD 64 3200+, Windows XP Home SP2, 1 GB, 80 GB SATA, NVIDIA GeForce 6150 Integrated, GBPVR v1.4.7, Dell MCE remote & reciever
garetmax

Unregistered
 
#16
2006-11-04, 08:38 PM
Hey Ton,

I can't seem to get this working for me.:confused:

Here's the error in my log.

Thanks


RenameRecording v2.1 build20051223
Title: World Poker Tour
Argument: -t G:\Recorded Shows\World Poker Tour\World Poker Tour_20061104_12001400-3.mpg
System.NullReferenceException: Object reference not set to an instance of an object.
at RenameRecording.RenameRecording.GetEpisodeInfo(String& sEpisodeName, Int32& iEpisodeOid)
at RenameRecording.RenameRecording.GetEpisodeInfo(String& sEpisodeName, Int32& iEpisodeOid)
System.ApplicationException: Failed to get episode info for file 'G:\Recorded Shows\World Poker Tour\World Poker Tour_20061104_12001400-3.mpg' ---> System.NullReferenceException: Object reference not set to an instance of an object.
at RenameRecording.RenameRecording.GetEpisodeInfo(String& sEpisodeName, Int32& iEpisodeOid)
--- End of inner exception stack trace ---
at RenameRecording.RenameRecording.GetEpisodeInfo(String& sEpisodeName, Int32& iEpisodeOid)
at RenameRecording.RenameRecording.DoMain()
System.NullReferenceException: Object reference not set to an instance of an object.
at RenameRecording.RenameRecording.GetEpisodeInfo(String& sEpisodeName, Int32& iEpisodeOid)
garetmax

Unregistered
 
#17
2006-11-04, 11:22 PM
Hey Ton,

I took the -t option out of the post-processing batch file and it seems to work. I really like having the -t option for the title though for my files. Do you use the -t option?

Also, I just use the standard directories as you pointed out in a previous post so I don't think that is a problem.
"- Put RenameRecording in your GBPVR directory
- Make sure you "cd c:\Program Files\devnz\gbpvr" "


Thanks


RenameRecording v2.1 build20051223
...using System.Data.SQLite.SQLiteFactory DB Provider Factory
Argument: G:\Recorded Shows\24\24_20061104_15001600.mpg
Episode name: 3AFF06- Day 3: 6:00PM - 7:00PM
Episode Oid: 51
Renaming file: G:\Recorded Shows\24\24_20061104_15001600.log
to: G:\Recorded Shows\24\3AFF06- Day 3- 6-00PM - 7-00PM.log
Renaming file: G:\Recorded Shows\24\24_20061104_15001600.mpg
to: G:\Recorded Shows\24\3AFF06- Day 3- 6-00PM - 7-00PM.mpg
Renaming file: G:\Recorded Shows\24\24_20061104_15001600.txt
to: G:\Recorded Shows\24\3AFF06- Day 3- 6-00PM - 7-00PM.txt
Ton
Offline

Member

Posts: 233
Threads: 16
Joined: Aug 2005
#18
2006-11-06, 11:37 AM
Hi,

I just checked and it looks like I forgot a single line of code (to do with the "-t" switch).

I will add this and try to post an update either today or tomorrow...

Regards,
//Ton
Ton
Offline

Member

Posts: 233
Threads: 16
Joined: Aug 2005
#19
2006-11-10, 10:49 PM
Okay,

I have updated the zip-file in the first post of this thread to now include (again) support for the "-t" switch....

Enjoy,
//Ton
garetmax

Unregistered
 
#20
2006-11-12, 07:12 PM
Thanks TonSmile

Awesome - it works great. Can you update the Wiki also?

I tried using the addepisode program but really didn't like the way it renamed episodes.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): « Previous 1 2 3 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Yet Another RenameRecordings Batch files SANGER_A2 53 28,888 2012-06-16, 06:45 AM
Last Post: SANGER_A2

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

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

Linear Mode
Threaded Mode