Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#10358 closed Bug Report - General (fixed)

MythTV UPnP incompatible with WD TV Live

Reported by: TS <thoseni@…> Owned by: Kenni Lund [kenni a kelu dot dk]
Priority: minor Milestone: 0.25
Component: MythTV - UPnP Version: 0.24-fixes
Severity: medium Keywords: upnp wdtv
Cc: Ticket locked: no

Description

Using Western Digital TV Live (generation 3) to play recordings made by MythTV does not work if the "subtitle" for the recording is empty. In this case MythTV sends back the "description" of the recording instead, and if this field happens to be longer than 220 characters, WDTV Live will not play the recording.

An old and closed Ticket 6114 suggests a patch in which only the first 128 characters of the description is returned. This is not how MythTV is currently implemented though, but the suggestion still makes sense for two reasons at least.

One is that the subtitle column in the recorded table is char(128) so if a subtitle was present in the first place then at most 128 chars would be returned.

Another is that the subtitle/description value is returned in an xml element called "title" indicating that this is not the place to insert a full description of a recording?

Attachments (1)

wdtvlive_homeland7_details_req.txt (4.0 KB) - added by TS <thoseni@…> 12 years ago.
A sample of the upnp HTTP req/response when trying to play a recording with an empty subtitle

Download all attachments as: .zip

Change History (3)

Changed 12 years ago by TS <thoseni@…>

A sample of the upnp HTTP req/response when trying to play a recording with an empty subtitle

comment:1 Changed 12 years ago by Github

Milestone: unknown0.25
Resolution: fixed
Status: newclosed

Limit the uPnP recording description length to 128 characters for compatibility. When a recording doesn't have a subtitle, we currently insert the full description of the recording into the title/subtitle. As this breaks some uPnP clients, let's truncate the description at 128 characters for compatibility.

Fixes #10358.

Branch: master Changeset: 7f8dda1aad52f3ee789514bf762c666fb347131a

comment:2 Changed 12 years ago by Kenni Lund [kenni a kelu dot dk]

Owner: changed from dblain to Kenni Lund [kenni a kelu dot dk]
Note: See TracTickets for help on using tickets.