Page 1 of 1

is there a way to get torrent ID of a list of selected torrents?

Posted: Thu Feb 09, 2023 6:35 am
by ookumoflashback
hello, does anyone know a way (or a tool, or a client) to copy the torrent id (or get the torrent files) of a selected list of torrents, like in the way that qbittorrent does? (pic related to be more clear https://kapibara.hopto.org/s/zjHSnaKqIBcA3P2g.png ) im using transmission-daemon 3.0 on windows 10 tho

Re: is there a way to get torrent ID of a list of selected torrents?

Posted: Thu Apr 06, 2023 7:29 am
by ookumoflashback
what's up with the offtopic reply?

Re: is there a way to get torrent ID of a list of selected torrents?

Posted: Tue May 09, 2023 9:20 am
by killemov
Transmission uses an internal torrent id which is just a sequence. It can change for torrents every time you restart Transmission. You'll probably want to use the torrentHash instead. You could use https://github.com/killemov/Shift and modify it to get you any field you like.

Re: is there a way to get torrent ID of a list of selected torrents?

Posted: Fri Oct 13, 2023 10:39 pm
by rstone5
I'm not sure if this what you ask for, but I keep a file of the .torrents. that is, set TM to not trash .torrent files, collect from dl folder and maybe file by month in another location. If you find the one related to a dl, select and do cmd-I (on mac systems). The information file includes:
size; location; dates created and modified; name and extension;

and under 'more info: where from. for example >
http://bt.etree.org/details.php?torrentId=620280
http://bt.etree.org/download.php/620280 ... 16.torrent

Sorry if this is not actually related to your question. helps me when trying to upload and give details for lineage.

interested in killamov's suggestion above. is there a file telling how to use the git.hub ideas on Mac. I'm pretty ignorant about it.