Why pay a fee for DVR service when you have Linux?

By nate

I don’t believe in using VCR’s, yet I want to record TV. So, do I pay $20 more per month for a DVR? Naaah… If you have a little time, an old PC laying around, and about $60 in cash(pays for itself in 3 months), you can make your own DVR.

My setup:

You could use a program such as MythTV to give you a great interface, but the only drawback is that it creates non-mpeg files.. which is bad for me because I want to compress them and store them. So I just use the built in encoder in the TV Card and create MPEG-2 files.

So, all I do is use the “cp” command (for example: “cp /dev/video0 test.mpeg”) and schedule that command to run for the length of the show, then kill when it is over.

This is my record script that I run for the show Lost:

lost_script.jpg

And this is my crontab. The schedule is at the bottom:

crontab.jpg

It’s as easy as that! Questions?

3 Responses to “Why pay a fee for DVR service when you have Linux?”

  1. Matt Fiddelke Says:

    Why pay a fee for DVR service when you have Linux…. How about because you dont have to sit down at a computer and schedule cron jobs to record your shows, or know how long they are on, or even know when they are on because you can look at your onscreen guide via your remote control. MythTV is probably the most popular linux DVR answer, but there are others available: Freevo (http://freevo.sourceforge.net/), DVR (http://dvr.sourceforge.net/), or if you’d like to go the windows route and still stay free I would suggest MyHTPC (however they now have a commercial product meedio) or MediaPortal (http://mediaportal.sourceforge.net)….

  2. nate Says:

    I sort of agree. If you are recording tons of TV and need to do it quick, buy a DVR or use MythTV. If not, the way I have it setup is good enough and the price is right.

  3. nate Says:

    Wow.. that second image is really horrible. Woops.

Leave a Reply