🛑this cli still has a lot of bugs🛑
A simple tool to download music from youtube/spotify and listen in the terminal.
Prerequisites
YouTube Music must be available in your country for spotDL to work. This is because we use YouTube Music to filter search results. You can check if YouTube Music is available in your country, by visiting YouTube Music.
Installation
Installing FFmpeg
Install instructions
Build instructions
for linux install the oto dependencies sudo apt install libasound2-dev,
for macOS Oto requies AudioToolbox.framework, but this is automatically linked.
run ./install.sh to install the dependencies.
Build ymp3cli with go build -o ymp3cli src/main.go
and for execute ymp3cli just run ./ymp3cli.
TODO:
- client in golang
- download the videos without youtube-dl
- works correctly in windows (Not tested yet)❓
- able to pause and rewind the songs
- able to play a song one by one
Custom clients?
- visit the wiki https://github.com/paij0se/ymp3cli/wiki/Routes
Alternative clients
- The old deno client https://github.com/bruh-boys/ymp3cli-old-client
Thanks to
- Flames https://github.com/FlamesX-128