"""Constants for playlists.""" SPOTIFY_PLAYLISTS = { "unknown": {"playlist_name": "Spotify Personalized Playlist"}, "discoverWeekly": { "playlist_name": "Discover Weekly", "playlist_image": "https://cdn.theorchard.io/web-icons/discoverWeekly.png", }, "dailyMix": { "playlist_name": "Daily Mix", "playlist_image": "https://cdn.theorchard.io/web-icons/dailyMix.png", }, "releaseRadar": { "playlist_name": "Release Radar", "playlist_image": "https://cdn.theorchard.io/web-icons/releaseRadar.png", }, "yearInMusic": { "playlist_name": "Year In Music", "playlist_image": "https://cdn.theorchard.io/web-icons/yearInMusic.png", }, "totga2017": { "playlist_name": "The Ones That Got Away", "playlist_image": "https://cdn.theorchard.io/web-icons/totga2017.png", }, "timeCapsule": { "playlist_name": "Time Capsule", "playlist_image": "https://cdn.theorchard.io/web-icons/timeCapsule.png", }, "tastebreakers2018": { "playlist_name": "Tastebreakers 2018", "playlist_image": "https://cdn.theorchard.io/web-icons/tastebreakers2018.png", }, "summerJams": { "playlist_name": "Summer Rewind", "playlist_image": "https://cdn.theorchard.io/web-icons/summerJams.png", }, "yourTopSongs2017": { "playlist_name": "Your Top Songs 2017", "playlist_image": "https://cdn.theorchard.io/web-icons/yourTopSongs2017.png", }, "yourTopSongs2018": { "playlist_name": "Your Top Songs 2018", "playlist_image": "https://cdn.theorchard.io/web-icons/yourTopSongs2018.png", }, "yourTopSongs2019": { "playlist_name": "Your Top Songs 2019", "playlist_image": "https://cdn.theorchard.io/web-icons/yourTopSongs2019.png", }, "yourTopSongs2020": { "playlist_name": "Your Top Songs 2020", }, "yourDailyDrive": { "playlist_name": "Your Daily Drive", "playlist_image": "https://cdn.theorchard.io/web-icons/yourDailyDrive.png", }, "onRepeat": { "playlist_name": "On Repeat", "playlist_image": "https://cdn.theorchard.io/web-icons/onRepeat.png", }, "repeatRewind": { "playlist_name": "Repeat Rewind", "playlist_image": "https://cdn.theorchard.io/web-icons/repeatRewind.png", }, "homeMix": { "playlist_name": "Family Mix", "playlist_image": "https://cdn.theorchard.io/web-icons/homeMix.png", }, "concertWeekly": {"playlist_name": "Concert Weekly"}, }