YouTube Media Player. Browse and play YouTube music/audio from the terminal.
This is not like a normal music player. Searching and Playing are not instant as it needs to fetch results for search and then use mpv to stream directly with the video's link. This doesn't store anything locally, so far. I needed this tool personally so I published it, in case someone else needs it as well <3
Run this command:
curl -fL "https://github.com/trap251/ymp/releases/latest/download/ymp" -o /tmp/ymp \
&& sudo install -m 755 /tmp/ymp /usr/local/bin/ymp
Or manually:
- Download the latest ymp binary from releases
- Place it in the binaries folder i.e. ~/.local/bin/ or /usr/local/bin/
- Run 'ymp' in the terminal to use the application
- yt-dlp (For YouTube search)
- mpv (For media playback)
I use arch (btw), but this should work on any linux distro.
9/0 | Decrease/Increase Volume
Space | Play/Pause
<-/-> | Seek Backward/Forward
Escape | Stop
