Releases: Ponyboy47/Plex-Monitr
Releases · Ponyboy47/Plex-Monitr
0.8.0
Replaced Apple's Operation/OperationQueue with my own homegrown TaskKit (Better performance, more stable, can handle way more operations in the queue)
Exposed some of the transcode-video options to be used through the monitr CLI
Fixed a bug where adding batches of media files to the monitored directory could cause crashes
Renamed several of the CLI arguments
Other miscellaneous improvements and bug fixes
0.7.0
Massive overhaul/pretty substantial rewrite and re-architecting!
New version brings:
Swift4
Stability improvements
Better multithreading
Performance improvements
Bug fixes
etc..
0.6.0
Support for watching multiple download directories
Can watch a separate directories for home videos now. Home videos will still be converted to Plex capable formats, but the original file's name will be preserved
0.5.4
Check that media files are not already in their final plex location b…
0.5.3
Reduced some duplicate code related to conversion config structs and …
0.5.2
Fixed an infinite loop issue in the Videos findSubtitles method, and …
0.5.1
Removed default value of deleteSubtitles and bumped version
0.2.0
- Implemented logging
- Created first draft of an image/icon for the repo
- Refactored/reorganized some code