Skip to content

[Bug] Keeping when it should delete #5

@kanjieater

Description

@kanjieater
{
  "logLocation": "./dscleanup.log",
  "deleteTasks": false,
  "deleteFiles": false,
  "qbt": {
    "username": "asdf",
    "password": "secure",
    "url": "http://192.168.x.x:1234/api/v2"
  },
  "trackers": [
    {
      "tracker":"aprivate.tracker",
      "maxDaysToKeep" : 11365,
      "up_limit" : -1,
      "deleteMessages" : [
        "unregistered torrent"
      ] 
    },   
    {
      "tracker":"*",
      "maxDaysToKeep" : 0,
      "up_limit" : 30
    }      
  ]
}

[09:50:05.021--INF] Task publicTrackerFile.rar deleted - too old
[09:50:05.022--INF] - Delete: * publicTrackerFile.rar (pausedUP, 6 days)
[09:50:05.022--INF] - Keep: * samepublicTrackerFile.rar (uploading, 34.97 seconds)
[09:50:05.036--INF] Pausing 68 tasks...

I've found this program super useful so far. For some reason, it's deciding to keep a file that finished downloading though, even though it should be covered by the "*" tracker list. It's already paused all the other torrents from that tracker(since i don't actually have deleting enabled just yet"). However, despite this most recent one looking the same to me, it won't stop it.

I run the qbtmanager.exe as an external program on torrent completion. But even when I manually run, the logs show that it's uploading and marked as a Keep. How can I get a torrent that is finished downloading to stop if it's from my tracker: "*" list?

I'm on QBT 4.2.5 by the way. What version is supported?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions