Support
All support resources for our products. Here you can find answers to frequently asked questions, discuss with other users, recover a lost license code or file a support request.
Forum closed
This forum was closed and turned into an archive effective April 21, 2018. It is no longer possible to create new topics or reply to existing topics.

Thanks everyone for all the great questions and contributions over the years.

Please use the Contact form to get in touch.

Remote Buddy Forum

Overview 

AuthorThread
User

22.01.2010 13:45:01
Custom Mapping for Eye TV
View

This posting is older than 6 months and can contain outdated information.
I would like to modify the default EyeTV mapping to get the Elgato behaviour for left & right press.

If I launch eyetv then quit RB I get skip fwd, fast fwd (held) & channel change (I particularly like being able to fast fwd without holding the button down, simply press & hold to start ffwd then press again to return to play) through built in IR receiver and white apple remote.

However the menu button response is a problem - keeps launching Front Row - & anyway I don't want to quit RB!

Just want the left & right button commands to pass straight through to EyeTV as they do when RB is not running.

Can anybody help me map or script this please.

Thank you.

Roger 

These entries from the FAQ may be relevant to this topic:

Behaviours
Hardware - Apple® Remote
Hardware - EyeTV Receiver
Hardware - Harmony® Smart Control
User

26.01.2010 14:34:46
Re: Custom Mapping for Eye TV
View

This posting is older than 6 months and can contain outdated information.
Thanks for asking.

You can achieve this by selecting "Custom Actions" at Prefs > Mapping > EyeTV and defining two of your own with this content:

1) Fast forward 
a) Add an AppleScript actor 
b) Enter "Fast forward (sticky)" as name 
c) Use this code 
tell application "EyeTV" to fast forward 
d) Make sure it is only executed on button press (but neither on release nor on repeats)

2) Rewind 
a) Add an AppleScript actor 
b) Enter "Rewind (sticky)" as name 
c) Use this code 
tell application "EyeTV" to fast backward 
d) Make sure it is only executed on button press (but neither on release nor on repeats)

Then, select the newly created custom actions for the Left (hold) and Right (hold) entries.

Best regards, 
Felix Schwarz