Changes between Initial Version and Version 1 of Ticket #6909


Ignore:
Timestamp:
Aug 25, 2009, 10:40:07 PM (15 years ago)
Author:
sphery
Comment:

dup of #6208

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6909

    • Property Status changed from new to closed
    • Property Resolution changed from to duplicate
  • Ticket #6909 – Description

    initial v1  
    11Latest trunk (21517), Live TV, watching a channel (say 8), press arrow up (or down?) to select a different channel (say 7) and press Enter. MythTV tries to tune the expected channel (7) but immediately switches to the channel with lowest number. Relevant -v siparser,record,channel:
    2 
     2{{{
    332009-08-26 00:04:21.013 ChannelBase(1): Failed to find channel(7) on current input (DVBInput #2) of card (1).
    442009-08-26 00:04:21.014 ChannelBase(1): Found channel(7) on another input (DVBInput #3) of card (1).
     
    662009-08-26 00:04:21.027 ChannelBase(1): Found channel(1) on another input (DVBInput #1) of card (1).
    772009-08-26 00:04:21.035 TVRec(1): SetChannel(1) -- begin
    8 
     8}}}
    99I tried to rename/renumber the channel 1 to channel 9 out of curiosity and MythTV was then falling to channel 2 (lowest available channel number) when asked for channel 7 (or any other, doesn't matter).