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

Movies no longer being moved

$
0
0

@john_es wrote:

So, this was working until today...

Namely, moving movies to "/Downloads/MOVIES_DONE" was working... but now they just sit in the original location. Is there something obvious I am missing?

templates:

  ftdb_cookie:
    verify_ssl_certificates: no
    headers:
      Cookie: "WebsiteID=xxxxxxxxxxxxxxxxx"
      User-Agent: "Mozilla/5.0 (Windows NT 5.1; rv:16.0) Gecko/20100101 Firefox/16.0"

  transmissionrpc:
    transmission:
      host: 192.168.1.2
      port: 8181
      username: admin
      password: ******

  movies:
    imdb_required: no
    accept_all: yes

tasks:
   YIFY task:
    version_checker: yes
    inputs:
      - rss:
          url: https://rarbg.to/rssdd.php?categories=44
    regexp:
      reject_excluding:
        - 1080p\.BluRay\.H264\.AAC\-RARBG
    priority: 1
    #queue_movies: yes
    template:
      - movies
      - transmissionrpc
      - ftdb_cookie
    set:
      path: /Downloads/MOVIES/
      skip_files:
        - '*.nfo'
        - '*.sfv'
        - '*[sS]ample*'
        - '*.txt'
        - 'RARBG.COM.mp4'
      include_subs: yes
      magnetization_timeout: 20


  sort-movies:
    filesystem:
      path: /Downloads/MOVIES/
      regexp: '.*\.(mkv|mp4|avi)$'
      recursive: yes
    template: movies
    require_field: imdb_name
    accept_all: yes
    move:
      to: "/Downloads/MOVIES_DONE/{{imdb_name|replace(':', '.')}} ({{imdb_year}})/"
      filename: '{{imdb_name}} ({{imdb_year}})'
      along:
        - sub
        - srt
        - Subs/
        - subs/
        - Subs
        - subs
        - English-srt.srt
        - Subs/English.srt
        - Subs/English-sdh-SDH.srt
        - Subs/English-SDH.srt
        - Subs/Sdh.srt
        - Subs/Sdh-SDH.srt
    exec:
      allow_background: yes
      auto_escape: yes

Posts: 6

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 716

Trending Articles