A Python program to mirror TiVo recordings to the local disk.
Find a file
2017-07-17 22:02:39 +02:00
config.yaml Add sample config file 2017-07-17 22:02:39 +02:00
README.md Remember where to get tivodecode 2017-04-12 19:29:15 +02:00
tivodb.py Be smarter about the generation of the filenames 2017-04-16 17:46:43 +02:00
tivomirror.py Move shows to be included to its own YAML file 2017-07-17 21:41:53 +02:00

tivomirror - Download recordings from a TiVo to the local disk

Requirements

Python needs to be installed; the regular libs appear to be sufficient.

tivodecode needs to be available on the path. mackworth/tivodecode-ng appears to be working well; the original TiVo File Decoder has trouble decoding some files and fails silently.

To Do

  • Add a clever README.