19 lines
569 B
Plaintext
19 lines
569 B
Plaintext
|
|
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
|