How to: make spotify play a song at a certain time | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to: make spotify play a song at a certain time

I am interested in creating a program that can play a certain song from my spotify playlist at a certain time. I am new to programming, so I am looking for any tips on how I could perform this.

15th Mar 2018, 4:13 AM
Christopher Najarian
1 Answer
+ 6
Perhaps Spotipy? "...a lightweight Python library for the Spotify Web API..." http://spotipy.readthedocs.io/en/latest/ Search http://spotipy.readthedocs.io/en/latest/#spotipy.client.Spotify.search Start Playback http://spotipy.readthedocs.io/en/latest/#spotipy.client.Spotify.start_playback For the standalone player I'm not sure Python will be as rewarding because you may just be branching out to Applescript: https://developer.spotify.com/applescript-api/
15th Mar 2018, 4:25 AM
Kirk Schafer
Kirk Schafer - avatar