<?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: Apple scripting broken in 1.0.1.988.g8f17a348 in Desktop (Mac)</title>
    <link>https://community.spotify.com/t5/Desktop-Mac/Apple-scripting-broken-in-1-0-1-988-g8f17a348/m-p/1052288#M382463</link>
    <description>&lt;P&gt;Could you pleas give a brief description on how to edit the script for those of who have not edited scripts before?&lt;/P&gt;&lt;P&gt;Break down the work around...&lt;/P&gt;&lt;P&gt;Cant find the file "&lt;SPAN&gt;Spotify.app/Contents/Info.plist " anywhere in Preferences files.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Wed, 18 Mar 2015 07:09:31 GMT</pubDate>
    <dc:creator>montymartin</dc:creator>
    <dc:date>2015-03-18T07:09:31Z</dc:date>
    <item>
      <title>Apple scripting broken in 1.0.1.988.g8f17a348</title>
      <link>https://community.spotify.com/t5/Desktop-Mac/Apple-scripting-broken-in-1-0-1-988-g8f17a348/m-p/1029434#M382452</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Steps to reproduce:&lt;/STRONG&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Open AppleScript editor&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Paste the following:&lt;/P&gt;
&lt;PRE&gt;tell application "Spotify"
	playpause
end tell&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;Script -&amp;gt; Run&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;STRONG&gt;Expected result:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Spotify toggles playing&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Actual result:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;error&lt;/STRONG&gt; "The variable playpause is not defined."&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Root cause:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Scripting definition file,&amp;nbsp;Spotify.sdef, has been moved to the "applescript" subdirectory, but the path in Info.plist hasn't been updated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Workaround:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Patch&amp;nbsp;Spotify.app/Contents/Info.plist with:&lt;/P&gt;
&lt;PRE&gt;51c51
&amp;lt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;string&amp;gt;Spotify.sdef&amp;lt;/string&amp;gt;
---
&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;string&amp;gt;applescript/Spotify.sdef&amp;lt;/string&amp;gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Feb 2015 18:11:03 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Mac/Apple-scripting-broken-in-1-0-1-988-g8f17a348/m-p/1029434#M382452</guid>
      <dc:creator>chmod666</dc:creator>
      <dc:date>2015-02-16T18:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: Apple scripting broken in 1.0.1.988.g8f17a348</title>
      <link>https://community.spotify.com/t5/Desktop-Mac/Apple-scripting-broken-in-1-0-1-988-g8f17a348/m-p/1029720#M382453</link>
      <description>Thanks so much for this. I've really missed Applescript support in Spotify.</description>
      <pubDate>Tue, 17 Feb 2015 06:16:03 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Mac/Apple-scripting-broken-in-1-0-1-988-g8f17a348/m-p/1029720#M382453</guid>
      <dc:creator>Bluetongue</dc:creator>
      <dc:date>2015-02-17T06:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: Apple scripting broken in 1.0.1.988.g8f17a348</title>
      <link>https://community.spotify.com/t5/Desktop-Mac/Apple-scripting-broken-in-1-0-1-988-g8f17a348/m-p/1029745#M382454</link>
      <description>&lt;P&gt;I tried this solution... it worked for a few minutes.. and then broke again after reboot...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Once I tried to fix it with this suggestion, I had to make the adjustment, then I closed the app. &amp;nbsp;When I opening it again, this warning displayed. &amp;nbsp;I clicked allow and now it is good to go again. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Feb 2015 08:12:34 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Mac/Apple-scripting-broken-in-1-0-1-988-g8f17a348/m-p/1029745#M382454</guid>
      <dc:creator>chrishough</dc:creator>
      <dc:date>2015-02-17T08:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: Apple scripting broken in 1.0.1.988.g8f17a348</title>
      <link>https://community.spotify.com/t5/Desktop-Mac/Apple-scripting-broken-in-1-0-1-988-g8f17a348/m-p/1038009#M382455</link>
      <description>&lt;P&gt;Thanks for the workaround. It works for all commands, except "play track"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;tell application "Spotify"
	play track "spotify:track:4JOj52PuNDT1qt8yVosxM5"
