Play submenu item instead of view
#1
I have 2 custom menus, one for kids movies, one for kids tv.

Each of these has a custom submenu for random movies, and one for random tv shows (smartplaylists)

In nox, there is a way to not view these items, but to play them when clicked. How do i do it in MQ5?

Thanks
Reply
#2
Hi,
try the following, it should work with most (all?) skins that allow custom menu items.

Add this as a Favorite to the favorites.xml inside your kodi userdata directory, or edit the entry you have there:
Code:
<favourites>
    <favourite name="RandomMovies">PlayMedia(special://profile/playlists/video/RandomMovies.xsp)</favourite>
</favourites>

Then you can add it to your menu from favorites.
Reply
#3
The way the smart custom submenus are setup in MQ5, I have found no way to easy make that happen, except by hand-editing your guisettings file once you have created the submenu item. (you need to set the action to PlayMedia). But you know you can use keyboard "P" to play a playlist from the submenu?

scott s.
.
Reply

Logout Mark Read Team Forum Stats Members Help
Play submenu item instead of view0