Adjust README

This commit is contained in:
Tanner
2026-07-28 17:34:50 -06:00
parent df8a33f456
commit 6ad5dd9de3
+2 -2
View File
@@ -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