Google Play Music Autoplay

Provides autoplay options via url parameters on song or playlist URLs

Author
baisong
Daily installs
0
Total installs
82
Ratings
2 0 0
Version
0.1
Created
2017-06-24
Updated
2017-06-24
License
N/A
Applies to

Wanted a way to save a bookmark that automatically starts playing a song on Google Play Music.

Usage:

On a single song URL

1. Get the link to a song by [Right click] > "Share"
2. Add `&autoplay=true` to the end.
3. Save bookmark

Example:

- https://play.google.com/music/m/Tdbjkxmq2gcw7zrmmoj2ubtqfm4?t=You_Gotta_Be_-_Desree&autoplay=true


On a song inside a playlist

1. Go to your playlist
2. In the URL, insert `?autoplay=true&index={X}` in the URL, where X is the number of the song you want.
3. Save bookmark

Example:

- https://play.google.com/music/listen?autoplay=true&index=3#/pl/[PLAYLISTID]

(This link plays the third song in the playlist).