gmplayer
v0.4.3
Published
A CLI music player using Google Play Music as a source
Downloads
28
Maintainers
Readme
gmplayer
God, it's almost becoming my main thing. Making CLI based web streaming music players. I started with gplayer for Grooveshark, proceeded with yplayer for Youtube and now with gmplayer for Google Play Music. Just use it as before, but now with gmp
and gmplayer
. Use -s
and then your search query. The player works with both Google Play All-Access and uploaded files using the -l
flag.
I've reworked the project since version v0.4.0
to be more readable for other developers. If you feel like you want to contribute to the project feel free to open an issue or a pull request.
Install :
npm i gmplayer -g
System Requirements
- ffmpeg: processing track meta-data
- mplayer: playing music (optional if you want to listen straight after download)
Usage :
Usage:
gmp [OPTIONS] [ARGS]
Options:
-s, --song The song you want to download/play.
-a, --album The album you want to download/play.
-d, --downloadonly If you only want to download the song instead of
playing it
-l, --library List all items from your library (only for songs) (In combination with either -s or -a)
-h, --help Display help and usage details
LICENSE
Check out the LICENSE
file for more information.