Playlist shortcuts from remote buttons

  • I would like to map 2 buttons on my remote to open playlists. I used to have something similar working on an old OpenELEC build but they seem to have changed something in Kodi since then.

    These are the 2 lines I used to have in my remote.xml and they opened the respective libraries.

    <myvideo>ActivateWindow(MyVideos)</myvideo>

    <mymusic>ActivateWindow(MyMusic)</mymusic>

    Now I would like to remap them to Movie playlist and Music playlist windows.

    Can anyone help me with the correct entries?

    Thank you.