Automatic EyeTV DVB guide updating: Difference between revisions
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
* Create an [[http://en.wikipedia.org/wiki/AppleScript AppleScript]] containing this: | |||
::::<code>tell application "EyeTV"<br> | ::::<code>tell application "EyeTV"<br> | ||
Line 21: | Line 21: | ||
* As "Warning", select "Open Archive" and point it to the script above. | * As "Warning", select "Open Archive" and point it to the script above. | ||
* Enjoy automatic DVB Guide updates :-) | * Enjoy automatic DVB Guide updates :-) | ||
[[Category:Apple]] |
Latest revision as of 18:28, 3 November 2015
- Create an [AppleScript] containing this:
tell application "EyeTV"
- activate
- end tell
- tell application "System Events"
- tell process "EyeTV"
- keystroke "g" using command down
- delay 1
- click (pop up button 1 of window 1)
- delay 1
- click menu item "Opdater programguide til DVB"
- end tell
end tell
- Test the script, by clicking the green "Start" button.
- Fix any errors that you get. Note that you will need to change the language and wording of line 10 to match the text in your drop down menu.
- Save is as an "Application".
- Open Calendar.
- Create a new schedule, and make it repeat as you wish.
- As "Warning", select "Open Archive" and point it to the script above.
- Enjoy automatic DVB Guide updates :-)