jaseg / python-mpv

Python interface to the awesome mpv media player
https://git.jaseg.de/python-mpv.git
Other
532 stars 67 forks source link

Missing Filename #183

Closed KrychaTech closed 2 years ago

KrychaTech commented 2 years ago

Hello everyone.

everytime i try to play something using the player.play() command, i see the "missing filename" error. the movie i want to play is in the directory and is specified in the command, yet it still doesn't work.

i used short and long path for the filename (movie.mp4, D:\pythonprojects\etc\movie.mp4) thanks for help.