Good day,
1. I'm seeding torrent files. Is it possible to add an option in transmission, that allows to see how many
people seeds torrent file and pause torrents, that have more than 3 or 4
seeders automatically and, the same way, if torrent have less than 3 seeders, it should be activated to seed.
2. I have such tree with torrent files:
----Directory 1
|
------------------Directory 2
| [example.com].t1025813.torrent
| [example.com].t1043424.torrent
| ....................................
------------------Directory 3
| [example.com].t1051128.torrent
| [example.com].t105646.torrent
| ...................................
............................................
------------------Directory n
[example.com].t1069115.torrent
......................................
And I want the transmission add this tree with torrents to the download list and save
files on the other disk such way
----Directory 1
|
------------------Directory 2
| [example.com].t1025813.torrent\content 1
| [example.com].t1043424.torrent\content 2
| ....................................
------------------Directory 3
| [example.com].t1051128.torrent\content 3
| [example.com].t105646.torrent\content 4
| ...................................
............................................
------------------Directory n
[example.com].t1069115.torrent\content n
......................................
Transmission creates folder with name of torrent file that I downloaded and
puts files in this directory. How can I do this automatically, not manually?