How to create a node that opens a playlist.



How do you create a custom library node that opens a playlist, I’ve tried the following:-

Code:
<node order="10" type="folder">
    <label>my test node</label>
    <icon>DefaultRecentlyAddedEpisodes.png</icon>
    <path>special://videoplaylists/tvadded.xsp</path>
</node>

But all that does is display a list of all the playlists instead of opening the actual tvadded.xsp playlist.