This plugin can check your local files to see if it matches anything found by Flexget.
Download cross-seed.py
and put it in the correct plugin folder. Check out the official documentation for instructions on how to install plugins <https://www.flexget.com/Plugins#third-party-plugins>
_.
The new plugin works by using the filter cross-seed
that takes a list of paths as arguments.
If the item in the RSS feed is seen in a local folder, then the torrent is downloaded.
Please note that it requires an almost exact match, e.g. movie_1.mkv
does not match movie_1
while MoViE 1.mkV
matches.
Flexget task example:
.. code:: yaml
example-site: rss: "http://example.com/rssfeed.php" seen: local # helpful if you have multiple feeds cross-seed:
download: /data/torrents/example-site/ exec: ~/autotorrent-env/bin/autotorrent -c ~/autotorrent-env/autotorrent.conf -l example-site-client -r -a /data/torrents/example-site/*.torrent
MIT, see LICENSE