NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 42 43 44 45 46 … 93 Next »
Help - not a NET programmer

 
  • 0 Vote(s) - 0 Average
Help - not a NET programmer
jdonth
Offline

Member

Posts: 52
Threads: 6
Joined: Sep 2005
#21
2007-07-17, 05:42 PM
Quote:I'm probably dumb, but where do you make your recordings-schedule then, you have to see some guide or....

HtV,
I am confident you are not dumb Smile

I do use the EWA when I have to. It's just that my viewing habit is to record all episodes of any show that I want to follow and delete the episodes I don't want to watch via my television/MVP.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#22
2007-07-17, 05:43 PM
jdonth Wrote:What kind of entry do I need to make in the Programme table? When I look at it, it looks like only individual episodes are stored there.
The table contains the listings for each channel. A season recording always links to one of these programmes, so that it can show info like the title etc in the Recordings screen.

Quote:I wish I could use the web admin examples but I have tried to mimic the calls and get nothing in return.
This is probably an indication you made the call with some incorrect parameters.

Quote:Is there a set of tools, How-tos, etc that makes this possible for non-.NET programmers?
sorry, no there isnt.
jdonth
Offline

Member

Posts: 52
Threads: 6
Joined: Sep 2005
#23
2007-07-17, 05:53 PM
Sub,

When I run my program it places an entry in the Recording_schedule table only.

If I then run the config program, and Update the EPG from there, it will populate the programme table for me. How can I duplicate that action?
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#24
2007-07-17, 05:54 PM
If I may....

The reason you aren't getting anyone to help write a program, is the consensus seems to be 'why write a program if it's not necessary'?

And so everyone goes about showing you how it's not necessary.

I agree. It's not necessary to write a program that would call the config.exe.

I write in VB6.

I have been successful in manually adding reccurring events into the database,and then triggering GB-PVR to populate the pending items...

From reading this thread, I think I noticed you missing one thing, I just can't remember off hand what it is.

I will have a look at my code again...

BTW, what language do you use?
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#25
2007-07-17, 05:58 PM
jdonth Wrote:If I then run the config program, and Update the EPG from there, it will populate the programme table for me. How can I duplicate that action?
The ScheduleHelper API takes care of creating the pending recordings. There is no other recommended mechanism.
Jim_
Offline

Senior Member

Posts: 696
Threads: 21
Joined: Dec 2005
#26
2007-07-17, 06:18 PM
jdonth Wrote:I just want to automate recording-scheduling so I don't have to use the guide to make recording-scheduling choices.

The CDK Scheduler part of the XRecord plugin does just this and much, much more.
[SIZE="1"]HP e9240f| Phenom II X4-945| Radeon HD4650 1-gig | 8 gig ram | Blu-Ray
Windows 7 64bit | 1TB system | 1.5TB Recordings | 3-TB Library
HDMI >> Sony 40" 1080p LCD TV
HVR-2250 | HVR-1290 | WinTV PVR USB2 | WinTV HD-PVR | GBPVR 1.4.7[/SIZE]
Projects: I-xmltv (Unsupported at this time) |
jdonth
Offline

Member

Posts: 52
Threads: 6
Joined: Sep 2005
#27
2007-07-17, 06:46 PM
Quote:If I may....

The reason you aren't getting anyone to help write a program, is the consensus seems to be 'why write a program if it's not necessary'?

And so everyone goes about showing you how it's not necessary.

I agree. It's not necessary to write a program that would call the config.exe.

I write in VB6.

I have been successful in manually adding reccurring events into the database,and then triggering GB-PVR to populate the pending items...

From reading this thread, I think I noticed you missing one thing, I just can't remember off hand what it is.

I will have a look at my code again...

BTW, what language do you use?

FrankZ,

Thank you for your response.

I'm not trying to call the config.exe program - I am trying to duplicate one specific function of it - UpdateEPG (without using .NET)

If you happen to think of what I'm missing please let me know. I program in several languages. For Windows machines I use Delphi (Pascal) for the majority of my code. I can read VB, C, C++, etc so any examples in those languages would be helpful.
gEd
Offline

Posting Freak

London
Posts: 3,518
Threads: 100
Joined: Jan 2005
#28
2007-07-17, 08:26 PM
sub Wrote:If you're running the old v0.99.12 release, but didnt apply the patches from the old v0.99.12 survival guide, then this could explain why those command lines arent creating the pending recordings for you.

I can't see the 99.12 survival guide around any more but I have all the patches available so if you send me your email address via a private message on the forum, I can email it to you.

Sub: Which patch fixed the -onlyemptyepg / -onlyupdateepg from the command line bug. was it the recording service or backendcommon update?
“If this is the way Queen Victoria treats her prisoners, she doesn't deserve to have any.”
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#29
2007-07-17, 08:30 PM
gEd Wrote:I can't see the 99.12 survival guide around any more but...
The thread is still there, but its no longer sticky, so many pages back now. http://forums.nextpvr.com/showthread.php...ival+guide

Quote:Sub: Which patch fixed the -onlyemptyepg / -onlyupdateepg from the command line bug. was it the recording service or backendcommon update?
I think the last one listed.
jdonth
Offline

Member

Posts: 52
Threads: 6
Joined: Sep 2005
#30
2007-07-17, 09:19 PM
[SIZE="5"]IT WORKED![/SIZE]

Thank you to everyone who helped with this. I installed the patched GBPVRBackendCommon.dll and the Pending episodes are now updating.

Great, great, great!

Thanks again,
Joe
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

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


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

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

Linear Mode
Threaded Mode