Plugins
#1
is there any way in this skin to jump to your music/video plugins straight from the main menu (something like in mediastream?) because i'd like to hide video's and only use TV SHOWS and MOVIES, but i cant find plugins in there..
Reply
#2
Not sure. Plugins didn't get as much attention as they deserved for this release so you might have to wait for that one.
Reply
#3
ok thnx for the reply. (current i just go to movies or TVshows then backspace and select plugins. just for anyone who couldnt find it like me)
Reply
#4
Ah, I see what you're getting at. I'll look into it.
Reply
#5
you can jump directly to stuff by:

Code:
ActivateWindow(videolibrary,special://videoplaylists/MY PLAYLIST.xsp,return)


to jump to a specific playlist, or

Code:
XBMC.ActivateWindow(videolibrary,plugins,return)

to jump to plugins. You can even go to a specific plugin like so:

Code:
ActivateWindow(videolibrary,plugin://video/Home Theater,return)

You can basically have the button jump to anywhere you want. Check here for an (unfortunately incomplete) list.

What would be really nice (hint, hint djh Wink) is to have customizable names / path that we can use from the home screen to point to whatever we like.
Reply
#6
marirs Wrote:What would be really nice (hint, hint djh Wink) is to have customizable names / path that we can use from the home screen to point to whatever we like.

Me2 would like to have my favorites on the home screen.
Reply

Logout Mark Read Team Forum Stats Members Help
Plugins0