Skip to content

Releases: kannibalox/PtpUploader

v0.12.2

13 Oct 23:32
Compare
Choose a tag to compare

Fixed

  • Fix mediainfo error by ensuring IncludedFileList is set

v0.12.1

13 Oct 20:22
Compare
Choose a tag to compare

Fixed

  • Allow loading .torrent files from the announce directory

v0.12.0

13 Oct 20:05
Compare
Choose a tag to compare

Changed

  • Allow selecting files manually

Fixed

  • Respect the ignore_files config setting properly

v0.11.3

26 May 15:28
Compare
Choose a tag to compare

Changed

  • 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

Fixed

  • 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

Added

  • Malay subtitle option

v0.11.2

26 May 12:24
Compare
Choose a tag to compare

Fixed

  • Typo in scene result check

v0.11.1

02 Apr 21:25
Compare
Choose a tag to compare

Fixed

  • Ignore missing result during srrdb.com check
  • Update objects being passed to pyrosimple

v0.11.0

25 Mar 15:13
Compare
Choose a tag to compare

Added

  • Experimental libmpv screenshot tool. This is primarily to help with keyframe-reliant codecs like VC1 that would other produce grey screenshots, but has not been vetted as well as the mpv CLI. Requires optional dependencies: pip install pillow mpv

Fixed

  • Better blu-ray support

Changed

  • ReleaseInfoMaker improvements

v0.10.3

16 Jul 18:10
Compare
Choose a tag to compare

Added

  • uploader.is_scene option to pre-check on upload page
  • Check against srrdb.com for scene releases

Fixed

  • Make uploader.skip_duplicate_checking actually do something

v0.10.2

24 Jun 16:15
Compare
Choose a tag to compare

Fixed

  • Config option to disable recursive deletes
  • Remove accented characters from CG folders
  • Use IFO to detect DVD subtitles when possible

v0.10.1

06 Jun 12:58
Compare
Choose a tag to compare

Fixed

  • Properly ignore PTP directory when extracting releases from directories
  • Two bugs from refactoring/linting efforts (#27, #28 by @LeFirstTimer)

Full Changelog: v0.10.0...v0.10.1