TiVo::HME::Application

TiVo::HME::Application is a Perl implementation of TiVo's HME protocol.
Download

TiVo::HME::Application Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Mark Ethan Trostler
  • Publisher web site:
  • http://search.cpan.org/~metzzo/Java-4.7/Java.pm

TiVo::HME::Application Tags


TiVo::HME::Application Description

TiVo::HME::Application is a Perl implementation of TiVo's HME protocol. TiVo::HME::Application is a Perl implementation of TiVo's HME protocol.SYNOPSIS use TiVo::HME::Application; our @ISA(TiVo::HME::Application); sub init { my($self, $context) = @_; $self->get_root_view->visible(1); my $mpg = $T_RESOURCE->image_file('examples/myloop.jpg'); $self->get_root_view->set_resource($mpg, $T_CONST->HALIGN_CENTER | $T_CONST->VALIGN_CENTER); } sub handle_event { my($self, $resource, $key_action, $key_code, $key_rawcode) = @_; print "You pressed the $key_code key on the remote!n"; } Perl on your TiVo in 11 Steps!! Step 1: Go to Step 2: Go to Step 1 Step 3: Go to Step 2 (seriously) Step 4: Congratulations on making it here! Step 5: Really, go to , download the SDK, read the PDF files (don't worry about the protocol PDF, that's what this is for). Step 6: Learn about Views & Resources Step 7: Learn about the Application cycle (init then event loop) Step 8: Learn about Events Step 9: Learn how the Perl stuff differs from the Java stuff (mainly only in naming) Step 10: View & understand the perl examples - especially how they related to the Java examples (they do the same thing!). Step 11: Use your imagination to create a kick-arse Perl-based HME app!! Requirements: · Perl


TiVo::HME::Application Related Software