<?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: Is there a command to play a playlist using command line? in Desktop (Windows)</title>
    <link>https://community.spotify.com/t5/Desktop-Windows/Is-there-a-command-to-play-a-playlist-using-command-line/m-p/1491327#M36388</link>
    <description>&lt;PRE&gt;Set WshShell = WScript.CreateObject("WScript.Shell")
Comandline = ":\Users\Rando\AppData\Roaming\Spotify\Spotify.exe"
WScript.sleep 500
CreateObject("WScript.Shell").Run("spotify:user:saurabhmenon:playlist:4SKzklVn82CszokiizmJHc")
WScript.sleep 10000
WshShell.SendKeys "{ENTER}"&lt;/PRE&gt;&lt;P&gt;Here, try this.&lt;/P&gt;</description>
    <pubDate>Mon, 07 Nov 2016 21:57:08 GMT</pubDate>
    <dc:creator>jakeledoux</dc:creator>
    <dc:date>2016-11-07T21:57:08Z</dc:date>
    <item>
      <title>Is there a command to play a playlist using command line?</title>
      <link>https://community.spotify.com/t5/Desktop-Windows/Is-there-a-command-to-play-a-playlist-using-command-line/m-p/952251#M36378</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I want to fall asleep and wake up to music on Spotify. I'm making a batch file to do this but I still need a command to play a playlist on Spotify. If you know how to do this can you please help. Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is what I have so far -&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;@echo off&lt;BR /&gt;ping 1.1.1.1 -n 1 -w 10000 &amp;gt;nul&lt;BR /&gt;c:\windows\system32\taskkill.exe /f /im spotify.exe&lt;BR /&gt;ping 1.1.1.1 -n 1 -w 20000 &amp;gt;nul &lt;BR /&gt;C:\Users\User\AppData\Roaming\Spotify\spotify.exe&lt;/P&gt;</description>
      <pubDate>Sat, 18 Oct 2014 15:10:52 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Windows/Is-there-a-command-to-play-a-playlist-using-command-line/m-p/952251#M36378</guid>
      <dc:creator>kylegrayson1992</dc:creator>
      <dc:date>2014-10-18T15:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a command to play a playlist using command line?</title>
      <link>https://community.spotify.com/t5/Desktop-Windows/Is-there-a-command-to-play-a-playlist-using-command-line/m-p/1185322#M36379</link>
      <description>&lt;P&gt;The easiest way is to have a vbs file that does this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have one that plays music atomatically(paste this into notepad):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Set WshShell = WScript.CreateObject("WScript.Shell")&lt;BR /&gt;Comandline = "C:\Users\Max\AppData\Roaming\Spotify\Spotify.exe"&lt;BR /&gt;WScript.sleep 500&lt;BR /&gt;CreateObject("WScript.Shell").Run("spotify:user:8aller:playlist:4aoBDuMJnk4Oza13a8Fnbo")&lt;BR /&gt;WScript.sleep 3000&lt;BR /&gt;WshShell.SendKeys " "&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Change the path to your spotify app location on your pc.&lt;/P&gt;&lt;P&gt;change the my url to the "Spotify Url" of your playlist.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;click file&amp;gt;save as then save as something.vbs and save as all files&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;click on the vbs script - it should open and play your playlist&lt;/P&gt;&lt;P&gt;if you go to bed at the same time every day you can use task scheduler for it to autoplay at the same time every day&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;it is also possible to have the music fade(for sleeping) via vbs and get gradually louder as well(think an alarm).&lt;/P&gt;</description>
      <pubDate>Sun, 09 Aug 2015 22:46:16 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Windows/Is-there-a-command-to-play-a-playlist-using-command-line/m-p/1185322#M36379</guid>
      <dc:creator>8aller</dc:creator>
      <dc:date>2015-08-09T22:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a command to play a playlist using command line?</title>
      <link>https://community.spotify.com/t5/Desktop-Windows/Is-there-a-command-to-play-a-playlist-using-command-line/m-p/1317498#M36380</link>
      <description>where would i find the docks on run api? lol i hope its not easy to find</description>
      <pubDate>Wed, 30 Mar 2016 22:59:42 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Windows/Is-there-a-command-to-play-a-playlist-using-command-line/m-p/1317498#M36380</guid>
      <dc:creator>bmatusiak</dc:creator>
      <dc:date>2016-03-30T22:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a command to play a playlist using command line?</title>
      <link>https://community.spotify.com/t5/Desktop-Windows/Is-there-a-command-to-play-a-playlist-using-command-line/m-p/1358138#M36381</link>
      <description>&lt;P&gt;Hey mate, thank you for writting this because that just worked nearly perfectly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The script opened spotify, and directed it to that playlist, but it didn't start. I was wondering if you could help me out with that part.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Jay&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;p.s. I know nothing about scripts, or code.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2016 06:38:30 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Windows/Is-there-a-command-to-play-a-playlist-using-command-line/m-p/1358138#M36381</guid>
      <dc:creator>jaybercot</dc:creator>
      <dc:date>2016-06-01T06:38:30Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a command to play a playlist using command line?</title>
      <link>https://community.spotify.com/t5/Desktop-Windows/Is-there-a-command-to-play-a-playlist-using-command-line/m-p/1379572#M36382</link>
      <description>&lt;P&gt;I had the same problem as you. But after playing around a bit, I realised it was just that the final 'spacebar' command is executed before my slow system could open spotify and navigate to the playlist. Just changing that 3 second delay to 8 second delay fixed it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Change "Wscript.sleep 3000" to "Wscript.sleep &amp;lt;something long enough for your computer&amp;gt;"&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jun 2016 22:01:30 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Windows/Is-there-a-command-to-play-a-playlist-using-command-line/m-p/1379572#M36382</guid>
      <dc:creator>rshankarpalani</dc:creator>
      <dc:date>2016-06-27T22:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a command to play a playlist using command line?</title>
      <link>https://community.spotify.com/t5/Desktop-Windows/Is-there-a-command-to-play-a-playlist-using-command-line/m-p/1381381#M36383</link>
      <description>&lt;P&gt;This doesn't work for me. &amp;nbsp;Always starts with the last played track. &amp;nbsp;Have played around with the pauses but still doesn't work.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2016 15:47:00 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Windows/Is-there-a-command-to-play-a-playlist-using-command-line/m-p/1381381#M36383</guid>
      <dc:creator>rluhman</dc:creator>
      <dc:date>2016-06-29T15:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a command to play a playlist using command line?</title>
      <link>https://community.spotify.com/t5/Desktop-Windows/Is-there-a-command-to-play-a-playlist-using-command-line/m-p/1392158#M36384</link>
      <description>&lt;P&gt;Try replacing the last line that executes 'space' to this, which executes ENTER&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;WshShell.SendKeys "{ENTER}"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This might help you. If not, try using a track's spotify URL in the place of a playlist's url and try with ENTER. Just play around - eventually will play a song you want &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jul 2016 23:21:08 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Windows/Is-there-a-command-to-play-a-playlist-using-command-line/m-p/1392158#M36384</guid>
      <dc:creator>rshankarpalani</dc:creator>
      <dc:date>2016-07-11T23:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a command to play a playlist using command line?</title>
      <link>https://community.spotify.com/t5/Desktop-Windows/Is-there-a-command-to-play-a-playlist-using-command-line/m-p/1403907#M36385</link>
      <description>Thanks a lot man, I'll give it a go.&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Jul 2016 12:58:26 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Windows/Is-there-a-command-to-play-a-playlist-using-command-line/m-p/1403907#M36385</guid>
      <dc:creator>jaybercot</dc:creator>
      <dc:date>2016-07-26T12:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a command to play a playlist using command line?</title>
      <link>https://community.spotify.com/t5/Desktop-Windows/Is-there-a-command-to-play-a-playlist-using-command-line/m-p/1438060#M36386</link>
      <description>&lt;P&gt;A bit late, but if you add:&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;WScript.sleep 100
