Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 308 Bytes

File metadata and controls

6 lines (6 loc) · 308 Bytes

mpv_api

control the mpv video player with a web api endpoint using mpv's built in IPC server - with auth and ssl make sure you actually go and edit the .env file and put an actual username and password also you need one dependency for python3 called dot-env how to install that: pip3 install python-dotenv