Skip to content

Instantly share code, notes, and snippets.

View mattblovell's full-sized avatar

Matthew Lovell mattblovell

  • Colorado
View GitHub Profile
@kingosticks
kingosticks / mopidy-display-cover.sh
Last active November 9, 2020 14:53
Mopidy cover artwork displayer
#!/bin/bash
# sudo apt-get install mpc jq fbi wget
MPD_PORT=6600
HTTP_PORT=6680
RPC_HOST=http://localhost:$HTTP_PORT/mopidy/rpc
TRACK_ARTWORK=/tmp/cover-art-img
DEFAULT_ARTWORK=some-default-picture