TV Episodes
#1
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)
Reply
#2
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
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#3
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.
Reply

Logout Mark Read Team Forum Stats Members Help
TV Episodes0