Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#9856 closed Bug Report - General (Invalid)

<player> and <download> don't work on 0.24

Reported by: snouf@… Owned by: robertm
Priority: minor Milestone: 0.24.1
Component: Plugin - MythNetvision Version: 0.24-fixes
Severity: medium Keywords:
Cc: Ticket locked: no

Description

On 0.24 the command in tag <player> and <download> (and argument in tag <playerargs> and <downloadargs> don't work.

For reproduce this bug, use the modified version in attachment of "/usr/share/mythtv/internetcontent/nv_python_libs/mainProcess.py" : http://pastebin.com/gaNyeedn (see line 118, 121,122,123,124)

A example of generaded item :

                <item>
                    <title>Thoughts from The Well</title>
                    <author>vlogbrothers</author>
                    <pubDate>Mon, 04 Apr 2011 21:31:35 GMT</pubDate>
                    <description>my.water.org In which Hank goes on a walk to the spring where the people of Savann Tabak get their water.</description>
                    <link>http://www.youtube.com/v/QG-hEOPQRlY?f=videos&amp;app=youtube_gdata&amp;autoplay=1</link>
                    <media:group>
                        <media:thumbnail url='http://i.ytimg.com/vi/QG-hEOPQRlY/hqdefault.jpg'/>
                        <media:content url='http://www.youtube.com/v/QG-hEOPQRlY?f=videos&amp;app=youtube_gdata&amp;autoplay=1&amp;debug' duration='240' width='' height='' lang=''/>
                    </media:group>
                    <rating>4.9633274</rating>                    
                    <player>touch</player>
                    <playerargs>/tmp/mythnetvision_runplay</playerargs>
                    <download>touch</download>
                    <downloadargs>/tmp/mythnetvision_download</downloadargs>
                </item>

When I run video, mythnetvision run webrowser. and /tmp/mythnetvision_runplay is not created

When I press "M" en "download video" /tmp/mythnetvision_download don't create.

On mythconverg table internetcontentarticles collum player, playerars, download, downloadargs are empty !

(On 0.23 when I run "download video" the mythnetvison run the <player> command)

Change History (2)

comment:1 Changed 13 years ago by robertm

Resolution: Invalid
Status: newclosed

See the grabber documentation, these options are not fully implemented yet.

comment:2 Changed 13 years ago by snouf@…

Ok, for <download> there are a comment but not for <player>

Note: See TracTickets for help on using tickets.