[mythtv-commits] Ticket #7123: Problem with tuner groups

MythTV mythtv at cvs.mythtv.org
Tue Sep 29 18:53:45 UTC 2009


#7123: Problem with tuner groups
-------------------------------------+--------------------------------------
 Reporter:  anonymous                |        Owner:  gnome42
     Type:  defect                   |       Status:  closed 
 Priority:  minor                    |    Milestone:  0.22   
Component:  MythTV - Video Playback  |      Version:  head   
 Severity:  low                      |   Resolution:  fixed  
  Mlocked:  0                        |  
-------------------------------------+--------------------------------------
Changes (by shane):

  * status:  started => closed
  * resolution:  => fixed


Comment:

 (In [22114]) Fixes #7123. Do Input Group checks for the GET_*FREE_RECORDER
 backend queries.

 These need to do the igrp checking and return tuners with at least one
 available input:

 void MainServer::HandleGetFreeRecorder(PlaybackSock *pbs)
 void MainServer::HandleGetFreeRecorderCount(PlaybackSock *pbs)
 void MainServer::HandleGetNextFreeRecorder(QStringList &slist,
 PlaybackSock *pbs)

 For this function, the igrp checking is already done by the caller (eg.
 tv_play).
 It returns a list of non-IsBusy() tuners.

 void MainServer::HandleGetFreeRecorderList(PlaybackSock *pbs)

 NOTE: GetFreeInputs() does an IsBusy() check.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/7123#comment:15>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list