PDA

View Full Version : check status of 'repeat' button


golgo13sf
8th June 2002, 00:59
I know how to toggle the repeat button, but is there a way to check the status of the button, ie. set to repeat already or set to play once through, I need a way to check the status for a plugin I'm making.

Gourou
8th June 2002, 02:22
250 Returns the status of the shuffle option (1 if set)
251 Returns the status of the repeat option (1 if set)
252 Sets the status of the suffle option (1 to turn it on)
253 Sets the status of the repeat option (1 to turn it on)

using send message, that was in NSDN