diff --git a/README.md b/README.md index ed0a761..eeff0d5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Headless Audio Player +# Qotplayer A lightweight, headless Python audio player designed as a fast drop-in replacement for `mpv`. @@ -9,7 +9,7 @@ A lightweight, headless Python audio player designed as a fast drop-in replaceme - Provides a JSON IPC server over a Unix socket for real-time playback control (pause, volume, seek, quit). ## What it's for -This player is specifically built to act as a backend player for music servers like **Navidrome** (in Jukebox mode) feeding into multi-room audio systems like **Snapcast**. It avoids the overhead of full `mpv` while maintaining compatibility with its IPC protocol. +This player is specifically built to act as a backend player for **Navidrome** (in Jukebox mode) feeding into multi-room audio systems like **Snapcast**. It avoids the overhead of full `mpv` while maintaining compatibility with its IPC protocol. ## How to use it