INTERACT FORUM

Windows => Third Party Plug-ins, Programs, and Skins => Topic started by: PaulSinnema on September 20, 2011, 09:45:44 pm

Title: MC as file server
Post by: PaulSinnema on September 20, 2011, 09:45:44 pm
Hi,

I just had a wild idea and would like your comment. In my Windows Phone 7 MC Remote App I've programmed a page called 'View'. In this page the different Views of MC can be selected and MC will be put in that view remotely (Standard, Mini, Display, Theater and Cover). For each of the views a set of buttons with a function is displayed. Pressing a button will cause a command to be issued to MC.

At the moment the buttons are hard coded but what if I could ask MC for, let's say, a XML file which contains the description of the buttons. This would potentially open a wide range of possibilities:

Now that would be awesome  :D

The big question is: Can I use MC as a file server? Or put in other words: Can I retrieve a XML file via MC and get access to that same file from a plugin?

Regards
Paul
Title: Re: MC as file server
Post by: kensn on September 20, 2011, 11:47:00 pm
Could you not create your own xml file in a media center directory and maninipulate that directly?
Title: Re: MC as file server
Post by: PaulSinnema on September 22, 2011, 09:57:42 am
Hi kensn,

Yes I can but I need to get the XML to the Windows Phone somehow. If I can use the 'File' commands of the webservice the transfer is easy.

Regards
Paul