Python Script to export tablo recordings

After having issues with all other available rippers/exporters, I wrote my own in python and I thought some might be interested.

It requires Python >= 3.5 and the python libraries requests, aiohttp and lxml(install using pip) and the ffmpeg system depedency.

Features:

  • automatically exports entire collection
  • exports in plex friendly filenames/format
  • fast: uses async programming to export much faster than others I’ve tried

Anyways, it solved a need for me–maybe it will for someone else as well.

Here is the script: https://gist.github.com/vangheem/d76837fbd813ed7ebebf84a3c24e504d

1 Like

What does it use to remux the video and audio into one file?

Yah, it also requires ffmpeg to be installed.