[mythtv-commits] Ticket #9724: Internet Video (blip.tv) broken in 0.24

MythTV noreply at mythtv.org
Thu Apr 14 00:54:25 UTC 2011


#9724: Internet Video (blip.tv) broken in 0.24
------------------------------------+----------------------------
 Reporter:  emunson@…               |          Owner:
     Type:  Bug Report - General    |         Status:  closed
 Priority:  trivial                 |      Milestone:  0.24.1
Component:  Plugin - MythNetvision  |        Version:  0.24-fixes
 Severity:  low                     |     Resolution:  fixed
 Keywords:                          |  Ticket locked:  0
------------------------------------+----------------------------
Changes (by Github):

 * status:  infoneeded_new => closed
 * resolution:   => fixed


Comment:

 RSS Parsing: Check player tags to make sure they don't have child
 elements.

 This works around some very odd RSS feeds produced by Blip.tv, which
 inline a bunch of of HTML instead of using attributes as the Media RSS
 specification specifies:

 Reference: http://video.search.yahoo.com/mrss

 "Allows the media object to be accessed through a web browser media player
 console. This element is required only if a direct media url attribute is
 not specified in the <media:content> element. It has 1 required attribute,
 and 2 optional attributes.

         \<media:player url=\"http://www.foo.com/player?id=1111\"
 height=\"200\" width="400" /\>

 url is the url of the player console that plays the media. It is a
 required attribute.

 height is the height of the browser window that the url should be opened
 in. It is an optional attribute.

 width is the width of the browser window that the url should be opened in.
 It is an optional attribute."

 So, basically, we work around the violation of the spec by checking for
 child elements.

 Fixes #9724.
  Changeset: f6e282f4cd95de787448ee32281cc0c20caafc5d

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/9724#comment:9>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list