This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# This is sp, the command-line Spotify controller. It talks to a running | |
# instance of the Spotify Linux client over dbus, providing an interface not | |
# unlike mpc. | |
# | |
# Put differently, it allows you to control Spotify without leaving the comfort | |
# of your command line, and without a custom client or Premium subscription. | |
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'' ================================================================================================= | |
'' | |
'' File....... dc22_badge_human_full.spin | |
'' | |
'' Authors.... Jon "JonnyMac" McPhalen and Ryan "1o57" Clarke | |
'' Unpublished portions reverse-engineered by Aaron "P120ph37" Meriwether | |
'' MIT License | |
'' -- see below for terms of use | |
'' | |
'' E-mail..... [email protected] |