
AugTV is a TV-Browser plugin to
create and delete scheduled recordings for EyeTV. You setup or delete a scheduled
recording by right-clicking on the desired program:
You might select whether a program should be recorded just once, daily,
weekly, weekdays, or on weekends. If you delete a scheduled recording which
should not be recorded just once, AugTV wants you to confirm that deletion.
_www ALL=(YOUR_USERNAME) NOPASSWD: /usr/bin/osascriptReplace YOUR_USERNAME with your short username (login name)
our $TVUSER = "fjo";Replace fjo by your login name
Note: Starting with AugTV 0.0.0.4, augmovie.pl no longer exists.
Instead, augmovie.pl was merged into the main CGI script augtv.pl. So the
following instructions are still valid, but you have to replace augmovie.pl by
augtv.pl.
AugMovie is a standalone CGI script that you can use to make any EyeTV
recordings accessible thru the MacOS Apache webserver. Attend the following
steps to install it:
our $ARCHIVEDIR = "/Volumes/Backup 2/EyeTV Archive";Replace /Volumes/Backup 2/EyeTV Archive with the fullqualified path to your EyeTV archive, eg. /Users/YOUR_USERNAME/Documents/EyeTV Archive.
Options Indexes MultiViewsChange it to:
Options Indexes MultiViews FollowSymLinks
Username: svn, Password: svn