Native Python implementation of tdcat (reading metadata from .TiVo
commit069caf19fe30e41f8bd777a8a37b1c3804049cab
authorWilliam McBrine <wmcbrine@gmail.com>
Wed, 16 Oct 2013 18:31:18 +0000 (16 14:31 -0400)
committerWilliam McBrine <wmcbrine@gmail.com>
Wed, 16 Oct 2013 18:31:18 +0000 (16 14:31 -0400)
tree5cb9623c85ead8510bb1e6630c64c78f3f4c60f0
parent4b9fc65be4cab1ed58698f58fed4b274c47e927a
Native Python implementation of tdcat (reading metadata from .TiVo
files). Unfortunately it's so slow that, even with the spawning of a
separate process, the C version is still preferred, if available. But
this will allow pyTivo to read .TiVo metadata in cases where tdcat is
unavailable.
metadata.py
plugins/togo/togo.py
turing.py [new file with mode: 0644]