I could see a script being triggered after a series is added, but triggering a notification when a tag is changed seems like a use case for plugin system (which we don’t want to commit to).
If tags could be set when a series is added and notifications could be sent when a series is added would that cover your use case?
It would skip the cases of ‘I already have that show, but now Kid2 wants it too’. In my version, I’d just add Kid2 tag, and that would call the script to add a symlink.
I’m not sure how the flags that would allow calling scripts is the same as plug in system.
Honestly, this is really the first useful thing I’ve seen for tags at all. Nto that others don’t use them.
I mean it in the sense there would be a bunch of functionality tied to a connection. Seems like we’re getting really close to a plugin system handled through an external script instead of a more integrated solution.
This really sounds like a 1% feature here, beyond your very specific use case I don’t see a lot of use for something so streamlined and it starts to open up a can of worms, if we do it here should we do it for other internal actions, starting a search, after a failed search and on goes the list.
You could have a cron job that hits the Sonarr API and pulls in the series and tags then applies the proper symlinks.