Script for creating diff from playlist based on stored playlist listing in another file.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Pitriss a869bbfdea
Initial commit - Initial version.
7 years ago
.gitignore Initial commit - Initial version. 7 years ago
LICENSE Initial commit 7 years ago
README.md Initial commit - Initial version. 7 years ago
mplaydiff.sh Initial commit - Initial version. 7 years ago

README.md

mpd_playlist_diff

Simple script supposed to be run from cron which generates changelog of current MPD playlist. it is based on storing previous version of playlist and then doing some 'diff' magic with it and current playlist. I wrote this script for my MPD streaming instance. Log could be used as input data for statuspage.

Dependencies:

  • mpc

Licence: WTFPL