<?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: New Mac Update: AppleScript support removed in Desktop (Mac)</title>
    <link>https://community.spotify.com/t5/Desktop-Mac/New-Mac-Update-AppleScript-support-removed/m-p/1178158#M84642</link>
    <description>All right, that's too bad. From what i remember it worked great the last time i tried, but that's probably just a sign of my ability to actually finish my projects. Oh well.</description>
    <pubDate>Tue, 28 Jul 2015 12:37:53 GMT</pubDate>
    <dc:creator>TheFork</dc:creator>
    <dc:date>2015-07-28T12:37:53Z</dc:date>
    <item>
      <title>New Mac Update: AppleScript support removed</title>
      <link>https://community.spotify.com/t5/Desktop-Mac/New-Mac-Update-AppleScript-support-removed/m-p/995843#M84624</link>
      <description>&lt;P&gt;The new version released for Mac (&lt;SPAN&gt;1.0.1.805.gd2412973) has had its support for AppleScript removed. I had written scripts to implement functionality that allowed me to control my music using&amp;nbsp;headphone controls.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Can you please bring this AppleScript support&amp;nbsp;back?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;And in future, can you stop removing usable features without any notice?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Dec 2014 15:01:59 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Mac/New-Mac-Update-AppleScript-support-removed/m-p/995843#M84624</guid>
      <dc:creator>cathalog0</dc:creator>
      <dc:date>2014-12-10T15:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: New Mac Update: AppleScript support removed</title>
      <link>https://community.spotify.com/t5/Desktop-Mac/New-Mac-Update-AppleScript-support-removed/m-p/1042281#M84625</link>
      <description>Same here. I use AppleScripts in my Alfred workflows to quickly control Spotify and now they're all busted. Such a bummer.</description>
      <pubDate>Mon, 09 Mar 2015 20:06:30 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Mac/New-Mac-Update-AppleScript-support-removed/m-p/1042281#M84625</guid>
      <dc:creator>brianrhea</dc:creator>
      <dc:date>2015-03-09T20:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: New Mac Update: AppleScript support removed</title>
      <link>https://community.spotify.com/t5/Desktop-Mac/New-Mac-Update-AppleScript-support-removed/m-p/1042345#M84626</link>
      <description>&lt;P&gt;same here. recent update to 1.0.1.1060.gc75ebdfd broke applescripts from&amp;nbsp;&lt;A href="https://github.com/jacktams/Spotify-Applescripts" target="_blank"&gt;https://github.com/jacktams/Spotify-Applescripts&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2015 21:49:44 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Mac/New-Mac-Update-AppleScript-support-removed/m-p/1042345#M84626</guid>
      <dc:creator>iVUcfmGmzgKU6mY</dc:creator>
      <dc:date>2015-03-09T21:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: New Mac Update: AppleScript support removed</title>
      <link>https://community.spotify.com/t5/Desktop-Mac/New-Mac-Update-AppleScript-support-removed/m-p/1043726#M84627</link>
      <description>&lt;P&gt;Dang, me too... I also use applescripts! Please help!!&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2015 05:33:24 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Mac/New-Mac-Update-AppleScript-support-removed/m-p/1043726#M84627</guid>
      <dc:creator>CVilla</dc:creator>
      <dc:date>2015-03-11T05:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: New Mac Update: AppleScript support removed</title>
      <link>https://community.spotify.com/t5/Desktop-Mac/New-Mac-Update-AppleScript-support-removed/m-p/1044011#M84628</link>
      <description>&lt;P&gt;Calm down, it's glitch in .plist, it's easily fixable before official fix. Just right click spotify.app and select show contents, and use text editor..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.spotify.com/t5/Help-Desktop-Linux-Mac-and/Apple-scripting-broken-in-1-0-1-988-g8f17a348/td-p/1029434" target="_blank"&gt;https://community.spotify.com/t5/Help-Desktop-Linux-Mac-and/Apple-scripting-broken-in-1-0-1-988-g8f17a348/td-p/1029434&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just change:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;key&amp;gt;NSAppleScriptEnabled&amp;lt;/key&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;true/&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;key&amp;gt;OSAScriptingDefinition&amp;lt;/key&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;string&amp;gt;Spotify.sdef&amp;lt;/string&amp;gt;&lt;/P&gt;
