[mythtv-users] pass info for job queue status

2005-10-28 Thread WiFi Fun
I am working on a myth2ipod/portable script with some great help from a few others. I need some direction as to where to look for an example of providing progress information so that the backend status on mythweb and system info can display progress. After poring through scripts, I am stumped as

Re: [mythtv-users] pass info for job queue status

2005-10-28 Thread Brad Benson
On 10/28/05, WiFi Fun [EMAIL PROTECTED] wrote: I am working on a myth2ipod/portable script with some great help froma few others. I need some direction as to where to look for an exampleof providing progress information so thatthe backend status onmythweb and system info can display progress.

Re: [mythtv-users] pass info for job queue status

2005-10-28 Thread WiFi Fun
This is not in C, but accessing the DB is no problem. The key then is how to find what job item I am. Looking at the jobqueue table it looks like we have the same chanid, start/end times used to identify the recorded program the job relates to. This should work. The field statustime; is this