micahco / spmd

Spotify metadata in the terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

	spmd — spotify metadata

	Utility that pulls metadata from the proprietary Spotify client using the dbus interface.

USAGE

	`spmd [-P message] [-S message] [metadata]`

	Valid macros: `%album`, `%artist`, `%title`, `%discNumber`, `%trackNumber`

EXAMPLES

	$ spmd -P '<paused>' '%artist - %title'
	Vince Guaraldi - Linus And Lucy

	If paused:

	$ spmd -P '<paused>' '%album'
	A Charlie Brown Christmas <paused>

About

Spotify metadata in the terminal

License:BSD 2-Clause "Simplified" License


Languages

Language:Shell 72.1%Language:Roff 23.4%Language:Makefile 4.5%