Hey Thanks for updating your webinterface. I took a look at your code and noticed the following things:
* sendSelect(), sendEscape(), sendArrowUp(), sendArrowDown(), sendArrowRight() and sendArrowLeft() still use the old HTTP-API although you can use JSON-RPC's methods from the Input namespace. Please replace those calls (for the sendArrowFoo() you already have them in comments) * in addMusicPlaylist() the parameter for the JSON-RPC call is wrong. You need to provide a "playlistid" and you need to put the "file" property into the "item" parameter. But the whole method looks like it isn't really used anymore? So maybe you can remove it? * I gave your webinterface a quick spin and the only odd thing I encountered was that the songs in an album are sorted alphabetically and not by track number which confuses me. Maybe you can sort by "method": "track" if you retrieve the songs for a single album instead of sorting by "method": "label" (which makes sense when browsing all the songs in the library. If you can iron out these issues your webinterface is good to go into the official eden-pre repo. Thanks -----Ursprüngliche Nachricht----- Von: Paulus Edwin Prasetya [mailto:[email protected]] Gesendet: Freitag, 23. Dezember 2011 09:26 An: xbmc-addons Betreff: [Xbmc-addons] [SVN-Pull] wTouch *addon - webinterface.wtouch *version - 0.4 *url - http://wtouch.googlecode.com/svn/trunk/ *revision - 6 *branch - master *xbmc version - eden-pre Sorry if I miss something as more than a year doing this again. ---------------------------------------------------------------------------- -- Write once. Port to many. Get the SDK and tools to simplify cross-platform app development. Create new or port existing apps to sell to consumers worldwide. Explore the Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join http://p.sf.net/sfu/intel-appdev _______________________________________________ Xbmc-addons mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/xbmc-addons ------------------------------------------------------------------------------ Write once. Port to many. Get the SDK and tools to simplify cross-platform app development. Create new or port existing apps to sell to consumers worldwide. Explore the Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join http://p.sf.net/sfu/intel-appdev _______________________________________________ Xbmc-addons mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/xbmc-addons
