AnthonyMusgrove / Emby-ScripterX

Run custom external application or script (batch/bash/powershell/php/python/node.js/custom) on various events within the Emby Server.
https://emby-scripterx.com
78 stars 6 forks source link

Help getting script to run #53

Closed oregonpillow closed 3 years ago

oregonpillow commented 3 years ago

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 !

Screenshot 2021-10-04 at 09 52 28