Quantcast
Channel: uncategorized - Forum - FlexGet
Viewing all articles
Browse latest Browse all 376

Move along not working

$
0
0

@fluffypancake wrote:

Hi, I'm using the following task to move my series:

tasks:
  sort-series:
    priority: 10
    check_subtitles: yes
    filesystem:
      path: ~/flexget/test/downloads/tv/
      retrieve: files
      regexp: '.*\.(avi|mkv|mp4)$'
      recursive: yes
    require_field: series_name
    accept_all: yes
    all_series: yes
    series:
      - The Night Of
    move:
      to: ~/flexget/test/tv/{{ series_name }}/
      filename: '{{ series_id }}{{ location | pathext }}'
      along:
        files:
          - _en.srt
          - srt

The problem is, it's not copying the .srt along with them. I've tried various naming combinations, but nothing.

In the folder ~/flexget/test/tv/Mr.Robot.S02E06.PROPER.720p.HDTV.x264-KILLERS[rarbg] I have:

Mr.Robot.S02E06.PROPER.720p.HDTV.x264-KILLERS.mkv
Mr.Robot.S02E06.PROPER.720p.HDTV.x264-KILLERS.srt

Testing the config gives me the following relevant lines:

2016-08-17 17:53 INFO     move          sort-series     Would create `/home/jamie/flexget/test/tv/Mr Robot/`
2016-08-17 17:53 INFO     move          sort-series     Would move `/home/jamie/flexget/test/downloads/tv/Mr.Robot.S02E06.PROPER.720p.HDTV.x264-KILLERS[rarbg]/Mr.Robot.S02E06.PROPER.720p.HDTV.x264-KILLERS.mkv` to `/home/jamie/flexget/test/tv/Mr Robot/S02E06.mkv`
2016-08-17 17:53 INFO     move          sort-series     Would delete `/home/jamie/flexget/test/downloads/tv/Mr.Robot.S02E06.PROPER.720p.HDTV.x264-KILLERS[rarbg]` and everything under it.

Posts: 5

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 376

Trending Articles