Kodi Community Forum

Full Version: TV Episodes
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there a way to force myvideonav to open in tv show level - even if the user say was last in episode level. Something like:

xbmc.activatewindow(videolibrary,tvshowtitlesbase)
ActivateWindow(VideoLibrary,TVShowTitles) will do that, yes. Only if you have the return argument (as in ActivateWindow(VideoLibrary,TVShowTitles,return)) will it go back to where you were, if you were in a subfolder of that level.

Cheers,
Jonathan
jmarshall Wrote:ActivateWindow(VideoLibrary,TVShowTitles) will do that, yes. Only if you have the return argument (as in ActivateWindow(VideoLibrary,TVShowTitles,return)) will it go back to where you were, if you were in a subfolder of that level.

Cheers,
Jonathan

Thanks! I was wondering what the return meant. Stupid me.