[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] NZBS.org - Dharma and Pneumatic - Eden - simon_rb - 2012-03-22 (2012-03-22, 10:59)Popeye Wrote:(2012-03-22, 10:53)simon_rb Wrote: I have also had this problem. It appears to happen if I have already attempted to download it before however cancelled the download before it finishes. I fixed the issue by deleting the folder then it worked. Ah ok - my bad. When the film Ends I get an error message saying error playing file. I think it's a timing issue you mentioned before or I could be wrong. I'll post a log next time it happens (sorry if this is a bug - i know your working hard designing features) Thanks for beta 4 btw RE: [RELEASE] NZBS.org - Dharma and Pneumatic - Eden - Popeye - 2012-03-23 (2012-03-22, 15:44)simon_rb Wrote:(2012-03-22, 10:59)Popeye Wrote:(2012-03-22, 10:53)simon_rb Wrote: I have also had this problem. It appears to happen if I have already attempted to download it before however cancelled the download before it finishes. I fixed the issue by deleting the folder then it worked. Now have a fix for this specific case. Still struggling with the crazy name issues.. Everyone, do you want more or less information on the "waiting for rar" progress dialog or can I leave it as is? RE: [RELEASE] NZBS.org - Dharma and Pneumatic - Eden - ckergald - 2012-03-23 Quote:Everyone, do you want more or less information on the "waiting for rar" progress dialog or can I leave it as is? I think it's fine the way it is, if somethings failing I'm checking sabs web interface and logs. RE: [RELEASE] NZBS.org - Dharma and Pneumatic - Eden - badwornthing - 2012-03-23 Hi guys, I've made a simple tool to automatically create .Strm files from .Nzb files, here's the first release. Hopefully there's not too many bugs! Let me know if you have any problems. Pneumatic Nzb Watcher By BadWornThing For use with Pneumatic for XBMC By Popeye ------------------------------- About Pneumatic Pneumatic is a NZB engine add-on for XBMC (http://www.xbmc.org) Eden, created by Popeye. It uses SABnzbd (http://www.sabnzbd.org) as backbone. It can "trick" XBMC into playing movies in incomplete rar set's, allowing streaming of video files from .Nzb files. About Pneumatic Nzb Watcher This is a simple program that sits in your taskbar tray and every x seconds scans your Sick Beard and CouchPotato download folders to find .Nzb files. When it finds one, it creates a .Strm file that links to it, and also moves the .Nzb file to reside with the .Strm file. About .Strm files .Strm files are playlists for XBMC that can point to specific functions of plugins. The advantage of them is that XBMC treats them like video files, so they can be scanned into the native TV and Movie library. Then when they are played from the library, the plugin will be started with the specified parameters (in this case, Pneumatic will start to stream the specific .Nzb). About Sick Beard Sick Beard is an automatic NZB downloader for TV shows. It watches for new episodes of your favorite shows and when they are posted it downloads them, sorts and renames them, and optionally generates metadata for them. About CouchPotato CouchPotato is an automatic NZB downloader for movies. You can keep a "want to watch"-list (or use an IMDB watchlist) and it will search for NZBs of these items every X hours. Once a correct release is found, matching the correct quality, it will download the .nzb to a specified directory. Usage ----- Extract and run the application. You may want to add it to your Startup folder. The default time between folder scans is 120 seconds, this may be overkill for most, you could set it to 600 seconds (10 minutes) or even 3600 seconds (1 hour) if you want. Changelog --------- v0.1 -First release -Hopefully does what it's supposed to Download --------- Mediafire RE: [RELEASE] NZBS.org - Dharma and Pneumatic - Eden - simon_rb - 2012-03-23 Great explanation there and good work - I'm using openelec so I'll have to sit this one out :-( RE: [RELEASE] NZBS.org - Dharma and Pneumatic - Eden - atmorell - 2012-03-23 (2012-03-22, 01:45)Popeye Wrote: Atmorell and wireman99, I have a fix for your bug with file names. It's quite nasty and will require re-write of a big chunk of code... Bug fix confirmed. Thank you! Feature suggestions: 1. Have you thought about implementing some sort of autoupdating, so users don't have to manual download the plugin zip file from github. Uninstall the old plugin and install the new version? 2. Would it be possible to implement some sort of rescue, when a movie is not downloaded fast enough? Maybe we could add a call to sabnzbd to check if the file is still downloading when playback is stopped by XBMC (not the user) Then display resume a resume dialog with the download ETA. This would be a huge improvement to the user experience! What do you think? RE: [RELEASE] NZBS.org - Dharma and Pneumatic - Eden - Popeye - 2012-03-23 (2012-03-23, 11:51)atmorell Wrote: Feature suggestions: 1. I just need to do a repo. The problem is it will require extra work for every release but I add it to the backlog. 2. Doable, the problem is that when resuming, you will start from beginning. Added to backlog... RE: [RELEASE] NZBS.org - Dharma and Pneumatic - Eden - atmorell - 2012-03-23 (2012-03-23, 11:58)Popeye Wrote:(2012-03-23, 11:51)atmorell Wrote: Feature suggestions: Maybe we could track the playback by writing position every 10th second to a XML file or similar. RE: [RELEASE] NZBS.org - Dharma and Pneumatic - Eden - Popeye - 2012-03-23 (2012-03-23, 12:04)atmorell Wrote: Maybe we could track the playback by writing position every 10th second to a XML file or similar. Had that in mind . I'm unsure how XBMC behaves with long searches when the end is missing.. ref: http://mirrors.xbmc.org/docs/python-docs/xbmc.html#Player-seekTime RE: [RELEASE] NZBS.org - Dharma and Pneumatic - Eden - BaldJedi - 2012-03-23 I have been reading earlier posts about earlier versions not working with apple tv 2 trying to stream over a network with sabnzbd running on another machine. Has the latest version now sorted this problem? as i am just waiting for an apple tv 2 to be delivered. RE: [RELEASE] NZBS.org - Dharma and Pneumatic - Eden - Popeye - 2012-03-23 (2012-03-23, 12:35)BaldJedi Wrote: I have been reading earlier posts about earlier versions not working with apple tv 2 trying to stream over a network with sabnzbd running on another machine. No. I don't have a ATV2 so the motivation is not really there and the problem is the way python in XBMC is accessing remote shares. Nothing easy to solve.. RE: [RELEASE] NZBS.org - Dharma and Pneumatic - Eden - BaldJedi - 2012-03-23 Ok...thanks. RE: [RELEASE] NZBS.org - Dharma and Pneumatic - Eden - Bstrdsmkr - 2012-03-23 (2012-03-23, 12:08)Popeye Wrote:(2012-03-23, 12:04)atmorell Wrote: Maybe we could track the playback by writing position every 10th second to a XML file or similar. If you're playing an incomplete file and seek past the downloaded portion, playback will end just like if the file was complete. OnPlaybackEnded() is even called =( You'll have to calculate the equivalent play time you have downloaded based on the current file size and bitrate, then use min(requestedSeek, maxDownloaded -10) or etc (don't want to get so close to the end that the buffer is going to run out with normal playback). It's not a fun problem to solve. RE: [RELEASE] NZBS.org - Dharma and Pneumatic - Eden - Popeye - 2012-03-23 (2012-03-23, 18:22)Bstrdsmkr Wrote: It's not a fun problem to solve. I think a feature is more fun than a bug, like the current "cray-names" RE: [RELEASE] NZBS.org - Dharma and Pneumatic - Eden - Popeye - 2012-03-23 (2012-03-23, 18:22)Bstrdsmkr Wrote: If you're playing an incomplete file and seek past the downloaded portion, playback will end just like if the file was complete. OnPlaybackEnded() is even called =( BTW, thanks for your input. If I register the time the movie start playing and the total size, and later like every 10 seconds register time and size left, there should be a fairly good chance of calculating whats needed to resume... |