Posts: 64
Joined: Jan 2012
Reputation:
0
2012-07-31, 11:32
(This post was last modified: 2012-07-31, 11:41 by atmorell.)
Sabnzbd supprts HTTP. Just tried adding a NZB file located on a webserver through the Sabnzbd web interface and the download started right away. When I manually edited a STRM file with the same URL - XBMC/Pneumatic gives me an I/O error.
11:00:03 T:2958716928 NOTICE: -->Python Interpreter Initialized<--
11:00:05 T:2958716928 ERROR: Error Type: <type 'exceptions.IOError'>
11:00:05 T:2958716928 ERROR: Error Contents: (2, 'No such file or directory', 'http://localhost:3000/foo.nzb')
11:00:05 T:2958716928 ERROR: Traceback (most recent call last):
File "/Users/atmorell/Library/Application Support/XBMC/addons/plugin.program.pneumatic/default.py", line 797, in <module>
is_home, sab_nzo_id = is_nzb_home(params)
File "/Users/atmorell/Library/Application Support/XBMC/addons/plugin.program.pneumatic/default.py", line 127, in is_nzb_home
response = SABNZBD.add_file(nzb.encode('latin-1'), category=category)
File "/Users/atmorell/Library/Application Support/XBMC/addons/plugin.program.pneumatic/sabnzbd.py", line 52, in add_file
responseMessage = post_form.post(path, self.apikey, url, **kwargs)
File "/Users/atmorell/Library/Application Support/XBMC/addons/plugin.program.pneumatic/post_form.py", line 15, in post
with open(path, 'rb') as out:
Any ideas why this is happening? Thought Pneumatic just sent the NZB link to Sabnzbd - looks like it tries to read the NZB first.
Posts: 964
Joined: Aug 2009
Reputation:
27
Popeye
Posting Freak
Posts: 964
How did you compose your strm file?
this: plugin://plugin.program.pneumatic?mode=strm&nzb=[url.encoded.nzb.http.path]&nzbname=[url.encoded.output.name]
should work. The if type= is missing, it defaults to type=addurl indicating a url is in the nzb= parameter.
Posts: 169
Joined: Nov 2011
Reputation:
1
Excellent update there mr P. Flicked through a few releases and all ok. Only problem I have it I can not access the incomplete folder - I get a script error, I'll try and send you a log sometime.
Cheers again for the update!!! Very happy :-)
Posts: 64
Joined: Jan 2012
Reputation:
0
2012-08-04, 10:15
(This post was last modified: 2012-08-04, 10:48 by atmorell.)
Last nighy I streamed an item and stopped watching after one hour because it got kinda late. When I tried to finish the item this morning Pneumatic gives me a Script error. (XBMC - Programs - Pneumatic: press enter on item in incomplete folder) Everything is downloaded and all the folders look right with __ADMIN__ and rar files. Sabnzbd status is FAILED - however this should be normal with the Allow Streaming.
From Sabnzbd wiki.
Experimental option allowing streaming. You'll need a mediaplayer that can play from an incomplete set of unprocessed files. Jobs will not be post-processed, but remain in the temporary download folder and finally end up in History as "failed". From there you can either post-process the job after all or just delete everything.
Running on OSX Lion. Anyone else having this problem?
Posts: 12
Joined: Jan 2012
Reputation:
0
Will This work with easynews.com on a jailbroken apple tv via xbmc ?