accumulator
|
2012-06-04
, 17:31
|
Posts: 49 |
Thanked: 103 times |
Joined on Apr 2010
|
#211
|
|
2012-06-04
, 18:32
|
Posts: 203 |
Thanked: 375 times |
Joined on Nov 2009
|
#212
|
|
2012-06-04
, 18:54
|
Posts: 149 |
Thanked: 57 times |
Joined on Dec 2009
|
#213
|
Yep, I'll remove it from there. Thanks.
The new API does not support that yet. However, now that I have added support for legacy commands anyways, I think I can add it. Haven't yet checked how the webinterface does it, so no promise so far.
The Following User Says Thank You to javiermon For This Useful Post: | ||
|
2012-06-04
, 19:04
|
Posts: 203 |
Thanked: 375 times |
Joined on Nov 2009
|
#214
|
Hi there, I've looked into this with Firebug:
For music clean:
The method called is
http://ip:8080/jsonrpc?SendRemoteKey
with the following parameters:
{"jsonrpc": "2.0", "method": "AudioLibrary.Clean", "id": 1}
and here's the response:
{"id":1,"jsonrpc":"2.0","result":"OK"}
For video clean:
{"jsonrpc": "2.0", "method": "VideoLibrary.Clean", "id": 1}
Response:
{"id":1,"jsonrpc":"2.0","result":"OK"}
Hope this helps
The Following User Says Thank You to mzanetti For This Useful Post: | ||
|
2012-06-07
, 20:51
|
Posts: 203 |
Thanked: 375 times |
Joined on Nov 2009
|
#215
|
|
2012-06-07
, 21:57
|
Posts: 961 |
Thanked: 565 times |
Joined on Jul 2007
@ Tyneside, North East England
|
#216
|
|
2012-06-08
, 07:34
|
Posts: 203 |
Thanked: 375 times |
Joined on Nov 2009
|
#217
|
This latest update also works with the current RC2 build of RaspBMC, which is a XBMC distro customised for the Raspberry Pi.
Cracking, thanks
The Following User Says Thank You to mzanetti For This Useful Post: | ||
|
2012-06-08
, 14:06
|
Posts: 669 |
Thanked: 433 times |
Joined on May 2010
|
#218
|
Howdy!
Time for another announcement
Xbmcremote 1.1 for Harmattan just hit the Nokia Store! Here's the changelog:
- Added an itemdetails dialog for the curently playing media
- Completeley reworked the keypad (hopefully for good)
- Added a feature to search in lists (pull the list down to get the searchbar)
- Added feature to download media from your Xbmc to your phone (long-tap in the lists)
- And many more UI tunings and bugfixes you reported (thanks for that).
Some words on the keypad:
This is somewhat experimental. I hope you all like it. In my opinion the new keypad is easier to use without looking at the phone. For basic navigation, pull the select-button to the direction you want to move. For fast walking through lists, keep the select-button pressed until it vibrates twice. Keep pressed and move to the direction you want to scroll. The further you move your finger, the faster it scrolls.
There is now also a way to enter text at xbmc using the mobile phones virtual keyboard. Every key you press will be directly submitted. To close the keyboard, press the enter-key. I couldn't find a way yet to replace the enter-key with a "close" button. If someone knows how to do this, let me know.
Please let me know how you get along with it. After using it for an afternoon I thought its better than what I had before and decided to publish it.
That's it,
Happy remote-controlling!
|
2012-06-08
, 14:57
|
Posts: 203 |
Thanked: 375 times |
Joined on Nov 2009
|
#219
|
After playing a little with this version, i can see that download media does not seem to work for me (nothing happens when i press it).
|
2012-06-09
, 08:12
|
Posts: 669 |
Thanked: 433 times |
Joined on May 2010
|
#220
|
Hmm... odd... Can you send me some logs please (preferably via email)
And unfortunately that won't change for Xbmc Eden. If Xbmc does not add it, there's nothing I can do. I won't add recursive behavior to xbmcremote as that is even more fail prone than if xbmc itself would do it. If you really want to keep using Xbmc in files mode instead of the intended way (the library mode), you will have to get used to this issue.
The Following User Says Thank You to impeham For This Useful Post: | ||