Kodi Community Forum

Full Version: How do i get the path of a specivic shortcut (script skinshortcuts)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do i get the path of a specivic shortcut (script skinshortcuts)? (just the pure path without the "ActivateWindow")

all i was able to get was "ActivateWindow(Videos,MovieTitles,return)" or "ActivateWindow(10025,"library://video/movies/recentlyaddedmovies.xml/",return)" via

xml:
$INFO[Container(9001).ListItemAbsolute(0).Property(path),]
(Container 9001 holds the submenu)

all i would need is something i could use as dynamic content.

--
Is it may possible to use the override.xml to add another property which would hold only the path of an item (ListItem.path)?

Regards

Did read thru almost the whole documentation, and i just didnt find a solution (may do to my limited Englisch knewledge).

----------
EDIT:

Never minde: "List" is the property i was looking for.