INTERACT FORUM

More => Old Versions => Media Center 14 (Development Ended) => Topic started by: WeeHappyPixie on September 11, 2009, 12:17:00 pm

Title: MC14 API
Post by: WeeHappyPixie on September 11, 2009, 12:17:00 pm
Guys,

Would it be possible to use VS2008 C# to code plugins for MC14. I have started to learn how to code in C# and plan on coding a plugin for the Dacal DC-014 that would interface with JRiver MC14. This is so I can rip all my disks in bulk.

I am waiting for some more information from Dacal but was wondering if this would be possible and are the commands in the WIKI still true in MC14 as some of them say MC12.

My plan is to have another option within MC Action Window called Rip Disks that will ask for the Start and End Slots then a button to start the rip process. Is this possible with the API?

Thanks,

John
Title: Re: MC14 API
Post by: cncb on September 11, 2009, 05:37:30 pm
This probably should be moved to the "development board" but yes you can use c# to build a plugin.  I don't think it is possible to add anything to the action window or anything to the existing UI for that matter.  All you get is an entry in the plug-ins tree and then a "window" (the main area on the right) to place your UI when it is selected.
Title: Re: MC14 API
Post by: WeeHappyPixie on September 11, 2009, 05:45:19 pm
Thanks for your help.

John