tr-cht-fx-242p / transmission-leechermod

Leecher mod for the Transmission BitTorrent client. Get binaries from the releases. The seperate release branches will no be updated, just the main leechermod_2.77+_2.84+ branch.
3 stars 1 forks source link

--skip-verify #6

Open ghost opened 5 years ago

ghost commented 5 years ago

version: 02-18-2019 platform: Linux (Debian 9) cheatmode: always seeder

I have been attempting to automate the ability to have newly added torrents recieve the 'skip verify' status and then start seeding without their data. At the moment it only seems possible by interacting with the webui.

I've attempted to use 'transmission-remote' with these flags to apply 'skip verify' and then start all torrents: --torrent all -sv --start - but the torrents fail to start and show this error:

WARNING! possible user error! files MAYBE disappeared!!! to IGNORE: after verify use Start/Resume Now

Is it possible to apply skip-verify to added torrents automatically so that they start seeding even when the data isn't there? At the moment it requires applying 'skip verify' on the torrent via the webui and then resuming.

There also seems to be a difference between the '--start' flag and the 'resume' option as using resume on the webui it succesfully starts the torrent and it resumes seeding.

So, what I'm asking is: is the any way to mimic the 'resume' function via CLI or is there a setting which can start torrents seeding automatically with the 'skip-verify' feature?