WshShell.SendKeys "^{RIGHT}"&lt;/PRE&gt;&lt;P&gt;to the end, with shuffle play configured, a random track will be selected for playback.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For context, the entire script:&lt;/P&gt;&lt;PRE&gt;Set WshShell = WScript.CreateObject("WScript.Shell")
Comandline = ":\Users\Rando\AppData\Roaming\Spotify\Spotify.exe"
WScript.sleep 500
CreateObject("WScript.Shell").Run("spotify:user:saurabhmenon:playlist:4SKzklVn82CszokiizmJHc")
WScript.sleep 10000
WshShell.SendKeys " "
WScript.sleep 100
WshShell.SendKeys "^{RIGHT}"&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2016 06:38:09 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Windows/Is-there-a-command-to-play-a-playlist-using-command-line/m-p/1438060#M36386</guid>
      <dc:creator>mrpixeltech</dc:creator>
      <dc:date>2016-09-07T06:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a command to play a playlist using command line?</title>
      <link>https://community.spotify.com/t5/Desktop-Windows/Is-there-a-command-to-play-a-playlist-using-command-line/m-p/1476672#M36387</link>
      <description>&lt;P&gt;This still seems to play whatever traick I had open previously, it doesn't play the album or playlist it opens to.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Oct 2016 02:15:14 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Windows/Is-there-a-command-to-play-a-playlist-using-command-line/m-p/1476672#M36387</guid>
      <dc:creator>user-removed</dc:creator>
      <dc:date>2016-10-21T02:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a command to play a playlist using command line?</title>
      <link>https://community.spotify.com/t5/Desktop-Windows/Is-there-a-command-to-play-a-playlist-using-command-line/m-p/1491327#M36388</link>
      <description>&lt;PRE&gt;Set WshShell = WScript.CreateObject("WScript.Shell")
