From 66b1f77555448b749f8027b79e0aa1864d787677 Mon Sep 17 00:00:00 2001 From: starkillerOG Date: Sat, 21 Mar 2020 09:23:13 +0100 Subject: [PATCH] Add Spotify retrive URI instructions (#12012) * Add Spotify retrive URI instructions * correction to retrieving media_content_id examle playlist: "Love Songs & Chill" "Copy Spotify URI" gives: spotify:playlist:4QuJ2DbcTe7R8lzqfNXz7v this works as `media_content_id` "Copy Playlist Link" gives: https://open.spotify.com/playlist/4QuJ2DbcTe7R8lzqfNXz7v?si=cUKngvAER3KK3BHgNayOEA this does not work as `media_content_id` and gives an error in HomeAssistant However if you remove everthing after the question mark ? is does work: https://open.spotify.com/playlist/4QuJ2DbcTe7R8lzqfNXz7v * Capital Spotify Co-Authored-By: Franck Nijhof * Not needed anymore since this has been fixed Co-authored-by: Franck Nijhof --- source/_integrations/spotify.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_integrations/spotify.markdown b/source/_integrations/spotify.markdown index 75678b97aeb..c42b8a43764 100644 --- a/source/_integrations/spotify.markdown +++ b/source/_integrations/spotify.markdown @@ -78,6 +78,7 @@ After you have set up the above: You can send playlists to Spotify using the `"media_content_type": "playlist"`, which are part of the [media_player.play_media](/integrations/media_player/#service-media_playerplay_media) service. +The `media_content_id` can be obtained from the Spotify desktop-app by clicking on the more options ("...") next to the album art picture, selecting "share" and then "Copy Spotify URI" or "Copy Playlist Link" (also available in the Spotify phone and web app). ## Unsupported Devices