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

Move plugin not moving srt subtitles

$
0
0

@Isaac_Christie wrote:

it only renames and moves the srt file if it is named the same as the mkv or the mp4 file, ie
If this is the names of the files then it works:

Some.Show.S01E01.WEBRip.x264-GROUP/Some.Show.S01E01.WEBRip.x264-GROUP.mp4
Some.Show.S01E01.WEBRip.x264-GROUP/Some.Show.S01E01.WEBRip.x264-GROUP.srt

But if this is the name of the file then it ignores the srt file:

Some.Show.S01E01.WEBRip.x264-GROUP/Some.Show.S01E01.WEBRip.x264-GROUP.mp4
Some.Show.S01E01.WEBRip.x264-GROUP/Subs/2_Eng.srt

This is the config for the offending task:

  RTF: #--------------------------------- Rename and Move Family TV
    priority: 15
    metainfo_series: yes
    thetvdb_lookup: yes
    disable: seen
    accept_all: yes
    no_entries_ok: yes
    filesystem:
      path: /z/deluge/plextv
      regexp: '.*\.(mkv|mp4)$'
      recursive: yes
    move:
      to: /z/Plex/TV
      rename: "{{ tvdb_series_name }} - {{ series_id }} - {{ tvdb_ep_name }}{{ location | pathext }}"
      along:
        extensions:
          - srt
        subdirs:
          - Subs

What am I doing wrong?

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 716

Trending Articles