[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 - 2012-01-03 0.0.16
Now time for some eden... - Popeye - 2012-01-04 0.0.17 Just some restructuring, nothing new.. - Zure - 2012-01-04 As always great work! Everything seems to work. Did nzb.su change something on their website recently? It looks like not all categories are working anymore. For example HD under Movies. - Popeye - 2012-01-04 Zure Wrote:As always great work! Everything seems to work. Thanks! .su is working here but I suggest you try NzbStream since it has no hard coded categories and uses the site provided information automagically. Even the metadata is end user configurable.. - dr99 - 2012-01-04 When selecting Movies or Movies:X264 from NZBS.org I get this error "NOTICE: plugin.video.nzbs: malformed xml from url." Also would it be possible to add or remove movies from My NZBS using the context menu like you can with the nzbmatrix plugin. Loving the new releases they are working great. - Popeye - 2012-01-04 dr99 Wrote:When selecting Movies or Movies:X264 from NZBS.org I get this error "NOTICE: plugin.video.nzbs: malformed xml from url." Also would it be possible to add or remove movies from My NZBS using the context menu like you can with the nzbmatrix plugin. Loving the new releases they are working great. I suspect the [ or é or ] is causing the error. Good with a notification eh? ;D Will see what I can do.. Add + remove from myNzs is a good feature, is it ok to wait until their beta period is over? ... - dr99 - 2012-01-04 Quote:Add + remove from myNzs is a good feature, is it ok to wait until their beta period is over? ... Sure, you can put that on your long to do list - Dixon Butz - 2012-01-05 Same for me on nzb.su - HD not working Getting the malformed also in NZB.org http://pastebin.com/g7ryKQ6t Error in Newznab under movies, HD also http://pastebin.com/3KpFMC65 - Zure - 2012-01-05 Popeye Wrote:Thanks! .su is working here but I suggest you try NzbStream since it has no hard coded categories and uses the site provided information automagically. Even the metadata is end user configurable.. Yes, this one works! - Popeye - 2012-01-05 The "é" is driving me crazy... - Popeye - 2012-01-06 Just committed a patch for é. I have another bug to solve before next rev but you can grab the raw zip if you must... - Popeye - 2012-01-09 0.0.18 Latin1 support (e.g. é,ñ). New rarfile.py 2.4. Better handling of multiple files in rar's. Fixed issue with slow file writing and rar analysis. - simon_rb - 2012-01-09 Popeye Wrote:0.0.18 Latin1 support (e.g. é,ñ). New rarfile.py 2.4. Better handling of multiple files in rar's. Fixed issue with slow file writing and rar analysis. Another fine update. Cheers Popeye - iDude - 2012-01-09 I get an error whe trying to play the same nzbs twice: Code: ERROR: Traceback (most recent call last):
When I cancel and delete the Job within XBMC I get a similar behavior. But instead of a script error I just get a notification that says that there aren't any files in the rar In 0.0.15 this was still kind of working. Instead of a script error it just wouldn't start the download because sabnzbd always thought it was duplicate. - Popeye - 2012-01-09 iDude Wrote:I get an error whe trying to play the same nzbs twice: in 0.0.15 I had different logic.. but just to understand what you are doing . 1. select a nzb in xbmc 2. when waiting for rar you delete the on your PC/xbmc? what happens next? 3. try to play again without refresh in xbmc? When looking at my code you should have been warned about no movie but i need more details, ok? Now time for some .strm testing and meta data work.. |