Spotify
Spotify variables show the current song, previous song, and playlist information.
Example
Section titled “Example”Variables
Section titled “Variables”| Variable | Use | Example output |
|---|---|---|
{spotify.song_name} | Shows the current song name. | Song Title |
{spotify.song_artists} | Shows the current song artists as a comma-separated list. | Artist1, Artist2 |
{spotify.song_progress} | Shows the current playback position. | 0:42 |
{spotify.song_duration} | Shows the current song duration. | 2:30 |
{spotify.prev_song_name} | Shows the previous song name. | Previous Song Title |
{spotify.prev_song_artists} | Shows the previous song artists as a comma-separated list. | Artist1, Artist2 |
{spotify.playlist_name} | Shows the playlist name. | My Favorite Playlist |
{spotify.playlist_url} | Shows the playlist URL. | https://open.spotify.com/playlist/123 |