space
advocacy.gif
menu_top_inactive.gif space
mediamac2
Launch directly into a TV channel
2007-02-06 11:01:38
Keywords: EyeTV,applescript, 557 hits

Launch directly into a TV channel
This is a small AppleScript to start EyeTV to a specific channel, perfect to bind to the numeric keys on your remote control, if you have any. And if you don't, tie one channel to one button - why not the kids channel for simple launch for your kids?

tell application "EyeTV" activate enter full screen set full screen menu to false channel_change channel number 1 end tell

Comments
0 comments
space space