- Fixed script detecting file sample in name as actual movie; added configurable name sin file to check for
- Added email notification; only send email if critical service is down or new movie has been added.
- Added CHANGELOG; track all changes to scripts.
- Update offline TMDB files to year (date) format
- Added FormatTitleCase switch to movie parser; ensures title is capitalized correctly
- Added ignore file
- Fixed radarr deletions;
- added imdb and tmdb online search; find accurate movie data
- renamed all movie offline imdb/tbdb data to movie (year) format
- Remove all un-needed files from repo; some extension scripts not used and ddns usb controllers on different repo
- Fixed new movie detection; year was not parsed correctly through Radarr
- Fixed Video extension rule; had to split comma delimited to array and use -in operator
- Added video support files; script movie support files before removing all other content.
- Added file name parser for movies; detects movie details by name for more accruate search
- updated README to reflect changes
- Changed all file names to Test; make no script except the MonitorMediaServer.ps1 primary
- initial design