&lt;P&gt;to:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;key&amp;gt;NSAppleScriptEnabled&amp;lt;/key&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;true/&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;key&amp;gt;OSAScriptingDefinition&amp;lt;/key&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;string&amp;gt;applescript/Spotify.sdef&amp;lt;/string&amp;gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2015 11:56:05 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Mac/New-Mac-Update-AppleScript-support-removed/m-p/1044011#M84628</guid>
      <dc:creator>vjarvens</dc:creator>
      <dc:date>2015-03-11T11:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: New Mac Update: AppleScript support removed</title>
      <link>https://community.spotify.com/t5/Desktop-Mac/New-Mac-Update-AppleScript-support-removed/m-p/1044454#M84629</link>
      <description>&lt;P&gt;Perfecto!! &amp;nbsp;Thanks, worked like a charm and allowed&amp;nbsp;my ScreenSleeves to work properly again!&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.spotify.com/t5/user/viewprofilepage/user-id/995475"&gt;@vjarvens&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Calm down, it's glitch in .plist, it's easily fixable before official fix. Just right click spotify.app and select show contents, and use text editor..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.spotify.com/t5/Help-Desktop-Linux-Mac-and/Apple-scripting-broken-in-1-0-1-988-g8f17a348/td-p/1029434" target="_blank"&gt;https://community.spotify.com/t5/Help-Desktop-Linux-Mac-and/Apple-scripting-broken-in-1-0-1-988-g8f17a348/td-p/1029434&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just change:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;key&amp;gt;NSAppleScriptEnabled&amp;lt;/key&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;true/&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;key&amp;gt;OSAScriptingDefinition&amp;lt;/key&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;string&amp;gt;Spotify.sdef&amp;lt;/string&amp;gt;&lt;/P&gt;
&lt;P&gt;to:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;key&amp;gt;NSAppleScriptEnabled&amp;lt;/key&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;true/&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;key&amp;gt;OSAScriptingDefinition&amp;lt;/key&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;string&amp;gt;applescript/Spotify.sdef&amp;lt;/string&amp;gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2015 17:45:17 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Mac/New-Mac-Update-AppleScript-support-removed/m-p/1044454#M84629</guid>
      <dc:creator>Shalpher</dc:creator>
      <dc:date>2015-03-11T17:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: New Mac Update: AppleScript support removed</title>
      <link>https://community.spotify.com/t5/Desktop-Mac/New-Mac-Update-AppleScript-support-removed/m-p/1044602#M84630</link>
      <description>Side note, I had to restart Alfred2 as a last step before it began working again.</description>
      <pubDate>Wed, 11 Mar 2015 19:23:31 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Mac/New-Mac-Update-AppleScript-support-removed/m-p/1044602#M84630</guid>
      <dc:creator>McManCSU</dc:creator>
      <dc:date>2015-03-11T19:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: New Mac Update: AppleScript support removed</title>
      <link>https://community.spotify.com/t5/Desktop-Mac/New-Mac-Update-AppleScript-support-removed/m-p/1044757#M84631</link>
      <description>&lt;P&gt;Note, for some reason the 'play track' command still does not work, even after pointing to the correct dictionary.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2015 21:17:23 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Mac/New-Mac-Update-AppleScript-support-removed/m-p/1044757#M84631</guid>
      <dc:creator>growltiger</dc:creator>
      <dc:date>2015-03-11T21:17:23Z</dc:date>
    </item>
    <item>
      <title>Re: New Mac Update: AppleScript support removed</title>
      <link>https://community.spotify.com/t5/Desktop-Mac/New-Mac-Update-AppleScript-support-removed/m-p/1069260#M84632</link>
      <description>&lt;P&gt;Good news!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Apple script support will be coming back in a future update!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.spotify.com/t5/Live-Ideas/Bring-back-Applescript-support/idc-p/1068934#M31916" target="_blank"&gt;https://community.spotify.com/t5/Live-Ideas/Bring-back-Applescript-support/idc-p/1068934#M31916&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"&lt;SPAN class="MessageStatus"&gt;Status changed to: Watch this space&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV class="lia-message-body-content"&gt;&lt;BR /&gt;Hey guys, this feature will be in a future Desktop update. We'll update this post here when we have more news. Thanks!"&lt;/DIV&gt;</description>
      <pubDate>Mon, 23 Mar 2015 19:38:11 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Mac/New-Mac-Update-AppleScript-support-removed/m-p/1069260#M84632</guid>
      <dc:creator>MattSuda</dc:creator>
      <dc:date>2015-03-23T19:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: New Mac Update: AppleScript support removed</title>
      <link>https://community.spotify.com/t5/Desktop-Mac/New-Mac-Update-AppleScript-support-removed/m-p/1070061#M84633</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was pointed here from the Skip Tunes support site since the change breaks their functionality.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was trying to implement the fix, but the contents of my plist file don't have AppleScript anywhere. The entire file contents are below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"&amp;gt;
