setvisible / ArrowDL

ArrowDL (Arrow Downloader) is a download manager for Windows, MacOS and Linux
https://www.arrow-dl.com/
GNU Lesser General Public License v3.0
613 stars 33 forks source link

Two requirements: delete files and tracker to new torrent: #61

Open SONGjiemo opened 2 years ago

SONGjiemo commented 2 years ago
  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.
setvisible commented 2 years ago
  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

SONGjiemo commented 2 years ago
  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.