mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
run external program on torrent finished is skipped for only checked torrents #14867
Labels
No labels
Accessibility
AppImage
Bounty
Build system
CI
Can't reproduce
Code cleanup
Confirmed bug
Confirmed bug
Core
Crash
Data loss
Discussion
Docker
Documentation
Duplicate
Feature
Feature request
Feature request
Feature request
Filters
Flatpak
GUI
Has workaround
I2P
Invalid
Libtorrent
Look and feel
Meta
NSIS
Network
Not an issue
OS: *BSD
OS: Linux
OS: Windows
OS: macOS
PPA
Performance
Project management
Proxy/VPN
Qt bugs
Qt6 compat
RSS
Search engine
Security
Temp folder
Themes
Translations
Triggers
Waiting diagnosis
Waiting info
Waiting upstream
Waiting web implementation
Watched folders
WebAPI
WebUI
autoCloseOldIssue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/qBittorrent#14867
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @christianmerges on GitHub (Aug 8, 2023).
qBittorrent & operating system versions
qBittorrent: 4.5.4
Operating system: Ubuntu
Linuxserver.io Docker image
What is the problem?
The command in "run external program on torrent finished" is not executed when by adding a torrent, existing data is checked and the result is: 100% already existing, so no download started. When some at least small piece is missing the command is being executed after finishing.
In the unrar command i already have the parameter for don't overwrite existing files, so in case it's already extracted it will be skipped.
Suggestion would be to always execute the command, when a torrent state is reaching the seeding state.
Steps to reproduce
No response
Additional context
No response
Log(s) & preferences file(s)
No response
@glassez commented on GitHub (Aug 9, 2023):
At least it works correctly in v4.6RC1 (it isn't officially released yet, I use test build from GitHub CI).