[WINDOWS] Accessing JSON without XBMC running.
#1
At the moment, I am auto starting XBMC, then minimise it to arrange my library using MediaFrontPage.

Is it possible to have access to JSON without XBMC running, perhaps running it as a service within Windows?

The reason I ask is because I would like access to the Library to keep everything up to date using Nick8888's MediaFrontPage - which requires access to JSON for certain queries.

Or is this my pipe dream?
Image
Maraschino - Web based HTPC Organiser. Keep track of all your web based programs all in one place.
Home Page - Repo - Bug Tracker - Support Forum.
Reply
#2
Pipe dream. It's like asking for MediaFrontPage to be up while your computer is off.
Code:
GRANT ALL PRIVILEGES ON `xbmc_%`.* TO 'xbmc'@'%';
IF you have a mysql problem, find one of the 4 dozen threads already open.
Reply
#3
I have an instance of XBMC running on my server for this purpose. It is minimized to the tray (by the clock) with a small windows program, so it doesn't get in the way.
Google for minimize to tray if your interested
XBMC.MyLibrary (add anything to the library)
ForTheLibrary (Argus TV & XBMC Library PVR Integration)
SageTV & XBMC PVR Integration
Reply
#4
Really what you are asking for in a whole other program that basically exposes the XBMC library database via JSON.
Reply

Logout Mark Read Team Forum Stats Members Help
[WINDOWS] Accessing JSON without XBMC running.0