Kodi Community Forum
[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)



RE: [RELEASE] Pneumatic - Mikewave - 2013-09-19

So i got it working but is there away around the keyboard dialog and just pass a name variable?

This is what i used but keyboard entry came up is their away around this or would you be able to add a name variable search

addons_context.append('plugin://plugin.video.newznab/?catid=2000&index=1&mode=newznab&newznab=search='+urllib.quote_plus(search))


RE: [RELEASE] Pneumatic - Mikewave - 2013-09-20

So basicly the output would be addons_context.append('plugin://plugin.video.newznab/?catid=2000&index=1&mode=newznab&newznab=search='+Movie title ex jobs


RE: [RELEASE] Pneumatic - rhabdomyolysis - 2013-09-27

Will someone please point me in the proper direction to resolve this NzbTV issue? I have Pneumatic and newznab working correctly. NzbTV produces the generic on-screen message "Error! Script Failed: plugin.video.nzbtv" and generates the following error in xbmc.log:

Code:
01:50:56 T:2660232000   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.EOFError'>
                                            Error Contents:
                                            Traceback (most recent call last):
                                              File "/home/xbmc/.xbmc/addons/plugin.video.nzbtv/default.py", line 48, in <module>
                                                TV = tv.Tv(USERDATA_PATH, REMOTE, LOCAL, CACHE_TIME)
                                              File "/home/xbmc/.xbmc/addons/plugin.video.nzbtv/tv.py", line 42, in __init__
                                                self.channel = channel_cache.get_dict()
                                              File "/home/xbmc/.xbmc/addons/plugin.video.nzbtv/tv.py", line 138, in get_dict
                                                return pickle.load( open( self.cache_path, "rb" ) )
                                              File "/usr/lib/python2.7/pickle.py", line 1378, in load
                                                return Unpickler(file).load()
                                              File "/usr/lib/python2.7/pickle.py", line 858, in load
                                                dispatch[key](self)
                                              File "/usr/lib/python2.7/pickle.py", line 880, in load_eof
                                                raise EOFError
                                            EOFError
                                            -->End of Python script error report<--
01:50:56 T:3007227712   DEBUG: ------ Window Init (DialogKaiToast.xml) ------
01:50:56 T:2660232000    INFO: Python script stopped
01:50:56 T:2660232000   DEBUG: Thread XBPyThread 2660232000 terminating
01:50:56 T:2668624704   DEBUG:  WaitOnScriptResult - plugin exited prematurely - terminating
01:50:56 T:3007227712   ERROR: GetDirectory - Error getting plugin://plugin.video.nzbtv/
01:50:56 T:3007227712   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.nzbtv/) failed
01:50:56 T:3007227712   DEBUG: CGUIMediaWindow::GetDirectory (addons://sources/video/)
01:50:56 T:3007227712   DEBUG:   ParentPath = []
01:50:56 T:2660232000  NOTICE: Thread Background Loader start, auto delete: false
01:50:56 T:3007227712   DEBUG: waiting for python thread 12 (/home/xbmc/.xbmc/addons/plugin.video.nzbtv/default.py) to stop
01:50:56 T:3007227712   DEBUG: python thread 12 (/home/xbmc/.xbmc/addons/plugin.video.nzbtv/default.py) destructed
01:50:56 T:2660232000   DEBUG: Thread Background Loader 2660232000 terminating
01:50:56 T:3007227712   DEBUG: ------ Window Deinit (DialogBusy.xml) ------
01:51:02 T:3007227712   DEBUG: ------ Window Deinit (DialogKaiToast.xml) ------
01:51:05 T:3007227712    INFO: CheckIdle - Closing session to https://raw.github.com (easy=0xa2fee788, multi=(nil))

Settings:
Code:
<setting id="newznab_site" type="number" label="30010" default="1" />
    <setting id="remote_channels" type="text" label="30011" enable="eq(1,false)" default="https://github.com/ckergald/Releases/raw/master/channels.xml"/>
    <setting id="enable_local_channels" type="bool" label="30012" default="false"/>
    <setting id="local_channels" type="file" label="30013" enable="eq(-1,true)" source="files" mask=".xml" default=""/>
    <setting id="cache_time" type="labelenum" label="30014" values="0|1|12|24|48|72" default="24"/>



RE: [RELEASE] Pneumatic - Popeye - 2013-10-03

(2013-09-27, 09:08)rhabdomyolysis Wrote: Will someone please point me in the proper direction to resolve this NzbTV issue? I have Pneumatic and newznab working correctly. NzbTV produces the generic on-screen message "Error! Script Failed: plugin.video.nzbtv" and generates the following error in xbmc.log:

Code:
01:50:56 T:2660232000   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.EOFError'>
                                            Error Contents:
                                            Traceback (most recent call last):
                                              File "/home/xbmc/.xbmc/addons/plugin.video.nzbtv/default.py", line 48, in <module>
                                                TV = tv.Tv(USERDATA_PATH, REMOTE, LOCAL, CACHE_TIME)
                                              File "/home/xbmc/.xbmc/addons/plugin.video.nzbtv/tv.py", line 42, in __init__
                                                self.channel = channel_cache.get_dict()
                                              File "/home/xbmc/.xbmc/addons/plugin.video.nzbtv/tv.py", line 138, in get_dict
                                                return pickle.load( open( self.cache_path, "rb" ) )
                                              File "/usr/lib/python2.7/pickle.py", line 1378, in load
                                                return Unpickler(file).load()
                                              File "/usr/lib/python2.7/pickle.py", line 858, in load
                                                dispatch[key](self)
                                              File "/usr/lib/python2.7/pickle.py", line 880, in load_eof
                                                raise EOFError
                                            EOFError
                                            -->End of Python script error report<--
01:50:56 T:3007227712   DEBUG: ------ Window Init (DialogKaiToast.xml) ------
01:50:56 T:2660232000    INFO: Python script stopped
01:50:56 T:2660232000   DEBUG: Thread XBPyThread 2660232000 terminating
01:50:56 T:2668624704   DEBUG:  WaitOnScriptResult - plugin exited prematurely - terminating
01:50:56 T:3007227712   ERROR: GetDirectory - Error getting plugin://plugin.video.nzbtv/
01:50:56 T:3007227712   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.nzbtv/) failed
01:50:56 T:3007227712   DEBUG: CGUIMediaWindow::GetDirectory (addons://sources/video/)
01:50:56 T:3007227712   DEBUG:   ParentPath = []
01:50:56 T:2660232000  NOTICE: Thread Background Loader start, auto delete: false
01:50:56 T:3007227712   DEBUG: waiting for python thread 12 (/home/xbmc/.xbmc/addons/plugin.video.nzbtv/default.py) to stop
01:50:56 T:3007227712   DEBUG: python thread 12 (/home/xbmc/.xbmc/addons/plugin.video.nzbtv/default.py) destructed
01:50:56 T:2660232000   DEBUG: Thread Background Loader 2660232000 terminating
01:50:56 T:3007227712   DEBUG: ------ Window Deinit (DialogBusy.xml) ------
01:51:02 T:3007227712   DEBUG: ------ Window Deinit (DialogKaiToast.xml) ------
01:51:05 T:3007227712    INFO: CheckIdle - Closing session to https://raw.github.com (easy=0xa2fee788, multi=(nil))

Settings:
Code:
<setting id="newznab_site" type="number" label="30010" default="1" />
    <setting id="remote_channels" type="text" label="30011" enable="eq(1,false)" default="https://github.com/ckergald/Releases/raw/master/channels.xml"/>
    <setting id="enable_local_channels" type="bool" label="30012" default="false"/>
    <setting id="local_channels" type="file" label="30013" enable="eq(-1,true)" source="files" mask=".xml" default=""/>
    <setting id="cache_time" type="labelenum" label="30014" values="0|1|12|24|48|72" default="24"/>

Looks like the nzbtv cache has been borked. Try going into the userdata/addons/plugin.video.nzbtv folder and delete the cache files


RE: [RELEASE] Pneumatic - sarosh - 2013-10-03

Hi fellows,
Thanks to you guys and specially ursli I am able to play videos using the strm file. But now when its streaming the video I get a popup box in the middle of the screen which say something like "pneumatic" & "opening stream" how do I get rid of this message. And also another thing I notice is that all the parts of news should be in sequence in order for the stream to work.

Please help me


RE: [RELEASE] Pneumatic - gooby - 2013-10-07

I've been trying to set up Pneumatic tonight and have some trouble getting it working with MKVs. As I understand it needs to download both the first and the last archive to get the metadata stored at the end, and is designed to automatically do this.

Thing is that Pneumatic doesn't actually move the last archive to the top of the download list, and so just sits and waits for the whole set to download so it will reach the final part. If I move the last archive to the top manually within SABnzbd, playback starts as soon as it finishes, which I assume is the intended behavior.

Am I doing something wrong on my end, or has the SABnzbd API been changed recently requiring an update to this addon? Tried searching the thread without finding anything about this problem.

I'm running Pneumatic 0.3.1 from the repo together with SABnzbd 0.7.16, same problem on two different computers.


RE: [RELEASE] Pneumatic - a2theziz - 2013-10-11

Most of the animes are split into .mkv.001 , .mkv.002 files, but Pneumatic says no playable videos found =(

is there a workaround for those?


RE: [RELEASE] Pneumatic - sl4d3 - 2013-10-16

are password protected rars supported with pneumatic, if so how i solve the problem when the nzb file is something like <nzbfilename>{{<password>}} sabnzbd can unpack it because password is supplied in the nzb filename but pneumatic fails because it says it cant find the incomplete folder (but its there, just without the {{<password>}} stuff but i think pneumatic is looking for the full file name/path).

any advice on this?


RE: [RELEASE] Pneumatic - guythnick - 2013-10-18

(2013-10-07, 00:11)gooby Wrote: I've been trying to set up Pneumatic tonight and have some trouble getting it working with MKVs. As I understand it needs to download both the first and the last archive to get the metadata stored at the end, and is designed to automatically do this.

Thing is that Pneumatic doesn't actually move the last archive to the top of the download list, and so just sits and waits for the whole set to download so it will reach the final part. If I move the last archive to the top manually within SABnzbd, playback starts as soon as it finishes, which I assume is the intended behavior.

Am I doing something wrong on my end, or has the SABnzbd API been changed recently requiring an update to this addon? Tried searching the thread without finding anything about this problem.

I'm running Pneumatic 0.3.1 from the repo together with SABnzbd 0.7.16, same problem on two different computers.

I am experiencing the same


RE: [RELEASE] Pneumatic - hasamba - 2013-10-30

i've contacted the admin of oznzb.com to check the "malformed result" error, he asked for a log but i cant see that newznab addon is adding anything to the log, is there anyway to increase the debug level?


RE: [RELEASE] Pneumatic - Popeye - 2013-11-12

Sorry for my lack of answers. Seems like the forum doesn't send me mail anymore when you post here...


RE: [RELEASE] Pneumatic - Popeye - 2013-11-15

(2013-10-18, 21:05)guythnick Wrote:
(2013-10-07, 00:11)gooby Wrote: I've been trying to set up Pneumatic tonight and have some trouble getting it working with MKVs. As I understand it needs to download both the first and the last archive to get the metadata stored at the end, and is designed to automatically do this.

Thing is that Pneumatic doesn't actually move the last archive to the top of the download list, and so just sits and waits for the whole set to download so it will reach the final part. If I move the last archive to the top manually within SABnzbd, playback starts as soon as it finishes, which I assume is the intended behavior.

Am I doing something wrong on my end, or has the SABnzbd API been changed recently requiring an update to this addon? Tried searching the thread without finding anything about this problem.

I'm running Pneumatic 0.3.1 from the repo together with SABnzbd 0.7.16, same problem on two different computers.

I am experiencing the same

I've done some experimenting and haven't seen this. One cause could be the random naming scheme of some rar sets. Unfortunately there is no solution for this....


RE: [RELEASE] Pneumatic - hamanara - 2013-11-15

Hey Popeye, thanks so much for this plugin! It is incredible!
Is there any chance you could detect when a strm is played with "Play using", or alternatively to use DVDPLAYER instead of "auto" when playing an iso file? The reason I'm asking is that while the plugin works perfectly on my RPi for most files (using OMXPlayer, as it should), it doesn't play dvd isos correctly (presumably because omxplayer can't handle those). I've tried this before on a pc (using the same iso) and it used dvdplayer and worked flawlessly.
Again, thanks so much for making this! I'm still shocked every time that this even works, let alone this well.

EDIT: Never mind, pretty sure the problem has nothing to do with the plugin. Should have waited longer before posting.


RE: [RELEASE] Pneumatic - NordishByNature - 2013-11-15

Plugins and Addons must not set the PLAYER. It is handled internally by XBMC Core...

This is also on the list of Gotham changes.


RE: [RELEASE] Pneumatic - Simo219h - 2014-01-16

Hi

I have been playing arround with this awesome plugin. I have setup couchpotato to download the strm and nzb files to a specific location on my hdd, but when I try to play the strm file in xbmc it does something wrong. I get it to send the nzb file to sabnzbd, but gets the following error:

"Empty NZB file 40041-FULL-a.b.foreignEFNet- Shrek.Forever.After.MULTi.1080p.BluRay.x264-LOST -0161 - lost-shrek4.1.cp(tt0892791).nzb [40041-FULL-a.b.foreignEFNet- Shrek.Forever.After.MULTi.1080p.BluRay.x264-LOST -0161 - lost-shrek4.1.cp(tt0892791).nzb]"

It's not only this nzb file, but all I am trying.
When I download the nzb manually, and add it to sabnzbd, there are no problems.

Any clues? :-)