Quantcast
Channel: configuration - Forum - FlexGet
Viewing all articles
Browse latest Browse all 716

How-to use "duplicates" Plugin and filter by year with one task without input list

$
0
0

@tnielsen2 wrote:

Hello everyone. Novice Flexget user here, and am looking for some guidance and help on how to best accomplish what I am after.

I have a very basic configuration below, and an idea of how to put it together below that, but am struggling to understand the concept of how I can use multiple filters, or how to do what I need to do.

I am running on a freenas with the plugins configured, Flexget is running on a FreeBSD jail, and I have a seperate Transmission Jail running as a plugin with the NAS.

Right now, all torrents that match the criteria based upon quality below, are dumped into a folder that automatically are downloaded by my transmission plugin.

I am getting duplicate movie titles from different torrent groups. I am looking to:

  1. Download new torrents from the RSS feed of my torrent site of movies that have a specific year (newer than the year 2000), of a specific quality.
  2. Download torrents once, and reject the torrent download if a duplicate.
  3. Run on a schedule.

I haven't quite figured out a solution for #1, however #2 I was considering using the "duplicates" plugin.

What I have:

tasks:


  td_movies_blueray:
    rss:
      url: https://www.torrentday.com/t.rss?download;11;u=XXXXXX;tp=XXXXXXXXXXXXXXXXXXXXX
      all_entries: no
    accept_all: yes
    download: /media/torrents/
    quality: 1080p+ webrip+
    content_filter:
      reject:
        - '*.wmv'

What I have come up with (but am struggling to make work):

schedules:
  - tasks: td_movies_blueray
    interval:
      hours: 24

tasks:

  duplicate-movies:
    filesystem: /media/torrents/
    imdb_lookup: yes
      duplicates:
        field: imdb_id
        action: reject

  movie-year:
    imdb_lookup:yes
	  if:
	    imdb_year <= 2000: reject

  td_movies_blueray:
    rss:
      url: https://www.torrentday.com/t.rss?download;11;u=XXXXXX;tp=XXXXXXXXXXXXXXXXXXXXX
      all_entries: no
    accept_all: yes
    download: /media/torrents/
    quality: 1080p+ webrip+
    content_filter:
      reject:
        - '*.wmv'

Posts: 4

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 716

Trending Articles