weannounce / arrnounced

Notify Sonarr/Radarr/Lidarr of tracker IRC announcements.
22 stars 3 forks source link

Handle multiple servers, channels and announcers in the tracker XML files #7

Closed weannounce closed 4 years ago

weannounce commented 4 years ago

This introduces some changes to the user configuration file.

Field name changes: nick -> irc_nickname nick_pass -> irc_ident_password tls -> irc_tls tls_verify -> irc_tls_verify inviter -> irc_inviter invite_cmd -> irc_invite_cmd delay -> announce_delay

irc_port is now mandatory.

Mandatory fields irc_server and irc_channels are added.

irc_channels is a comma separated list of channels which will be joined on startup unless invite command has been configured.

Invites to, and announcements from channels in the irc_channels list or the channels listed in the tracker XML files will be accepted. Announcements must be sent by one of the announcer names in the tracker XML file.