Skip to content

Seeder mode, stability fixes

Latest

Choose a tag to compare

@tissla tissla released this 19 Jul 00:47

What's new?

  • Seeder mode: 'download --seed' keeps uploading after the download finishes, until you stop the program with Ctrl+C. Note that only 5 download workers can work at a time, and this will take up one of them per seeding episode.
  • Quality filters: '--quality'/'-q' and '--minquality' lets you filter by resolution.
  • Search-result caching: 'list' and 'download' now share a cache of the last search. This means that 'download' no longer needs to re-scrape.

And a bunch of issue-fixes.

For better future stability, and frankly just a better design choice, 'opfor' now prefers a pre-built metadata index shipped in the metadata repo when available instead of always rebuilding it locally from scratch. The metadata-repo will stay backwards-compatible, meaning older versions of 'opfor' will continue to work as intended.