ArrowDL
ArrowDL copied to clipboard
Two requirements: delete files and tracker to new torrent:
trafficstars
- Delete function: I want to delete the records of the software and the files downloaded to this machine.
- The tracker service, I hope that I can add the tracker service to the torrent by myself.
- 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).
- 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
- 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).
- 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.