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

Movies srt not copied over

$
0
0

@john_es wrote:

I have this in my config file:

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

What happens is that a new folder renamed correctly is created in /data/MOVIESCOMPLETE

But the old folder in /data/MOVIESINCOMPLETE still exists and contains the srt files. I'd like the srt files to get renamed and moved as well and cannot figure out how to make that happen.

Any ideas?

Posts: 3

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 837

Trending Articles