Skip to content

MPV notifications for currently playing song

Notifications You must be signed in to change notification settings

dmlemos/mpv-notify

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 

Repository files navigation

mpv-notify

Adds desktop notifications to the mpv media player on Mac, with metadata like artist, album name and track name when the track changes.

Features

  • Shows artist, title and album name (as far as detected by mpv)
  • Extracts cover art using ffmpeg

Requirements

Installation

Drop notify.lua into the folder ~/.config/mpv/scripts/ (create it when necessary), and mpv will find it. Optionally, you can add it to mpv's command line:

mpv --lua=/path/to/notify.lua <files and options>

License

  • Originally written by Roland Hieber
  • Improvements by deyloop [email protected]
  • Port to MacOS by me with a few enhancements

About

MPV notifications for currently playing song

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 98.0%
  • Shell 2.0%