Skip to content

Releases: xMagnetoFX/Last-Music-Bot

Last Music Bot v1.0.0

Choose a tag to compare

@xMagnetoFX xMagnetoFX released this 11 Apr 09:06

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

  1. Download the source code from this release
  2. Copy .env.example to .env
  3. Fill in your Discord and Spotify credentials
  4. Start the stack:
docker compose up -d --build