From 8b5912bed2b80fe175b3c96e23d30ef8d53bcac1 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Thu, 7 Mar 2024 15:53:11 +1100 Subject: [PATCH] Add PyPI package version badge to readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 11eb417..1da500c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# mpd-now-playable +# mpd-now-playable [![PyPI version](https://badge.fury.io/py/mpd-now-playable.svg)](https://badge.fury.io/py/mpd-now-playable) This little Python program turns your MPD server into a [now playable app](https://developer.apple.com/documentation/mediaplayer/becoming_a_now_playable_app) on MacOS. This enables your keyboard's standard media keys to control MPD, as well as more esoteric music control methods like the buttons on your Bluetooth headphones.