Web Apps Since 2004.

Is your website boring?  Kick it up a notch.  Encodable apps easily drop into your website to make it modern, fun, and interactive, with features like file uploads, user accounts, paid subscriptions, protected pages, live chat, visitor logging, mailing lists, and more.
All Encodable apps include:
• Easy setup
• Lifetime license
• Free tech support
• Full customizability

Copy Videos from TiVo to iPod (or iPhone), Mostly Automatically, Using Linux, Mac, or Windows

# Filed on Mar 7, 2008 by AnthonyDiSante 3 replies

If you have a Series 2 TiVo connected to your home network, then you can use its built-in web server to copy video files from the TiVo to a computer.  From there, you can convert the files to an iPod/iPhone-friendly format, then import them into iTunes or whatever other app you use to manage your portable device, and finally sync the videos to your portable device.

(Unfortunately, this functionality has apparently been killed in the HD Series 3 TiVo, thanks to the trifecta of stupidity that is Hollywood, cable companies, and government.)

The first step is to find your TiVo’s MAK (media access key).  This number is a security code, and it’s listed in your TiVo’s Settings menu under System Information.  The MAK is used as a password to access the files on your TiVo over your network.

Now you need to get the video files from the TiVo to your computer.  This is known as TiVoToGo, and there are a few dedicated apps that handle this, such as TiVo Desktop for Windows or Toast for Mac, or TiVoDecode Manager for Mac.  And actually, all of those apps will also take care of converting the file to an iPod-compatible format and even auto-importing it into iTunes, so for many people they provide the complete solution.

Those apps don’t help Linux users, though.  And although I have a Mac Mini that I use to manage my iPhone, it’s relatively slow (1.5 GHz G4 PPC) and small (80 GB).  My main workstation runs Ubuntu Linux, and is much faster (2.4 GHz Core 2 Duo) with much more space (let’s just say it’s more than a TB), so it’s much better suited to video processing and archival.  Based on these Geekbench scores, my Core 2 Duo system is probably about 4x more powerful than my Mini.

So to copy videos from the TiVo to a Linux system, we just need to access the TiVo’s built-in web server directly, by opening a web browser and going to https://tivo-ip-address/.  Alternatively, you can use the nowPlaying.xhtml file (found here and mirrored here), which gives a nicer interface to your TiVo’s web server; just adjust the IP address and the MAK near the top of the file, then load it into your browser from your local filesystem.  At some point, the server will prompt you for a login; the username is "tivo" and the password is your MAK.

The download links from the TiVo’s web server will give you files with a *.TiVo extension.  I name the files "Show Name - Episode Name.TiVo" or "Show Name - date.TiVo"; you should too.  Once the *.TiVo file is on your system, you just need to run my TiVo-to-iPod-backend script on it.  To make this simple, I use a Gnome right-click action on the *.TiVo file: just right-click on it and choose Open With, then select TiVo-to-iPod, which is a small launcher script that opens an xterm and then in turn calls TiVo-to-iPod-backend.  (Note: remove the .txt extensions from those scripts after downloading them; then put the scripts into your /usr/local/bin/ directory and chmod them a+x or 0755.)

Here’s what the TiVo-to-iPod-backend script does:

First, it calls tivodecode to convert the *.TiVo file into an MPEG2 (*.mpg) file.  As the instructions on the tivodecode page state, you’ll need to have put your MAK into the ~/.tivodecode_mak file for this to work.

Second, it calls ffmpeg to convert the *.mpg file into a *.mp4 file, resizing the video in the process to 480x320 for my iPhone’s screen.  You can adjust that number for your own iPod, and also adjust the bitrate parameter (which I have set to "-b 300k") in order to get higher quality or smaller file size.  I also use "-croptop 6" in the command because the videos coming out of my TiVo have a few pixels’ worth of noise/static at the top; if yours don’t, then you can remove this parameter.  For reference, this turns an hour-long 1.2 GB *.mpg file into a ~200 MB *.mp4 file in about 12 minutes on my Core2Duo system.

Third, it calls AtomicParsley in order to set the tags on the *.mp4 file.

Finally, it uses scp to copy the file to my Mac Mini; I had previously set up passwordless SSH keys so that on my local network this works without me having to type in the password.  Of course if you’re not copying to a Mac system then you can delete this part of the script.

At this point, the *.mp4 file is ready to be imported into iTunes or any other app that can handle syncing your iPod.  I wanted to automate this step too, so I created a small script called add_videos_to_iTunes.applescript on my Mac Mini.  I modified my crontab so that the system calls this script every 10 minutes.  The script simply scans a folder called /Users/me/video/todo -- the folder that my TiVo-to-iPod-backend script copies the files into -- then moves the files into /Users/me/video/iTunes, and finally tells iTunes to add the files to its library.

