mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 17:15:38 +00:00
Created Features (markdown)
parent
1fd55b4b6b
commit
75080ccd7f
1 changed files with 17 additions and 0 deletions
17
Features.md
Normal file
17
Features.md
Normal file
|
|
@ -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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue