diff --git a/Features.md b/Features.md new file mode 100644 index 0000000..2ea1ab8 --- /dev/null +++ b/Features.md @@ -0,0 +1,17 @@ +## Wanted + +Feature implemented in YGGtracker v.2.2.0 and allows to download any torrent file in catalog trough Yggdrasil protocol by community. + +When torrent uploaded has leechers but no active seeders in local network, the torrent name have highlighted "Wanted" label. After click on label, any user able to download raw torrent file that auto-includes Yggdrasil trackers. When file have downloaded by one node, it immediately become accessible for wanted leechers. + +To automate seeding process, YGGtracker provides additional features (#27) like anonymous FTP mirror with wanted files for auto scan by Bittorrent clients (by autoscan directory feature). + +Ftp storage supports filtered folders: + +* `/torrents/wanted/all` - any torrent wanted +* `/torrents/wanted/locale/en` - torrents wanted by content locale +* `/torrents/wanted/sensitive/no` - sensitive-filtered torrents + +When torrent accept seeder peer, YGGtracker scraper script (which running with [Crontab](https://github.com/YGGverse/YGGtracker/wiki/Crontab)) have removed files from storage. + +On Linux system, remote FTP folder could be mounted using [curlftpfs](https://curlftpfs.sourceforge.net/), [rclone](https://rclone.org/) and other tools. \ No newline at end of file