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

Torrents Not Appearing

$
0
0

@lloydie11 wrote:

Hello,

Can anyone see where I have gone wrong with my config. In essence it should read a list form trakt called mcm and download the torrents for them. It runs and adds the movies to my list on flexget but doesn't ever give Mr the torrent files.

Thanks

tasks:
  trakt_movie_list:
    trakt_list:
      username: lloydie11
      list: MCM
      type: movies
#    quality: 720p-1080p
    accept_all: yes
    verify_ssl_certificates: no
    list_add:
      - movie_list: movies from trakt
  movies search:
    priority: 10 # run after the movie queue fill task
    regexp:
      reject:
        - (s|d)ub(s|bed)?\b: {from: title}     # Block any subbe$
    discover:
      what:
        - movie_list: movies from trakt
      from:
        - kat:
            category: movies
    torrent_alive: 2 # Will reject results with less than 2 se$
    quality: 720p-1080p
    list_queue:
      -  movie_list: movies from trakt # Only fetch one movie from searched entries
    download: /Cript/Downloads/FlexGetFetched
    list_add:
      - entry_list: download movies

Posts: 5

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 716

Trending Articles