[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-04-27 (2012-04-27, 14:41)albwhitehead Wrote: Awesome plugin! many thanks. Or you could get a faster connection ;D ... It sounds like a cool idea but would require quite some work. First you would have to get just the first and last stored together with the strm and then when playing, copy these to sabs incomplete and get the rest. You have a good excuse to learn python now RE: [RELEASE] Pneumatic - albwhitehead - 2012-04-27 I might just do that. RE: [RELEASE] Pneumatic - ericab - 2012-04-27 i simply cannot get this to work; ive downloaded pneumatic, and the nzbmatrix addon; installed an configured both. i can browse nzbmatrix, and pneumatic can speak with sabnzbd just fine. sabnzbd is on a another pc, in my local network. when i select a movie to watch in nzbmatrix menu, on xbmc, it says; "request to sabnzbd succeeded, waiting for nzb download" it never starts playing the movie. the time just keeps going and going; i did notice that eventually sabnzbd (or is it pneumatic) throttles the download speed to 0 my remote sabnzbd incomplete folder is mounted automatically in a folder locally at "/storage/sabnzbd-remote-temp" with autostart.sh (mount -t nfs 192.168.2.104:/export/nzb_temp_data /storage/sabnzbd-remote-temp -o rw,timeo=600,rsize=32768,wsize=32768,async,intr,nolock,soft,noatime,bg) the old nzbs.org version 0.20 works just fine ! but pneumatic+nzbmatrix addon seems to not be aware of the remote incomplete files what have i done wrong here ? Sv: [RELEASE] Pneumatic - Popeye - 2012-04-27 What about appending /incomplete to your path? Logs are good... RE: Sv: [RELEASE] Pneumatic - ericab - 2012-04-28 (2012-04-27, 21:33)Popeye Wrote: What about appending /incomplete to your path? Logs are good... the xbmc.log file tells me nothing helpful at all; is there another log i should be looking at ? RE: Sv: [RELEASE] Pneumatic - Popeye - 2012-04-30 (2012-04-28, 01:17)ericab Wrote:(2012-04-27, 21:33)Popeye Wrote: What about appending /incomplete to your path? Logs are good... Permissions are ok? You dont have any automatic renaming of nzb's? In some way pneumatic fails to read the incomplete folder and find the rar's. Have you manually checked the downloads are show up in incomplete and their naming is the exact same as the nzb? RE: [RELEASE] Pneumatic - atmorell - 2012-04-30 There seems to be a problem with the Incomplete folder on OSX. Parsing the directory breaks if there is a .DS_Store file. Can you exclude that file? Code: 11:58:36 T:2959249408 ERROR: Traceback (most recent call last): Maybe just do something like try: dir_list = os.listdir(folder) except OSError: Print "Not a dir, so going to next item" RE: [RELEASE] Pneumatic - ericab - 2012-05-01 hi Popeye; in sabnzbd on the remote box; ive got these renaming options checked. Enable folder rename Replace Spaces in Foldername Replace Illegal Characters in Folder Names other then that there isn't any other renaming going on... do i need to create a category for Pneumatic maybe and try to disable post-processing ? RE: [RELEASE] Pneumatic - Popeye - 2012-05-01 (2012-05-01, 03:49)ericab Wrote: hi Popeye; Can you try disabling the folder renaming and see if that helps? Post processing has nothing to do with the problem you have... (2012-04-30, 12:03)atmorell Wrote: There seems to be a problem with the Incomplete folder on OSX. Parsing the directory breaks if there is a .DS_Store file. Can you exclude that file? Thanks! I'll add it to the next release . RE: [RELEASE] Pneumatic - kricker - 2012-05-04 I've been out of the loop for a while. I thought NZBS.org was shutting down, when instead it just dropped the old site and then beta.nzbs.org became nzbs.org. I've added nzbs.org back into Newznab, but when clicking on any category it just gives me an error about malformed result. Have I missed something in the past 20-30 pages of posts? Sv: [RELEASE] Pneumatic - Popeye - 2012-05-04 Has it changed name? I still use beta... RE: [RELEASE] Pneumatic - kricker - 2012-05-04 From what I tried tonight, beta.nzbs.org just takes you to nzbs.org. RE: [RELEASE] Pneumatic - j1nx - 2012-05-04 (2012-05-04, 03:33)kricker Wrote: I've been out of the loop for a while. I thought NZBS.org was shutting down, when instead it just dropped the old site and then beta.nzbs.org became nzbs.org. I've added nzbs.org back into Newznab, but when clicking on any category it just gives me an error about malformed result. Have I missed something in the past 20-30 pages of posts? Since it now looks like the just use the newznab engine, I would like to get an invite from someone. p.steenbergen(at)j1nx.nl RE: [RELEASE] Pneumatic - ericab - 2012-05-12 Popeys; using the newznab plugin w pneumatic, i can see that sabnzbd is not downloading the first and last rar, but instead, downloading sequentially like normal.... this must be why nothing plays ! but why is this ? **edit after manually moving the last nzb to the top of the queue after the first 5 rars downloaded, it still doesnt play the video. the only confirmation i have is in the upper corner saying "Pneumatic: Request to SABnzbd succeded" ** edit 2 again; the *original* NZB's addon works; and its pointing to the same location, and using sab (with the same sab options) on the same computer that pneumatic uses. RE: [RELEASE] Pneumatic - kricker - 2012-05-12 (2012-05-04, 13:50)j1nx Wrote:(2012-05-04, 03:33)kricker Wrote: I've been out of the loop for a while. I thought NZBS.org was shutting down, when instead it just dropped the old site and then beta.nzbs.org became nzbs.org. I've added nzbs.org back into Newznab, but when clicking on any category it just gives me an error about malformed result. Have I missed something in the past 20-30 pages of posts? I would send you one, but it appears I have none to send. |