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

Files that supposed to be skipped are added to transmission

$
0
0

@punk wrote:

Hey,

so my config file looks like this:

  transmission_agent:
    transmission:
      enabled: yes
      host: '{? transmission.hostname ?}'
      port: 8181
      username: '{? transmission.username ?}'
      password: '{? transmission.password ?}'
      skip_files:
        - '*.nfo'
        - '*.sfv'
        - '*[Ss]ample*'
        - '*.txt'
        - '*.exe'

.....

  tv-shows:
    convert_magnet: yes
    tvmaze_lookup: yes
    series:
      720p+:
        - ......
    set:
      content_filename: "{{ series_name|replace(' ','.') }}.{{ series_id|replace(' ','.') }}.{{ tvmaze_episode_name|default('Unknown') }}.{{ quality.resolution }}"
      include_subs: yes
      main_file_only: yes

As you can see I have skip_files setting AND the main_file_only setting. Seems neither of them worked, because txt and nfo files were still added to transmission during the last hit for series.

What am I doing wrong?
Thanks

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 716

Trending Articles