[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 - wolverine30008 - 2015-07-15 No Worries.I will try. Thanks.Looking forward to the updated version RE: [RELEASE] Pneumatic - wolverine30008 - 2015-07-15 Popeye- I have done the revisions to the utility.py file and still receive error "failed to write to incomplete folder" Im new to python but the revisions are common sense red and green-delete and add right?But in this case its just the opposite.I am reversing what was done to the util.py file-but still no luck. Next I will try each revision one by one and not change the others.Its worth a shot. FYI-Xtreamer Wonder Box Android 4.4.2 Qaud Core A9 Mac OSX 10.10 Yosemite helix 14.2 Here is a log with the original util.py http://xbmclogs.com/poumavmky Here it is with the revisions u suggested http://xbmclogs.com/pjeoabtev I reviewed the logs and best I could tell is at the end it states a clean error By the way I double checked that the drive and incomplete folder is read/write enabled RE: [RELEASE] Pneumatic - lightshow12 - 2015-07-20 I am encountering a similar issue as some others here when Pneumatic would get to a loop of trying to find the proper incomplete folder where SAB is currently downloading the file. I've found the following with this set-up: Baseline: SabNZBd, Newznab, and Pneumatic all configured with 21:02:16 T:139932039374592 NOTICE: -->Python Interpreter Initialized<-- 21:02:16 T:139932039374592 NOTICE: plugin.program.pneumatic: v0.4.1 started SAB: 0.8.x (Git Cloned onto CentOS Server) Newznab works and can send the NZB for SABNZB to download with no problem. SabNZBd is set to allow_streaming so the rars come in order. This is verified by having XBMC/KODI play the raw file under incomplete while the NZB is still downloading (but has enough data for the first RAR to play the video). SABNZBd is putting the incomplete files it downloads into the incomplete folder with no postprocessing. I've double checked the settings.xml files for all three plugins to verify they're set properly (under userdata) So I'm looking at the default.py def find_incomplete(folder, nzbname): and def incomplete methods Without any changes to your default.py, watching the logs I notice the following: While tailing the kodi.log file in userdata (debug is set to true for pnuematic and sabnzbd) Code: 20:32:01 T:139932730091264 NOTICE: plugin.program.pneumatic: is_nzb_home: folder: smb://TAKIMEDIA/takamini-kun/incomplete/masterchef.australia.s07e57.pdtv.x264-fqm/ sab_nzo_id: None 20:32:58 T:139932730091264 NOTICE: plugin.program.pneumatic: find_incomplete: folder: S nzbname: S So in my setup, I've tried across a few platforms (MAC yosmite, Fedora 21, and Windows 7) with a few variants of the “incomplete” folder share. I've tested with the above logs from a Linux box doing the SMB path, I've tested with Windows 7 with a network drive mapped to Z:\ and with MAC doing an NFS mount to a local directory (so the path was absolute in Kodi/XBMC). All of them come up with the same issue. I did look back into your previous git checkins for default.py but didn't see anything major stand out to me that would cause an issue (I've used a build of your plugin a year or two back with no issues). I've also tried across Kodi 14.2, 14.0 and XBMC 13.2 Helix with the same results. What I think is the culprit is this section: Code: def is_nzb_home(params): I'm hitting that last if else statement to get the sab_nzo_id For some reason, it is unable to resolve that value properly and it is blank for the subsequent calls in the python. Also could be due to API change in SABNZB https://forums.sabnzbd.org/viewtopic.php?f=3&t=14842&p=85620 That thread mentions the "Check Before Download" Switch which makes the first ID one thing, then after the check, assigns a new nzo_id. I am not using that feature, however. Just to further test, I set up a SABnzbd at the following versions: 0.7.4 0.7.20 and 0.8.0 Each test resulted in the same results in the kodi log with debugging turned on. Code: 00:40:37 T:139932039374592 NOTICE: plugin.program.pneumatic: is_nzb_home: folder: smb://TAKIMEDIA/takamini-kun/incomplete/Shortland.Street.S24E111E112.HDTV.x264-FiHTV/ sab_nzo_id: None Code: 00:40:56 T:139932039374592 NOTICE: plugin.program.pneumatic: is_nzb_home: waiting for nzb: sab_nzo_id: SABnzbd_nzo_UjW9vg for: 10 seconds I'm going to try on a Windows Box again next with the SABnzbd at 0.7.4. Same issue with the Windows Box with a Z:/ network mapped to a SMB share. RE: [RELEASE] Pneumatic - wolverine30008 - 2015-07-29 I have finally figured out the problem for my situation with remote incomplete folder errors. I was in the process of forwarding my ports for all of my usenet programs and realized my mac yosemite was not listed on my routers networked device list as ethernet or wifi connected so I then traced the ethernet cord to its source...I couldnt beleive my eyes when I found it connected to another router and then to the mac .The fix was easy from there I bypassed the second router and connected it straight to the mac and BAMMM it worked.I can now access my incomplete folder from my android box and stream flawlessly. So for those of you who may be experiencing the same incomplete folder error I was I suggest you take a close look at your connected devices via your router and make sure your device and pc/mac are listed if not traceback those connections to there origins. Best of luck! On another note-does anyone know why the nzbtv addon defaults to the remote channels.xml provided as a default from the addon author ckerrgald even though I have enabled the local channels xml via settings and an xml file on a zip drive with the same utf-8 encoding and tvrage/thetvdb format,select OK to save.I have cleared the cache multiple times in the addons userdata folder but it just rebuilds the .tbn file from the default remote xml.It should work I dont get it! FYI-as a last resort I have copy and pasted the remote xml and have edited for my favorite chanels and shows.I only listed maybe 20 different channels and 70 shows in my local xml on my zip drive but when selecting the addon it loads the same default remote xml listing much more channels.Is there a special xml I should be using or could popeye or anyone looking to lend a hand on this thread please post a link of an example xml they might use locally Any help or advice is appreciated Thanks RE: [RELEASE] Pneumatic - wolverine30008 - 2015-09-16 Hey popeye Looking forward to the add-on update.Any progress or news for the forum. RE: [RELEASE] Pneumatic - XsupergurkeX - 2015-09-21 First, sorry for my bad english, im german :/ Really cool addon popeye and thanks for the long time of supporting ! Have anyone succeeded to play encrypted NZB´s? I have tried the solutions form earlier posts. I tried to hardcode the password in the default.py, or add the line rf.setpassword('PASSWORD') But it gives just an error ;/ If anyone has another solution, to make crypted files possible, it would nice to hear RE: [RELEASE] Pneumatic - rufus99 - 2015-09-30 Thank you Popeye for developing this amazing project!! I just tried it running latest stable kodi on fire tv in combination with sabnzbd on a raspberry pi 2. Unfortunately i get the following error: First steps are working well: opening Newznab > select a video file > Request to SABnzbd succeeded, downloading rar-file (in some cases downloads a second rar-file) then "Pneumatic Error - View logfile for information" opening the videofile now from the pneumatic-addon>incomplete, results in the same error. After waiting a while and opening it again from pneumatic addon works (still not finished downloading). i copied the following from the xbmc-log: Quote:19:19:11 T:1754703392 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--if you need more information to help me please let me know. Thank you!! RE: [RELEASE] Pneumatic - jaqb - 2015-10-20 First of all thank you Popeye for this amazing add-on. Just wanted to say that I'm using your add-on daily for 2 years now and I'm hoping you will continue developing it. RE: [RELEASE] Pneumatic - Popeye - 2015-11-21 This project is not dead, just very very slow... [RELEASE] Pneumatic - simon_rb - 2015-11-21 (2015-11-21, 00:47)Popeye Wrote: This project is not dead, just very very slow... Great to hear from you Popeye! RE: [RELEASE] Pneumatic - wolverine30008 - 2015-11-21 +1 RE: [RELEASE] Pneumatic - francescosoft - 2015-12-11 Hello, I'm new to Usenet and i tried to watch some videos but most of them didn't play. I just get some RAR Error. Any advice how i can get German movies or how i can find the ones that are working ? Regards, Francesco RE: [RELEASE] Pneumatic - jwmail - 2015-12-31 Hi Great add on. it seems like I have Newznad, Pneumatic and Sabnzbd running and set up. I'm able to list nzbs and start download from within Newznab. The only thing is it doesn;t stream. It downloads the entire file and starts only playing the video when it has been downloaded completely. I've checked the 'allow streaming' option in Sabnzbd+. Any idea why it's not streaming? Thanks, JW RE: [RELEASE] Pneumatic - bluenote - 2016-01-03 I'm interested in using this addon but I have a somewhat complicated use case - I want to use openelec clients and local nzbget, and, a separate installation, where pneumatic on openelec accesses a central nzbget server (for concurrent access with another openelec client.) is any/all of this possible, can anyone tell me? thanks RE: [RELEASE] Pneumatic - Popeye - 2016-01-04 (2015-12-31, 18:05)jwmail Wrote: Hi Great add on. Since the day they ruined usenet, most archive files are not in order and renamed on par repair making pneumatic quite useless for streaming... (2016-01-03, 22:49)bluenote Wrote: I'm interested in using this addon but I have a somewhat complicated use case - I want to use openelec clients and local nzbget, and, a separate installation, where pneumatic on openelec accesses a central nzbget server (for concurrent access with another openelec client.) is any/all of this possible, can anyone tell me?Pneumatic only supports communication with the sabnzbd addon who only supports the SABnzbd API and not nzbget. Concurrent access to a central SABnzbd install should be no problem. |