I created a script yesterday to automatically trigger ombi <--> emby library syncs after a successful radarr/sonarr import (since radarr/sonarr automatically trigger emby re-scans after import). https://github.com/oregonpillow/OmbiSyncTrigger however i had to use script delay of 60 seconds otherwise there's a chance that emby hasn't picked up my new content before my script runs to update ombi.
When i found this project yesterday I was thrilled since it would be the "proper" way to run my script: get emby to trigger my ombi sync script everytime emby updates library scan.
However, doesn't seem to be working for me. Am i missing something? The script is executable and mountable within the container. Any advice?
Expected action : Script runs everytime emby library is re-scanned
I created a script yesterday to automatically trigger ombi <--> emby library syncs after a successful radarr/sonarr import (since radarr/sonarr automatically trigger emby re-scans after import). https://github.com/oregonpillow/OmbiSyncTrigger however i had to use script delay of 60 seconds otherwise there's a chance that emby hasn't picked up my new content before my script runs to update ombi.
When i found this project yesterday I was thrilled since it would be the "proper" way to run my script: get emby to trigger my ombi sync script everytime emby updates library scan.
However, doesn't seem to be working for me. Am i missing something? The script is executable and mountable within the container. Any advice?
Expected action : Script runs everytime emby library is re-scanned
Awesome project btw @AnthonyMusgrove !