Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/widdershin/gmplayer
A CLI music player with Google Play Music as a source!
https://github.com/widdershin/gmplayer
Last synced: 19 days ago
JSON representation
A CLI music player with Google Play Music as a source!
- Host: GitHub
- URL: https://github.com/widdershin/gmplayer
- Owner: Widdershin
- License: other
- Created: 2015-09-27T20:52:25.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-09T10:34:27.000Z (about 9 years ago)
- Last Synced: 2024-10-11T02:02:21.311Z (about 1 month ago)
- Language: JavaScript
- Size: 134 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## gmplayer
God, it's almost becoming my main thing. Making CLI based web streaming music players. I started with [gplayer](http://github.com/96aa48/gplayer.git) for Grooveshark, proceeded with [yplayer](http://github.com/96aa48/yplayer.git) 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. Make sure you Google Play Music All Access, since uploaded files aren't supported (yet!).
## Install :
```
npm install gmplayer -g
```## 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
-h, --help Display help and usage details```
## LICENSE
Check out the `LICENSE` file for more information.