[RELEASE] Pneumatic - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27) +---- Forum: Program Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=151) +---- Thread: [RELEASE] Pneumatic (/showthread.php?tid=97657) Pages:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
|
RE: [RELEASE] Pneumatic - Popeye - 2012-07-29 (2012-07-29, 15:32)atmorell Wrote: Good job with version 0.26. Thanks.The articles are broken on on the server. Get a good back-up provider... RE: [RELEASE] Pneumatic - atmorell - 2012-07-30 ... RE: [RELEASE] Pneumatic - atmorell - 2012-07-31 Have you thought about letting Pneumatic support other protocols than local NZB files? ssh, ftp or http would be super awesome as the STRM files could be generated on a remote server and shared across multiple XBMC installations. It kinda sucks that the path is hard coded into the STRM files - not your fault I tried adding a Sick-Beard directory with STRM files to XBMC. Files are picked up and scanned into the XBMC. However when I try play a file Pneumatic can't fetch the file. ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.program.pneumatic/?mode=strm&type=add_file&[email protected]:/home/atmorell/Public/Downloads/Sick-Beard/foo.nzb&nzbname=foo I have set up SSH keys so atmorell can log into the server without authentication. RE: [RELEASE] Pneumatic - Popeye - 2012-07-31 (2012-07-31, 10:26)atmorell Wrote: btw have you thought about letting Pneumatic support other protocols than local NZB files? ssh, ftp or http would be super awesome as the STRM files could be generated on a remote server and shared across multiple XBMC installations. It kinda sucks that the path is hard coded into the STRM files - not your fault The limitation is within SAB since pneumatic merely sends the link to the nzb to SAB. In your example above, SAB will get a path and it will fail (since SAB doesn't support ssh). There are numerous solutions and I'm not sure what is the best way forward.. RE: [RELEASE] Pneumatic - atmorell - 2012-07-31 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. RE: [RELEASE] Pneumatic - Popeye - 2012-07-31 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. RE: [RELEASE] Pneumatic - atmorell - 2012-07-31 STRM files where generated by the Sick-Beard fork with STRM support. Just did a quick test and everything works if I change the type to addurl. RE: [RELEASE] Pneumatic - simon_rb - 2012-08-02 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 :-) RE: [RELEASE] Pneumatic - dr99 - 2012-08-02 (2012-08-02, 00:56)simon_rb Wrote: 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. I get the same script error when I try to access the incomplete folder. RE: [RELEASE] Pneumatic - Popeye - 2012-08-02 (2012-08-02, 00:56)simon_rb Wrote: 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. (2012-08-02, 01:30)dr99 Wrote:(2012-08-02, 00:56)simon_rb Wrote: 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. I hear you but I need the logs... RE: [RELEASE] Pneumatic - atmorell - 2012-08-04 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? RE: [RELEASE] Pneumatic - dr99 - 2012-08-05 (2012-08-04, 10:15)atmorell Wrote: 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. Yeah, me and simon_rb are having the same problem as you. I sent my logs to Popeye to check them out. For now you can add your incomplete folder as a video source in xbmc and play the file from there. RE: [RELEASE] Pneumatic - simon_rb - 2012-08-05 (2012-08-05, 01:46)dr99 Wrote:(2012-08-04, 10:15)atmorell Wrote: 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. That's a clever way round - I might do that :-) I'm also getting an error once I finish a film I don't get the delete or repair menu.. I'll have to send some logs Popeyes way. Bless him he does work hard :-) RE: [RELEASE] Pneumatic - Krankie882 - 2012-08-05 Will This work with easynews.com on a jailbroken apple tv via xbmc ? Re: RE: [RELEASE] Pneumatic - Popeye - 2012-08-05 (2012-08-05, 19:54)Krankie882 Wrote: Will This work with easynews.com on a jailbroken apple tv via xbmc ? No. Or yes it can, but will take some work. You will have to write the easynews addon. Just look at he code for nzbmatrix or newznab . The apple tv cant mount shares so pneumatic wont work. However, with xbmc for android the situation will be similar so I'm thinking of fixing something for the autumn.... Regarding the incomplete folder. There is something fishy going on and I'm about to take a look at it. Stay tuned... |