-
Notifications
You must be signed in to change notification settings - Fork 2
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
Is there a way to fix time delays in chat vs the video? #1
Comments
Hi, we don't have that feature yet. You'll need to write a script to update the timestamps in the chat file. |
Do you know what that would entail if I wanted to do that on my side, and/or when new features would be added to this project? Thank you. |
Thank you again. Is the above a shell script? |
It's a python script. Save it as a python ./script.py Put the chat JSON files next to the script file and make sure the script opens the correct file names. If you don't have Python installed you can get it from https://www.python.org/. When installing don't forget to check the option to add Python to the PATH. |
I'll try that out soon. Thank you again for your help. |
Hey. I'm very happy with this project and it works great aside from one thing. Is it possible to have the script handle instances where the chat and the video don't perfectly line up, e.g. the chat is eight minutes ahead from the start, trigger the chat to actually play normally when the video starts? Or have a delay function or some sort?
Thanks again.
The text was updated successfully, but these errors were encountered: