Simple script to wrap URLs for MPV, to make specifying YT-DLs easier.
- MPV
- Youtube-DL - will auto-download if not found.
- pyinstaller (Optional) - PIP-able with
python -m pip install --user pyinstaller
. - make (Optional)- Likely already installed with a UNIX-based operating system.
Simply running make
should do it! Binray produced in ./bin/mpv-selector
or ./bin/mpv-selector.exe
.
Alternatively, run it with Python with python mpv-selector.py
.