[mythtv-commits] Ticket #314: Unable to use UserJobs #3 and #4

MythTV mythtv at cvs.mythtv.org
Sat Sep 10 16:33:26 UTC 2005


#314: Unable to use UserJobs #3 and #4
----------------------------------+-----------------------------------------
 Reporter:  armin.buehler at web.de  |       Owner:  ijr 
     Type:  patch                 |      Status:  new 
 Priority:  minor                 |   Milestone:      
Component:  mythtv                |     Version:  head
 Severity:  low                   |         Cc:                        |  
----------------------------------+-----------------------------------------
 Userjobs number > 2 will not get scheduled, because of a wrong bit
 handling.

 e.g. if you want to run a userjob3, the jobtype is 0x400 (JOB_USERJOB3).
 So JobQueue::JobText() tries to get the job description from the database
 by doing a bit shift of 8 which results in
 "4" instead of the "3".

 I added a new function which returns the set bit number for a userjob and
 changed the corresponding
 code segments.

-- 
Ticket URL: <http://cvs.mythtv.org/trac/ticket/314>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list