2022-12-25, 04:38 PM
I'm using a post processing script to move files after the recording is done, and it was working well for some time (at least a few years), but I just noticed that the NextPVR database no longer seems to be updated with the new loaction. The last line of the script is:
It's supposed to tell the NextPVR database that the file moved from the input filename (in $1) to my new location (in $plex_file)
For a very long time it was working fine, but now it doesn't seem to update the database. I did upgrade recently; has this command changed, or should this still work as-is?
Code:
# tell NextPVR where it went
/opt/dotnet/dotnet /opt/nextpvr/system/NScriptHelper.dll -rename "$1" "$plex_file"
It's supposed to tell the NextPVR database that the file moved from the input filename (in $1) to my new location (in $plex_file)
For a very long time it was working fine, but now it doesn't seem to update the database. I did upgrade recently; has this command changed, or should this still work as-is?