+ Reply to Thread
Results 1 to 5 of 5

Thread: How to automatically delete torrents in uTorrent?

  1. #1

    How to automatically delete torrents in uTorrent?

    I download quite a lot of torrents and the torrent list in uTorrent gets filled very quickly. Most of those torrents I'd like to keep on my HDD but there some which I'd like to be removed automatically by date. Say if a torrent is older than 2 months, then automatically delete it.
    How do I do that?

    My current thinking is to wipe out resume.dat but this clears out everything.
    Code:
    copy /y NUL resume.dat >NUL
    copy /y NUL resume.dat.old >NUL
    Thank you
    Reply With QuoteReply With Quote
    Thanks

  2. #2
    If you have some programming skills you can make use of webui APIs.
    Reply With QuoteReply With Quote
    Thanks

  3. Who Said Thanks:

    Master Razor (21.04.17)

  4. #3
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,386
    Activity Longevity
    11/20 19/20
    Today Posts
    1/5 ssss39386
    An AutoIt macro program may also be a possibility...
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  5. Who Said Thanks:

    Master Razor (21.04.17)

  6. #4
    An AutoIt macro program may also be a possibility...
    It could work but it is not a pure solution. I was thinking more like an API or something.

    If you have some programming skills you can make use of webui APIs.
    I searched a little and it's somewhat complex. The bad thing is that I haven't been able to find any examples of such scripts.
    Will try to create a script as time permits.

    Thank you both.
    Reply With QuoteReply With Quote
    Thanks

  7. #5
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,386
    Activity Longevity
    11/20 19/20
    Today Posts
    1/5 ssss39386
    The Torque API may be another possibility, but I've never used it, so I don't know what it can and can't do (besides removing advertisements).

    Torque Labs
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

+ Reply to Thread

Tags for this Thread

Posting Permissions

  • You may post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts
  •