
robert-ramsey at uiowa
Mar 9, 2007, 5:51 PM
Post #5 of 6
(791 views)
Permalink
|
I had tried adding records to both the record table and the job_queue table, but that wasn't enough. I copied existing entries, changing only the start and stop times and the job wasn't picked up by the backend. Is all the source a script or is the backend a binary? Guess I'll find out. :) Thanks, Bob -----Original Message----- From: mythtv-users-bounces [at] mythtv on behalf of D Sent: Fri 3/9/2007 6:02 PM To: Discussion about mythtv Subject: Re: [mythtv-users] Programming mythtv interface TABLE: record FIELDS: pk(recordid) k(chanid,starttime) k(title) k(seriesid) k(programid) I'd look at the source, too. On 3/9/07, Tom Lichti <tom [at] redpepperracing> wrote: > Ramsey, Robert L wrote: > > Hi, > > > > For several different reasons, I need to be able to programmatically add > > jobs to the mythtv queue to be recorded. I know I could fake a post > > request to programmatically fake a web request to schedule a recording, > > but it seems like it would be simpler just to add the mysql entries to > > the right tables for the backend to find. But then I'm not that > > knowledgable about how the backend works. ;) > > > > Can someone point me to that documentation for that? > > Worst case, turn on database logging on the backend, schedule a > recording, and look at the queries that are logged. > > Tom > > _______________________________________________ > mythtv-users mailing list > mythtv-users [at] mythtv > http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users > _______________________________________________ mythtv-users mailing list mythtv-users [at] mythtv http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
|