Kodi Community Forum

Full Version: Control xbmc using C#
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I would like to create an application where i can control the xbmc media center within my application. The application need to play video files from a local database(preferably mysql).

I am a C# guy , so i prefer to use mono. I have already installed mono and mysql and have created a application to test both mono and mysql, i have also successfully installed xbmc.

Now, I would like to know how do i access the xbmc features from my application that i am coding. I know that there is a json-rpc apis available. But how do i call it within my application. Any help will be appreciated