Generates wallpapers while listening to Google Music.
Download and install Google Play Music™ Desktop Player.
To respond to events, the desktop player needs to emit them. To enable this:
- Open the player.
- Go to "Desktop Settings".
- Under General, check "Enable Playback API".
- Restart the player.
- Download this repository.
- Install dependencies via
npm install
. - Run
npm start -- --help
to see usage.
Wallpapers will be written to the current directory each time the track changes. They will have the same resolution as your main display.
You can also enable automatically setting the wallpaper of all of your visible screens.
Generates wallpaper from the album cover art.
Provides a thumbnail of the album cover.
Discogs provides higher quality album art images. To use it as a source, you need to create an account and create a consumer key and secret.
If you run into problems install dependencies on Windows due to node-gyp, follow steps outlined here: