@bymem wrote:
hi all.
hope some one is willing to help, some how my config is downloading the same movie multiple times.
I have follow @jonybat great config example. Both where from the same rss feed.
And i can't seem to find where the problem is. my config is:tasks: movies-fill-queue: priority: 3 template: - disable-seen-retry trakt_list: account: "{? trakt.account ?}" list: "{? trakt.movies ?}" type: movies accept_all: yes list_add: - movie_list: trakt-movies movies-download-720p-rss: priority: 4 template: - movies-720p - reject - torrents - pushover-downloading - all-rss exists_movie: - "{? local.media.movies ?}" - "{? local.downloads.movies ?}" list_match: from: - movie_list: trakt-movies download: "{? local.ready.movies ?}" list_remove: - movie_list: trakt-movies - trakt_list: account: "{? trakt.account ?}" list: "{? trakt.movies ?}" type: movies templates: disable-seen-retry: disable: - seen - seen_info_hash - retry_failed movies-720p: imdb_lookup: yes quality: 720p+ !cam !workprint !ts !tc !r5 !hdrip !tvrip !sdtv !webrip !webdl content_size: min: 4000 max: 15000 reject: regexp: reject: - \b(s|d)ub(s|bed|lado|titulado)?\b - \bhc\b - \bdual\b - \b3d\b - \bfre(nch)?\b - \bita(lian)?\b - \bspa(nish)?\b - \bger(man)?\b - \bcastellano\b - \brus(sian)?\b content_filter: reject: - '*.rar' - '*.zip' - '*.img' torrents: # torrent_alive: # min_seeds: 3 # reject_for: 15 minutes magnets: no # Might need to disable if you are getting errors connecting to https sources # Can remove if you upgrade to python 2.7.9+ or install requests[security] #verify_ssl_certificates: no all-rss: inputs: - rss: [RSS] - rss: [RSS]
and the log shows this.
2017-05-04 07:00 INFO download movies-download-720p-rss Downloading: XXXXXXXXXX.1080p 2017-05-04 07:00 INFO trakt_list movies-download-720p-rss Successfully deleted to/from list watchlist: 1 movie(s), 0 show(s), 0 episode(s), 0 season(s). 2017-05-04 07:30 INFO download movies-download-720p-rss Downloading: XXXXXXXXXX.720p 2017-05-04 07:30 INFO trakt_list movies-download-720p-rss Successfully deleted to/from list watchlist: 0 movie(s), 0 show(s), 0 episode(s), 0 season(s).
the names are exactly the same just the quality are different. Can some one help?
Posts: 8
Participants: 4