Sunday, August 29, 2010

Step By Step Tivo Decode Machine Setup

On Local Machine

  • Install Ubuntu Minimal
  • sudo apt-get install openssh-server

Via SSH

  • Install Medibuntu
  • sudo apt-get install build-essential
  • Install tivodecode
    • wget http://downloads.sourceforge.net/project/tivodecode/tivodecode/0.2pre4/tivodecode-0.2pre4.tar.gz
    • tar xvfz tivodecode-0.2pre4.tar.gz
    • cd tivodecode-0.2pre4/
    • ./configure
    • make
    • sudo make install
    • which tivodecode
  • sudo apt-get install mencoder
  • sudo apt-get install avahi-utils
  • sudo apt-get install atomicparsley
Do something about the domain name.  Any time you sudo you'll get an warning like "Could not reliably determine the server's fully qualified domain name" or such.

    No comments:

    Post a Comment