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

--video-file command line option do nothing #77

Closed
goatscrub opened this issue Feb 5, 2018 · 1 comment
Closed

--video-file command line option do nothing #77

goatscrub opened this issue Feb 5, 2018 · 1 comment

Comments

@goatscrub
Copy link

Hi again :)

--video-file option with argument don't load file into player without error.
It seems there is not really code to load the video into player.
I fixed it with a uggly solution again into gaupol/_init_application.py:

             application.update_gui()
+            application.load_video(path)

I understand that is not the good way.

Thanks.

@otsaloma
Copy link
Owner

otsaloma commented Feb 5, 2018

This was just fixed two days ago: #75

@otsaloma otsaloma closed this as completed Feb 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants