From 4b40701659ae46f8f3b40fb2342723b3ec824ac9 Mon Sep 17 00:00:00 2001 From: d47081 <108541346+d47081@users.noreply.github.com> Date: Wed, 25 Oct 2023 02:29:02 +0300 Subject: [PATCH] Updated Features (markdown) --- Features.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/Features.md b/Features.md index 48d073e..9942800 100644 --- a/Features.md +++ b/Features.md @@ -69,13 +69,31 @@ Popular clients like qBittorrent, Transmission, etc allows to listen local direc #### Create local mirror +Recommended way to receive wanted torrents from all YGGtracker nodes - install officially maintained +[yggtracker-wanted-torrents-receiver](https://github.com/YGGverse/yggtracker-wanted-torrents-receiver) + +Script supports additional features like collecting all torrents to single location when Bittorrent client does not support +multiple directories to listen or recursive mode. It also prevents FS virtualization issues. Seedbox owner also don't need to setup every provider manually in `rclone` or similar software. + +All that you need is make + +`git clone https://github.com/YGGverse/yggtracker-wanted-torrents-receiver.git` + +Then run crontab script + +`* * * * * /usr/bin/php src/receiver.php > /dev/null 2>&1` + +Do not forget to provide listening directory. For qBitTorrent it is: + +**Web UI → Preferences → Download → Automatically add torrents from** + #### Mount remote folder On Linux systems, remote FTP folder could be mounted using [curlftpfs](https://curlftpfs.sourceforge.net/), [rclone](https://rclone.org/) and many other tools - with GUI or CLI. On this example used `qbittorrent-nox` (server-side qBittorrent client with web UI) to auto-sync wanted torrent files. -1. As qBittorrent works with local directories only, let's mount `/yggtracker/torrents/wanted/all` using `rclone` +1. Bittorrent clients usually works with local directories only, let's mount `/yggtracker/torrents/wanted/all` using `rclone` ``` apt install rclone