This initial commit introduces mpv-notify-send, a small Lua integration for mpv that calls notify-send whenever a file loads. The script pulls track metadata like title, artist, album, and year, escapes notification text safely, and looks for cover.png/cover.jpg/cover.jpeg alongside the media to use as the notification icon. It’s a compact quality-of-life feature for Linux desktop playback that makes mpv sessions feel more integrated with the rest of the system.

Add an mpv Lua script that sends desktop notifications for the currently loaded media, including metadata and local cover art when available. - zhengqunkoo/mpv-notify-send