[mythtv-commits] Ticket #12598: IPTV/Freebox multiple recorders issue (both transition as new setup)

MythTV noreply at mythtv.org
Tue Jan 12 13:06:15 UTC 2016


#12598: IPTV/Freebox multiple recorders issue (both transition as new setup)
----------------------------------+-----------------------------
 Reporter:  charles.bovy@…        |          Owner:
     Type:  Bug Report - General  |         Status:  new
 Priority:  minor                 |      Milestone:  unknown
Component:  MythTV - General      |        Version:  Master Head
 Severity:  medium                |     Resolution:
 Keywords:  iptv freebox          |  Ticket locked:  0
----------------------------------+-----------------------------

Comment (by charles.bovy@…):

 unique inputgroupids are based on unique inputgroupname.

 The inputgroupname consists of 'hostname|m3u-url' for both recorders:
 {{{
 "ubuntu|http://192.168.1.1/file.m3u"
 }}}
 So because inputgroupname is exactly the same, there is no unique
 inputgroupid created, but existing inputgroupid used (see
 CardUtil::CreateInputGroup() in cardutil.cpp).

 In the Freebox-world, the same m3u URL can be used for multiple recorders
 so we need to differentiate. What are the possibilities to add a count
 while creating the inputgroup? Maybe work with the parentid to determine
 uniqueness?
 Example:
 {{{
 "ubuntu|http://192.168.1.1/file.m3u|1"
 "ubuntu|http://192.168.1.1/file.m3u|2"
 }}}

--
Ticket URL: <https://code.mythtv.org/trac/ticket/12598#comment:1>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list