pytivo icon indicating copy to clipboard operation
pytivo copied to clipboard

pyTivo is both an HMO and GoBack server. Similar to TiVo Desktop pyTivo loads many standard video compression codecs and outputs mpeg2 video to the TiVo. However, pyTivo is able to load MANY more file...

Results 23 pytivo issues
Sort by recently updated
recently updated
newest added

This can reduce the number of programs that TiVo deletes upon their transfer. TiVo requests the expected transfer size *before* it tries to actually transfer a file, and it does...

Hi, Dont know if you are the correct person to talk to cause it says forked from armooo, but anyways when or after i installed the pytivo and started downloading...

When using the Photo plugin to view a rotated photo some get cropped if the rotation is not the same size as the original photo. An easy fix to this...

Lines 216-220: ```python if ((int(vInfo['vHeight']) >= 720 and config.getTivoHeight >= 720) or (int(vInfo['vWidth']) >= 1280 and config.getTivoWidth >= 1280)): data['showingBits'] = '4096' ``` I believe `getTivoHeight` and `getTivoWidth` should be...

I can see there is no support yet for 4k content. What is the current state of this? Is there anything you need help with?

I recently upgraded to your 5/9/2018 commit via git pull. When navigating to a certain directory of .mp4 files, pyTivo quickly consumes all free memory (~6 of my 8 gig)...

William, You may not want this at all, but I felt it was an improvement so I'm submitting a pull request so you can check it out. All I've done...

The ReadyNas isn't working for pulling files to a Bolt from the ReadyNas. The server doesn't show up on the Bolt. It does show on my series 3. So, I...

Tivo Bolt+, recently rebooted part of troubleshooting. Latest git pull. MAK, and tivo.com username/pass correct. Previously tested a movie, transferred no issues. Now a simple single move transfer ends up...

I used kttmg to copy files from my Tivo Bolt to my PC. Since, I just want to watch those videos on the same Tivo again (same MAK), I did...