From 5aa7bc95cbd5c31449b4800a8504ee0569f0643d Mon Sep 17 00:00:00 2001 From: Stefan Bethke Date: Wed, 12 Apr 2017 19:29:15 +0200 Subject: [PATCH] Remember where to get tivodecode --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6df76bd..ae85d4d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,14 @@ # tivomirror - Download recordings from a TiVo to the local disk -__TODO__ add a clever README. +## Requirements + +Python needs to be installed; the regular libs appear to be sufficient. + +tivodecode needs to be available on the path. [mackworth/tivodecode-ng](https://github.com/mackworth/tivodecode-ng) +appears to be working well; the original +[TiVo File Decoder](http://tivodecode.sourceforge.net) has trouble +decoding some files and fails silently. + +## To Do + +* Add a clever README.