[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
|
- Popeye - 2011-11-24 And 0.0.14 is released with a bunch of bugfixes.. - simon_rb - 2011-11-24 Popeye Wrote:And 0.0.14 is released with a bunch of bugfixes.. Spot on Popeye. Everything working 100% Your a legend. Thank you - dr99 - 2011-11-24 The mkv files work great. Time for some 1080p streaming thanks to Popeye. - Popeye - 2011-11-25 simon_rb Wrote:Spot on Popeye. Everything working 100% Thanks! I have reconsidered your donation offer and really appreciate it. I have added a donation button in the first post if anyone wants to buy me a beer or two - simon_rb - 2011-11-25 Popeye Wrote:Thanks! Popeye, Donated as promised. I know it's not much however it should buy you a couple of beers... The wife has just told me she's pregnant!!! I'm gonna be a dad. Ahh scary! Anyways - thank you again Popeye.... - Popeye - 2011-11-26 Cheers Simon and congratulations! I have hacked together a general Newznab addon (Thanks Mar2zz for the idea) with a high level of configurability. I have no hard code categories and read these using the newznab api. Since you might not want to show all categories I have included an option to hide by just using the context menu. If you want to go advanced, the filter is a configurable regexp accessible through the settings. All meta data like thumbs and actors are also configurable through regexps and I have included a base that works for nzb.su go grab plugin.video.nzbstream and give it a try, it even works with beta versions of some sites.. - lordindy - 2011-11-26 Holy Shit! Congratulations! simon_rb Wrote:Popeye, - xcandyman1 - 2011-11-27 If anyone is experiencing playback stopping when a download is complete even though they have enabled allowed streaming in the ini file please check the sabnzbd.ini file again as it seems if you edit the web ui config it seems to revert the allow streaming line back to 0 in the config file Hope this helps someone - Popeye - 2011-11-27 xcandyman1 Wrote:If anyone is experiencing playback stopping when a download is complete even though they have enabled allowed streaming in the ini file please check the sabnzbd.ini file again as it seems if you edit the web ui config it seems to revert the allow streaming line back to 0 in the config file Thanks for the conclusion! I will add a check if the flag is set and set it if it isn't, so no one will have to mess with the sabnzbd.ini files more. Since most things seems to work I will focus more on nice to have features such as categories, search history and SABnzbd queue management.. - workshy - 2011-11-27 I have this installed on an aTV2 and sabnzbd installed on a mac. I have NFS manager running on the mac and stream tv shows from it without problems but am not too sure if this plugin works with my set up. I have entered the incomplete folder in the settings and when click on it, the contents of the folder appear on the screen so it is seeing it ok. I can get the list of nzb's to show but when i choose one i get the message 'request to sabnzbd failed'. I have the ip address of my mac entered in the settings but am not sure if this is the correct way to go about it. The log shows this error; 17:17:33 T:116842496 NOTICE: unable to load url: http://192.168.1.74:8080/api?apikey=09c27924........etc Any ideas on what i need to change? - Popeye - 2011-11-27 Ip, port or the api key is what I suspect... open the web interface in a browser and you should have all you need there. - workshy - 2011-11-27 The ip of my mac is static at 192.168.1.74 which is what appears in the log. I tried the default 127.0.0.1 which is the setting of sabnzbd on the mac but still get the same error. The port sabnzbd uses on the mac is the default 8080 and the api key is exactly as it appears in the log as i copied and pasted directly to the settings xml file. - Popeye - 2011-11-27 workshy Wrote:The ip of my mac is static at 192.168.1.74 which is what appears in the log. I tried the default 127.0.0.1 which is the setting of sabnzbd on the mac but still get the same error. Key from sab, port and ip correct, hmm. Can you browse sab from another computer? - kricker - 2011-11-27 On the ATV2 you do not want to use 127.0.0.1 as the IP. That is a loopback IP meaning the computer looks to itself. Make sure in SABnzbd+ Config/General the IP is set to the static IP of the Mac (192.168.1.74). Double check for sure that is the IP of the Mac. Also turn off HTTPS (I don't know if HTTPS works with this add-on or not). Double check you got the API Key and not the NZB Key. The see if it pasted in a space before or after the key. Then as Popeye suggested connect to SABnzbd+ using a web browser from another computer or a mobile app. As far as I can tell from he code (which is not much because I suck at Python), browsing the incomplete folder is actually using the file path and not getting the information from SABnzbd+. Until you know that you can communicate with SABnzbd+ trying to stream is moot. It also might just be my setup, but I have found that streaming from SABnzbd+ from a remote PC doesn't always work. Streaming on the same PC where SABnzbd+ is running works great. - workshy - 2011-11-27 Thanks kricker...it was that i had the IP in sabnzbd still set as 127.0.0.1 and not the IP of the mac. I have changed this and now the nzb file starts to download. I think what you said about problems streaming from a remote PC may be true as it just downloads and doesn't start playing lol. |