[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 - Dixon Butz - 2012-11-14 Did you set in Pneumatic the ip/port of the pc that sab is on? RE: [RELEASE] Pneumatic - for4saken - 2012-11-14 (2012-11-14, 04:02)Dixon Butz Wrote: Did you set in Pneumatic the ip/port of the pc that sab is on? Yes, everything else (CPS,SB,HP,SAB) intercommunicates. But it's late here, so I'll retry troubleshooting again tomorrow. (I've tried disabling Https in SAB anyway, but it didn't work.) Thanks for trying to help. RE: [RELEASE] Pneumatic - Popeye - 2012-11-14 (2012-11-12, 19:57)samukas Wrote: That's really nice to hear Well, the part the it works of course! I ran into some trouble since the new API isn't compatible with the rar inspection pneumatic does. I solved it by copying the first rar back to XBMC but realized a 100MB rar would take some time transfer. However I solved it this morning by just copying the first kb of the rar header and then run the rar inspection. Now I have everything ready for the code clean up and decent performance. Stay tuned RE: [RELEASE] Pneumatic - Popeye - 2012-11-15 Since there is a official Frodo Beta now, I'll speed up the development a bit... RE: [RELEASE] Pneumatic - Skindred - 2012-11-16 (2012-07-05, 22:25)bwqbbq Wrote: Awesome plug-in! I've added support to CouchPotato and sent a pull request for it. You should probably work on the documentation though, not all of the API calls are described on Github :p Awesome work! I expanded a bit on this, and made a PoC to delete all non-rar files, using bits of your code, and bits of Popeye's code. It is not usable but shows, that what we want, can be done. The API provides all the things we need I believe and can be found at: http://nzbget.sourceforge.net/RPC_API_reference I am no Python coder however, and I fear this is about as far as I can get with this. I delete the non-rar files in the wrong place, but for this PoC, it served the purpose. If anyone is willing to expand even further on this, please feel free! I would love to have Pneumatic interface with nzbget, as SABnzbd+ only gets about 6MB/s max (when I get lucky) on my Synology DS212+ whereas nzbget can max my linespeed @ 11~12MB/s This is no issue for streaming normal 720p, but for 1080i MPEG2 RAW series, this poses somewhat of a long waitingtime before the episode actually starts to play. The only reason I still have SABnzbd+ installed, is for Pneumatic.. Code: import re RE: [RELEASE] Pneumatic - Popeye - 2012-11-16 For those who dare and are running xbmc an ATV2 and Android; try my latest commit to the pneumatic frodo-beta branch. Here I have added support for incomplete folder in XBMC managed shares (e.g. smb, nfs, ...). Browsing Incomplete folder of completed dl's doesn't work as well as browsing local nzb files. If you already have a locally mounted incomplete folder, then this is nothing for you and you should just wait for the next proper pneumatic release RE: [RELEASE] Pneumatic - Skindred - 2012-11-16 (2012-11-16, 02:47)Popeye Wrote: For those who dare and are running xbmc an ATV2 and Android; try my latest commit to the pneumatic frodo-beta branch. Here I have added support for incomplete folder in XBMC managed shares (e.g. smb, nfs, ...). Browsing Incomplete folder of completed dl's doesn't work as well as browsing local nzb files. If you already have a locally mounted incomplete folder, then this is nothing for you and you should just wait for the next proper pneumatic release Tested and working on iPad, nice job! Commands used: Code: cd Then changed my SABnzbd API key (had SABnzbd installed on iPad aswell) and tested with a small HDTV episode. Awesome news: Using the latest iOS nightly, I can skip forward, right up to the part of the last downloaded file. If I skip beyond that one, playback stops. But this means I can start playing, pause, skip a few parts back, or skip over segments. Totally lovin' it! At home, I can use the power of my Synology to do the downloading, at a friends house, I can still use the iPad SABnzbd at half the speeds. Pneumatic basicly allows me to stream my content, everywhere I have an internet connection. It even works over 3G via tethering. It's projects like these, that pave the way to a better and smoother user experience. And XBMC is the true birthplace for all of this. RE: [RELEASE] Pneumatic - redsoxboi21 - 2012-11-16 @Skindred How can you use Pneumatic on 3G on your iPad? I thought you would have to be on wifi to use SABnzbd on your PC to use as a backbone? RE: [RELEASE] Pneumatic - Skindred - 2012-11-16 (2012-11-16, 06:12)redsoxboi21 Wrote: @Skindred SABnzbd also runs on the iPad itself It's called iSABnzbd and can be installed via Cydia by adding a repository. It works great with Pneumatic, just know that the SABnzbd speeds won't be fast. RE: [RELEASE] Pneumatic - Popeye - 2012-11-16 (2012-11-16, 06:22)Skindred Wrote:(2012-11-16, 06:12)redsoxboi21 Wrote: @Skindred Skindred, glad you liked it but... If you run SAB on the same device as Pneumatic then the Frodo-beta is nothing for you. The only added function is accessing the SAB incomplete folder over SMB or NFS. Also, for installing just download the frodo-beta.zip and add it through the XBMC addon manager. For you who don't need xbmc - SMB or NFS support just install the repo repository.popeye-1.0.1.zip For Nzbget I believe the best would be to fork Pneumatic since it relies heavily on SAB's structure and API's. If Nzbget has the same structure of nzb and file id's then there might be a possibility to create a common abstraction layer.. RE: [RELEASE] Pneumatic - Skindred - 2012-11-16 (2012-11-16, 10:16)Popeye Wrote:(2012-11-16, 06:22)Skindred Wrote:(2012-11-16, 06:12)redsoxboi21 Wrote: @Skindred The frodo beta was ran against SABnzbd on my Synology Deleted all previous settings and configured the SMB vfs path. Seems I forgot to mention that (as it seemed obvious). I used to have a local SAB on iPad but I now use the remote SAB on my Synology with frodo-beta branch. RE: [RELEASE] Pneumatic - Popeye - 2012-11-16 Excellent! RE: [RELEASE] Pneumatic - ckergald - 2012-11-18 I've modified Popeye's newznab plugin to allow browsing by tv network, anyone interested can find it in This thread RE: [RELEASE] Pneumatic - samfisher5986 - 2012-11-19 This is amazing, working nicely for me RE: [RELEASE] Pneumatic - samukas - 2012-11-19 Also quickly tested the Frodo version on my ATV2 this morning and it worked great (and fast as well, I might add!) I had some issues at first where it kept asking me for my login and password of the network share even after I saved it (but this is an issue with XBMC and not Pneumatic) Thank you, Popeye! Been waiting so long for this |