• 1
  • 133
  • 134
  • 135(current)
  • 136
  • 137
  • 151
Release script.extendedinfo
have you try change in module kodi65 youtube.py :

https://github.com/phil65/script.module....ube.py#L29
Code:
video_id = snippet["id"]
https://github.com/phil65/script.module....be.py#L113
Code:
playlist_id = snippet["id"]
https://github.com/phil65/script.module....be.py#L146
Code:
channel_id = snippet["id"]
XBoxMediaCenter (Kodi Matrix ) 19.3 , AndroidBox -Matrix Skin AeonMQ6
Reply
Changing trakt-api-version from integer to string will fix the non-working trakt sections.
Made a PR for that:
https://github.com/phil65/script.extendedinfo/pull/71
Could this be merged please?
Reply
Thank you. I applied your fix manually and it worked!
Reply
(2018-01-08, 01:25)Angelinas Wrote: have you try change in module kodi65 youtube.py :

https://github.com/phil65/script.module....ube.py#L29
Code:
video_id = snippet["id"]
https://github.com/phil65/script.module....be.py#L113
Code:
playlist_id = snippet["id"]
https://github.com/phil65/script.module....be.py#L146
Code:
channel_id = snippet["id"]
Weird things happens!!!
I've try to apply your changes. They didn't work and also it gave another script error different this time. But when i reverse the changes suddenly the problem it's fixed.
Still though the original issue (#68) exists. Some YouTube playlists are working and some are not.

So my previous question remains... is this script abandoned or not?

@ Angelinas
Thanks for the help. Even it didn't work it helped me to solve the issue... partially.

@ Quihico
Thanks. I hope someone (or Phil) will integrate this and continue the support for this great script.


Cheers
Nessus
Reply
(2018-01-08, 01:25)Angelinas Wrote: have you try change in module kodi65 youtube.py :

https://github.com/phil65/script.module....ube.py#L29
Code:
video_id = snippet["id"]
https://github.com/phil65/script.module....be.py#L113
Code:
playlist_id = snippet["id"]
https://github.com/phil65/script.module....be.py#L146
Code:
channel_id = snippet["id"]

The youtube error is an api problem. If there are too many many requests in a short amount of time, extendedinfo throws an error. No need to change the code you mentioned above.

Follow the youtube plugin guide in the second post to make an api 
https://forum.kodi.tv/showthread.php?tid=267160

Then change your api key
https://github.com/phil65/script.module....ube.py#L13
Madnox 2.0
Forum / Source
Reply
Just to let you know, the new Official YouTube thread is here (from 21 Dec): https://forum.kodi.tv/showthread.php?tid=325740

and the Personal API Instructions are now in Post #3 on Page #1 there: https://forum.kodi.tv/showthread.php?tid...pid2681560

Smile
If I have helped you or increased your knowledge please click the 'Thumb Up - Like' button to show me your appreciation :)
For YouTube questions see the official thread here.
Reply
(2017-11-17, 13:05)AnthonyB Wrote:  I've searched through your various GitHub repositories to find those missing icons (i.e. HEVS / x.265) but cannot find them anywhere. Where can I find them? which addon/script? Thanks! 
I am pretty sure media from the currently-in-use-skin is used there.
Reply
hello guys and sorry ... but there is a way to do a search by title?
Reply
(2017-02-15, 17:31)nvsquared Wrote: The issue is that the latest extendedinfo script has been made to work with Kodi 18 Leia. In Kodi 18 Leia, the function System.HasModalDialog has been changed to System.HasActiveModalDialog. This causes the error "Could not find valid content type". To fix it for Kodi 17 look in your addon directory and open the file process.py ("C:\Users\yourusername\AppData\Roaming\Kodi\addons\script.extendedinfo\resources\lib") .

Look for the line:
if xbmc.getCondVisibility("System.HasActiveModalDialog")

should be line 263 and change it to

if xbmc.getCondVisibility("System.HasModalDialog").

Hope the original author can fix it in an update to work with both Kodi 17 and 18. 
Works perfectly!
Used on LibreElec (Wetek Play 2) running LibreElec 8.2.3
File (process.py) was found at /storage/.kodi/addons/script.extendedinfo/resources/lib
Reply
First of all, thank you for this very usefull addon for Kodi. I'm a new Kodi user, so I have a question: is there any way to call extendedinfo from the player? I mean while playing a movie, I would like to get more info than I have by pressing "i" on my remote. I have Nvidia Shield TV 2017 and use internal Kodi media player only.
Reply
Sad
Hi guys I'm doing a context_menu and if I use:
xbmc.executebuiltin ("RunScript (script.extendedinfo, info = extendedinfo, name =% s)"% sys.listitem.getLabel ())
everything works for movies ...
but if I edit it for the tv series it does not work ...
xbmc.executebuiltin ("RunScript (script.extendedinfo, info = extendedtvinfo, name =% s)"% sys.listitem.getLabel ())
According to you where am I wrong?
Tnx
Smile
Reply
works:

