Releases: xMagnetoFX/Last-Music-Bot
Releases · xMagnetoFX/Last-Music-Bot
Release list
Last Music Bot v1.0.0
Last Music Bot v1.0.0
Last Music Bot is a self-hosted Discord music bot with a built-in web dashboard, Spotify playlist import, autoplay recommendations, and Docker-based deployment.
Highlights
- Discord music bot with slash commands
- Local web dashboard for playback control and library management
- Spotify login support
- Spotify playlist import, including fallback support for many public playlists
- Autoplay queue with recommendation improvements
- Queue management improvements, including batch queueing and clear queue
- Better localhost-first setup for development and self-hosting
- Security hardening for auth, sessions, permissions, and dashboard rendering
- Local backup/restore workflow for bot data
- Audit logging for important actions
Included In This Release
- Bot runtime and dashboard updates
- Spotify auth and playlist import fixes
- Public Spotify playlist fallback support
- Improved autoplay buffering and skip behavior
- Queue UX improvements
- Dashboard branding and UI fixes
- Stronger security and permission checks
- Local backup sidecar and restore tooling
- Updated Docker and project configuration
Self-Hosting
This project is released as source code for self-hosting. There is no .exe installer in this release.
Quick Start
- Download the source code from this release
- Copy
.env.exampleto.env - Fill in your Discord and Spotify credentials
- Start the stack:
docker compose up -d --build