Get ParentPath
#1
I see in the Kodi debug logs a ParentPath parameter.

e.g. ParentPath = [plugin://plugin.program.xyz/archives/all]

Is there a way to expose the ParentPath value in an addon?

Thanks in advance!
Reply
#2
+1 for that question.
I've tried to get that info somehow but basically failed. My current work around is to change myvideonav.xml in the skin to call my plugin onfocus of an element and than store Container.FolderPath in commons cache and pull it once my plugin is actually running, which in my case is when a video is running. Maybe that works for you as well. 
But yes having a window history or at least the parent would be awesome.
Reply

Logout Mark Read Team Forum Stats Members Help
Get ParentPath1