- Fix mediainfo error by ensuring IncludedFileList is set
- Allow loading .torrent files from the announce directory
- Allow selecting files manually
- Respect the ignore_files config setting properly
- Due to new restrictions for pypi, the cinemagoer package now uses
the newest version uploaded on pypi, as opposed to installing
directly from git (the recommended way to install by the
project). To use the recommended installation method, run
pip install git+https://github.com/cinemagoer/cinemagoer
manually
- Check if PNGs are 16-bit and downgrade the depth when imagemagick is present.
- Bypass "multiple" attribute exception in Django.
- Disable scene check by default
- Malay subtitle option
- Typo in scene result check
- Ignore missing result during srrdb.com check
- Update objects being passed to pyrosimple
- Experimental libmpv screenshot tool. This is primarily to help with
keyframe-reliant codecs like VC1 that would otherwise produce grey
screenshots, but has not been vetted as well as the mpv
CLI. Requires optional dependencies:
pip install pillow mpv
.
- Better blu-ray support
- ReleaseInfoMaker improvements
- Config option to disable recursive deletes
- Remove accented characters from CG folders
- Use IFO to detect DVD subtitles when possible
- Properly ignore PTP directory when extracting releases from directories
- Two bugs from refactoring/linting efforts (#27, #28)
- Update CSS/JS dependencies
- Move blu-ray support out of experimental support
- Improve CG failed login handling
- Improve x264/x265 detection from filenames
- Auto-create VIDEO_TS folder if not present
- 2FA support