MCEBuddy tasks & PlexDVR

Is there a way using the the following script to specify a specific conversion task?
If I set MCEbuddy not to monitor a directory this works perfectly however I have a need to specify a specific conversion task in this (or a modified) script. Thanks for your help.

@echo off
C:\Progra~1\MCEBuddy2x\MCEBuddy.UserCLI.exe --command=engine --action=start 
timeout /t 2 /nobreak > NUL
C:\Progra~1\MCEBuddy2x\MCEBuddy.UserCLI.exe --command=addfile --action=%1
timeout /t 10 /nobreak > NUL
:loop
for /f "delims=" %%o in ('C:\Progra~1\MCEBuddy2x\MCEBuddy.UserCLI.exe --command=jobstatus --action=%1 --quiet') do set status=%%o
if %status% == "not present" (
	Exit
) else (
	timeout /t 2 /nobreak > NUL
	goto loop
)

The CLI can’t specify conversion tasks but your link a conversion task to specific monitor locations/CLI.
On the Conversion task settings page you can you select the Monitor locations only select Manual/CLI so that conversion task will only process files monitored by the CLI or added manually: