• 1
  • 113
  • 114
  • 115(current)
  • 116
  • 117
  • 151
Release script.extendedinfo
I'm having trouble getting the extended info script to work in this Jarvis Aeon Mq5 Mod, or at least I think that's the problem. The media info isn't showing up in the box like it did when i was still using Gotham 13.2


Gotham

Image

Jarvis

Image
Reply
What does that have to do with ExtendedInfo?
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
Hi,

I get errors with X when I want to have information about a video.

Code:
11:45:44  62.065296 T:1671427056   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.ImportError'>
                                            Error Contents: No module named downloader.external
                                            Traceback (most recent call last):
                                              File "/home/osmc/.kodi/addons/script.extendedinfo/plugin.py", line 10, in <module>
                                                from resources.lib.process import start_info_actions
                                              File "/home/osmc/.kodi/addons/script.extendedinfo/resources/lib/process.py", line 17, in <module>
                                                import VideoPlayer
                                              File "/home/osmc/.kodi/addons/script.extendedinfo/resources/lib/VideoPlayer.py", line 10, in <module>
                                                import YDStreamExtractor
                                              File "/home/osmc/.kodi/addons/script.module.youtube.dl/lib/YDStreamExtractor.py", line 8, in <module>
                                                import YoutubeDLWrapper
                                              File "/home/osmc/.kodi/addons/script.module.youtube.dl/lib/YoutubeDLWrapper.py", line 11, in <module>
                                                from youtube_dl.utils import std_headers, DownloadError #analysis:ignore
                                              File "/home/osmc/.kodi/addons/script.module.youtube.dl/lib/youtube_dl/__init__.py", line 15, in <module>
                                                from .options import (
                                              File "/home/osmc/.kodi/addons/script.module.youtube.dl/lib/youtube_dl/options.py", line 7, in <module>
                                                from .downloader.external import list_external_downloaders
                                            ImportError: No module named downloader.external
                                            -->End of Python script error report<--
11:45:44  62.309658 T:1496314864   ERROR: GetDirectory - Error getting plugin://script.extendedinfo/?info=traktsimilartvshows&&dbid=186

Thx !
Reply
I thought that was an extended info feature sorry for being mistaken. Is it a skin feature? What do I have to do to get it to appear again?
Reply
Hello, I've got an error when try to see movie or TV Show info. I use Jarvis 16.1 + Aeon Madnox
Image
So I dont understant. what I do wrong? It was working fine, as I remember. What can I do to fix it? Thanks.
Reply
debug log (wiki)...
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
(2016-05-11, 21:20)phil65 Wrote: debug log (wiki)...

I've already found the solution. You have to disable of using extended info script in main menu of your skin. It continues to work, what is strange, but without any errors. So, I think, its a skin bug more, than the script.
Reply
(2016-05-10, 15:53)Alyy Wrote: Hi,

I get errors with X when I want to have information about a video.

Code:
11:45:44  62.065296 T:1671427056   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.ImportError'>
                                            Error Contents: No module named downloader.external
                                            Traceback (most recent call last):
                                              File "/home/osmc/.kodi/addons/script.extendedinfo/plugin.py", line 10, in <module>
                                                from resources.lib.process import start_info_actions
                                              File "/home/osmc/.kodi/addons/script.extendedinfo/resources/lib/process.py", line 17, in <module>
                                                import VideoPlayer
                                              File "/home/osmc/.kodi/addons/script.extendedinfo/resources/lib/VideoPlayer.py", line 10, in <module>
                                                import YDStreamExtractor
                                              File "/home/osmc/.kodi/addons/script.module.youtube.dl/lib/YDStreamExtractor.py", line 8, in <module>
                                                import YoutubeDLWrapper
                                              File "/home/osmc/.kodi/addons/script.module.youtube.dl/lib/YoutubeDLWrapper.py", line 11, in <module>
                                                from youtube_dl.utils import std_headers, DownloadError #analysis:ignore
                                              File "/home/osmc/.kodi/addons/script.module.youtube.dl/lib/youtube_dl/__init__.py", line 15, in <module>
                                                from .options import (
                                              File "/home/osmc/.kodi/addons/script.module.youtube.dl/lib/youtube_dl/options.py", line 7, in <module>
                                                from .downloader.external import list_external_downloaders
                                            ImportError: No module named downloader.external
                                            -->End of Python script error report<--
11:45:44  62.309658 T:1496314864   ERROR: GetDirectory - Error getting plugin://script.extendedinfo/?info=traktsimilartvshows&&dbid=186

Thx !
Up please ! Last log after freeze.

http://pastebin.com/cH6is5FB
Reply
You have a problem with your dependencies. Issue is not related to this script.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
(2016-05-13, 14:11)phil65 Wrote: You have a problem with your dependencies. Issue is not related to this script.

Okay, but you know how I can fix this ?
Reply
Hey Phil, similar movies/TV shows hasn't worked for some time now and I finally found some time to try and find out why. I've tried all methods Trakt/TMDB but none of the will return anything.

Code:
plugin://script.extendedinfo?info=similartvshows&amp;&amp;dbid=$INFO[ListItem.DBID]
plugin://script.extendedinfo?info=similarmovies&amp;&amp;dbid=$INFO[ListItem.DBID]
plugin://script.extendedinfo?info=traktsimilarmovies&amp;&amp;dbid=$INFO[ListItem.DBID]
plugin://script.extendedinfo?info=traktsimilartvshows&amp;&amp;dbid=$INFO[ListItem.DBID]

Code:
ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://script.extendedinfo/?info=traktsimilarmovies&&dbid=15

Full debug -

http://xbmclogs.com/pwhdvzcdk

Thanks.
Reply
Thx, should be fixed with these here:
https://github.com/phil65/script.extende...be8444a67e
https://github.com/phil65/script.module....f30be00bfb
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
Cheers. Movies are working fine and so are some TV show but any that I've used the TMDB scraper (metadata.tvshows.themoviedb.org) for don't. I'm guessing this because the script only uses TVDB data.
Reply
The problem is that for a script it is impossible to distinguish whether the id is taken from tvdb or from tmdb. We would need someting similar to our art handling ( --> listitem.id(imdb) ) in order to get these cases workin.
Donate: https://kodi.tv/contribute/donate (foundation), 146Gr48FqHM7TPB9q33HHv6uWpgQqdz1yk (BTC personal)
Estuary: Kodis new default skin - ExtendedInfo Script - KodiDevKit
Reply
What exactly does the script use from the database to then lookup?
If it's just the show name can that be used for lookup instead?
If it's the url cache that contains the site used.

Thanks.
Reply
  • 1
  • 113
  • 114
  • 115(current)
  • 116
  • 117
  • 151

Logout Mark Read Team Forum Stats Members Help
script.extendedinfo29