Skip to content

✨ Add for "DBID Lookup" detail "path" for movie, tvshow and episode DBType #74

@Nanomani

Description

@Nanomani

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&amp;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

Image Image Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions