-
Notifications
You must be signed in to change notification settings - Fork 0
Triggering Script Manualy
Kyle Johnson edited this page Apr 29, 2020
·
4 revisions
You can techincally run the script manually, but you need the unique identifier (OID) for the recording from your DVR. You can either search your DVR's database directly or turn on debug logging in the script settings (so that the OID is logged).
"C:\Program Files\Python36\python.exe" "C:\CustomApps\trigger.kodiscan\execute.py" 12345
The path to the Python executable needs to match your Python installation, and the path to the script needs to match the path on your system to the script.
python3 /config/scripts/trigger.kodiscan/execute.py 12345
The path to the script needs to match the path on your system to the script.