NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums General General Discussion v
« Previous 1 … 146 147 148 149 150 … 159 Next »
Saving Recording Info

 
  • 0 Vote(s) - 0 Average
Saving Recording Info
jerry430
Offline

Member

Posts: 108
Threads: 35
Joined: Mar 2005
#1
2005-07-30, 02:17 PM
I seem to periodically lose my recording info, though the video files are saved in the Video Library. It happened last month when I tried to install a plugin, and last week when I did a Checkdisk.
Is there some way that I can periodically manually save the EPG recording info to another file, so that I can copy it back to GBPVR when I lose it?
Jeff
Offline

Posting Freak

Posts: 1,933
Threads: 69
Joined: Oct 2004
#2
2005-07-30, 03:44 PM
I don;t see how installing a plug-in could cause you to loose recording info. In any event, there are plug-ins that save this info so they will have it even if GBPVR deletes the info from its database. The Video Archive plug-in does and I think XRecord and My Videos do as well.

Jeff
jorm
Offline

Posting Freak

Posts: 2,014
Threads: 109
Joined: Aug 2004
#3
2005-07-30, 05:32 PM
I have seen gbpvr pop open an install box and deletes the contents of the database. Xrecord has a executable that comes with it called xexport that you can add to postprocessing.bat and it will export a dat file with the epg data after the recording is done.

Or in xrecord if you hit stop you can export all.
WinXP Home
3 X MVPs
Hauppauge 250 MCE
Hauppauge 150
P-4 2.4 GHz / 768 megs Ram
610 Gigs Of Media Storage
soccerdad
Offline

Posting Freak

Posts: 1,198
Threads: 137
Joined: Feb 2005
#4
2005-07-31, 01:39 AM
FYI, when GBPVR does its auto install (when you don't want it to, usually after installing or changing some plugins), I found that it saves the original GBPVR.mdb file as "old" It doesn't just overwrite it. To get your recording listings back, rename the "old" file to "GBPVR" and you should get your listings back.
[SIZE="1"] Server= Asus M3A78-EM, 4 gigs ram, AMD A64 5200+, Windows 7 home premium 32, 1 HVR-1800, 1 PCH A-100, Test Rig, Biostar 880g+, AMD X2 260, 4 gb ram, Windows, 7 Home Premium 32, 1 DCR-2650 cablecard tuner [/SIZE]
[SIZE="1"][/SIZE]
jerry430
Offline

Member

Posts: 108
Threads: 35
Joined: Mar 2005
#5
2005-08-02, 02:22 AM
I renamed the old & GBPVR.mdb files as suggested by Soccerdad but was still unable to get the old program info that was lost. So I installed XRECORD. I think I may have installed or configured it incorrectly. When I click on the "Dl image" buttons, I get the message "Error:The underlying connection was closed:The remote name could not be resolved". None of the other buttons on the CONTL-S screen do anything. I'm curious as to where videos are supposed to be exported to when you click EXPORT ALL, the Movies & Videos files? It does nothing now.
My only reason for installing XRECORD was to have a way of retrieving info on recordings that I lose periodically.
TIA
jorm
Offline

Posting Freak

Posts: 2,014
Threads: 109
Joined: Aug 2004
#6
2005-08-02, 12:13 PM
export all exports epg for each show to a .dat
WinXP Home
3 X MVPs
Hauppauge 250 MCE
Hauppauge 150
P-4 2.4 GHz / 768 megs Ram
610 Gigs Of Media Storage
reefboy
Offline

Member

Posts: 188
Threads: 50
Joined: Dec 2004
#7
2005-08-05, 05:53 PM
I had the same problem the other night. I installed the latest version of My Pictures. When I went into the GBPVR config file it did it's auto start thing and wiped out my database. I thought I did something wrong or ran the config file before I should have.

The last backup I had was over 2 weeks old so things are a mess now although not a complete loss.

I was wondering if others have done a batch file to run each night to backup the gbpvr.mdb file to another location so that you can always roll back to an evening before? Can the gbpvr.mdb be copied while gbpvr is running? Or is there another easy way to have a backup done every day of the gbpvr.mdb file?

thanks!
AMD Athlon XP 2500+, Asus A7V8X-X, 1 gb Ram, 7600 GT, Hauppauge WinTV-PVR-250 & Hauppauge WinTV-PVR-150, 1.5 Terabyte Seagate HD, XP Pro
reefboy
Offline

Member

Posts: 188
Threads: 50
Joined: Dec 2004
#8
2005-08-08, 06:32 AM
Using system scheduler and creating my own *.bat file, I now have a new backup each night for my gbpvr.mdb file. Never again will I have a bunch of "failed" recordings going back two weeks or more! Or at least not as many! Worst case would be however many programs were recorded since the night before or the last back up. Well Actually it would be easy to increase the number of times it is backed up with system scheduler..

If you are interested I can post my *.bat file.
AMD Athlon XP 2500+, Asus A7V8X-X, 1 gb Ram, 7600 GT, Hauppauge WinTV-PVR-250 & Hauppauge WinTV-PVR-150, 1.5 Terabyte Seagate HD, XP Pro
jerry430
Offline

Member

Posts: 108
Threads: 35
Joined: Mar 2005
#9
2005-08-09, 07:51 PM
Reefboy
Please post your.bat file. I see sub is releasing a new version of GBPVR. I'd like to be sure I can hold on to my recording info if I install the latest version.
reefboy
Offline

Member

Posts: 188
Threads: 50
Joined: Dec 2004
#10
2005-08-10, 03:46 AM
I'm sure there are more elegant ways of doing this... but this worked for me. I saved the following as copy.bat in the root c:\ drive and used system scheduler to execute it every night at 3:00 am. You could easily expand from here if you want redundancy.
So the following will first delete your backup from the night before and then copy your current gbpvr.mdb from it's native directory to the root c directory.

del c:\gbpvr.mdb
cd C:\Program Files\devnz\gbpvr
copy gbpvr.mdb c:\
AMD Athlon XP 2500+, Asus A7V8X-X, 1 gb Ram, 7600 GT, Hauppauge WinTV-PVR-250 & Hauppauge WinTV-PVR-150, 1.5 Terabyte Seagate HD, XP Pro
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Quick Question about Daylight Saving Time SamM 1 871 2023-10-29, 02:59 AM
Last Post: mvallevand
Bug Issue when watching a channel that is also recording vaarticus 7 1,729 2023-01-17, 02:52 PM
Last Post: mvallevand
  How to play a recording from other system using VLC turmbrown 3 2,638 2022-01-28, 11:10 PM
Last Post: HarryH3
  Schedule Recording error floridasound 1 1,109 2021-11-05, 01:32 PM
Last Post: mvallevand
  Scheduling a recording Noggle 4 2,082 2020-06-01, 02:13 AM
Last Post: Noggle
  TS and PART file? Download/recording tv streams joeijm 5 3,959 2018-03-25, 01:53 AM
Last Post: joeijm
  Advanced Rules - Setting up prime time recording (Primetime Anytime from DISH) Kwisatz Haderach 0 2,158 2017-12-23, 05:33 AM
Last Post: Kwisatz Haderach
  Conflict recording in latest version p37307 1 2,096 2017-08-04, 04:12 AM
Last Post: sub
  Recording Sports Seasons (NHL, MLB, NBA, etc) jbkuma 2 2,683 2015-10-09, 10:11 PM
Last Post: jbkuma
  Not saving in s01e01 file format jeflatt 4 3,137 2015-09-30, 08:26 PM
Last Post: mvallevand

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

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

Linear Mode
Threaded Mode