JohnDoee / flexget-cross-seed

Get torrents for data you already have locally
MIT License
15 stars 2 forks source link

Flexget Cross Seeding

This plugin can check your local files to see if it matches anything found by Flexget.

Installation

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>_.

Usage

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.

Example

Flexget task example:

.. code:: yaml

example-site: rss: "http://example.com/rssfeed.php" seen: local # helpful if you have multiple feeds cross-seed:

License

MIT, see LICENSE