sergei/README.org

26 lines
568 B
Org Mode

* Sergei
Discord music bot using [[https://github.com/yt-dlp/yt-dlp][yt-dlp]] to loop the same song over and over and over and over and over again as background music.
* PROJ Roadmap
** Basic Features
- [X] Play
- [X] Pause & Resume
- [X] Stop & Disconnect
- [ ] Toggle Loop
- [ ] Queue/Playlists
** Future Ideas
- [ ] Web Interface
- [ ] Foundry VTT Integration
* Example Docker Compose File
#+begin_src yaml
version: 3
services:
sergei:
image: digyx/sergei:latest
container_name: sergei
environment:
- "DISCORD_TOK=<discord-token>"
#+end_src