&amp;lt;plist version="1.0"&amp;gt;
&amp;lt;dict&amp;gt;
	&amp;lt;key&amp;gt;CFBundleDevelopmentRegion&amp;lt;/key&amp;gt;
	&amp;lt;string&amp;gt;English&amp;lt;/string&amp;gt;
	&amp;lt;key&amp;gt;CFBundleExecutable&amp;lt;/key&amp;gt;
	&amp;lt;string&amp;gt;Spotify&amp;lt;/string&amp;gt;
	&amp;lt;key&amp;gt;CFBundleIconFile&amp;lt;/key&amp;gt;
	&amp;lt;string&amp;gt;Icon.icns&amp;lt;/string&amp;gt;
	&amp;lt;key&amp;gt;CFBundleIdentifier&amp;lt;/key&amp;gt;
	&amp;lt;string&amp;gt;com.spotify.client&amp;lt;/string&amp;gt;
	&amp;lt;key&amp;gt;CFBundleInfoDictionaryVersion&amp;lt;/key&amp;gt;
	&amp;lt;string&amp;gt;6.0&amp;lt;/string&amp;gt;
	&amp;lt;key&amp;gt;CFBundleName&amp;lt;/key&amp;gt;
	&amp;lt;string&amp;gt;Spotify&amp;lt;/string&amp;gt;
	&amp;lt;key&amp;gt;CFBundlePackageType&amp;lt;/key&amp;gt;
	&amp;lt;string&amp;gt;APPL&amp;lt;/string&amp;gt;
	&amp;lt;key&amp;gt;CFBundleSignature&amp;lt;/key&amp;gt;
	&amp;lt;string&amp;gt;????&amp;lt;/string&amp;gt;
	&amp;lt;key&amp;gt;CFBundleVersion&amp;lt;/key&amp;gt;
	&amp;lt;string&amp;gt;1.0.1.935.g010041b2-97&amp;lt;/string&amp;gt;
	&amp;lt;key&amp;gt;CFBundleShortVersionString&amp;lt;/key&amp;gt;
	&amp;lt;string&amp;gt;1.0.1.935.g010041b2&amp;lt;/string&amp;gt;
	&amp;lt;key&amp;gt;LSMinimumSystemVersion&amp;lt;/key&amp;gt;
	&amp;lt;string&amp;gt;10.6.0&amp;lt;/string&amp;gt;
	&amp;lt;key&amp;gt;NSMainNibFile&amp;lt;/key&amp;gt;
	&amp;lt;string&amp;gt;MainMenu&amp;lt;/string&amp;gt;
	&amp;lt;key&amp;gt;NSPrincipalClass&amp;lt;/key&amp;gt;
	&amp;lt;string&amp;gt;NSApplication&amp;lt;/string&amp;gt;
	&amp;lt;key&amp;gt;NSSupportsAutomaticGraphicsSwitching&amp;lt;/key&amp;gt;
	&amp;lt;true/&amp;gt;
	&amp;lt;key&amp;gt;CFBundleURLTypes&amp;lt;/key&amp;gt;
	&amp;lt;array&amp;gt;
		&amp;lt;dict&amp;gt;
			&amp;lt;key&amp;gt;CFBundleTypeRole&amp;lt;/key&amp;gt;
			&amp;lt;string&amp;gt;Viewer&amp;lt;/string&amp;gt;
			&amp;lt;key&amp;gt;CFBundleURLIconFile&amp;lt;/key&amp;gt;
			&amp;lt;string&amp;gt;&amp;lt;/string&amp;gt;
			&amp;lt;key&amp;gt;CFBundleURLName&amp;lt;/key&amp;gt;
			&amp;lt;string&amp;gt;Spotify Media&amp;lt;/string&amp;gt;
			&amp;lt;key&amp;gt;CFBundleURLSchemes&amp;lt;/key&amp;gt;
			&amp;lt;array&amp;gt;
				&amp;lt;string&amp;gt;spotify&amp;lt;/string&amp;gt;
			&amp;lt;/array&amp;gt;
		&amp;lt;/dict&amp;gt;
	&amp;lt;/array&amp;gt;
