Exploit to stream music from spotify using your terminal.
curl -s https://raw.githubusercontent.com/BelkaDev/Mustream/master/play | bash -s Ryo Scenery
The script will look up for the most relevant result following a set of keywords.
Ideally you should specify the complete track info ( $artist - $title ) for more
accurate results.
No sign up nor premium subscriptions are required.
Queue up any track/album/playlist from the spotify library.
- Type a song title or artist name for a quick search.
- Add prefix
Album
/Playlist
for respective results. - You can direcly enter a playlist URL.
- Spotify client must be running.
- This script doesn't include a client manager
I suggest you use SP (https://gist.github.com/wandernauta/6800547) for this purpose. - you can explore playlists by adding the prefix
some
, this will return
a playlist related to your input, this option offers more flexibility to your search
as you can use it to look up for artists,tags,albums without restrictions. - the minus delimiter can be used to ignore keywords:
-remix -live
- acronyms are valid for many bands:
play some PF
will queue up a Pink Floyd playlist
- Some songs may not start due to country restrictions.
The script is available in AUR for Archlinux users, you can install it with any AUR helper
yay -S mustream-git
git clone https://github.com/BelkaDev/mustream ~/mustream && cd ~/mustream && chmod +x play