My .TiVo files have 3 chunks between the header and the MPEG data. The first chunk is the XML data. The other 2 chunks are opaque blobs. I'm interested in decoding these chunks because I imagine they contain TiVo metadata for the show. Does anyone know how to decipher them?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
tivodecode will decode the data and put it into an xml file. I now see that there's also a separate program called tdcat in the archive that will do it too.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
My .TiVo files have 3 chunks between the header and the MPEG data. The first chunk is the XML data. The other 2 chunks are opaque blobs. I'm interested in decoding these chunks because I imagine they contain TiVo metadata for the show. Does anyone know how to decipher them?
tivodecode will decode the data and put it into an xml file. I now see that there's also a separate program called tdcat in the archive that will do it too.