@denz13 wrote:
Hi all,
Below is my config, which is working for the most part except that it appears to be downloading torrents that have already been previously downloaded? I thought by default the 'seen' plugin would prevent this? Any advice?
templates:
global:
torrent_alive: yes #number of seeders needed to accept
transmit-movies:
transmission:
host: 127.0.0.1
port: 9091
username: ***
password: ***
path: /mnt/Media/Downloads/Movies/transmit-series:
transmission:
host: 127.0.0.1
port: 9091
username: ***
password: ***
path: /mnt/Media/Downloads/TV/{{series_name|pathscrub}}/S{{"%02d"|format(series_season)}}tasks:
fill_movie_list:
priority: 1
trakt_list:
username: ***
list: movies
type: movies
list_add:
- movie_list: movies from traktDownload_Movies_PB:
priority: 2
rss: http://www.piratesbay.pe/rss/top100/207
quality:
720p+
bluray
imdb_lookup: yes
list_match:
from:
- movie_list: movies from trakt
seen: local
set:
content_filename: "{{ imdb_name|replace('/', '')|replace(':', ' -') }} ({{ imdbyear }}) - {{ quality }}"
template: transmit-movies
list_remove:
- trakt_list:
username: ***
account: ***
list: movies
type: moviesDownload_Movies_GT:
priority: 3
rss: http://glotorrents.unblocked.vip/rss.php?cat=1
quality:
720p+
bluray
imdb_lookup: yes
list_match:
from:
- movie_list: movies from trakt
seen: local
set:
content_filename: "{{ imdb_name|replace('/', '')|replace(':', ' -') }} ({{ imdbyear }}) - {{ quality }}"
template: transmit-movies
list_remove:
- trakt_list:
username: ***
account: ***
list: movies
type: moviessort-movies:
priority: 4
filesystem:
path: /mnt/Media/Downloads/Movies/
regexp: '.*.(mkv|mp4)$'
recursive: yes
imdb_lookup: yes
require_field: imdb_name
accept_all: yes
move:
to: /mnt/Media/Movies/{{imdb_name}}/
filename: '{{imdb_name}} ({{imdb_year}})'
clean_source: 500
email:
active: Truefrom: *** to: *** smtp_host: smtp.gmail.com smtp_port: 587 smtp_username: *** smtp_password: *** smtp_tls: yes template: movie-downloaded
Clean-transmission:
clean_transmission:
host: localhost
port: 9091
username: ***
password: ***
finished_for: 1 hour
disable: details
Posts: 1
Participants: 1