> * 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)

There are some issue that I'm still use the deprecated HTTP-API:
1. By Sending the keystroke via HTTP-API, the XBMC give the 'click' sound on
each action, while  using the method of JSON-RPC, there is no sound and
only apply visual as feedback. It is good to have the sound feedback.
2. By Using the JSON-RPC, it could not move forward by the 'arrow keys'
Making the gesture not work to move the time line just like arrow key
on keyboard
3. Still no replacement for key TAB, C, M, So for overall I still have
to use the
HTTP-API method. Also for sending keys for the keyboard function.

I was try use the new JSON -RPC method of the select, escape and arrows,
but they did not give an exact experience as we press the keyboard.
I was also try to emulate the 'click' sound by HTML 5 Audio element, but the
HTTP Server of XBMC does not support partial download, which required by
iOS browser (actually on chrome also need it). Although the sound file is small,
but the partial download (handle range header) is mandatory.

> * 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.

I will take a look for those 2 issue, but may be in 4-5 days,
hopefully faster

------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to