Adding a function to VLC plugin - skip forward
Posted: Mon Jan 12, 2009 1:17 pm
Hello from a noob at this site.
Big thanks for Eventghost, I am LOVING being able to control VLC while lying in bed!
For those of you looking to make VLC skip forward use the Emulate Keystrokes: {Alt+Right} function. Skip forward is not a built in function with the VLC plugin, unfortunately. I tried to add it by editing the python script, but no luck.
This is what I added to the __init__.py script and restarted eventghost to get it to compile - a few different tries at it. Any ideas why it's not working? VLC is started with the remote feature on. I think the problem is I have the wrong keystroke, or that perhaps the skip forward is not part of the remote interface on VLC? I dunno....
('10s forward jump', '10s forward jump', '{ALT}+{RIGHT}'),
('10s forward jump', '10s forward jump', '{ALT+RIGHT}'),
('10s backward jump', '10s backward jump q', 'key [q]'), (I assigned that key in VLC keys)
The other entries for functions that work look like this:
('Play Normal', 'Play normal', 'normal'),
Any ideas? thanks,
P
Big thanks for Eventghost, I am LOVING being able to control VLC while lying in bed!
For those of you looking to make VLC skip forward use the Emulate Keystrokes: {Alt+Right} function. Skip forward is not a built in function with the VLC plugin, unfortunately. I tried to add it by editing the python script, but no luck.
This is what I added to the __init__.py script and restarted eventghost to get it to compile - a few different tries at it. Any ideas why it's not working? VLC is started with the remote feature on. I think the problem is I have the wrong keystroke, or that perhaps the skip forward is not part of the remote interface on VLC? I dunno....
('10s forward jump', '10s forward jump', '{ALT}+{RIGHT}'),
('10s forward jump', '10s forward jump', '{ALT+RIGHT}'),
('10s backward jump', '10s backward jump q', 'key [q]'), (I assigned that key in VLC keys)
The other entries for functions that work look like this:
('Play Normal', 'Play normal', 'normal'),
Any ideas? thanks,
P