<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to play spotify URI (C#) in Desktop (Windows)</title>
    <link>https://community.spotify.com/t5/Desktop-Windows/How-to-play-spotify-URI-C/m-p/4818174#M80040</link>
    <description>&lt;P&gt;Your question was clear&lt;BR /&gt;@w-_nd17yngp5b did you find the argument to "play" through the URI?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 06 Sep 2019 08:13:44 GMT</pubDate>
    <dc:creator>demtzu</dc:creator>
    <dc:date>2019-09-06T08:13:44Z</dc:date>
    <item>
      <title>How to play spotify URI (C#)</title>
      <link>https://community.spotify.com/t5/Desktop-Windows/How-to-play-spotify-URI-C/m-p/4512124#M60995</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Plan&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Free/Premium&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Country&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;US&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Device&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Universal&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Operating System&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;hopefully universal&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;My Question or Issue&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I am developing a program in c#. With a copied spotify URI(IE&amp;nbsp;spotify:track:2374M0fQpWi3dLnB54qaLX) entered in browser bar or otherwise sent a request to, spotify goes to the track or albulm, but does not actualy play it. What link will actualy play it, and in C#, what is the easiest way to Ping this link? Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jun 2018 21:30:47 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Windows/How-to-play-spotify-URI-C/m-p/4512124#M60995</guid>
      <dc:creator>w-_nd17yngp5b</dc:creator>
      <dc:date>2018-06-19T21:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to play spotify URI (C#)</title>
      <link>https://community.spotify.com/t5/Desktop-Windows/How-to-play-spotify-URI-C/m-p/4512513#M61027</link>
      <description>&lt;P&gt;Hey &lt;a href="https://community.spotify.com/t5/user/viewprofilepage/user-id/21567494"&gt;@w-_nd17yngp5b&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think the article about &lt;A href="https://developer.spotify.com/documentation/widgets/guides/adding-a-spotify-play-button/" target="_self"&gt;Spotify's Play Buttons&lt;/A&gt; might give some useful information. I'm not sure how and what exactly you're trying, but I hope this will help. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The only time I've seen Spotify do autoplay is by copying a Spotify url (not uri) to browser's address bar, and then it will play the album/song/playlist automatically in the opened web player. Play buttons never do autoplay.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;...Or do you mean by actually not playing, is that it won't play even when you push the play button?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Keep me posted. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jun 2018 13:01:05 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Windows/How-to-play-spotify-URI-C/m-p/4512513#M61027</guid>
      <dc:creator>Sebasty</dc:creator>
      <dc:date>2018-06-20T13:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to play spotify URI (C#)</title>
      <link>https://community.spotify.com/t5/Desktop-Windows/How-to-play-spotify-URI-C/m-p/4512763#M61057</link>
      <description>&lt;P&gt;Hi, I should have mentioned what I wanted as an overall goal. What I want is for a given track/album ID, to in the user's desktop client, that given track/albulm to play. I noticed that entering a spotify uri opened to but did not play the song, and that led me to belive there was a uri format to play the song. This may be completely wrong. My overall question is: Is there, from a C# script running on the desktop, a way to tell the user's spotify desktop client to play a track/album. I tried to use&amp;nbsp;&lt;A href="https://github.com/JohnnyCrazy/SpotifyAPI-NET/" target="_blank"&gt;https://github.com/JohnnyCrazy/SpotifyAPI-NET/&lt;/A&gt;, but cannot seem to get that to work (resolving that seprately).&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jun 2018 19:07:22 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Windows/How-to-play-spotify-URI-C/m-p/4512763#M61057</guid>
      <dc:creator>w-_nd17yngp5b</dc:creator>
      <dc:date>2018-06-20T19:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to play spotify URI (C#)</title>
      <link>https://community.spotify.com/t5/Desktop-Windows/How-to-play-spotify-URI-C/m-p/4818174#M80040</link>
      <description>&lt;P&gt;Your question was clear&lt;BR /&gt;@w-_nd17yngp5b did you find the argument to "play" through the URI?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2019 08:13:44 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Windows/How-to-play-spotify-URI-C/m-p/4818174#M80040</guid>
      <dc:creator>demtzu</dc:creator>
      <dc:date>2019-09-06T08:13:44Z</dc:date>
    </item>
  </channel>
</rss>

