From 3d72a5dedfa768b191549d941c68d81e2c66b2b8 Mon Sep 17 00:00:00 2001 From: deluan Date: Tue, 3 Feb 2026 11:47:40 -0500 Subject: [PATCH] Update README.md to add build and latest release badges --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d56d029..8195aa4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Discord Rich Presence Plugin +[![Build](https://github.com/navidrome/discord-rich-presence-plugin/actions/workflows/build.yml/badge.svg)](https://github.com/navidrome/discord-rich-presence-plugin/actions/workflows/build.yml) +[![Latest](https://img.shields.io/github/v/release/navidrome/discord-rich-presence-plugin)](https://github.com/navidrome/discord-rich-presence-plugin/releases/latest/download/discord-rich-presence.ndp) + This plugin integrates Navidrome with Discord Rich Presence, displaying your currently playing track in your Discord status. It demonstrates how a Navidrome plugin can maintain real-time connections to external services while remaining completely stateless. Based on the [Navicord](https://github.com/logixism/navicord) project. **⚠️ WARNING: This plugin requires storing Discord user tokens, which may violate Discord's Terms of Service. Use at your own risk.**