&amp;lt;/dict&amp;gt;
&amp;lt;/plist&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Is there a version skew?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for any enlightenment you can provide.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Markie&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2015 17:20:34 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Mac/New-Mac-Update-AppleScript-support-removed/m-p/1070061#M84633</guid>
      <dc:creator>Markie</dc:creator>
      <dc:date>2015-03-24T17:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: New Mac Update: AppleScript support removed</title>
      <link>https://community.spotify.com/t5/Desktop-Mac/New-Mac-Update-AppleScript-support-removed/m-p/1072760#M84634</link>
      <description>&lt;P&gt;For less techy Spotify users (and anyone&amp;nbsp;who loves convenience): here's a little tool I wrote that automates the workaround posted around the net:&amp;nbsp;&lt;A target="_self" href="http://dangercove.github.io/Spotify-AppleScript-Patch/"&gt;http://dangercove.github.io/Spotify-AppleScript-Patch/&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2015 13:40:19 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Mac/New-Mac-Update-AppleScript-support-removed/m-p/1072760#M84634</guid>
      <dc:creator>boyvanamstel</dc:creator>
      <dc:date>2015-03-27T13:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: New Mac Update: AppleScript support removed</title>
      <link>https://community.spotify.com/t5/Desktop-Mac/New-Mac-Update-AppleScript-support-removed/m-p/1075490#M84635</link>
      <description>&lt;P&gt;&amp;nbsp;Looks like the latest Spotify version has reinstated the AppleScript library. Thanks for fixing!&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2015 19:16:42 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Mac/New-Mac-Update-AppleScript-support-removed/m-p/1075490#M84635</guid>
      <dc:creator>kevinmpowell</dc:creator>
      <dc:date>2015-03-30T19:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: New Mac Update: AppleScript support removed</title>
      <link>https://community.spotify.com/t5/Desktop-Mac/New-Mac-Update-AppleScript-support-removed/m-p/1075665#M84636</link>
      <description>&lt;P&gt;Back in version 1.0.3:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.spotify.com/t5/Help-Desktop-Linux-Mac-and/Release-Notes-Spotify-for-Desktop-1-0-3/td-p/1075073" target="_blank"&gt;https://community.spotify.com/t5/Help-Desktop-Linux-Mac-and/Release-Notes-Spotify-for-Desktop-1-0-3/td-p/1075073&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2015 21:41:37 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Mac/New-Mac-Update-AppleScript-support-removed/m-p/1075665#M84636</guid>
      <dc:creator>MattSuda</dc:creator>
      <dc:date>2015-03-30T21:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: New Mac Update: AppleScript support removed</title>
      <link>https://community.spotify.com/t5/Desktop-Mac/New-Mac-Update-AppleScript-support-removed/m-p/1075791#M84637</link>
      <description>Did they fix auto play in the latest version? Was a big part of what I used AppleScript for. Software is useless to me without it.</description>
      <pubDate>Tue, 31 Mar 2015 02:23:00 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Mac/New-Mac-Update-AppleScript-support-removed/m-p/1075791#M84637</guid>
      <dc:creator>JohnV</dc:creator>
      <dc:date>2015-03-31T02:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: New Mac Update: AppleScript support removed</title>
      <link>https://community.spotify.com/t5/Desktop-Mac/New-Mac-Update-AppleScript-support-removed/m-p/1152882#M84638</link>
      <description>&lt;P&gt;1.0.6.80.g2a801a53 just broke applescript&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I applied the fix for editing the Info.plist&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;from&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;string&amp;gt;Spotify.sdef&amp;lt;/string&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;to&lt;/P&gt;&lt;P&gt;&amp;lt;string&amp;gt;applescript/Spotify.sdef&amp;lt;/string&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but that seems to no longer work (unless the computer needs restarting).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using the alfred workflow to control spotify.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any workaround???&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2015 18:25:55 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Mac/New-Mac-Update-AppleScript-support-removed/m-p/1152882#M84638</guid>
      <dc:creator>justingordon</dc:creator>
      <dc:date>2015-06-15T18:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: New Mac Update: AppleScript support removed</title>
      <link>https://community.spotify.com/t5/Desktop-Mac/New-Mac-Update-AppleScript-support-removed/m-p/1152951#M84639</link>
      <description>&lt;P&gt;You shouldn't need to make any changes, as the bug was fixed in Spotify. Make sure you're running the latest version. You can delete what you have and re-download the installer if you're not sure.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good luck,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Markie&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2015 21:53:13 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Mac/New-Mac-Update-AppleScript-support-removed/m-p/1152951#M84639</guid>
      <dc:creator>Markie</dc:creator>
      <dc:date>2015-06-15T21:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: New Mac Update: AppleScript support removed</title>
      <link>https://community.spotify.com/t5/Desktop-Mac/New-Mac-Update-AppleScript-support-removed/m-p/1178139#M84640</link>
      <description>&lt;P&gt;I've been tinkering with a small project relying on the applescript integration from time to time over&amp;nbsp;a year or so, and it seems like i've stumbled upon yet another couple of issues.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Player position seems to return the position in miliseconds rather than seconcs, as specified in the documentation (which is also how it worked previously).&lt;/LI&gt;&lt;LI&gt;Artwork doesn't seem to work at all, only returning missing value.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;So, is it just me having these&amp;nbsp;issues or is&amp;nbsp;the applescript integration broken again?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2015 12:17:27 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Mac/New-Mac-Update-AppleScript-support-removed/m-p/1178139#M84640</guid>
      <dc:creator>TheFork</dc:creator>
      <dc:date>2015-07-28T12:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: New Mac Update: AppleScript support removed</title>
      <link>https://community.spotify.com/t5/Desktop-Mac/New-Mac-Update-AppleScript-support-removed/m-p/1178143#M84641</link>
      <description>&lt;P&gt;I don't use the player position, but since the last time Spotify broke AppleScript the artwork property has been broken. So it's not just you.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2015 12:23:31 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Mac/New-Mac-Update-AppleScript-support-removed/m-p/1178143#M84641</guid>
      <dc:creator>boyvanamstel</dc:creator>
      <dc:date>2015-07-28T12:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: New Mac Update: AppleScript support removed</title>
      <link>https://community.spotify.com/t5/Desktop-Mac/New-Mac-Update-AppleScript-support-removed/m-p/1178158#M84642</link>
      <description>All right, that's too bad. From what i remember it worked great the last time i tried, but that's probably just a sign of my ability to actually finish my projects. Oh well.</description>
      <pubDate>Tue, 28 Jul 2015 12:37:53 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Mac/New-Mac-Update-AppleScript-support-removed/m-p/1178158#M84642</guid>
      <dc:creator>TheFork</dc:creator>
      <dc:date>2015-07-28T12:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: New Mac Update: AppleScript support removed</title>
      <link>https://community.spotify.com/t5/Desktop-Mac/New-Mac-Update-AppleScript-support-removed/m-p/3032380#M84643</link>
      <description>&lt;P&gt;it still returns the song length in milliseconds two years on &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; every widget that shows a progress bar looks stuck right at the beginning &amp;gt;.&amp;gt; the widgets that show numbers show the "elapsed" time is in seconds, but the "total" time is milliseconds.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2017 20:29:44 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Mac/New-Mac-Update-AppleScript-support-removed/m-p/3032380#M84643</guid>
      <dc:creator>vitaevitaevitae</dc:creator>
      <dc:date>2017-11-06T20:29:44Z</dc:date>
    </item>
  </channel>
</rss>