Comandline = ":\Users\Rando\AppData\Roaming\Spotify\Spotify.exe"
WScript.sleep 500
CreateObject("WScript.Shell").Run("spotify:user:saurabhmenon:playlist:4SKzklVn82CszokiizmJHc")
WScript.sleep 10000
WshShell.SendKeys "{ENTER}"&lt;/PRE&gt;&lt;P&gt;Here, try this.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Nov 2016 21:57:08 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Windows/Is-there-a-command-to-play-a-playlist-using-command-line/m-p/1491327#M36388</guid>
      <dc:creator>jakeledoux</dc:creator>
      <dc:date>2016-11-07T21:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a command to play a playlist using command line?</title>
      <link>https://community.spotify.com/t5/Desktop-Windows/Is-there-a-command-to-play-a-playlist-using-command-line/m-p/1605366#M36389</link>
      <description />
      <pubDate>Fri, 10 Mar 2017 00:05:42 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Windows/Is-there-a-command-to-play-a-playlist-using-command-line/m-p/1605366#M36389</guid>
      <dc:creator>lamberglj</dc:creator>
      <dc:date>2017-03-10T00:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a command to play a playlist using command line?</title>
      <link>https://community.spotify.com/t5/Desktop-Windows/Is-there-a-command-to-play-a-playlist-using-command-line/m-p/1668419#M36390</link>
      <description>&lt;P&gt;But only work wen spotify is in first. How do it with spotify minimized.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2017 11:29:53 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Windows/Is-there-a-command-to-play-a-playlist-using-command-line/m-p/1668419#M36390</guid>
      <dc:creator>cirilocavaco</dc:creator>
      <dc:date>2017-05-05T11:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a command to play a playlist using command line?</title>
      <link>https://community.spotify.com/t5/Desktop-Windows/Is-there-a-command-to-play-a-playlist-using-command-line/m-p/1680023#M36391</link>
      <description>&lt;P&gt;I tried the following code to start a playlist:&lt;/P&gt;&lt;PRE&gt;Set WshShell = WScript.CreateObject("WScript.Shell")
