jessedp / tablo-tools-electron

A desktop app to help manage your Tablo devices
https://jessedp.github.io/tablo-tools-electron/
MIT License
29 stars 2 forks source link

Is Tablo Tools Generation 4 Tablo compatible ? #210

Closed namasteaz closed 1 year ago

namasteaz commented 1 year ago

Describe the bug No Tablos found.

Expected behavior My other devices find the Tablo, but Tablo tools shows no Tablo found.

Environment: MacOS M2 Processor 4th Generation Tablo (white)

Screenshot 2023-10-10 at 2 27 34 PM Screenshot 2023-10-10 at 2 31 31 PM
Kravimir commented 1 year ago

Unfortunately, the Tablo Gen4 is not compatible with Tablo Tools nor the other 3rd-party Tablo utilities.

Since it can record (limited) streaming content, Tablo's (Nuvyyo's) new parent company (E.W. Scripps) seems to have asked that it not be able to export recordings.

27hectormanuel commented 11 months ago

but it is able to export recordings. I was able to do it manually with ffmpeg or vlc. What is the problem?

dougK44883 commented 11 months ago

Getting the steaming URL without any reference to the show is a problem. Can you access or coordinate any DB or JSON data for shows, series, season, episode, titles for any of the recordings? Movies, sports and manual recordings have different data associated with them.

With what you have, as great as it is (not trying to discount your success), it maybe incorporate it into a script to selectively export recordings. https://github.com/jessedp/tablo-tools-electron#if-youre-interested-in-the-code-andor-contributing-welcome-and-i-hope-this-helps https://github.com/jessedp/tablo-tools-electron#development

27hectormanuel commented 11 months ago

You can grab /server/info and recordings/series/episodes from the server. Perhaps add an easy way to generate an authentication ID if thats an issue.

bgiesing commented 7 months ago

You can grab /server/info and recordings/series/episodes from the server. How did you generate the authentication to even do that?