From 235a3c46484ee823545cdc07c841d54546465b6b Mon Sep 17 00:00:00 2001 From: d47081 <108541346+d47081@users.noreply.github.com> Date: Mon, 23 Oct 2023 22:59:28 +0300 Subject: [PATCH] Updated Features (markdown) --- Features.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Features.md b/Features.md index 2ea1ab8..1cb7458 100644 --- a/Features.md +++ b/Features.md @@ -1,17 +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. +Feature implemented in YGGtracker v.2.2.0 and allows to download any torrent file from catalog trough Yggdrasil protocol. -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. +When torrent uploaded to catalog has leechers, but no seeders in local network, the torrent have highlighted with "Wanted" label. Any user able to download raw torrent file that auto-includes Yggdrasil trackers by click on the label. When file have downloaded, it immediately become accessible for wanted leechers trough Yggdrasil announcers. -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). +To automate seeding process for active members, YGGtracker provides additional features (#27) like anonymous FTP mirror with wanted files. These files could be useful for Bittorrent clients (with autoscan directory feature). -Ftp storage supports filtered folders: +Ftp storage provides following filters: * `/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. +When the wanted torrent get at least one seeder, YGGtracker scraper (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 +On Linux systems, 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