[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
|
- atmorell - 2012-03-07 That was fast This project is evolving so rapidly! Can't wait to start using Sickbeard and xbmc-pneumatic. - Popeye - 2012-03-07 Could anyone of you investigate how sickbeard and couchpotato manages the black hole. Does it create .nfo files or show hierarchy etc or is it just a pure .nzb dump? - ursli - 2012-03-07 I can't test it right now but I'm pretty sure sickbeard wont create nfo files before it actually processes the finished download. While I'm posting already, love pneumatic it works like a charm on my end. edit: there is the sickbeard api though, I'm not sure if it would be possible to scrape the needed infos from there. http://sickbeard.com/api/ edit2: just did a short test and sickbeard only downloads the nzb file when you set it to blackhole. - Popeye - 2012-03-07 ursli Wrote:I can't test it right now but I'm pretty sure sickbeard wont create nfo files before it actually processes the finished download. Thanks for your answers. The best scenario would have been an output of both the nfo and a nzb[and/or]strm file. Using the sickbeard API would require tvdb id etc, and all we have is the nzb... - atmorell - 2012-03-07 Is it possible to sort HD movies by the year they where released rather, than the date the files was posted on the news server? (I am using nzb.su) - Popeye - 2012-03-07 atmorell Wrote:Is it possible to sort HD movies by the year they where released rather, than the date the files was posted on the news server? (I am using nzb.su) Can you check out the documentation http://media.readthedocs.org/pdf/newznab/latest/newznab.pdf and get back if you find a api we can use? - kricker - 2012-03-07 Blackhole is just a dump. You will not get the .nfo until it has been processed. - atmorell - 2012-03-08 There is no such feature implemented yet :/ Checked the documentation and asked in the chat. - Popeye - 2012-03-08 atmorell Wrote:There is no such feature implemented yet :/ Checked the documentation and asked in the chat. Thanks for the answer and investigation. What you would need is to do is continuously harvest the RSS feeds and compare movies with a extract from e.g. imdb of moves released 2011... - Spider - 2012-03-08 Hi, In the new beta i get this error Code: 16:15:20 T:140713018763008 NOTICE: Thread CFileCache start, auto delete: false any idea how to fix it? - Popeye - 2012-03-08 Spider Wrote:Hi, I assume this doesn't happen on every item you try to play and it doesn't happen for anyone else. I suspect it is movie meta information being parsed wrong. Please pm the details. - atmorell - 2012-03-09 Popeye Wrote:Thanks for the answer and investigation. What you would need is to do is continuously harvest the RSS feeds and compare movies with a extract from e.g. imdb of moves released 2011... Latest version of CouchPotatoServer (developer branch) supports IMDB watchlists. I added all the genres from IMDB The program scans your usernet index server for the quality you have defined and dumps all the NZB files into a local directory. Can't wait to try the local folder support for xbmc-pneumatic - Popeye - 2012-03-09 atmorell Wrote:Latest version of CouchPotatoServer (developer branch) supports IMDB watchlists. I added all the genres from IMDB The program scans your usernet index server for the quality you have defined and dumps all the NZB files into a local directory. Can't wait to try the local folder support for xbmc-pneumatic But no meta data? Guess the chrome could be added later - atmorell - 2012-03-09 Popeye Wrote:But no meta data? Guess the chrome could be added later CouchPotatoServer should also have meta data support. Testing it right now. - Popeye - 2012-03-09 Thanks for testing. File browsing part 2 is in progress. This is upload of nzb to SAB in the event SAB is on another machine and/or the path'es doesnt match. Just found out the latest 6.15 release has a fix for a bug I've been struggling with for many hours... |