INTERACT FORUM

Windows => Plug-in Development => Topic started by: michael123 on May 22, 2010, 10:10:31 am

Title: Controlling playlist in specific zone - read & update
Post by: michael123 on May 22, 2010, 10:10:31 am
Hi

I want to write a plug-in that will sync Squeezebox Server and MC15, two-way.
Leaving interfacing to SBS aside, to "tell" MC15 which file to play, which API is available?

Is it MJCurPlaylistAutomation.AddFile (filename, 0)?
What is the spec for filename? If my audio folder is \\vault\audio, shall I include full path \\vault\audio\... or just relative?

[ I will use MJZoneAutomation to get proper playlist object ]