{{#unknown}} <p>
I've got literally no idea what "{{command}}" means. Try one of these commands:
</p> {{/unknown}}
<table> <thead> <tr class=“header”> <th align=“left”>Command</th> <th align=“left”>Action</th> </tr> </thead> <tbody> <tr class=“odd”> <td align=“left”>play track</td> <td align=“left”>Queue this song.</td> </tr> <tr class=“even”> <td align=“left”>play artist</td> <td align=“left”>Queue 10 tracks by this artist.</td> </tr> <tr class=“odd”> <td align=“left”>play album</td> <td align=“left”>Queue this entire album.</td> </tr> <tr class=“even”> <td align=“left”>play something now</td> <td align=“left”>Play this shit right now!</td> </tr> <tr class=“odd”> <td align=“left”>what</td> <td align=“left”>Show what is playing, and what is queued.</td> </tr> <tr class=“even”> <td align=“left”>next</td> <td align=“left”>Jump to the next song in the queue.</td> </tr> <tr class=“odd”> <td align=“left”>undo</td> <td align=“left”>Undo the last addition to the queue.</td> </tr> <tr class=“even”> <td align=“left”>clear</td> <td align=“left”>Clear the queue.</td> </tr> <tr class=“odd”> <td align=“left”>pause</td> <td align=“left”>Pause.</td> </tr> <tr class=“even”> <td align=“left”>unpause</td> <td align=“left”>Unpause.</td> </tr> <tr class=“odd”> <td align=“left”>volume?</td> <td align=“left”>Get the current volume level.</td> </tr> <tr class=“even”> <td align=“left”>volume 0-100</td> <td align=“left”>Set the volume.</td> </tr> </tbody> </table> <p>
For example:</p> <p>play coldplay
plays the top 5 tracks by Coldplay.</p> <p>play nicki minaj starships
will play the (excellent) song Starships.</p> <p>Mumbletune uses Spotify to find and play music. You can play
a Spotify URL directly instead of searching, like</p> <p>play spotify:album:1HjSyGjmLNjRAKgT9t1cna
</p>