Skip to content

Releases: Audionut/Upload-Assistant

1.1.4

04 Dec 23:16
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.3...1.1.4

1.1.3

04 Dec 10:10
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.2...1.1.3

1.1.2

04 Dec 09:43
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.1...1.1.2

V1.1.1

02 Dec 12:13
Compare
Choose a tag to compare
  • Update requirements.txt
  • Make DVD remux work at HUNO

Full Changelog: 1.1.0...1.1.1

V1.1.0

02 Dec 10:53
Compare
Choose a tag to compare

What's Changed

  • Screenshot + upload process speed increased by ~75%
  • Revert imgbox image validation + base improvements mean imgbox users will see significantly increased speed. Somewhere around 20 seconds for capture and upload on moderate hardware.
  • Multiprocess screenshots by @Audionut in #140
  • Multiprocess uploads by @Audionut in #141
  • HUNO - make discs work by @Audionut in #144
  • V1.1.0 by @Audionut in #142

Full Changelog: 1.0.1...1.1.0

v1.0.1

01 Dec 00:35
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0...1.0.1

V 1.0

29 Nov 11:05
Compare
Choose a tag to compare

Changes in this fork:

  • Updated more sites that allow description parsing.
  • Config option "useAPI": False controls auto searching at supported sites.
  • Check and use existing screenshot links when found in description.
  • Auto site ID from torrent hash (--infohash).
  • Added more site support than I can count (thanks to everyone for the pull requests).
  • Config options to control pack based content. Screenshots for each episode in a season pack for example.
  • Updated queue support. Will process an entire folder of files/subfolders. (https://github.com/Audionut/Upload-Assistant/blob/765879bea27bff14ae3d6bdefa6c1ac1a90a9f9c/src/args.py#L24)
  • Added support for parsing a text file from (UNIT3D-Upload-Checker) and processing all files as a queue. ("path_to_text_file.txt" --unit3d)
  • Updated dupe checking to minimize plainly false dupes.
  • Slight increase in site skipping speed when skip condition met (not TV at movie site for example).
  • Added extra site skips, including some keyword matching, to not upload concerts (and other content) where not supported.
  • Added support for DVD rips.
  • Allow piece sizes up to 256 MiB.
  • Updated BDInfoCLI
  • Added LaserDisc as a source option.
  • Added an option to specify the frame numbers for screenshot generation.
  • Increased debugging feedback, particulaly with remote folders and the like (use --debug to test).
  • Added -uac (--unattended-confirm) which used with -ua allows dupe prompting.
  • Added an option to wait for site API and inject torrent site link into torrent comment.
  • Fixed edition handling, including manual edition.
  • Linted the code.
  • Multitude of fixes brought to attention for rules compliance at various sites.
  • Many other small fixes.
  • All of the pull requests listed below.

Thanks to everyone who submitted a PR or brought bugs/suggestions to my attention.

Docker available docker pull ghcr.io/audionut/upload-assistant:master

What's Changed

Full Changelog: https://github.com/Audionut/Upload-Assistant/commits/1.0