-
-
Save bhcopeland/eae8acd7acc07755ff20 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tasks: | |
YIFY: | |
retry_failed: | |
retry_time: 30 minutes # Base time in between retries | |
retry_time_multiplier: 2 # Amount retry time will be multiplied by after each successive failure | |
max_retries: 5 # Number of times the entry will be retried | |
rss: | |
url: file:///srv/http/yify.rss | |
link: | |
- torrent:magnetURI | |
priority: 3 | |
seen: local | |
movie_queue: add | |
template: | |
- movies | |
# - transmission-rpc | |
imdb: | |
min_year: 2005 | |
min_score: 5.5 | |
min_votes: 5000 | |
imdb_required: yes | |
transmission: | |
host: localhost | |
port: 9091 | |
username: transmission | |
password: transmission | |
addpaused: yes | |
path: /home/shares/Downloads/Movies |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment