View Full Version : Import/Export recording tool
I wrote a little tool if you want to export the recordings information from one machine's database and import it in to someone else's database.
If there is any interest in this I will send it to sub to post.
This can be useful if you want to send a recording from one machine to another. I have a C# xml driven ftp client that can be used to script that as well. It is not fully tested but does appear to work.
I am interested. I am thinking of trying to write a plug-in that will go through the recordings and pull out old ones into a video archive. You could then navigate through the archive by show title . I haven't a clue however how to access the recording information.
Quote[/b] ] I haven't a clue however how to access the recording information
Take a look at the web code in C:\program files\devnz\gbpvr\web. This retrieves the recordings, and all associated programme information.
I tried looking at the code and think I have an idea what to do except that I have one blocking problem. The line
ScheduleHelper scheduleHelper = ScheduleHelper.getInstance();
Won’t compile for me. The compiler says that “The type or namespace ‘ScheduleHelper’ could not be found.
What am I doing wrong?
Thanks
You'd need to add a reference to the GBPVRBackendCommon.dll
Powered by vBulletin® Version 4.1.9 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.