xbmc.executebuiltin ("RunScript (script.extendedinfo, info = extendedtvinfo, id="id STV"))

but how do I find the id dynamically?

Confused ConfusedConfusedConfusedConfused
Reply
(2018-03-01, 22:24)Pirriaf Wrote: extendedtvinfo

xbmc.executebuiltin ("RunScript (script.extendedinfo, info = extendedtvinfo, name =% s)"% sys.listitem.getLabel ())

work!!!
Reply
Hi, congratulations for this add-on.

I was an Emby user and I was using my local metadata
I am creating a skin and using your add-on.
I am testing the use of the .actors folder for images.

https://kodi.wiki/view/Movie_artwork#Actor_Image
In this folder, I have "actorname".xml files by actor with metadata as name, date of birth, hair color, tatoo, ...
I was wondering if there was the possibility to add an option to read this local metadata .xml file instead of going on MovieDB or other scraper?
Thank you.
Reply
Hey Phil
On TVOS (Apple TV 4/4K) there's a problem with your script when trying to get infos about an actor:

13:15:28.833 T:6168932352 DEBUG: script.extendedinfo: version 5.6.0 started
13:15:28.833 T:6168932352 DEBUG: script.extendedinfo: extendedactorinfo
13:15:28.833 T:6168932352 DEBUG: script.extendedinfo: {
"handle": null,
"name": "Denzel Washington"
}
13:15:28.917 T:6168932352 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: dlopen(/var/mobile/Containers/Data/Application/F38D6CD9-D75C-4BE4-A068-89F66CBDE0A9/Library/Caches/home/.python-eggs/Pillow-3.0.0-py2.7-macosx-10.4-x86_64.egg-tmp/PIL/_imaging.so, 2): no suitable image found. Did find:
/var/mobile/Containers/Data/Application/F38D6CD9-D75C-4BE4-A068-89F66CBDE0A9/Library/Caches/home/.python-eggs/Pillow-3.0.0-py2.7-macosx-10.4-x86_64.egg-tmp/PIL/_imaging.so: file system sandbox blocked mmap() of '/var/mobile/Containers/Data/Application/F38D6CD9-D75C-4BE4-A068-89F66CBDE0A9/Library/Caches/home/.python-eggs/Pillow-3.0.0-py2.7-macosx-10.4-x86_64.egg-tmp/PIL/_imaging.so'
Traceback (most recent call last):
File "/var/mobile/Containers/Data/Application/F38D6CD9-D75C-4BE4-A068-89F66CBDE0A9/Library/Caches/home/addons/script.extendedinfo/default.py", line 63, in <module>
Main()
File "/var/mobile/Containers/Data/Application/F38D6CD9-D75C-4BE4-A068-89F66CBDE0A9/Library/Caches/home/addons/script.extendedinfo/default.py", line 37, in __init__
listitems = process.start_info_actions(info, self.params)
File "/var/mobile/Containers/Data/Application/F38D6CD9-D75C-4BE4-A068-89F66CBDE0A9/Library/Caches/home/addons/script.extendedinfo/resources/lib/process.py", line 348, in start_info_actions
name=params.get("name"))
File "/var/mobile/Containers/Data/Application/F38D6CD9-D75C-4BE4-A068-89F66CBDE0A9/Library/Caches/home/addons/script.extendedinfo/resources/lib/WindowManager.py", line 155, in open_actor_info
from dialogs.DialogActorInfo import DialogActorInfo
File "/var/mobile/Containers/Data/Application/F38D6CD9-D75C-4BE4-A068-89F66CBDE0A9/Library/Caches/home/addons/script.extendedinfo/resources/lib/dialogs/DialogActorInfo.py", line 11, in <module>
from kodi65 import imagetools
File "/var/mobile/Containers/Data/Application/F38D6CD9-D75C-4BE4-A068-89F66CBDE0A9/Library/Caches/home/addons/script.module.kodi65/lib/kodi65/imagetools.py", line 9, in <module>
import PIL.Image
File "build/bdist.macosx-10.4-x86_64/egg/PIL/Image.py", line 66, in <module>
File "build/bdist.macosx-10.4-x86_64/egg/PIL/_imaging.py", line 7, in <module>
File "build/bdist.macosx-10.4-x86_64/egg/PIL/_imaging.py", line 6, in __bootstrap__
ImportError: dlopen(/var/mobile/Containers/Data/Application/F38D6CD9-D75C-4BE4-A068-89F66CBDE0A9/Library/Caches/home/.python-eggs/Pillow-3.0.0-py2.7-macosx-10.4-x86_64.egg-tmp/PIL/_imaging.so, 2): no suitable image found. Did find:
/var/mobile/Containers/Data/Application/F38D6CD9-D75C-4BE4-A068-89F66CBDE0A9/Library/Caches/home/.python-eggs/Pillow-3.0.0-py2.7-macosx-10.4-x86_64.egg-tmp/PIL/_imaging.so: file system sandbox blocked mmap() of '/var/mobile/Containers/Data/Application/F38D6CD9-D75C-4BE4-A068-89F66CBDE0A9/Library/Caches/home/.python-eggs/Pillow-3.0.0-py2.7-macosx-10.4-x86_64.egg-tmp/PIL/_imaging.so'
-->End of Python script error report<--
13:15:28.930 T:6171799552 DEBUG: ------ Window Init (DialogNotification.xml) ------
13:15:28.930 T:6171799552 DEBUG: Window DialogNotification.xml was already loaded
13:15:28.930 T:6171799552 DEBUG: Alloc resources: 0.00ms
13:15:28.997 T:6168932352 WARNING: CPythonInvoker(30, /var/mobile/Containers/Data/Application/F38D6CD9-D75C-4BE4-A068-89F66CBDE0A9/Library/Caches/home/addons/script.extendedinfo/default.py): the python script "/var/mobile/Containers/Data/Application/F38D6CD9-D75C-4BE4-A068-89F66CBDE0A9/Library/Caches/home/addons/script.extendedinfo/default.py" has left several classes in memory that we couldn't clean up. The classes include: N9XBMCAddon7xbmcgui10DialogBusyE
13:15:28.997 T:6168932352 INFO: Python script stopped


Are you able to fix this?

Best regards
Reply
  • 1
  • 133
  • 134
  • 135(current)
  • 136
  • 137
  • 151

Logout Mark Read Team Forum Stats Members Help
script.extendedinfo29