Quantcast
Channel: help - Forum - FlexGet
Viewing all articles
Browse latest Browse all 837

[help] configuration movie download

$
0
0

@bymem wrote:

Hi, i really hope some one can help. And its properly because i can't understand how to configure flex get properly, im finde the documentation a bit lacking for new users. So im having a had time figuring out how to setup it up properly.

Im trying to set up flex get, to start with a simple movie download from a imdb watchlist.
my config

tasks:
#  UPDATE-OWNED:
#    template: GET-OWNED
#    priority: 1

  UPDATE-WANTED:
    template: GET-WANTED
    priority: 2

  SEARCH-MOVIES:
    template: SEARCH-MOVIES
    priority: 3





templates:
  GET-OWNED:
    filesystem:
      path:
        - [DIR]
      recursive: true
      retrieve: files
      regexp: '.*\.(avi|mkv|mp4|m4v)$'
    accept_all: yes
    list_add:
      - movie_list: ownedmovies

  GET-WANTED:
    imdb_watchlist:
      user_id: [IMDB_USER]
      list: watchlist
    accept_all: yes
    list_add:
      - movie_list: wantedmovies

  SEARCH-MOVIES:
    discover:
      release_estimations:
        optimistic: 60 days
      interval: 1 seconds
      what:
        - movie_list: wantedmovies
      from:
        - newznab:
            website: [SITE]
            apikey: [KEY]
            category: movie
    content_size:
      min: 3000
      max: 15000
      strict: no
    regexp:
      from: title
      reject:
        - german
    sabnzbd:
      key: [KEY]
      url: [URL]
      category: movies

I have set this up to a test imdb account to only have one film for testing purposes. And when running flex get this works.
BUT this always ends up with

Summary - Accepted: 0 (Rejected: 4 Undecided: 5 Failed: 0)

and no movies are sent to sabnzbd

i tried adding accept_all before sabnzbd but that resulted in it sending all 5 movies to sabnzbd? I though it only would take one or? What am i missing? Hope someone can help.

Posts: 13

Participants: 3

Read full topic


Viewing all articles
Browse latest Browse all 837

Trending Articles