Hi, Is there a known working script for SabNZBD to post process a download to instruct Plex to perform a library update?
All reference I have found are old say to use this:
#! /bin/bash
#Updates Plex movies
wget -q --delete-after “http://PLEX-SERVER-IP:32400/library/sections/6/refresh” > /dev/null
However, it fails with:
Exit(-1) Cannot run script /mnt/data/media/SabScripts/Plex_update.py
Any support/advice would be greatly appreciated.