initial commit

This commit is contained in:
2025-02-23 00:55:11 -08:00
commit eca2b4f873
7 changed files with 481 additions and 0 deletions

19
config.yaml.example Normal file
View File

@@ -0,0 +1,19 @@
irc:
host: "irc.someircserver.net"
port: 6667 # asif does not support ssl as of 2025-02-23
nick: "bot"
user: "bot"
realname: "Botty Bot - https://bot.site"
channel: "#channel"
stream:
url: "http://your-icecast-server.com:8000/" # this is the *base* url of the icecast server
endpoint: "stream" # this is the endpoint of the icecast server (e.g. /stream or .mp3)
health_check_interval: 300
announce:
format: "\x02Now playing:\x02 {song}"
ignore_patterns:
- "Unknown"
- "Unable to fetch metadata"
# Add more patterns to ignore here