β What's this?
π§ Features
π Requirements
π» Installation
π¨βπ§ Usage
π₯ Contributing
Harmony is a command line tool to stream music from the command line without worrying about tracking/profiling. Harmony streams music from Jiosaavn
, using a Jiosaavn API
to both fetch results and stream music.[It's meant to act as a privacy respecting Spotify TUI.
mpv
- An open source command line video player.Harmony is available in the AUR. You can find it here
.
yay -S harmony
Simply download the release binary from the releases section
or enter the following commands below in any Linux terminal. (No windows binaries yet!)
sudo wget https://github.com/ZingyTomato/harmonymusic/releases/latest/download/harmony -O /usr/local/bin/harmony
sudo chmod a+rx /usr/local/bin/harmony
usage: harmony [-h] [-v] [SEARCH_QUERY ...]
An open souce CLI music/video streamer based on MPV.
positional arguments:
SEARCH_QUERY Name of the song/video to search for. Example: harmony 2step Ed Sheeran
options:
-h, --help show this help message and exit
-v, --video Allows to search for videos instead of music. Example harmony -v 2step Ed Sheeran
Feel free to create an issue if you encounter any bugs or would like to suggest something!