@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: yestasks: 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