Guest User

MCEBuddy free Plex Post Processing

a guest
Nov 26th, 2016
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.32 KB | None | 0 0
  1. @echo off
  2. echo %~1=ManuelSelect>> "C:\Program Files\MCEBuddy2x\config\manualqueue"
  3. :while
  4. >nul find "%~1" "C:\Program Files\MCEBuddy2x\config\manualqueue" && (
  5.    REM File name found
  6.     timeout 30 /nobreak
  7.     goto :while
  8. ) || (
  9.     timeout 60 /nobreak
  10.    REM File name not found, can exit so Plex moves the file
  11. )
Add Comment
Please, Sign In to add comment