end tell&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is doing anything (whereas playpause is working as expected for example). Is that the case also for you ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2015 14:00:10 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Mac/Apple-scripting-broken-in-1-0-1-988-g8f17a348/m-p/1038009#M382455</guid>
      <dc:creator>vdesabou</dc:creator>
      <dc:date>2015-03-03T14:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: Apple scripting broken in 1.0.1.988.g8f17a348</title>
      <link>https://community.spotify.com/t5/Desktop-Mac/Apple-scripting-broken-in-1-0-1-988-g8f17a348/m-p/1044775#M382456</link>
      <description>&lt;P&gt;I have the same problem with this patch working for all commands except play track&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2015 21:32:01 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Mac/Apple-scripting-broken-in-1-0-1-988-g8f17a348/m-p/1044775#M382456</guid>
      <dc:creator>growltiger</dc:creator>
      <dc:date>2015-03-11T21:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: Apple scripting broken in 1.0.1.988.g8f17a348</title>
      <link>https://community.spotify.com/t5/Desktop-Mac/Apple-scripting-broken-in-1-0-1-988-g8f17a348/m-p/1045862#M382457</link>
      <description>&lt;P&gt;Bump!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need this fixed as I use USBOverdrive on the Mac to configure buttons on my G930.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2015 14:53:13 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Mac/Apple-scripting-broken-in-1-0-1-988-g8f17a348/m-p/1045862#M382457</guid>
      <dc:creator>madhavajay</dc:creator>
      <dc:date>2015-03-12T14:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: Apple scripting broken in 1.0.1.988.g8f17a348</title>
      <link>https://community.spotify.com/t5/Desktop-Mac/Apple-scripting-broken-in-1-0-1-988-g8f17a348/m-p/1045880#M382458</link>
      <description>&lt;P&gt;Thanks for the workaround.&lt;/P&gt;&lt;P&gt;For me, using Mac and Simplify app to show mini player, it is working with this workaround but I do not get any album art.&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;I'm using Spotify Mac 1.0.2.1060&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2015 15:02:05 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Mac/Apple-scripting-broken-in-1-0-1-988-g8f17a348/m-p/1045880#M382458</guid>
      <dc:creator>stevehoek</dc:creator>
      <dc:date>2015-03-12T15:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: Apple scripting broken in 1.0.1.988.g8f17a348</title>
      <link>https://community.spotify.com/t5/Desktop-Mac/Apple-scripting-broken-in-1-0-1-988-g8f17a348/m-p/1046111#M382459</link>
      <description>&lt;P&gt;Same problem here!&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2015 17:20:09 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Mac/Apple-scripting-broken-in-1-0-1-988-g8f17a348/m-p/1046111#M382459</guid>
      <dc:creator>awhitema</dc:creator>
      <dc:date>2015-03-12T17:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: Apple scripting broken in 1.0.1.988.g8f17a348</title>
      <link>https://community.spotify.com/t5/Desktop-Mac/Apple-scripting-broken-in-1-0-1-988-g8f17a348/m-p/1046112#M382460</link>
      <description>Yup, same problem</description>
      <pubDate>Thu, 12 Mar 2015 17:20:39 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Mac/Apple-scripting-broken-in-1-0-1-988-g8f17a348/m-p/1046112#M382460</guid>
      <dc:creator>awhitema</dc:creator>
      <dc:date>2015-03-12T17:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: Apple scripting broken in 1.0.1.988.g8f17a348</title>
      <link>https://community.spotify.com/t5/Desktop-Mac/Apple-scripting-broken-in-1-0-1-988-g8f17a348/m-p/1050896#M382461</link>
      <description>&lt;P&gt;This is still broken in 1.0.1.160.gc75ebdfd and the patch suggested by chmod666 does not fix the "play track" command.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please, this needs to be fixed asap as third party tools rely on scripting abilities.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Mar 2015 21:26:14 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Mac/Apple-scripting-broken-in-1-0-1-988-g8f17a348/m-p/1050896#M382461</guid>
      <dc:creator>klasdkmasd</dc:creator>
      <dc:date>2015-03-16T21:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: Apple scripting broken in 1.0.1.988.g8f17a348</title>
      <link>https://community.spotify.com/t5/Desktop-Mac/Apple-scripting-broken-in-1-0-1-988-g8f17a348/m-p/1051086#M382462</link>
      <description>&lt;P&gt;Not sure what your script is running in but I had to restart both Spotify and the app that was invoking the script after making the change to the Spotify plist file. Try that perhaps?&lt;/P&gt;</description>
      <pubDate>Tue, 17 Mar 2015 02:09:21 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Mac/Apple-scripting-broken-in-1-0-1-988-g8f17a348/m-p/1051086#M382462</guid>
      <dc:creator>booradley</dc:creator>
      <dc:date>2015-03-17T02:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: Apple scripting broken in 1.0.1.988.g8f17a348</title>
      <link>https://community.spotify.com/t5/Desktop-Mac/Apple-scripting-broken-in-1-0-1-988-g8f17a348/m-p/1052288#M382463</link>
      <description>&lt;P&gt;Could you pleas give a brief description on how to edit the script for those of who have not edited scripts before?&lt;/P&gt;&lt;P&gt;Break down the work around...&lt;/P&gt;&lt;P&gt;Cant find the file "&lt;SPAN&gt;Spotify.app/Contents/Info.plist " anywhere in Preferences files.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2015 07:09:31 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Mac/Apple-scripting-broken-in-1-0-1-988-g8f17a348/m-p/1052288#M382463</guid>
      <dc:creator>montymartin</dc:creator>
      <dc:date>2015-03-18T07:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: Apple scripting broken in 1.0.1.988.g8f17a348</title>
      <link>https://community.spotify.com/t5/Desktop-Mac/Apple-scripting-broken-in-1-0-1-988-g8f17a348/m-p/1052313#M382464</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See this guide for how to edit the script&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="https://www.unifiedremote.com/tutorials/how-to-get-spotify-version-spotify-101xxx-on-mac-osx"&gt;https://www.unifiedremote.com/tutorials/how-to-get-spotify-version-spotify-101xxx-on-mac-osx&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2015 07:13:38 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Mac/Apple-scripting-broken-in-1-0-1-988-g8f17a348/m-p/1052313#M382464</guid>
      <dc:creator>UI-Jakob</dc:creator>
      <dc:date>2015-03-18T07:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: Apple scripting broken in 1.0.1.988.g8f17a348</title>
      <link>https://community.spotify.com/t5/Desktop-Mac/Apple-scripting-broken-in-1-0-1-988-g8f17a348/m-p/1064859#M382465</link>
      <description>&lt;P&gt;helped so much thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2015 16:08:57 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Mac/Apple-scripting-broken-in-1-0-1-988-g8f17a348/m-p/1064859#M382465</guid>
      <dc:creator>mjafari</dc:creator>
      <dc:date>2015-03-18T16:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: Apple scripting broken in 1.0.1.988.g8f17a348</title>
      <link>https://community.spotify.com/t5/Desktop-Mac/Apple-scripting-broken-in-1-0-1-988-g8f17a348/m-p/1066122#M382466</link>
      <description>&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Mar 2015 19:16:15 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Mac/Apple-scripting-broken-in-1-0-1-988-g8f17a348/m-p/1066122#M382466</guid>
      <dc:creator>montymartin</dc:creator>
      <dc:date>2015-03-19T19:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: Apple scripting broken in 1.0.1.988.g8f17a348</title>
      <link>https://community.spotify.com/t5/Desktop-Mac/Apple-scripting-broken-in-1-0-1-988-g8f17a348/m-p/1068443#M382467</link>
      <description>&lt;P&gt;Awesome. &amp;nbsp;This seems to&amp;nbsp;have solve&amp;nbsp;the issue with my widgetds not working. &amp;nbsp;The only thing mising is album art. &amp;nbsp;Anyone have any ideas as to how to fix this? &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;TIA&lt;/P&gt;</description>
      <pubDate>Sun, 22 Mar 2015 22:48:12 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Mac/Apple-scripting-broken-in-1-0-1-988-g8f17a348/m-p/1068443#M382467</guid>
      <dc:creator>peds48</dc:creator>
      <dc:date>2015-03-22T22:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: Apple scripting broken in 1.0.1.988.g8f17a348</title>
      <link>https://community.spotify.com/t5/Desktop-Mac/Apple-scripting-broken-in-1-0-1-988-g8f17a348/m-p/1069259#M382468</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:37:49 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Mac/Apple-scripting-broken-in-1-0-1-988-g8f17a348/m-p/1069259#M382468</guid>
      <dc:creator>MattSuda</dc:creator>
      <dc:date>2015-03-23T19:37:49Z</dc:date>
    </item>
  </channel>
</rss>

