skunkm0nkee Wrote:Yep, I guess my problem is that I fear that a project like this could eventually morph into a UI for playing the media as well as managing and in that scenario could take users away from XBMC.
So rather than starting a new manger app and moving towards XBMC, why not get XBMC to move more towards a management app?
I don't think that will happen. I did consider to integrate supporting media management in XbmControl (right click on share and select "get *" where * = subtitles, fanart, folder_image etc. ) But I thought was deviating from the purpose of the app to much.
Integrating subtitle downloading would fit perfectly in the application we're talking about here though!Using the sublight database .... ? =>
http://forum.xbmc.org/showthread.php?tid=44385
Gamester17 Wrote:It would IMHO be great if you could use AJAX, JavaScript, and/or PHP instead of ASP.NET for the web interface, ...I didn't suggest it because I didn't think it was as flexible and easy to make/maintain as ASP.NET and still look good(?)
![Huh Huh](https://forum.kodi.tv/images/smilies/question.png)
...if AJAX was used for the main interface then you would in theory even be able to run run it on XBMC's built-in WebServer, (once we replace GoAhead with AppWeb, which is planned), that way you in theory could if you wanted to run this media manager locally on your dedicated HTPC that is also running XBMC and directly manage XBMC's database via any web browser, ...hell, you could even bundle it with XBMC if the web interface was just as capable as a standalone desktop interface app.
PHP support would be fantastic (assuming it will run on the XBOX to
![Wink Wink](https://forum.kodi.tv/images/smilies/wink.png)
)! But I'm not sure how ASP is communicating with the XBMC engine now, so I haven't got a clue how to do this with PHP. Accessing database is not the problem ofcourse. Ajax works fine on the currently integrated webserver, javascript is depending on the browser, not the server
![Smile Smile](https://forum.kodi.tv/images/smilies/smile.png)
If I know how to communicate with XBMC from PHP I can write a library to integrate with XBMC. Fully featured webinterfaces for XBMC will pop up everywhere I assure you
![Smile Smile](https://forum.kodi.tv/images/smilies/smile.png)
Including one file in your interfaces index.php file would be enough to access the complete library. Including one javascript file would be enough to have complete Ajax capability and including one more javascript file would be enough to have nize animations and stuff. You woulnd't have to have a lot of PHP or Javascript knowledge to build your own interface.
Supporting Media Management and Media DB management could be a integrated part of the webinterface for XBMC! The downside would be, as I mentioned before, that the shares need to have to be writable. For me that's no problem. But maybe for some people...