[mythtv-commits] Ticket #10545: Unable to switch inputs in live tv if they are in the same input group.

MythTV noreply at mythtv.org
Fri Apr 6 16:03:55 UTC 2012


#10545: Unable to switch inputs in live tv if they are in the same input group.
------------------------------------------+-----------------------------
 Reporter:  David Stanczak <dstanczak@…>  |          Owner:  stichnot
     Type:  Bug Report - General          |         Status:  accepted
 Priority:  minor                         |      Milestone:  0.25
Component:  MythTV - General              |        Version:  Master Head
 Severity:  medium                        |     Resolution:
 Keywords:                                |  Ticket locked:  0
------------------------------------------+-----------------------------

Comment (by stichnot):

 The other part of the logic in is_input_group_busy() tests whether the
 candidate input (i.e. the one not currently showing Live TV but in the
 same input group) is analog.  This is defined according to the query:

 {{{
 select mplexid, atsc_minor_chan, serviceid from channel
 where (mplexid != 32767 or atsc_minor_chan != 0 or serviceid != 0)
 and sourceid=<SOURCEID>;
 }}}

 where <SOURCEID> is the appropriate result from:

 {{{
 select sourceid from videosource;
 }}}

 If the first query returns no results, then the source is determined to be
 analog and the input is determined to be busy.

 Can you run this query and see if this is indeed the case here?

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/10545#comment:8>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list