GitXplorerGitXplorer
S

Playlist2Collage

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
539b44e69ac263e3016cc7d7cf9ce904230621c3

Update README.md

SSebski123 committed 4 years ago
Unverified
3cfc8fb2456e57d8c05270fdd974ab564b61ebb9

Merge branch 'master' of github.com:Sebski123/Playlist2Collage

SSebski123 committed 4 years ago
Unverified
5029d3d8e0db49ad29595d37d4fb2ab5d7149202

Added example VARS.py file

SSebski123 committed 4 years ago
Verified
4ce375f6ddd85f237c9b369e8f36b1aa3a170eea

Create README.md

SSebski123 committed 4 years ago
Verified
15c066d356dfb3eaa4c9154f25bd6e6420c88a2b

Delete makeSquare.py

SSebski123 committed 4 years ago
Unverified
2c13e79480e99c6c050f05a758ac3250482413ad

Now moves collage to Chrome userData dir

SSebski123 committed 4 years ago

README

The README file for this repository.

Playlist2Collage

Converts album covers from Spotify playlist to a Google Chrome "new tab" background

Setup

  1. Go to https://developer.spotify.com/dashboard and create a new app
  2. Replace values CLIENT_ID and CLIENT_SECRET in VARS.py with values from app
  3. Uncomment line 209 and comment line 110 in main.py. It should look like this
  4. Run main.py eg. python main.py it should look like this
  5. Copy 'access_token' from step 4 and add it to AUTH_TOKEN in VARS.py
  6. Reverse what you did in step 3, it should now look like this
  7. Add Spotify playlist ID to PLAYLIST_ID in VARS.py. Get playlist ID by right-clicking it in spotify and going Share>Copy Spotify URI and the pasting the part after "spotify:playlist:"
  8. VARS.py should now look like this
  9. Change the value of "ChromeLocation" in main.py to the location of background.jpg
  10. Run main.py eg. python main.py
  11. Output should look like this

Troubleshooting

If you get an error like this:

error

Repeat step 3-6 from Setup and try again