Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes for ToGo functionality: metadata dump() and togo get_tivo_file() #1

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

SWalkerTTU
Copy link

@SWalkerTTU SWalkerTTU commented Mar 21, 2021

In the dump() method, the calls to str.encode() resulted in a string representation of the bytes of the string intended to be rendered into the text file; the encode() call is unnecessary as UTF-8 is the default encoding in Python 3.

In the get_tivo_file() method, name is assigned a value based on itself prior to it being instantiated; the value should have been based on name_list.

Also, step 2A of the installation instructions did not work. Adding "--spec" before the "git+" URL and the name of the package after a space after the URL did work.

@galasso9423
Copy link

ffmpeg stalls when run in the background
pytivp -c pytivo.conf &

changed two lines in transcode.py
cmd = [ffmpeg_path, "-nostdin", "-i", "-"] + settings
cmd = [ffmpeg_path,"-nostdin", "-i", inFile] + settings

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants