Help with simple post processing script?
Posted: February 9th, 2015, 8:06 pm
I'm trying to make a script that calls plex to scan the file which was just downloaded... Should be pretty simple! But it seems plex media server refuses to register "c:\" and will only register "C:\" (All caps). The script it -
Nice And simple... However as mentioned, it wont work, since sab returns the drive letter as lowercase, and plex for some stupid reason, requires it to be uppercase (Shouldn't matter in windows!).
Is there any simple fix to this? I could just scan the whole directory... but may as well be as efficient as possible.
Code: Select all
CALL "C:\Program Files (x86)\Plex\Plex Media Server\Plex Media Scanner.exe" --scan --section 06 --directory %1Is there any simple fix to this? I could just scan the whole directory... but may as well be as efficient as possible.