Quote: Originally Posted by Maximus
I see you have controls for prev/next song, but how about scan ?
Do you have to load a plugin within CF or can you develop a stand-alone remote control (i-bus interface) using the SDK ?
/M
everything you develop with the SDK would be loaded as a plugin, but plugins do not have to have an interface... they are intialized at the start of the application... the SDK could be used to write GUI plugins that have their own sections, GUI plugins that show up on the global NAV, or non graphical plugins that listen for commands or do whatever you can think of...
Not sure what you mean by scan... If random is enabled in media and a plugin sends the NEXT song command, it will randomly choose the next song, otherwise it will just go to the next song in the list...
david