A lightweight terminal-based music + video controller using mpv + yt-dlp + mpc + rmpc Built for fast media playback, YouTube streaming, and CLI control. It could also play local as well as youtube songs
- 🎧 Play local music instantly
- 📺 Stream YouTube videos via mpv
- 🔍 Search and play directly from CLI
- 🎛️ Full playback control via rmpc
- 💾 Automatic config setup
- ⚡ Minimal + fast
mpv→ media playeryt-dlp→ YouTube/media extractormpc→ MPD clientrmpc→ TUI controller
sudo pacman -S mpv yt-dlp mpc mpdcargo install rmpcgit clone https://github.com/Trifalic47/rmpv.git
cd rmpv
bash install.shrmpv open
rmpv play <url/file>
rmpv search "song name"p→ Play/Pauses→ Stop>/<→ Next / Previousf/b→ Seek
.→ Volume up,→ Volume down
z→ Repeatx→ Shufflec→ Consumev→ Single
Tab→ Next tabShift + Tab→ Previous tab
q→ Quit?→ Help:→ Command mode
S→ Search YouTubeV→ Open video for current song
Shift + S→ Download current media
Saved to:
~/Music/rmpc
~/.config/rmpv/config
Example:
MUSIC_DIR=~/Music
MPD_SOCKET=~/.config/mpd/socket
yt-dlp --versionmpd --no-daemonrmpv/
├── bin/
├── dots/
├── images/
├── scripts/
├── install.sh
└── README.md
GitHub: https://github.com/Trifalic47




