github StuffAnThings/qbit_manage v4.0.1

latest releases: v4.1.6, v4.1.5, v4.1.4...
12 months ago

Requirements Updated

  • qbitorrent-api updated to 2023.6.49

New Features

  • cross-seed will move torrent to an error folder if it fails to inject torrent
  • Define multiple announce urls for one tracker (#328 Thanks to @buthed010203 for the PR)

Bug Fixes

  • Fixes #329 (Updates missing share_limits tag even when share_limits are satisfied)
  • Fixes #327 (Zero value share limits not being applied correctly)

Enhancements

  • Logic for share_limits_suffix_tag changed to become a prefix tag instead along with adding the priority of the group. The reason for this change is so it's easier to see the share limit groups together in qbittorrent ordered by priority.
    • share_limits_suffix_tag key is now share_limits_tag
    • No config changes are required as the qbm will automatically change the previous share_limits_suffix_tag key to share_limits_tag
    • Changes the default value of share_limits_tag to ~share_limit. The ~ is used to sort the share_limits_tag in the qbt webUI to the bottom for less clutter

Example based on config.sample:

old tag (v4.0.0) new tag (v4.0.1)
noHL.share_limit ~share_limit_1.noHL
cross-seed.share_limit ~share_limit_2.cross-seed
PTP.share_limit ~share_limit_3.PTP
default.share_limit ~share_limit_999.default

Full Changelog: v4.0.0...v4.0.1

Don't miss a new qbit_manage release

NewReleases is sending notifications on new releases.