Comandline = "C:\Users\lenovo\AppData\Roaming\Spotify\Spotify.exe"
WScript.sleep 500
CreateObject("WScript.Shell").Run("spotify:user:21fa7f2euodm5se7wfmjmysfa:playlist:37dwq4kMEpQVqdXBfbaPid")
WScript.sleep 1000
WshShell.SendKeys " "&lt;/PRE&gt;&lt;P&gt;It managed to open spotify snd start playing, but not from the specified playlist.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My playlist URL is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://open.spotify.com/user/21fa7f2euodm5se7wfmjmysfa/playlist/37dwq4kMEpQVqdXBfbaPid" target="_blank"&gt;https://open.spotify.com/user/21fa7f2euodm5se7wfmjmysfa/playlist/37dwq4kMEpQVqdXBfbaPid&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you tell me where I am going wrong?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;/P&gt;</description>
      <pubDate>Wed, 17 May 2017 09:11:59 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Windows/Is-there-a-command-to-play-a-playlist-using-command-line/m-p/1680023#M36391</guid>
      <dc:creator>Muhannad</dc:creator>
      <dc:date>2017-05-17T09:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a command to play a playlist using command line?</title>
      <link>https://community.spotify.com/t5/Desktop-Windows/Is-there-a-command-to-play-a-playlist-using-command-line/m-p/2553628#M36392</link>
      <description>&lt;P&gt;I used the solutions here to Launch a playlist with Smartthings.&amp;nbsp; Here is a viideo of it .&amp;nbsp; Any of you know the command line to "Connect a device?&amp;nbsp; I would love to be able to switch to another device automaticaly. Thanks for the info &lt;A href="https://www.youtube.com/watch?v=5LNVrFHCKkA&amp;amp;t=266s" target="_blank"&gt;https://www.youtube.com/watch?v=5LNVrFHCKkA&amp;amp;t=266s&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2017 22:23:44 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Windows/Is-there-a-command-to-play-a-playlist-using-command-line/m-p/2553628#M36392</guid>
      <dc:creator>natehales</dc:creator>
      <dc:date>2017-10-10T22:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a command to play a playlist using command line?</title>
      <link>https://community.spotify.com/t5/Desktop-Windows/Is-there-a-command-to-play-a-playlist-using-command-line/m-p/4362795#M51301</link>
      <description>&lt;P&gt;Hi Nate, your video and explanation are excellent. I'm using your solution to play a song at a specific time each day. Did you ever find out how to make it play on a specific device? I can make Spotify beam music to my Soundbar by selecting it manually but would like to make this part of the automatic playback script.&lt;/P&gt;</description>
      <pubDate>Sun, 21 Jan 2018 14:32:32 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Windows/Is-there-a-command-to-play-a-playlist-using-command-line/m-p/4362795#M51301</guid>
      <dc:creator>CoasterDJ</dc:creator>
      <dc:date>2018-01-21T14:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a command to play a playlist using command line?</title>
      <link>https://community.spotify.com/t5/Desktop-Windows/Is-there-a-command-to-play-a-playlist-using-command-line/m-p/4367862#M51611</link>
      <description>&lt;P&gt;So I realized that if you press tab 4 times, then press enter, then your desired playlist will play, so here is the same, but modified code that worked:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Set WshShell = WScript.CreateObject("WScript.Shell")
