consumes <10MB of ram!!!
idk, is free.- golang 1.17+
- python 3.6.1 or above (for spotdl)
- ffmpeg 4.2 or above (added to PATH)
- spotDL https://github.com/spotDL/spotify-downloader#installation
- Windows Tutorial
- OSX -
brew install ffmpeg
- Linux -
sudo apt install ffmpeg
-
You can download the binary file from: https://github.com/paij0se/ymp3cli/releases
-
Or with curl
curl https://raw.githubusercontent.com/paij0se/ymp3cli/main/install.sh | bash
- verify the installation with
$ ymp3cli --h
Usage: ymp3cli -[OPTION]
-h ,-help: Display the help command
-v ,-version: Display the version of ymp3cli
-p ,-play: Play a single song
-d ,-download ,-download: Download a song from youtube
-port: Port to run the server on
Usage: ymp3cli -p [SONG]
ymp3cli -p <song.mp3>: play a single song
example: ymp3cli -p song.mp3
Usage: ymp3cli -d [Link]
ymp3cli -d <link>: download a song from youtube
example: ymp3cli -d https://www.youtube.com/watch?v=dQw4w9WgXcQ
MIT License
Made it by pai
https://paijose.cf
$ ymp3cli # start ymp3cli
$ ymp3cli -d https://www.youtube.com/watch?v=dQw4w9WgXcQ # download a song from youtube
$ ymp3cli -p song.mp3 # play a single song
for linux install the oto dependencies
sudo apt install libasound2-dev
for macOS Oto requies AudioToolbox.framework
, but this is automatically linked.
run go get .
to install the dependencies.
Build ymp3cli with go build -o ymp3cli src/main.go
and for execute ymp3cli just run ./ymp3cli
.
- client in golang
- download the videos without youtube-dl
- works correctly in windows
- Discord rpc
- able to pause and rewind the songs
- A playlists system
- able to play a song one by one