______
/_ __/__ _________ ___ ____ _ __
/ / / _ \/ ___/ __ `__ \/ __ \ | / /
/ / / __/ / / / / / / / /_/ / |/ /
/_/ \___/_/ /_/ /_/ /_/ .___/|___/
/_/
The front-end terminal for mpv and youtube-dl written in Python
We only have Linux x86_64 in releases
If you're using other OS or arhitecture, you need to build yourself.
Requires to have Python 3.8 and up. Open an issue if it works in older python version.
You need to have libraries ffmpeg
, mpv
, youtube-dl
, chafa
and python3
installed.
Please install required libraries above (not *-dev
) with your package manager.
I didn't test other OS except for Linux. I would be very appreciate if anyone can test it.
Clone this repository and run with python3 cli.py
(make sure you installed libraries above)
You can use with arguments for additional actions, see cli.py --help
for more info.
We currently don't have custom configuration yet. Why not edit python file?
This project is in working progress which may not 100% working fine. Please fill the issue if you have one problem with this app.
- Improvements in Player
- Custom configuration
- ???
You didn't installed required libraries above.
You have older youtube-dl version, please upgrade it with pip
or other package manager you use.
Thanks:
- @MsMaciek - For making better way to listen to keyboard and display thumbnail in info page.