Are there any easy ways to auto purge stalled torrents (either after a certain amount of time, or if they’ve never seen a complete copy after some time?) I have most of the *arr suite and use qbittorrent. I recently installed qbit_manage, but I’m not sure how to use it yet.
You can write a python script to interact with Qbittorrent as it has an API. I wrote one to delete stalled torrents and another one to set them to the lowest priority (so they don't fill up the download queue). If anyone is interested im happy to share the code. Whichever one I chose just runs every 30 mins or so using windows task scheduler
You can write a python script to interact with Qbittorrent as it has an API. I wrote one to delete stalled torrents and another one to set them to the lowest priority (so they don't fill up the download queue). If anyone is interested im happy to share the code. Whichever one I chose just runs every 30 mins or so
You can write a python script to interact with Qbittorrent as it has an API. I wrote one to delete stalled torrents and another one to set them to the lowest priority (so they don't fill up the download queue). If anyone is interested im happy to share the code. Whichever one I chose just runs every 30 mins or so