Comandline = "C:\Users\Max\AppData\Roaming\Spotify\Spotify.exe"
WScript.sleep 500
CreateObject("WScript.Shell").Run("spotify:user:spotify:playlist:37i9dQZEVXcX5xSSJR3tfB")
WScript.sleep 8000
WshShell.SendKeys "{tab}"
WScript.sleep 100
WshShell.SendKeys "{tab}"
WScript.sleep 100
WshShell.SendKeys "{tab}"
WScript.sleep 100
WshShell.SendKeys "{tab}"
WScript.sleep 100
WshShell.SendKeys "{enter}"&lt;/PRE&gt;</description>
      <pubDate>Thu, 25 Jan 2018 13:47:40 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Windows/Is-there-a-command-to-play-a-playlist-using-command-line/m-p/4367862#M51611</guid>
      <dc:creator>ferrum</dc:creator>
      <dc:date>2018-01-25T13:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a command to play a playlist using command line?</title>
      <link>https://community.spotify.com/t5/Desktop-Windows/Is-there-a-command-to-play-a-playlist-using-command-line/m-p/4367919#M51614</link>
      <description>Thanks! Are you using this with Spotify for Windows? I’m trying to play to a Google Cast device, but Cast devices don’t appear on the device list until I start playing music to it on a mobile device.&lt;BR /&gt;</description>
      <pubDate>Thu, 25 Jan 2018 14:37:52 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Windows/Is-there-a-command-to-play-a-playlist-using-command-line/m-p/4367919#M51614</guid>
      <dc:creator>CoasterDJ</dc:creator>
      <dc:date>2018-01-25T14:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a command to play a playlist using command line?</title>
      <link>https://community.spotify.com/t5/Desktop-Windows/Is-there-a-command-to-play-a-playlist-using-command-line/m-p/4368141#M51628</link>
      <description>&lt;P&gt;This .vbs file is awesome!&amp;nbsp; TAB 4 TIMES WORKED!!!!!!&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp; It starts spotify, my playlist, switches to the main device, and skips to the second song....&amp;nbsp; (I may add the random song option code again)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Set WshShell = WScript.CreateObject("WScript.Shell")&lt;BR /&gt;Comandline = ":\Users\Marilinda\AppData\Roaming\Spotify\Spotify.exe"&lt;BR /&gt;CreateObject("WScript.Shell").Run("spotify:")&lt;BR /&gt;WScript.sleep 5000&lt;BR /&gt;WshShell.SendKeys "^{d}"&lt;BR /&gt;WScript.sleep 1000&lt;BR /&gt;WshShell.SendKeys "{TAB 2}", True&lt;BR /&gt;WScript.sleep 1000&lt;BR /&gt;WshShell.SendKeys " "&lt;BR /&gt;WScript.sleep 1000&lt;BR /&gt;CreateObject("WScript.Shell").Run("spotify:user:1269640531:playlist:1XnmxabGVccgBOCpgRxTnL")&lt;BR /&gt;WScript.sleep 3000&lt;BR /&gt;WshShell.SendKeys "{tab}"&lt;BR /&gt;WScript.sleep 100&lt;BR /&gt;WshShell.SendKeys "{tab}"&lt;BR /&gt;WScript.sleep 100&lt;BR /&gt;WshShell.SendKeys "{tab}"&lt;BR /&gt;WScript.sleep 100&lt;BR /&gt;WshShell.SendKeys "{tab}"&lt;BR /&gt;WScript.sleep 100&lt;BR /&gt;WshShell.SendKeys "{ENTER}"&lt;BR /&gt;WScript.sleep 2000&lt;BR /&gt;WshShell.SendKeys "^{RIGHT}"&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2018 17:01:01 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Windows/Is-there-a-command-to-play-a-playlist-using-command-line/m-p/4368141#M51628</guid>
      <dc:creator>natehales</dc:creator>
      <dc:date>2018-01-25T17:01:01Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a command to play a playlist using command line?</title>
      <link>https://community.spotify.com/t5/Desktop-Windows/Is-there-a-command-to-play-a-playlist-using-command-line/m-p/4368149#M51629</link>
      <description>&lt;P&gt;yes my default is my windos 10 pc because I have it hooked as the main sound source for my monoprice 6 zone amp.&amp;nbsp; &amp;nbsp;I have a modified my code (5 seperate commands "Alexa turn on Device 3" to toggle through all 5 devices... sometimes they change order but my computer always stays in position 1.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2018 16:56:13 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Windows/Is-there-a-command-to-play-a-playlist-using-command-line/m-p/4368149#M51629</guid>
      <dc:creator>natehales</dc:creator>
      <dc:date>2018-01-25T16:56:13Z</dc:date>
    </item>
  </channel>
</rss>

