-
Notifications
You must be signed in to change notification settings - Fork 19
Description
I have test $INFO[Container(ID).ListItem.Property(path)]
but is not handled yet for movie, tvshow and episode DBType
which is in accordance with the documentation :
https://github.com/jurialmunkey/script.skinvariables/wiki/DBID-Lookup
### Why this "path" could be usefull for me ?
when open "information" for a movie or tvshow or episode I have a menu for open Kodi "filemanager"
ActivateWindow(filemanager,"$INFO[ListItem.Path]",return)
but if I open information for a movie with
RunScript(plugin.video.themoviedb.helper,add_dbid=$INFO[ListItem.DBID],tmdb_type=movie,call_auto=1190
I need to find the information $INFO[ListItem.Path]
So i use in dialogvideoinfo
:
<onload condition="Window.IsVisible(1190) + !String.IsEmpty(ListItem.DBID)">plugin://script.skinvariables/?info=get_dbitem_movie_details&dbid=$INFO[ListItem.DBID]</onload>
but "path" is not handled for a movie or tvshow or episode
My method may be very wrong :/
I hope my explanation is understandable...
anyway thank for reading
### Screenshots and Additional Info


