View Single Post
Posts: 223 | Thanked: 79 times | Joined on Apr 2010 @ Lebanon- Beirut
#6
Originally Posted by Surstroemming View Post
Is it possible? Also, how would I have to change the script to get the following functionality:

1 click = play/pause
2 clicks = next track
3 clicks = previous track
(without long clicks, accidental clicks aren't an issue for me)

Thanks!
i think you should edit the order in this line:
METHODS = [None, 'next', 'previous', 'pause']

just guessing, i know nothing about this.