[mythtv-commits] Ticket #11365: Fix external channel changer support for iptv recorder (freebox)
MythTV
noreply at mythtv.org
Sun Jan 20 12:46:27 UTC 2013
#11365: Fix external channel changer support for iptv recorder (freebox)
--------------------------------+----------------------------------
Reporter: torbjorn.jansson@… | Type: Patch - Bug Fix
Status: new | Priority: trivial
Milestone: unknown | Component: MythTV - General
Version: 0.26-fixes | Severity: medium
Keywords: | Ticket locked: 0
--------------------------------+----------------------------------
while i was trying to setup my dreambox as a recording according to the
wiki page: http://www.mythtv.org/wiki/Dreambox-NetworkRecorder i found a
bug with the external channel changer support.
if you set an external channel changer command in the database for a iptv
recorder it will not work and backend logs:
{{{
CoreContext channelbase.cpp:963 (InitializeInputs) - ChannelBase(5):
External Channel changer is set, but this device does not support it.
}}}
reason for this is the function IsExternalChannelChangeSupported() is
placed in the wrong class.
currently it is in the iptv recorder but it should be in the iptv channel
class instead.
attached patch fixes this.
--
Ticket URL: <http://code.mythtv.org/trac/ticket/11365>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center
More information about the mythtv-commits
mailing list