Commit Briefs


b8d2415999 boredpasta

mpc-notify: add execute bit


2db3daa551 boredpasta

mpc-notify: handle the "stop" command


7922604282 boredpasta

notify-replace: cleanup


a66c62baa0 boredpasta

Use the unlicense for better wording


77a6330996 boredpasta

Get rid of superfluous unsets


84b15a791a boredpasta

notify-replace: get rid of `set -e`


bebbb737a5 boredpasta

mpc-notify: documentation


289051ee3c boredpasta

mpc-notify: refactor


70a17dbad9 boredpasta

mpc-notify: scope and cleanup variables


Branches

Tags

This repository contains no tags

Tree

LICENSEcommits | blame
READMEcommits | blame
mpc-notify*commits | blame
notify-replace*commits | blame

README

Based on https://wiki.archlinux.org/title/Ncmpcpp#With_album_art

mpc-notify: sends notification of currently playing MPD music accompanied
by album cover art.

# Dependencies:
ffmpeg
flock
mpc
notify-send
notify-replace (in this repo)
recommended:
	- a home directory setup with xdg-user-dirs (for finding your music
	directory)
	- for dunst users: a configuration file as images don't work without it
	(haven't investigated the reason yet)

# For getting notifications on media keys:
Bind media key to calls to mpc-notify instead of mpc or other media controllers.

# For getting notifications on song change:
Add execute_on_song_change = "mpc-notify" to your ncmpcpp's configuration file.