initial commit
This commit is contained in:
19
config.yaml.example
Normal file
19
config.yaml.example
Normal 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
|
||||
Reference in New Issue
Block a user