2013-03-30, 23:57
It goes both ways, how to best integrate heimdall into xbmc, and how to extend heimdall with its own add-ons/modules. topfs2 has had some initial thoughts on Heimdall integration here: http://forum.xbmc.org/showthread.php?tid...pid1175374
Some considerations,
* Multiple modules are used in parallel, so prioritization will need to happen in the engine or xbmc somewhere
* Should it be made available as a python library for other add-ons and scrapers?
* Alternatively, the API can be presented to add-ons via JSON-RPC instead of the python library
* Backwards compatibility might be retained if a heimdall module was written that loads xbmc scraper xmls
* Thinking globally, stand-alone heimdall use is still in the pipes, so maybe someday xbmc connects to a heimdall process
What strategies are good approaches to this problem? What kinds of challenges will we face in migrating from the existing xml-based scraping api? And will the wife finally accept xbmc?
Some considerations,
* Multiple modules are used in parallel, so prioritization will need to happen in the engine or xbmc somewhere
* Should it be made available as a python library for other add-ons and scrapers?
* Alternatively, the API can be presented to add-ons via JSON-RPC instead of the python library
* Backwards compatibility might be retained if a heimdall module was written that loads xbmc scraper xmls
* Thinking globally, stand-alone heimdall use is still in the pipes, so maybe someday xbmc connects to a heimdall process
What strategies are good approaches to this problem? What kinds of challenges will we face in migrating from the existing xml-based scraping api? And will the wife finally accept xbmc?