-
Notifications
You must be signed in to change notification settings - Fork 69
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
python-mpv not playing #77
Comments
Hmm, are you running this from an interactive shell or as a script? If you're running this as a script you need to add If it still doesn't work, you can try debugging with player = mpv.MPV(log_handler=print, loglevel='debug') # For log levels see man mpv. |
Many Thanks will try that
|
I am now getting some errors (I did fiddle with the locations of the dependencies earlier), so with the script: I get runtime errors: |
That runtime error is caused by mpv geting a |
Hi, using python 3.7 on High Sierra (mac). Have installed mpv , python-mpv and adlib, tried running the test script:
import mpv
player = mpv.MPV(ytdl=True)
player.play('/Applications/thehandle/Japaneasy.mp4')
I get no errors but it just runs through (via idle) and exits without playing anything
I am assuming if it wasnt able to access the various requirements an error would show up.( I am new to this ). I got it all working in Windows, and was hoping to replicate it in osx. Any ideas?
Many thanks
The text was updated successfully, but these errors were encountered: