<?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: [Bug] [AppleScript][Spotify Connect] Recent update broke AppleScript for Spotify Connect (slight in Spotify for Developers</title>
    <link>https://community.spotify.com/t5/Spotify-for-Developers/Connect-Recent-update-broke-AppleScript-for-Spotify-Connect/m-p/4897208#M540</link>
    <description>Yeah, same here!</description>
    <pubDate>Mon, 10 Feb 2020 19:40:09 GMT</pubDate>
    <dc:creator>Masterbas</dc:creator>
    <dc:date>2020-02-10T19:40:09Z</dc:date>
    <item>
      <title>[Connect] Recent update broke AppleScript for Spotify Connect (slightly)</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Connect-Recent-update-broke-AppleScript-for-Spotify-Connect/m-p/4778252#M532</link>
      <description>&lt;P&gt;Hi!&amp;nbsp;&lt;BR /&gt;It seems like a fairly recent update broke the reporting of currently playing track via AppleScript, when music is being played back using the Mac app, but from a different device - via Spotify Connect. It reports normally when music is played from the same device. It also doesn't happen for all devices: it reports normally for my phone, but doesn't for my room soundsystem (via raspberry pi + raspotify).&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I did not see a "bug report" section, and decided to post here, if I should be redirected please let me know.&lt;BR /&gt;&lt;BR /&gt;The version I'm using is&amp;nbsp;1.1.9.383.g9f48828e, it broke around a week ago for me. Is it possible to downgrade in a case like this? All advice appreciated.&lt;BR /&gt;&lt;BR /&gt;An example AppleScript snippet that was previously working fine, but now doesn't:&lt;/P&gt;
&lt;PRE&gt;if application "Spotify" is running then
	tell application "Spotify"
		if player state is playing then
			return (get name of current track)
		else
			return ""
		end if
	end tell
end if
return ""&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jun 2020 08:23:15 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Connect-Recent-update-broke-AppleScript-for-Spotify-Connect/m-p/4778252#M532</guid>
      <dc:creator>zzsyn</dc:creator>
      <dc:date>2020-06-18T08:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: [Bug] [AppleScript][Spotify Connect] Recent update broke AppleScript for Spotify Connect (slight</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Connect-Recent-update-broke-AppleScript-for-Spotify-Connect/m-p/4779272#M533</link>
      <description>&lt;P&gt;Yep - I got the same thing except it doesn't work for anything. Super annoying.&lt;/P&gt;&lt;P&gt;The only thing that seems to work for tracks is the duration at the moment..&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2019 19:12:31 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Connect-Recent-update-broke-AppleScript-for-Spotify-Connect/m-p/4779272#M533</guid>
      <dc:creator>rockets</dc:creator>
      <dc:date>2019-07-01T19:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: [Bug] [AppleScript][Spotify Connect] Recent update broke AppleScript for Spotify Connect (slight</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Connect-Recent-update-broke-AppleScript-for-Spotify-Connect/m-p/4785134#M534</link>
      <description>&lt;P&gt;On a Mac with the same version of Spotify and I'm having the same issue. Like OP said, it works fine when I'm playing from the Mac, but when using Spotify to play to a Google Home it breaks. For some reason duration, the artwork, and Spotify url of the current track work but not others like name and artist. Tried messing around with the sdef but it looks like the sdef is the same in older versions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For me it also seems only my Google Home gives Spotify issues. When I play music from Spotify on my phone, my AppleScript still works on the Mac. When I switch to the Google Home, it stops working so it might have to do with how Google interfaces with Spotify. From the Spotify app it's technically treated differently, and says "Spotify Connect" when playing from my phone but "Google Cast" when playing from the Google Home.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2019 16:35:12 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Connect-Recent-update-broke-AppleScript-for-Spotify-Connect/m-p/4785134#M534</guid>
      <dc:creator>washikanto</dc:creator>
      <dc:date>2019-07-11T16:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: [Bug] [AppleScript][Spotify Connect] Recent update broke AppleScript for Spotify Connect (slight</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Connect-Recent-update-broke-AppleScript-for-Spotify-Connect/m-p/4790376#M535</link>
      <description>&lt;P&gt;I am seeing this issue as well with Spotify&amp;nbsp;1.1.10.540.gfcf0430f. See details at&amp;nbsp;&lt;A href="https://github.com/serban/menubar-ticker/issues/2#issuecomment-513571889" target="_self"&gt;https://github.com/serban/menubar-ticker/issues/2#issuecomment-513571889&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Sun, 21 Jul 2019 17:31:36 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Connect-Recent-update-broke-AppleScript-for-Spotify-Connect/m-p/4790376#M535</guid>
      <dc:creator>serbang</dc:creator>
      <dc:date>2019-07-21T17:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: [Bug] [AppleScript][Spotify Connect] Recent update broke AppleScript for Spotify Connect (slight</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Connect-Recent-update-broke-AppleScript-for-Spotify-Connect/m-p/4790730#M536</link>
      <description>&lt;P&gt;Can confirm I'm also experiencing this issue.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2019 13:35:42 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Connect-Recent-update-broke-AppleScript-for-Spotify-Connect/m-p/4790730#M536</guid>
      <dc:creator>marcaddeo</dc:creator>
      <dc:date>2019-07-22T13:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: [Bug] [AppleScript][Spotify Connect] Recent update broke AppleScript for Spotify Connect (slight</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Connect-Recent-update-broke-AppleScript-for-Spotify-Connect/m-p/4808722#M537</link>
      <description>&lt;P&gt;It seems to be back working with&amp;nbsp;1.1.12.451.gdb77255f!&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2019 19:42:36 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Connect-Recent-update-broke-AppleScript-for-Spotify-Connect/m-p/4808722#M537</guid>
      <dc:creator>rockets</dc:creator>
      <dc:date>2019-08-20T19:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: [Bug] [AppleScript][Spotify Connect] Recent update broke AppleScript for Spotify Connect (slight</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Connect-Recent-update-broke-AppleScript-for-Spotify-Connect/m-p/4846886#M538</link>
      <description>Not working with 1.1.17.545.g74ed9ff1 &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;</description>
      <pubDate>Thu, 24 Oct 2019 11:46:44 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Connect-Recent-update-broke-AppleScript-for-Spotify-Connect/m-p/4846886#M538</guid>
      <dc:creator>radioactive0ne</dc:creator>
      <dc:date>2019-10-24T11:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: [Bug] [AppleScript][Spotify Connect] Recent update broke AppleScript for Spotify Connect (slight</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Connect-Recent-update-broke-AppleScript-for-Spotify-Connect/m-p/4897206#M539</link>
      <description>&lt;P&gt;I also ran into this!&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2020 19:37:30 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Connect-Recent-update-broke-AppleScript-for-Spotify-Connect/m-p/4897206#M539</guid>
      <dc:creator>pl_g</dc:creator>
      <dc:date>2020-02-10T19:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: [Bug] [AppleScript][Spotify Connect] Recent update broke AppleScript for Spotify Connect (slight</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Connect-Recent-update-broke-AppleScript-for-Spotify-Connect/m-p/4897208#M540</link>
      <description>Yeah, same here!</description>
      <pubDate>Mon, 10 Feb 2020 19:40:09 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Connect-Recent-update-broke-AppleScript-for-Spotify-Connect/m-p/4897208#M540</guid>
      <dc:creator>Masterbas</dc:creator>
      <dc:date>2020-02-10T19:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: [Bug] [AppleScript][Spotify Connect] Recent update broke AppleScript for Spotify Connect (slight</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Connect-Recent-update-broke-AppleScript-for-Spotify-Connect/m-p/4897211#M541</link>
      <description>&lt;P&gt;Yeah still not working with c1.1.25.559.g85cf5e4c&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The weird thing that is sometimes work! Usually it requires a restart of Spotify - but it only works for a couple of times and then it stops and never comes back.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use it to (or used it to) display the name of the current track on the touch bar..&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2020 19:42:59 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Connect-Recent-update-broke-AppleScript-for-Spotify-Connect/m-p/4897211#M541</guid>
      <dc:creator>rockets</dc:creator>
      <dc:date>2020-02-10T19:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: [Bug] [AppleScript][Spotify Connect] Recent update broke AppleScript for Spotify Connect (slight</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Connect-Recent-update-broke-AppleScript-for-Spotify-Connect/m-p/4978847#M542</link>
      <description>&lt;P&gt;Fixed for me now. See here:&amp;nbsp;&lt;A href="https://community.spotify.com/t5/Spotify-for-Developers/Apple-OSA-script-not-returning-playback-information-for-new/m-p/4958122/highlight/true#M170" target="_blank"&gt;https://community.spotify.com/t5/Spotify-for-Developers/Apple-OSA-script-not-returning-playback-information-for-new/m-p/4958122/highlight/true#M170&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jun 2020 17:27:47 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Connect-Recent-update-broke-AppleScript-for-Spotify-Connect/m-p/4978847#M542</guid>
      <dc:creator>washikanto</dc:creator>
      <dc:date>2020-06-17T17:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: [Bug] [AppleScript][Spotify Connect] Recent update broke AppleScript for Spotify Connect (slight</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Connect-Recent-update-broke-AppleScript-for-Spotify-Connect/m-p/4978864#M543</link>
      <description>&lt;P&gt;Yeah! It's been working for me for some weeks now! Hopefully it stays that way now! &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jun 2020 18:05:13 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Connect-Recent-update-broke-AppleScript-for-Spotify-Connect/m-p/4978864#M543</guid>
      <dc:creator>rockets</dc:creator>
      <dc:date>2020-06-17T18:05:13Z</dc:date>
    </item>
  </channel>
</rss>

