Hello,
Is it possible to load STRM's from a webserver? (XML or HTTP)
Normal working STRM file:
plugin://plugin.program.pneumatic/?mode=strm&type=add_file&nzb=D:\foo\bar.nzb&nzbname=bar
I tried changing the STRM file to http and add the webserver to XBMC as a HTTP.
plugin://plugin.program.pneumatic/?mode=strm&type=add_file&nzb=http://www.foo.dk/bar.nzb&nzbname=bar
When I press enter to open the server there is no files displayed. If this is possible how should the webserver respond? Also tried with XML, but no results.
Is it possible to load STRM's from a webserver? (XML or HTTP)
Normal working STRM file:
plugin://plugin.program.pneumatic/?mode=strm&type=add_file&nzb=D:\foo\bar.nzb&nzbname=bar
I tried changing the STRM file to http and add the webserver to XBMC as a HTTP.
plugin://plugin.program.pneumatic/?mode=strm&type=add_file&nzb=http://www.foo.dk/bar.nzb&nzbname=bar
When I press enter to open the server there is no files displayed. If this is possible how should the webserver respond? Also tried with XML, but no results.
Code:
<item>
<title>bar</title>
<link>plugin://plugin.program.pneumatic/?mode=strm&type=add_file&nzb=foo.nzb&nzbname=bar</link>
</item>