With all of this in place, all I need to do is visit my TiVo’s web server about once a day, download the videos that I want, then right-click on them and choose TiVo-to-iPod.  The 2 scripts (one on each system) take care of converting the files and adding them to iTunes, so all I need to do is put my iPhone in its cradle as usual, and iTunes auto-syncs my TV shows just like it does my podcasts.

NB: I’ll probably make the TiVo-to-iPod script into a cronjob too, and I could even automate the process of scraping the TiVo web server page and downloading the *.TiVo files, but for now, this system is reasonably automated for my liking.

Comments:

01. Jul 13, 2008 at 06:20pm by kurt:

Lovely synopsis. I’ve been googling information like this for days and this is one of the best cross-platform summaries I’ve seen.
Thanks!

02. May 31, 2013 at 07:01pm by Prof.Crankenstein:

G’day,
I can point my iPhone to the TiVoToGo web page and click on the MPEG2 files to download them.  Surely there’s a way to unwrap and play these files directly on the iPhone/iPad.  While this is not downloading, it is streaming or playing directly on the iOS device.
Got any ideas on how to solve this?
-André

03. Jun 12, 2013 at 08:41pm by AnthonyDiSante:

Hmm, yeah, that’d be great and would make this super easy, but I’m not aware of any way to do that.  You’d need the tivodecode command, or some app that includes it, to convert the raw *.tivo file into an MPEG.  Or maybe a video app like GoodPlayer or AVPlayer can do it automatically?  I haven’t tried.

Reply to this message here:

Your name
Email (why?)
Website (if you have one)
Subject
search posts:

home | archives ]

Shopping Cart

Client Quotes

You've done a wonderful job with FileChucker and UserBase, and they have made a big difference to how our website runs.
– Nicholas H.
The work, the thought and the organization you put into this app is incredible.
– Bruce C.
FileChucker is a great drop-in solution for file uploads, and worth every penny of its very reasonable cost.  Encodable's support is excellent to boot.
– Loren A.
I want to thank you for your efforts on Userbase. It has become an integral part of our business and has allowed us to branch out and begin using automation on a lot of our processes. Userbase has become the gateway to advancement for our company's processes for our clients and employees.
Just one word: Fantastic.  10-minute job to plug FileChucker into my app, and it now works a treat.  It's through the hard work by people like yourselves that make my job so much easier.  Congratulations on an outstanding product... Many many thanks.
– Sean F.
I just installed the demo of your product and got it up and running in no time.  I searched high and low for a decent login script and thank God I found yours.
– Adrian F.
Why didn't I just do this from the get-go?  So much easier.  Thanks for your work.  FileChucker makes my work easier.
– Dominic M.
Our members think your software is fantastic...  I would recommend your software and your company to anyone.  Thanks for all your help.  It has been a pleasure dealing with you.
– Tommy A.
Thanks again for a great product and great support - beyond expectations.
– Greg S.
I just want to say you guys really stand alone in that you have a quality product and you provide genuine customer service.  It's sad but those qualities are seldom found separately, much less together.  Thanks again for your time and help.
– Alex S.
I just wanted to say that yours is the first product that I've tested so far that hasn't failed on handling uploads.  This is going to work for a print company, so they are handling nothing but large files and all the other solutions I've tried so far have not been reliable.  So far yours has been 100% successful in my tests.
– Kevin H.
Nice script, it's saving the day on our project.
– Aaron W.
Thank you VERY much for all of your help.  You've really impressed me.  We have support agreements for other software that costs thousands of dollars / year (just for the support), and most of them aren't as helpful as you have been.
– Keith Y.
FileChucker is working great...  Clients love it.  Vendors love it.  We love it.
– Gerry W.
Do you know how rare it is to have a "canned" shopping cart that can easily do complex pricing options on a single item?  Basically, they don't exist!  I have looked.  Everywhere!  And the few that might even come close to CornerStore's functionality cost a fortune!
– Tashina P.
The amount of customization in the program is incredible.  I was able to integrate it into my existing page layout relatively simply.  I was also able to easily customize the look/feel to match the current site.
– Jason M.
FileChucker is helping drive the backend of several high profile entertainment sites for people like Shania Twain and Dolly Parton.  We're also using it to drive backend file uploads for a multi-billion dollar banking institution.  It's a great product.  We've tried other "chucking" upload solutions with progress bars using flash and php, but nothing works as reliably as FileChucker.
– Michael W.
I looked all over trying to find a simple cgi script.  I found that FileChucker was by far the best.  If you have issues with your hosting service's php.ini max upload size then this is the way to go.  Looking forward to future enhancements.
– Bob C.