Skip to content

Releases: Ponyboy47/Plex-Monitr

0.8.0

08 Jun 00:05
Compare
Choose a tag to compare

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

21 Mar 15:48
f6367a5
Compare
Choose a tag to compare

Massive overhaul/pretty substantial rewrite and re-architecting!

New version brings:
Swift4
Stability improvements
Better multithreading
Performance improvements
Bug fixes
etc..

0.6.0

31 Aug 15:22
Compare
Choose a tag to compare

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

29 Jun 23:59
Compare
Choose a tag to compare
Check that media files are not already in their final plex location b…

0.5.3

29 Jun 23:54
Compare
Choose a tag to compare
Reduced some duplicate code related to conversion config structs and …

0.5.2

29 Jun 23:38
Compare
Choose a tag to compare
Fixed an infinite loop issue in the Videos findSubtitles method, and …

0.5.1

29 Jun 23:02
Compare
Choose a tag to compare
Removed default value of deleteSubtitles and bumped version

0.5.0

29 Jun 23:02
Compare
Choose a tag to compare
Bumped version

0.4.0

29 Jun 22:59
Compare
Choose a tag to compare
Bump version

0.2.0

03 Apr 20:14
Compare
Choose a tag to compare
  • Implemented logging
  • Created first draft of an image/icon for the repo
  • Refactored/reorganized some code