I can't for the life of me figure out how to get Cover art, Movie Details, Director, Rating, etc to work. My indexer is nzb.su and their URL looks like this below.
https://api.nzb.su/rss?t=2040&dl=1&i=111...1111111111
I took my numbers out and replaced them with 1's but thats the format to the rss feeds, I just picked HD movies feed as an example. The feed shows cover art on the website when I browse it as well as all the other data.
I love the plugin and have been using it since you released it and it has always worked well for me to watch movies. I even think cover art use to work but I am stumped at whats wrong now.
EDIT:: Worse news, I just updated my Pneumatic and now i get a script error after the first and last parts are downloaded, the stream doesn't play anymore on my Helix system and it was working before on whichever previous version I had installed. I captured the part of the log I think that shows where it happened.
ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.IOError'>
Error Contents: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/']
Traceback (most recent call last):
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.program.pneumatic/default.py", line 938, in <module>
pre_play(nzbname, nzo=sab_nzo_id)
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.program.pneumatic/default.py", line 304, in pre_play
in_rar_file_list = utils.rar_filenames(folder, nzf.filename)
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.program.pneumatic/utils.py", line 213, in rar_filenames
temp = tempfile.NamedTemporaryFile('wb', delete=False)
File "/home/jenkins/workspace/Android-ARM/tools/depends/xbmc-depends/arm-linux-androideabi-android-14/lib/python2.6/tempfile.py", line 432, in NamedTemporaryFile
File "/home/jenkins/workspace/Android-ARM/tools/depends/xbmc-depends/arm-linux-androideabi-android-14/lib/python2.6/tempfile.py", line 254, in gettempdir
File "/home/jenkins/workspace/Android-ARM/tools/depends/xbmc-depends/arm-linux-androideabi-android-14/lib/python2.6/tempfile.py", line 201, in _get_default_tempdir
IOError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/']
-->End of Python script error report<--