Pytivo push/notification

We still have cable and use Tivo for our DVR, It would be great to be able to initiate a push through pytivo when new downloads are done.

Currently I have to pull them down but i often forget which episode I left off at. If they pushed down and then I could just delete them when I am done.

sickbeard was supposed to offer this feature but I could never get it to work.

The UI is great, I made a donation, keep up the good work.

This could be supported via custom post processing scripts:

Without a tivo there is no way for us to test the implementation, so we’re not able to add it.

So if you had a tivo and a couple month subscription would you develop this and the meta data so it appears correctly in the tivo views?

older model tivos are cheap, I could send you one.

I can’t commit to it and say when I would be able to do it, its likely at some point I’d have time, but I can’t make any promises as to when.

I downloaded an auto push tool for pytivo and looking in its logs this looks pretty simple.

Read in pytivo.conf file to locate the folder configuration, in my case MyMovies with a path of F:\ServerFolders\Videos\TV

when a new file is downloaded call this url

http://localhost:9032/TiVoConnect?Command=Push&Container=MyMovies&File=/American+Horror+Story/American+Horror+Story+-+S04E06+-+Bullseye.mkv&tsn=Bedroom+Premiere

obviously this only works when the two apps run on the same server. Within Sonarr you would have to collect the location of the pytivo.conf file and the DRV name to send the shows to.