I have been using the following command to scan shows manually for a good while:
“C:\Program Files (x86)\Plex\Plex Media Server\Plex Media Scanner.exe” --verbose --scan --section 1 --directory “D:\Shows”
It used to show progress on the command window by telling me that it was scanning the folder and showed episode per episode that it was adding them and so on, nowadays the command window shows nothing and eventually it just finishes. It adds the shows just fine and everything, but I miss being able to see the progress. In the documentation I see now theres these flags:
-v, --verbose Show more output.
-p, --progress Show special progress output.
But neither do anything and the command window is left empty. I do know that it is writing to a log file somewhere, but I miss the old functionality of seeing in the command window what is going on, is there something I’m missing?