Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.241.960 Times

Mac::EyeTV 0.30

  Date Added: April 07, 2010  |  Visits: 2.352

Mac::EyeTV

Report Broken Link
Printer Friendly Version


Product Homepage
Download (179 downloads)



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: No special requirements
Platforms: Linux
Keyword: Digital Digital Video Elgato Elgato Eyetv Elgato Eyetv Digital Video Recorder Interface Libraries Maceyetv Programming See Mac Video
Users rating: 0/10

License: Freeware Size: 4.1 KB
USER REVIEWS
More Reviews or Write Review


MAC::EYETV RELATED
Audio Recorders  -  Digital Audio Recorder 1.0
Digital Audio Recorder is a very easy and efficient to use recorder which can record sound from any source in your computer directly to MP3. You can record sound from microphone and anything that is being played on your computer. It is the...
823.55 KB  
Multimedia  -  ViMS, PVR - Digital TV Recorder 0.3.0
Digital TV Recorder - PVR. ViMS - Video Mnemonic System. Schedule your TV-recordings remote, using a web-interface.With ViMS, PVR - Digital TV Recorder, then you will never miss a show even if you forgot to set the timer before you left your...
51.2 KB  
Programming  -  Digital Preservation Recorder rc
The Digital Preservation Recorder (DPR) has been developed by the National Archives of Australia to manage a digital preservation workflow. It features antivirus integration and makes use of the Xena framework for preservation conversions of data...
166.91 MB  
Audio Tools  -  Pydar 0.5.0
Pydar is a digital audio recorder providing scheduled recording of radio programs. It provides scheduling recording of radio programmes. Pydar can compress programmes on the fly into either Ogg Vorbis or Ogg Speex formats as well as recording to...
39.94 KB  
Security Tools  -  MEO File Encryption 1.11
Encrypt or decrypt files of any type on Mac OS X using this powerful data encryption tool. MEO allows you to protect your sensitive data against un-authorized viewers by utilizing the latest data encryption technologies.
532.48 KB  
Download Managers  -  All Mobile 7.5.2
Download MP3 songs and albums, complete movies and tv series, tv episodes, video on demand, videogames, ebooks and digital books, digital magazines, digital newspapers and many more digital products. Downloads are fully compatible with PC, Mac,...
28.36 MB  
Audio Tools  -  Digital Audio Player 0.2b
GNUdap is a project to build a userspace driver to interface Linux with proprietary-protocol USB MP3 players and mass storage devices. Currently GNUdap supports the CHIC MP10, CHIC MP30, CHIC Symphony from "Perstel,Inc." and the NGS Jogger from...
225.28 KB  
Image Galleries  -  gPhoto2 2.2.1
gphoto2 is a command line application which enables you to transfer digital photos from almost any serial-port or USB digital camera. gPhoto2 uses the programming interface provided by libgphoto2. Digital cameras have the...
 
Audio Editors  -  RecordPad Sound Recorder Free for Mac 10.06
RecordPad Sound Recorder Free for Mac is ideal for recording voice and other audio to add to digital presentations, creating an audiboook, or simply recording a message. Find and play recordings by format, date, duration, or size. RecordPad Sound...
6.47 MB  
Graphics Cataloging Tools  -  PhotoPad Free Photo Editing for Mac 2.50
PhotoPad Free Photo Editing Software for Mac OS X. Retouch photos quickly and easily and edit and apply effects to photos and other images. Crop, rotate, resize and add effects like sepia tones, greyscale and red eye reduction as well as adjusting...
2.31 MB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB