ArrowDL icon indicating copy to clipboard operation
ArrowDL copied to clipboard

Two requirements: delete files and tracker to new torrent:

Open SONGjiemo opened this issue 3 years ago • 2 comments
trafficstars

  1. Delete function: I want to delete the records of the software and the files downloaded to this machine.
  2. The tracker service, I hope that I can add the tracker service to the torrent by myself.

SONGjiemo avatar Mar 03 '22 08:03 SONGjiemo

  1. the app is built with Qt 5.13.2, but QFile::moveToTrash() is implemented since Qt 5.15. So this feature requires an update of Qt, ideally to Qt6 (with C++20).
  2. tracker service is part of libTorrent, currently 1.2.5. It would be better to upgrade libTorrent to v2 before adding this feature. Note that libTorrent 2 requires C++20 too.

These upgrades are in branch 'experimental' for the moment.

Note that these changes require a certain effort, so it might take time.

Regards

setvisible avatar Mar 13 '22 10:03 setvisible

  1. the app is built with Qt 5.13.2, but QFile::moveToTrash() is implemented since Qt 5.15. So this feature requires an update of Qt, ideally to Qt6 (with C++20).
  2. tracker service is part of libTorrent, currently 1.2.5. It would be better to upgrade libTorrent to v2 before adding this feature. Note that libTorrent 2 requires C++20 too.

These upgrades are in branch 'experimental' for the moment.

Note that these changes require a certain effort, so it might take time.

Regards

Thank you for the recovery and look forward to the arrival of the new features.

SONGjiemo avatar Mar 13 '22 13:03 SONGjiemo