XBMC v12 + Harmony One: ToggleWatched Action
#1
Hi all,

I'm currently using XBMC v12.0 on my jailbroken AppleTV2 with a MySQL Database on a Synology NAS (DS212+).
I'm controlling the ATV using a Harmony One remote.
I have already configured some keymaps successfully (like toggle next audio stream when watching a movie) but I have some problems with the "ToggleWatched" Action:

I've mapped the "ToggleWatched" Action to the Stop button on the harmony (ID 17).
It works in some way but it always toggles the watched status twice.
Therefore:
If I press the button on a unwatched movie this movie and the next one will be marked as watched (because the cursor hops to the next movie when marking as watched).
If I press the button on a watched movie this movie will stay marked as watched (I think it is unmarked and marked again because the cursor does not hop to the next movie when marking as unwatched).

This is how my 'joystick.AppleRemote.xml' looks like:

....
<MyVideoLibrary>
<joystick name="AppleRemote">
<button id="7">Info</button>
<button id="17">ToggleWatched</button>
</joystick>
</MyVideoLibrary>
....

I have also tried other buttons but still with the same problem.
Is this a known issue or is there a way I could do this?

Thanks!
Reply

Logout Mark Read Team Forum Stats Members Help
XBMC v12 + Harmony One: ToggleWatched Action0