How to track a new added torrent by its ID?
Posted: Wed Jan 24, 2018 1:43 pm
for example i've added a torrent file to watch-dir with an id in his name like
for example the 123 is the id i want to get after the download completes:
so this is the script that will be executed, is there a way I can get the ID of that torrent or something to make a track of it?
after the download is done I want to be sure that the completed download was from this torrent, is there a way to get an id or something to trace it somehow?
Code: Select all
`mytorrent_123.torrent`
Code: Select all
"script-torrent-done-enabled": true,
"script-torrent-done-filename": "/opt/torrent_complete.sh",
after the download is done I want to be sure that the completed download was from this torrent, is there a way to get an id or something to trace it somehow?