mpc-notify

mpd/ncmpcc notifications with album covers
git clone https://git.pastanoggin.com/mpc-notify.git
Log | Files | Refs | README | LICENSE

README (692B)


      1 Based on https://wiki.archlinux.org/title/Ncmpcpp#With_album_art
      2 
      3 mpc-notify: sends notification of currently playing MPD music accompanied
      4 by album cover art.
      5 
      6 # Dependencies:
      7 ffmpeg
      8 flock
      9 mpc
     10 notify-send
     11 notify-replace (in this repo)
     12 recommended:
     13 	- a home directory setup with xdg-user-dirs (for finding your music
     14 	directory)
     15 	- for dunst users: a configuration file as images don't work without it
     16 	(haven't investigated the reason yet)
     17 
     18 # For getting notifications on media keys:
     19 Bind media key to calls to mpc-notify instead of mpc or other media controllers.
     20 
     21 # For getting notifications on song change:
     22 Add execute_on_song_change = "mpc-notify" to your ncmpcpp's configuration file.