sergei/README.org

29 lines
597 B
Org Mode
Raw Permalink Normal View History

2023-06-06 21:01:17 +00:00
* 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
2023-06-06 21:01:17 +00:00
- [-] Queuing
- [X] Add
- [ ] Next
2023-06-06 21:01:17 +00:00
- [X] Clear
2023-06-06 21:01:17 +00:00
** Future Ideas
- [ ] Web Interface
- [ ] Foundry VTT Integration
* Example Docker Compose File
#+begin_src yaml
version: 3
services:
sergei:
2023-06-06 21:17:16 +00:00
image: codeberg.org/godmaire/sergei:latest
container_name: sergei
environment:
- "DISCORD_TOK=<discord-token>"
#+end_src