Mac::EyeTV

Mac::EyeTV is a interface to the Elgato EyeTV Digital Video Recorder.
Download

Mac::EyeTV Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Leon Brocard
  • Publisher web site:
  • http://search.cpan.org/~lbrocard/

Mac::EyeTV Tags


Mac::EyeTV Description

Mac::EyeTV is a interface to the Elgato EyeTV Digital Video Recorder. Mac::EyeTV is a interface to the Elgato EyeTV Digital Video Recorder.SYNOPSIS use Mac::EyeTV; my $eyetv = Mac::EyeTV->new(); # See Mac::EyeTV::Channel foreach my $channel ($eyetv->channels) { my $name = $channel->name; my $number = $channel->number; print "$number $namen"; } # See Mac::EyeTV::Programme foreach my $programme ($eyetv->programmes) { my $start = $programme->start; my $stop = $programme->stop; my $title = $programme->title; print "$title $start - $stopn"; }This module allows you to interface to the Elgato EyeTV Digital Video Recorder. EyeTV is a piece of software and hardware for Mac OS X which can record and play back television much like a Tivo. This module allows you to interface to the EyeTV software, view the channel list and the recorded programmes and schedule recordings.See Mac::EyeTV::Programme for information on scheduling a recording.You should create Mac::Glue bindings to EyeTV before using this (along the lines of 'sudo gluemac EyeTV').The EyeTV software itself is available from Elgato Systems at http://www.elgato.com/index.php?file=support_updates_eyetv Requirements: · Perl


Mac::EyeTV Related Software