No description
Find a file
2026-01-19 17:52:47 -05:00
.gitignore Initial commit 2026-01-19 16:09:53 -05:00
AudioPlayer.py Initial Commit 2026-01-19 17:30:14 -05:00
bot.py Rename bot.py 2026-01-19 17:34:19 -05:00
LibraryScanner.py Update LibraryScanner.py 2026-01-19 17:31:23 -05:00
LICENSE Initial commit 2026-01-19 16:09:53 -05:00
README.md Update README.md 2026-01-19 17:52:47 -05:00
SettingsManager.py Initial Commit 2026-01-19 17:30:14 -05:00

discord-mp3-player

A Discord bot that takes audio files from a folder and plays them randomly.

Supports vote skip and announcements. It also uses a file cache so you can refresh the files mid-play without having to restart the bot, and keeps large filesystem operations from slowing down file selection.

Requires FFmpeg and FFprobe. Can be installed in the PATH of your system or the binaries can be placed directly into the folder with the python files.

TODO:

  • Allow specific files to be played
  • A queue maybe
  • Use embeds for messages, perhaps with interaction buttons rather than command-based vote skips
  • Maybe use one single embed for now-playing that's edited by the bot instead of spamming a channel repeatedly