@jacknicholsn wrote:
Hi everyone,
I am new to Flexget and have tried to create a script to import movies and shows from RSS feeds - this also seems to be working fairly okay. I have one issue thou; on TV shows I would like the quality to be 720p which work great, but for movies I want quality ranging from 720p to 1080p but I only want one of them. Every time an RSS feed comes in that meets my requirements, it downloads both qualities, which is fairly annoying since I end up having to versions of everything all the time.
What is wrong with my script, why does the "seen" feature not disqualify one of the items automatically since it would be the same movie and everything, but just in different qualities?
Does that make sense?
Please see my script below.
Thanks
/JN
SCRIPT:
schedules: - tasks: [TV-SHOWS,IMDB-Min66-Movies] interval: minutes: 15 templates: tv: deluge: port: 2953 configure_series: settings: quality: hdtv-bluray h264 720p propers: no from: trakt_list: username: steffensylvest list: watchlist type: shows strip_dates: yes content_size: min: 200 max: 2000 strict: no inputs: - rss: url: RSS_TV_FEED_1 all_entries: no url: RSS_TV_FEED_2 all_entries: no url: RSS_TV_FEED_3 all_entries: no url: RSS_TV_FEED_4 all_entries: no imdbMinimum: deluge: port: 2953 quality: hdtv+ h264 720p+ imdb: min_votes: 100 min_score: 6.6 min_year: 2012 regexp: reject: from: imdb_genres - horror from: title reject: - msd - afg - line - hc - korsub - dvdr content_size: min: 900 max: 8500 strict: no content_filter: reject: '*.iso' inputs: - rss: url: RSS_MOVIE_FEED_1 all_entries: no url: RSS_MOVIE_FEED_2 all_entries: no url: RSS_MOVIE_FEED_3 all_entries: no url: RSS_MOVIE_FEED_4 all_entries: no tasks: IMDB-Min66-Movies: priority: 2 template: - imdbMinimum TV-SHOWS: template: tv priority: 1
Posts: 10
Participants: 2