[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
|
- kricker - 2011-05-08 I used a mapped network drive successfully under win 7 x64. - gobbledigook - 2011-05-08 hi this looks fantastic! great work, unfortunately i'm having some trouble setting up the nzb.su version, using 0.0.3 and have tried 0.0.2... i cannot for the life of me find a numerical nzb.su id in the configuration it only lets you input numbers, but my username is just that a name. i have looked at my profile and on the api section of their site and haven't seen any reference to it. i also checked the config in my sickbeard and couch potato and they both just use the API key no user id. am i crazy not seeing this ? thanx! - kricker - 2011-05-09 There is an id of numbers for Nzb.su. It was explained how to find it a few posts ago. You need to click on the RSS help link. I believe it is at the bottom of the site when you login. Once at the RSS help page you'll see your id in the text explaining how the rss feed works. Look back thru this thread for the exact details. I know it's there as I just did it yesterday. - cyberdad - 2011-05-09 kricker Wrote:I used a mapped network drive successfully under win 7 x64. In win7 x64 it works for me too. Still can't figure out what's wrong with my win7 x86 setup. In any case there is obviously nothing wrong with the plugin. It actually works great. Thank you Popeye, really nice work. - gobbledigook - 2011-05-09 kricker Wrote:It was explained how to find it a few posts ago. You need to click on the RSS help link.thanx! found it... Popeye Wrote:I tend to agree also noticed it mentions the RSS feed on the first post setup instructions... obviously assuming it just wants the API put me off the trail - gobbledigook - 2011-05-10 right... i'm a retard and changed the permissions on the complete dir NOT the incomplete dir.. d'oh! works grrreat! thanx! for the hard work - BEWBTUBE - 2011-05-11 Wonderful! Got this up and running in no time. My only issue is that I'm borrowing someone elses nzb.su account. Is there any way you could also create an extend/plugin for NZBMatrix? Again, great work! - Popeye - 2011-05-11 BEWBTUBE Wrote:Wonderful! Got this up and running in no time. My only issue is that I'm borrowing someone elses nzb.su account. Is there any way you could also create an extend/plugin for NZBMatrix? Again, great work! Thanks! Support for NZBMatrix? no, I'll leave that as an exercise for some one else and it should be fairly simple . I'm not trying to be cocky I'll just have a hard time motivating to spend time on something I don't use instead of fixing bugs or extending the core app. If you really want it I bet you can learn how to code it, thats how I started - iDude - 2011-05-11 Thank you Popeye for this amazing addon. I've been using it for the last couple of days and everything works great but I have a couple of minor issues: Sometimes the video won't start after downloading the first rar and just shows me an empty folder. But when I go into the incomplete folder via the addon and open movie manually, it loads without any problems. Here's the log: Code: 21:23:48 T:1564 M:252063744 NOTICE: -->Python Interpreter Initialized<-- Also XBMC freezes a lot when i stop a movie (about every 2nd time). The log isn't really informative: Code: 21:42:08 T:2820 M:526262272 NOTICE: CDVDPlayer::CloseFile() It just immediately hangs when trying to re-enter the addon (although it manages to pause the download) I'm using Sabnzbd 0.6.0RC2 and XBMC 10.1 Dharma - Popeye - 2011-05-11 @iDude, could it be the spaces in the folder name? Dont think I have tried it. Got SAB to remove them. Regarding crash do you run 64bit version of the os? This could be a reason.. - iDude - 2011-05-11 nope i have win7 32bit I don't think it has anything to do with the spaces in the folder name. I just tested it with the same movie and then it worked. It just happens randomly - Popeye - 2011-05-11 @iDude, hmm could be some timing issues but Im not sure... Cold there be a case where xbmc needs more than the first rar? - kricker - 2011-05-11 I've run into the following situation. Try to fast forward during playback. Fast forward exceeds downloaded content and playback stops (I expect this). I then go to the incomplete list and choose the item to resume the playback. The item ends up getting paused in the SABnzbbd queue and the script throws an error. If I manually resume playback in SABnzbd before attempting to play back from the incomplete list, then it works perfectly fine. - iDude - 2011-05-11 Popeye Wrote:@iDude, hmm could be some timing issues but Im not sure... Cold there be a case where xbmc needs more than the first rar? I don't know. Seems unlikely since this is also happening with dvdrips and my connection is fast enough. By the time xbmc unpacks the first part the 2nd is already downloaded. Just tried it again and this is what happens: Code: 23:03:04 T:4308 M:350232576 NOTICE: -->Python Interpreter Initialized<-- It looks like it's trying to play the subtitles kricker Wrote:The item ends up getting paused in the SABnzbbd queue and the script throws an error. If I manually resume playback in SABnzbd before attempting to play back from the incomplete list, then it works perfectly fine.This should really be a setting. I don't think it's necessary to pause the download when the movie stops. Or at least resuming the download when playback is started again. - Popeye - 2011-05-11 Well, there could be something xmbc is locking for in the second rar. Btw xbmc doesnt unpack anything, I look into and tells xbmc to play straight through the rar. Regarding pausing Sab when starting a movie. This is done just to avoid clashing with sabs file writing... |