Update README.md

This commit is contained in:
2025-10-02 13:40:01 -04:00
parent 60a5ed981f
commit ae419a2cbf

View File

@@ -35,6 +35,15 @@ This server is built with [FastAPI](https://fastapi.tiangolo.com/) and provides
- `POST /radio/queue_remove` - Remove specific items from queue
- `POST /radio/ls._next_` - Get next track (for Liquidsoap integration)
**WebSocket Real-time Updates:**
- `WS /radio/ws/{station}` - Real-time radio updates via WebSocket
- Connects to specific radio station (main, rock, rap, electronic, pop)
- Immediately sends current track information on connect
- Sends real-time updates when tracks change
- Provides LRC (synchronized lyrics) data when available
- Message types: `track_change`, `lrc`, `ack`
- No authentication required
### Content & Media
**YouTube (`/yt/`)** 🎥
- `POST /yt/search` - Search for YouTube videos by title