2022-07-25, 20:52
I'm trying to open a Smart Playlist using Kodi's categories but it doesn't work using the below. Is there a way to open playlists from library nodes? I want the playlist as a category item on the home screen that returns to the home screen on exit.
The only way I found to do this was through super favourites but it does not exit clean. When exiting you see it navigating back through super fav folders before exiting to the home screen. I decided to quickly write an addon that Activates the MyvideoNav window and opens the playlist. I then called it from the library node. It works as intended except it does not back out to the home screen on exit.
Does anyone have any ideas on how this can be accomplished?
Quote:<node order="10" type="folder">
<label>Watchlist</label>
<icon>special://skin/extras/menu-icons/White Icons/watchlist.png</icon>
<path>special://userdata/playlists/video/watchlist.xsp</path>
</node>
The only way I found to do this was through super favourites but it does not exit clean. When exiting you see it navigating back through super fav folders before exiting to the home screen. I decided to quickly write an addon that Activates the MyvideoNav window and opens the playlist. I then called it from the library node. It works as intended except it does not back out to the home screen on exit.
Does anyone have any ideas on how this can be accomplished?