2018-05-28, 10:54 AM
(This post was last modified: 2018-05-28, 11:00 AM by virtualpaul.)
Graham Wrote:PostProcessing.bat (and other batch files) are run by the NextPVR Recording Service and run in the same user account as the service. This is the System user account. One consequence is that the paths to files may not be as expected. It is recommended that the very first command in these batch files should be a CD command to change to your chosen folder.
I added the first two lines. Now the PostProcessing.bat seems to be called with an OID but the renaming does not occur?
[INDENT]
C:
CD "\Program Files (x86)\NPVR"
echo %time% OID = %3 >> Processed.txt
"C:\Program Files (x86)\NPVR\imageGrabLite.exe" --oid %3 --rename --season[/INDENT]