XBMC-JSON an open source .NET XBMC JSON-RPC Library

  Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
mrXBMC Offline
Junior Member
Posts: 2
Joined: Sep 2012
Reputation: 0
Post: #51
Fantastic- this is just what I was looking for (C# library for XBMC). Just bought myself 3 juicy raspberry pis and now looking to get a distributed IP camera relay system up for live streamed inhouse video presentations. Maybe use a C# program to command the XBMC (Raspbmc) players to play a streamed video slideshow most of the day then flip to a live streaming IP camera when events undertaken at the venue i.e. presenter comes on stage.

Please keep us posted on this excellent library - looking forward to integrate in my pet project Smile
find quote
logosmonkey Offline
Junior Member
Posts: 4
Joined: Aug 2012
Reputation: 0
Post: #52
(2012-09-25 02:50)mrXBMC Wrote:  Fantastic- this is just what I was looking for (C# library for XBMC). Just bought myself 3 juicy raspberry pis and now looking to get a distributed IP camera relay system up for live streamed inhouse video presentations. Maybe use a C# program to command the XBMC (Raspbmc) players to play a streamed video slideshow most of the day then flip to a live streaming IP camera when events undertaken at the venue i.e. presenter comes on stage.

Please keep us posted on this excellent library - looking forward to integrate in my pet project Smile

Glad it's helping you Smile

I haven't been able to work on the library much this month but I'm planning on getting back to it in the next few days. I'll be adding in some more methods to deal with building/playing playlists and that sort of thing that should help you accomplish what you're wanting to do.
find quote
DerPate Offline
Junior Member
Posts: 13
Joined: Apr 2011
Reputation: 0
Post: #53
Hello,

if someone is looking, for a up-to-date .Net client supporting frodo, you may be interested in this post: http://forum.xbmc.org/showthread.php?tid=141604.

Regards
Steve
find quote
logosmonkey Offline
Junior Member
Posts: 4
Joined: Aug 2012
Reputation: 0
Post: #54
(2012-09-29 17:49)DerPate Wrote:  Hello,

if someone is looking, for a up-to-date .Net client supporting frodo, you may be interested in this post: http://forum.xbmc.org/showthread.php?tid=141604.

Regards
Steve

This looks really, really nice! I had toyed with the idea of doing something like this instead of continuing to update the older code base to Eden.

Great work!

Thanks,
Steve (I'm also a Steve Tongue )
find quote
hobbes487 Offline
Junior Member
Posts: 20
Joined: Jun 2011
Reputation: 1
Post: #55
I took a look at DerPate's project and unfortunately it doesn't have any sort of notification system to let clients know about events that happen in XBMC. I'm not sure if he has any plans to add it, but if not I hope you don't abandon this library.
find quote
DerPate Offline
Junior Member
Posts: 13
Joined: Apr 2011
Reputation: 0
Post: #56
I'm planning to add notifications to the the auto generated library.
find quote
logosmonkey Offline
Junior Member
Posts: 4
Joined: Aug 2012
Reputation: 0
Post: #57
(2012-10-20 07:54)hobbes487 Wrote:  I took a look at DerPate's project and unfortunately it doesn't have any sort of notification system to let clients know about events that happen in XBMC. I'm not sure if he has any plans to add it, but if not I hope you don't abandon this library.

No intentions to stop at the moment. I'll probably get the current library compatible with frodo and then decide if I want to continue on the current lib or commit some stuff to DerPate's - I really like the addition of the 2012 async/await keywords but I can't use those at the moment because the client I'm working on has to be .net 2.0.
find quote
hobbes487 Offline
Junior Member
Posts: 20
Joined: Jun 2011
Reputation: 1
Post: #58
(2012-10-20 10:29)DerPate Wrote:  I'm planning to add notifications to the the auto generated library.

Fantastic! I look forward to those updates.
find quote
Post Reply