Just use the API to tell emby to scan for the new shows - in post processing / post recording for example.  via a simple web request ... http://emby.rbjtech.lan:8096/emby/Library/Refresh?api_key=your_api_key or via curl etc .. curl -X POST "http://emby.rbjtech.lan:8096/emby/Library/Refresh?api_key=your_api_key" -H "accept: */*"  
    • Like
    1