diff --git a/Features.md b/Features.md index 6de660e..7444bd5 100644 --- a/Features.md +++ b/Features.md @@ -6,7 +6,7 @@ Feature implemented in YGGtracker v.2.2.0 and allows to download any torrent fil When torrent, just uploaded to catalog, have leechers, but have no seeders (in Yggdrasil network), this torrent marked by YGGtracker as "Wanted". Another users able to download raw torrent file (that includes all trackers) by click on the "Wanted" label. When file have downloaded by someone of users or server-side bots, it sending announcement to Yggdrasil trackers and other peers now able to download it trough Yggdrasil network. -_* Note: regular torrent downloads have `appname#torrentID` prefixes that includes account settings. Wanted files have `wanted#torrentID` prefixes and includes all possible announcers for seeding nodes. That's needed to semantically understand torrent-file meta data without opening (eg data leak to global network)_ +* Note: regular torrent downloads have `appname#torrentID` prefixes that includes account settings. Wanted files have `wanted#torrentID` prefixes and includes all possible announcers for seeding nodes. That's needed to semantically understand torrent-file meta data without opening (eg data leak to global network) To automate seeding process for active members, YGGtracker provides additional features (#27) like anonymous FTP with wanted files that filtered by context. These files could be processed by any Bittorrent servers using autos-can directory option. @@ -16,7 +16,7 @@ At this moment, FTP storage provides following sub-directories that implement to * `/yggtracker/torrents/wanted/locale/en` - torrents wanted by content locale * `/yggtracker/torrents/wanted/sensitive/no` - sensitive-filtered torrents -_* `yggtracker` is default namespace and depends of `APP_TORRENT_WANTED_FTP_FOLDER` settings, provided in `.env`_ +* `yggtracker` is default namespace and depends of `APP_TORRENT_WANTED_FTP_FOLDER` settings, provided in `.env` When the wanted torrent get at least one seeder, YGGtracker scraper (which running in [Crontab](https://github.com/YGGverse/YGGtracker/wiki/Crontab)) auto-removes deprecated files from storage. @@ -102,9 +102,8 @@ chown qbittorrent-nox:qbittorrent-nox /home/qbittorrent-nox/yggtracker ``` rclone mount yggtracker:/yggtracker/torrents/wanted/all /home/qbittorrent-nox/yggtracker & ``` -_* make sure that remote directory exists, as YGGtracker creates target directory with first wanted file initiation only_ - -_** to unmount directory, just use `umount /home/qbittorrent-nox/yggtracker`_ +* make sure that remote directory exists, as YGGtracker creates target directory with first wanted file initiation only +* to unmount directory, just use `umount /home/qbittorrent-nox/yggtracker` Check mount success: @@ -127,7 +126,7 @@ service qbittorrent-nox restart ``` * `--config` option required -* * If the mount operation running from another user, just add `+` at beginning of command, but rclone does not require root at all. +* If the mount operation running from another user, just add `+` at beginning of command, but rclone does not require root at all. 5. At last step, lets setup qBittorrent to listen `/home/qbittorrent-nox/yggtracker` folder for new "Wants":