Opened 14 years ago
Closed 14 years ago
Last modified 14 years ago
#9856 closed Bug Report - General (Invalid)
<player> and <download> don't work on 0.24
Reported by: | 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&app=youtube_gdata&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&app=youtube_gdata&autoplay=1&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)
See the grabber documentation, these options are not fully implemented yet.