jurialmunkey / skin.arctic.horizon

A simple minimal skin for Kodi
Other
175 stars 49 forks source link

[INFO] context menu in "widget - home" doesn't work #405

Closed fatshotty closed 3 years ago

fatshotty commented 3 years ago

Hi, I set my homepage movie section with the widget "recently added movie". I see all my "recently added movies" and that's ok. I'm navigating my horizontal widget and opening the contextmenu on a movie. Click on "rate on trackt" and nothing happen.

Navigating on Movie menu and opening the "Movie Titles" section I see entire movies list, that's ok. Opening context menu on a movie and clicking on "rate on trackt", everything works fine. I extracted log in both situations:

Widget homepage: CPythonInvoker(152, /home/fatshotty/.kodi/addons/context.trakt.rate/addon.py): the source file to load is "/home/fatshotty/.kodi/addons/context.trakt.rate/addon.py"

Movies titles section: CPythonInvoker(156, /home/fatshotty/.kodi/addons/script.trakt/defaultscript.py): the source file to load is "/home/fatshotty/.kodi/addons/script.trakt/defaultscript.py"

as we can see, the script file is different. The second one works fine. The first one.. does nothing

Any help?

PS: this problem can be replicated on all Trackt context menu items. This problem cannot be replicated on the default skin

fatshotty commented 3 years ago

I note that this could be a Trakt issue. let me explain. trakt does something like this: xbmc.getCondVisibility('Container.Content(movies)')

in order to get the type of the selected media-item. Its value is NONE in case of I select an item in home widget. I'm still investigating about that. Question: could you please suggest something different to get the "media-type" of the media-item?

thanks in advance

fatshotty commented 3 years ago

fix the issue on trakt, not on skin thanks close the issue