-
-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FR]: Tag torrents which have a tracker issue. #91
Comments
Is there something your script does qbit_manage doesn't do? It can already remove unregistered torrents and tag any potential issue torrents using the command |
Oh cool, I came across your script but don't have much time to maintain mine... so your script automatically tags torrents with errors and then you set One minor improvement would be to check out the python click library, it's very cool and does a lot of neat features over just using the built in py argparse. My script has an example of this, it's very pythonic 3 😄 But thanks, I am planning to explore this more in my free time. |
No it will only tag the torrent as |
Sorry, I guess I am confused. |
No it will only remove unregistered if any of the error messages are covered by the any of the keywords set: qbit_manage/modules/qbittorrent.py Lines 443 to 452 in 393538a
Anything that has an error that is not covered by those keywords will be tagged as |
Ohhh! Got it thanks I guess maybe this feature request would be to tag them |
sure, that shouldn't be an issue |
Use |
Woah thanks! |
Is your feature request related to a problem? Please elaborate.
I maintain a script that does this but was wondering if this project could support the feature.
https://github.com/k8s-at-home/qbittorrent-scripts
Thanks!
Describe the solution you'd like
Unregistered torrents on trackers are hard to find in the UI. It would be nice to have those be tagged or optionally deleted.
Does your solution involve any of the following?
Describe alternatives you've considered
N/A
Who will this benefit?
Anyone that uses trackers that delete their torrents when a media file is bad or upgraded.
Additional Information
No response
The text was updated successfully, but these errors were encountered: