feat: show last played songs in web ui

This commit is contained in:
Felipe M 2025-05-13 12:49:59 +02:00
parent 7f16452a99
commit bcc1bce743
Signed by: fmartingr
GPG key ID: CCFBC5637D4000A8
6 changed files with 206 additions and 7 deletions

View file

@ -8,7 +8,7 @@ A Discord bot written in Go that plays random music from a Subsonic-compatible s
- Play random music in a Discord voice channel with real-time audio streaming
- Automatic audio format conversion for Discord compatibility
- Simple slash commands for controlling the jukebox
- Web interface for viewing current playback status
- Web interface for viewing current playback status and song history
- Configurable through environment variables
## Requirements
@ -166,6 +166,7 @@ http://your-server-ip:8080
The web interface features:
- Real-time updates when songs change or playback stops
- Current song information (artist, album, title, etc.)
- History of the last 20 played songs
- Responsive design that works on mobile and desktop
- No additional setup required - it works out of the box