[Web Interface Addon] iRemote for XBMC - simple Web (HTTP) remote for mobile devices

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Ishiro Offline
Junior Member
Posts: 11
Joined: Aug 2010
Reputation: 0
Post: #11
Mrkennedy Wrote:Cannot get this to download at all, is this anywhere else?

Hum... If you go to https://github.com/Ishiro/iRemote-for-XBMC and click on "downloads", what happens ?

Also, you can try this link : https://github.com/Ishiro/iRemote-for-XB...all/master

Let me know.
find quote
el_cabong Offline
Member
Posts: 57
Joined: May 2010
Reputation: 0
Post: #12
Awesome work thus far.

Do you have any plans for integrating volume control in this?
find quote
Ishiro Offline
Junior Member
Posts: 11
Joined: Aug 2010
Reputation: 0
Post: #13
el_cabong Wrote:Awesome work thus far.

Do you have any plans for integrating volume control in this?

Thanks !

Actually, I have no time to add new features. Let's see at the end of the summer...

I use this remote, so I'll do some updates in the next months. Wink
find quote
LawrenceZA Offline
Junior Member
Posts: 6
Joined: Oct 2011
Reputation: 0
Post: #14
This looks great and like exactly what I've been looking for to use on my HTPC.
Will this work from a browser instead of using an Apple device?
find quote
wiero Offline
Junior Member
Posts: 1
Joined: Mar 2011
Reputation: 0
Post: #15
Is it possible to change touch sensitivity in gesture mode?

It's way to fast for me to be comfortable
find quote
Ishiro Offline
Junior Member
Posts: 11
Joined: Aug 2010
Reputation: 0
Post: #16
wiero Wrote:Is it possible to change touch sensitivity in gesture mode?

It's way to fast for me to be comfortable

You can modify the code from the file "iremote.js", line 246, 280 and 286 (see https://github.com/Ishiro/iRemote-for-XB...iremote.js).

Line 246: element.gesture._threshold : if the 'gesture size' is bigger than this threshold (in pixel), the action will be triggered.

Line 280, 286: I assume this is what you want to tweak. On these lines: after 100ms (last parameter), the action will be repeated to "auto-scroll". Just increase this value (to 200 or 300, for example) to get slower scrolling.
find quote
Post Reply