feat(parse)!: parse required and pushes to qbit#218
Open
nuxencs wants to merge 7 commits into
Open
Conversation
This was referenced Mar 28, 2026
2586cd4 to
b45b652
Compare
Bump go-qbittorrent to v1.15.0-rc1 which adds DownloadPath and UseDownloadPath to TorrentAddOptions. Add downloadPath to config, schema, env vars, and startup validation. Remove redundant AutoTMM assignment since the library handles it in Prepare().
When multiple cross-seeding torrents contain the same episode at different paths, the hardlink loop would fail with "already exists" on the second attempt. Track linked target paths and skip duplicates. Also log a summary of hardlinked vs total episodes from pack.
announcedEpPath in matchInfo was populated but never read after the parse-and-push-to-qbit refactor, making announcedPackName, CleanAnnounceTitle, and its supporting regexes dead code.
4fa3bce to
5e99ec2
Compare
Remove preImportPath from the client config surface and derive the hardlink root from qBittorrent save/category/default destination instead. BREAKING CHANGE: clients.<name>.preImportPath is removed. Configure qbit.savePath or qbit.category for the final import destination.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a breaking change that will make parsing the torrent the default and will make pushing to qbit the responsibility of seasonpackarr instead of autobrr.
Doing this will fix multiple cases of torrents getting added to qbit despite being rejected in the parsing stage. One example this would fix is #212