[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 - thedeamon - 2014-01-18 I'm having problems playing incomplete NZB while downloading. It has worked before but since a couple week, it doesn't work very well. Here is the log: http://pastebin.com/FwAczufq Can someone show me what's wrong and what I can do to resolve this? Thanks RE: [RELEASE] Pneumatic - disrupted - 2014-01-21 is this also compatible with NZBGet instead of Sabnzbd? If so, how can I enable it? RE: [RELEASE] Pneumatic - Popeye - 2014-01-21 (2014-01-21, 12:18)freem@n Wrote: is this also compatible with NZBGet instead of Sabnzbd? If so, how can I enable it? Sorry, no. RE: [RELEASE] Pneumatic - disrupted - 2014-01-21 is this a limitation of NZBget or is it just not implemented in Pneumatic ? RE: [RELEASE] Pneumatic - Popeye - 2014-01-21 (2014-01-18, 08:19)thedeamon Wrote: I'm having problems playing incomplete NZB while downloading. It has worked before but since a couple week, it doesn't work very well. It looks like the fake rars are not created correctly, Code: 01:16:55 T:2925001536 DEBUG: plugin.program.pneumatic: write_fake: write filename: /home/atv/incomplete/True.Detective.S01E01.720p.HDTV.x264-XXX/true.detective.s01 (2014-01-21, 14:02)freem@n Wrote: is this a limitation of NZBget or is it just not implemented in Pneumatic ? It "just" not implemented in pneumatic. Quite a lot of work and nothing I will spend time on, sorry. AW: RE: [RELEASE] Pneumatic - disrupted - 2014-01-21 (2014-01-21, 14:07)Popeye Wrote: It "just" not implemented in pneumatic. Quite a lot of work and nothing I will spend time on, sorry. sorry about my choice of words. I understand that, thanks for your answer RE: [RELEASE] Pneumatic - thedeamon - 2014-01-22 (2014-01-21, 14:07)Popeye Wrote: It looks like the fake rars are not created correctly, It happens really often, so it's the releases that are bad ? RE: [RELEASE] Pneumatic - activate - 2014-01-22 Hey Popeye, thanks for this. Couple of q. 1. Is this supported on IOS. 2. Can nzbclub be included or is it only newsnab sites. 3. When I get the message "Still Downloading, what do you want to do ?". Is that an indication that the bandwidth is not enough. There isn't an option for me to continue to wait. RE: [RELEASE] Pneumatic - thedeamon - 2014-01-24 (2014-01-22, 04:08)thedeamon Wrote:(2014-01-21, 14:07)Popeye Wrote: It looks like the fake rars are not created correctly, Could you double check ? I see in my incomplete folder that all the fake rar are created so I don't think it fails on that part. It always brings me to the Delete or Just Download option And when the download is finished and all the files are there, it brings me to delete or repair option.... if I try manually to unrar, it works so it's not corruption. RE: [RELEASE] Pneumatic - thedeamon - 2014-01-24 (2014-01-24, 05:49)thedeamon Wrote:(2014-01-22, 04:08)thedeamon Wrote:(2014-01-21, 14:07)Popeye Wrote: It looks like the fake rars are not created correctly, Forget this, I ended up uninstalling and reinstalling Pneumatic and now it works. Thanks! RE: [RELEASE] Pneumatic - for4saken - 2014-02-04 Hi there Popeye, I've been using (and loving) Pneumatic for a while but I'm having two serious issues: 1) it successfully sends the nzb to sab and the download starts, but after a few seconds it says 'this item is missing from the queue' (it actually isn't). Closing xbmc, restarting it and trying to play the same file again works (as in it finds the item in the queue and starts streaming when ready). I'm having to do this dance (open xbmc, start download, restart xbmc, retry playing) every time. 2) A workaround for 1) would be Cancel the stream with the 'Just download' option, however this turns xbmc unresponsive, requiring that it be force closed. The same happens with 'delete job', which additionally doesn't remove the item from the queue. The only seemingly relevant info that I've found in the log is: Code: 18:04:01 T:4284 ERROR: XBPyThread::stop - script C:\Users\for4saken\AppData\Roaming\XBMC\addons\plugin.program.pneumatic\default.py didn't stop in 5 seconds - let's kill it Thanks for the attention. RE: [RELEASE] Pneumatic - Popeye - 2014-02-05 All I can think of is some sort of naming mismatch between the strm, the nzb and SAB causing pneumatic not to find the nzb in the SAB queue... RE: [RELEASE] Pneumatic - VladTepz - 2014-02-05 Hey Popeye, love the addon. Great work. I was wondering if it would be possible to support passworded rars? I've been contemplating archiving some of my media on usenet for a while, but I want them to be password protected. I've tried using SABs password options "My Job {{PW}}.nzb" or "My Job password=PW.nzb" &/or a "passwords.txt" without any luck. Am I wrong in believing that Pneumatic handles the unpacking, so this is something that would have to be configured within Pneumatic? Thanks again, -Vlad RE: [RELEASE] Pneumatic - Popeye - 2014-02-05 Vlad, pneumatic doesn't do any unpacking, except some rar file inspection to find the rar file contents. I'm using this lib https://github.com/markokr/rarfile and apparently it supports passwordprotected rars. You can modify pneumatic by adding a call to setpassword https://github.com/TsUPeR/xbmc-pneumatic/blob/master/rarfile.py#L473 in line https://github.com/TsUPeR/xbmc-pneumatic/blob/master/utils.py#L210 . Just add a new line with rf.setpassword('mySecret') and try it with one of your uploads. P.S. make sure you can extract as normal using a pre set password in SAB. RE: [RELEASE] Pneumatic - Sourcesys - 2014-02-11 Using XBMC 12.3 on Win7, I cant open 3D movies with Pneumatic, getting the error: Script-error!: plugin.program.pneumatic Doesnt Pneumatic support 3D? |