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