PDA

View Full Version : saving a playlist



sirbooker
April 7th, 2006, 09:49 AM
newbie here...
question how does one use this code
i have a button i want to press to save and make a playlist

19. Added - Ability to create a playlist from the current queue (JRMC and WMP only)
Code:

NetRemote.ExecuteAction(-10,2,255,'PNX SAVE "New Playlist"');

thanks in advance
paul

Ben S
April 7th, 2006, 10:27 AM
If you are using the beta, you can use the code as specified with a "Execute Lua on release" action (From the NRBasic plugin) or you can use just the PNX SAVE "New Playlist" bit in a "Generic MediaBridge command" from the MediaBridge plugin.