github Audionut/Upload-Assistant 1.0
V 1.0

20 hours ago

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. (

    Upload-Assistant/src/args.py

    Line 24 in 765879b

    parser.add_argument('--queue', nargs='*', required=False, help="(--queue queue_name) Process an entire folder (files/subfolders) in a queue")
    )
  • 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

Don't miss a new Upload-Assistant release

NewReleases is sending notifications on new releases.