feat: show last played songs in web ui
This commit is contained in:
parent
7f16452a99
commit
bcc1bce743
6 changed files with 206 additions and 7 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue