[mythtv-commits] Ticket #11128: UPnP playback of recordings broken in 0.25

MythTV noreply at mythtv.org
Sat Sep 29 08:38:18 UTC 2012


#11128: UPnP playback of recordings broken in 0.25
--------------------------------------+---------------------
     Reporter:  tradke@…              |      Owner:  dblain
         Type:  Bug Report - General  |     Status:  new
     Priority:  minor                 |  Milestone:  unknown
    Component:  MythTV - UPnP         |    Version:  0.25.2
     Severity:  medium                |   Keywords:
Ticket locked:  0                     |
--------------------------------------+---------------------
 After upgrading from 0.24 to 0.25 I cannot play recordings via XBMC and
 UPnP. The content directory is shown correctly, but if I click on an item
 the server says that the item could not be found.
 From mythbackend.log and browsing the source code I think I found the
 cause:
 When delivering the content, the server assigns an Id to each entry from
 the recordings table. The Id is composed of channel id and start time. The
 start time is converted to UTC before using it as Id. But when the client
 requests that item, the channel id and start time is used for the select
 in the recordings table, but not converted back to local time. So the item
 cannot be found in database.

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/11128>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list