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

movie_list help

$
0
0

@john_es wrote:

So confused right now, because my movies are getting downloaded but not renamed. Then I saw that movies_queue is deprecated, but not totally understanding the movie_list syntax.

My config:
templates:
movies:
imdb_required: no
movie_queue: yes
accept_all: yes

tasks:
 Movies task:
    version_checker: yes
    inputs:
      - rss:
          url: ....rss=1
          other_fields: ['torrent:magnetURI']
          link: 'torrent:magnetURI'
    priority: 1
    template:
      - movies
      - transmissionrpc
      - ftdb_cookie
    set:
      path: ...
      include_subs: yes
      magnetization_timeout: 300

  sort-movies:
    filesystem:
      path: /data/movies
      regexp: '.*\.(mkv|mp4|avi)$'
      recursive: yes
    template: movies
    require_field: imdb_name
    accept_all: yes
    move:

How can I convert this to the new plugin?

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 716

Trending Articles