drrlramsey / xbmc-addons

Automatically exported from code.google.com/p/xbmc-addons
0 stars 0 forks source link

[cinema.experience] Update calls to depreciated methods #71

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Need to find and update all calls to executehttpapi and executebuiltin where 
calls to executeJSONRPC can be used.

Original issue reported on code.google.com by brian.wa...@gmail.com on 28 Dec 2010 at 1:31

GoogleCodeExporter commented 8 years ago
Agreed on updating http api calls, built-ins are probably not going to be 
depreciated(skins still need them) and probably take less processing 
power(though probably small) than their JSON RPC counter parts.

Original comment by giftie61@gmail.com on 28 Dec 2010 at 6:21

GoogleCodeExporter commented 8 years ago
yeah I thought about that after I posted it, the key part is to look for 
depreciated methods and update them as possible. After a quick scour of the 
code I don't expect any of the executebuiltin calls to need replacement.

Original comment by brian.wa...@gmail.com on 28 Dec 2010 at 9:56