[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 - Sourcesys - 2014-06-06 unfortunately Pneumatic gives me a script error all the time with Gotham, seems like its broken RE: [RELEASE] Pneumatic - beljim7419 - 2014-06-14 Could I switch from ontap.tv to this? Stream live tv with epg I mean. I've been trying for the past 3 hours going through all the threads unsuccessfully. I can't get it to import anything from other addon favourites like FTV and filmon which I thought would do it, minus the epg. RE: [RELEASE] Pneumatic - soljarag - 2014-06-21 Hello again Are you going to work on getting this to work in Gotham anytime soon? RE: [RELEASE] Pneumatic - timgt - 2014-07-03 It works fine in Gotham, even Helix which is what I am running. Just make a small change in the addon.xml file so that the python version says python version 2.1.0 and then it installs fine. Popeye, is there any way to have Pneumatic look in the par2 file before anything else? This file is what shows what order the .rar files are in when they use the format like .10, .11, .12, etc. which are out of order. These are the files that Pneumatic fails to find a playable file in. I'm sure it would require a lot of work but is it possible that this is the solution for the encrypted/hashed files that fail to play?? RE: [RELEASE] Pneumatic - soljarag - 2014-07-04 (2014-07-03, 21:46)timgt Wrote: It works fine in Gotham, even Helix which is what I am running. Just make a small change in the addon.xml file so that the python version says python version 2.1.0 and then it installs fine. Thanks man! RE: [RELEASE] Pneumatic - soljarag - 2014-07-11 (2014-07-03, 21:46)timgt Wrote: It works fine in Gotham, even Helix which is what I am running. Just make a small change in the addon.xml file so that the python version says python version 2.1.0 and then it installs fine. I'm still confused on how to get this to work on Gotham..... Pneumatic installed ok, but the newznab and nzbtv say they are incompatible RE: [RELEASE] Pneumatic - soljarag - 2014-07-11 Ok, Now I get what you mean by changing the python version in the xml file....I got them to install! RE: [RELEASE] Pneumatic - timgt - 2014-07-11 Then the addon.xml needs modified for those as well. They work cause I use them. EDIT: never mind. I'm glad you got it working. You wrote that reply same time I wrote mine. Lol RE: [RELEASE] Pneumatic - soljarag - 2014-07-23 (2014-07-11, 23:49)timgt Wrote: Then the addon.xml needs modified for those as well. They work cause I use them. NZBTv still doesn't work (i get a script error when I try to open it) However I can just use NewsNab to download, so no biggie RE: [RELEASE] Pneumatic - tinykingdoms - 2014-08-05 Can someone tell me what I'm doing wrong? http://imgur.com/j6FOD2l.png python -V Python 2.7.6 RE: [RELEASE] Pneumatic - soljarag - 2014-08-06 (2014-08-05, 08:32)tinykingdoms Wrote: Can someone tell me what I'm doing wrong? I didn't have to change it for the pneumatic addon, only NewzNAB and NZBTV.. once i did that pneumatic installed...... Or at least that's what I remember happened. RE: [RELEASE] Pneumatic - Hi8 - 2014-08-06 (2014-07-03, 21:46)timgt Wrote: It works fine in Gotham, even Helix which is what I am running. Just make a small change in the addon.xml file so that the python version says python version 2.1.0 and then it installs fine. ok, I'm confused..too. I unzipped the repository thinking I would find addon folders for each, and within those an addon.xml file for each that I would edit. that's not what I found? where is the addon.xml file you have to edit? this is the folder that was created : repository.popeye and these are the only two files inside: addon.xml, changelog.txt this is the contents of the addon.xml Code: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> RE: [RELEASE] Pneumatic - tinykingdoms - 2014-08-11 (2014-08-06, 00:58)soljarag Wrote:(2014-08-05, 08:32)tinykingdoms Wrote: Can someone tell me what I'm doing wrong? Bare with me, but are you implying that you were able to install newznab and nzbtv? Every time I try to install them, I get a compatibility error and I can't even install. If the plugins arent isntalled how do I edit the xml file. RE: [RELEASE] Pneumatic - Popeye - 2014-08-15 The forum has stopped sending me mail when someone post so I thought the thread was dead I will fix the addon compatibility issues tonight since even I can't install them on my tablet running Gotham... (2014-07-03, 21:46)timgt Wrote: It works fine in Gotham, even Helix which is what I am running. Just make a small change in the addon.xml file so that the python version says python version 2.1.0 and then it installs fine. As far as I remember I looked into parsing the par2 file for getting the rar file order. However I couldn't find a clear table with nameX->nameY matches. The renaming is done once some checksum is calculated and for that the whole file needs to be present (AFAIK). Thus to get the correct order, all files has to be home and then the purpose of pneumatic is null... RE: [RELEASE] Pneumatic - Popeye - 2014-08-16 Finally managed to do some fixes. Things should work just fine on Gotham now if you install my repo (link in first post). Newznab 0.2.5 - Sort on name, size and date - Youtube trailer search Who knows, there might be more updates soon |