2013-09-16, 11:46 AM
I thought I'd resurrect my python code for XBMC to connect to the touch service but I lost it and had to redo it, at least my python skills improved a little and this only took an hour or so. Here's a video with the problems I see http://youtu.be/lK-Czm5TAzE
- YouTube (beta) Trailer, I have to keep hitting a key for the progress bar to show, there is no async refresh method (not sure what to do with this)
- Video Library the meta data is for the wrong item, likely the caching is before the screen capture
- after Exit @2:30 using the &key interface loads a new session but at the default lower res, requires exit from client and a restart of the server to reinit
- hitting Esc to close a plugin (see recording at 3:10) most of the time doesn't land on the right menu item, it can be before or after.
I agree with Fred this is worth taking further. Speed is pretty good in my environment, I haven't tested on slow machine, I will wait for file urls to work
Also for an enhancement
- when a filename is returned it should be in an object indicating the media type and the resume location.
- new api calls method=recording.watched.set and method=recording.watched.clear need a filename option
Martin
- YouTube (beta) Trailer, I have to keep hitting a key for the progress bar to show, there is no async refresh method (not sure what to do with this)
- Video Library the meta data is for the wrong item, likely the caching is before the screen capture
- after Exit @2:30 using the &key interface loads a new session but at the default lower res, requires exit from client and a restart of the server to reinit
- hitting Esc to close a plugin (see recording at 3:10) most of the time doesn't land on the right menu item, it can be before or after.
I agree with Fred this is worth taking further. Speed is pretty good in my environment, I haven't tested on slow machine, I will wait for file urls to work
Also for an enhancement
- when a filename is returned it should be in an object indicating the media type and the resume location.
- new api calls method=recording.watched.set and method=recording.watched.clear need a filename option
Martin