Zync is a program that watches a directory. Once a file is done writing to the directory It will be formatted in a plex friendly way
This works for most files, but is not very "Smart". There are no API calls for IMDB lookups or anything like that. It just attempts to find "Tokens" that signify ends of titles. For example of the file you have spelled the title wrong the program will not correct it.
Note: The only file watcher this utilizes in Inotify so it only works on linux.
Requires Zig Verion 0.14.0
$ zig build --release=small$ ./zync /absolute/path/to/watch /absolute/path/to/move