Skip to content

Instantly share code, notes, and snippets.

View onyxcode's full-sized avatar
🤔
i give up

Nyx onyxcode

🤔
i give up
View GitHub Profile
@onyxcode
onyxcode / sp
Last active March 19, 2021 18:01 — forked from wandernauta/sp
sp is a command-line client for Spotify's dbus interface. This patch fixes the broken "sp art" command.
#!/usr/bin/env 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.
#