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

Setting path for the accepted files after filtering through regexp reject_excluding

$
0
0

@VLI wrote:

As the title suggests, can't seem to get it working, nor can I find documentation related to how I would like to configure it.

Test 1

templates:
  torrent:
    transmission:
      host: localhost
      port: 9091
      username: osmc
      password: osmc
    clean_transmission:
      host: localhost
      port: 9091
      username: osmc
      password: osmc
      finished_for: 336 hours

tasks:
  Movies:
    rss:
      url: xxxxx
    regexp:
      reject_excluding:
        - 'brrip'
        - '2016'
        - evo
      rest: accept
        set:
          path: ~/../../media/NAS1/completed/
    template: torrent

Test 2

templates:
  torrent:
    transmission:
      host: localhost
      port: 9091
      username: osmc
      password: osmc
    clean_transmission:
      host: localhost
      port: 9091
      username: osmc
      password: osmc
      finished_for: 336 hours

tasks:
  Movies:
    rss:
      url: xxxxx
    regexp:
      reject_excluding:
        - 'brrip'
        - '2016'
        - evo
      rest: filter
      accept:
        - *
          set:
            path: ~/../../media/NAS1/completed/
    template: torrent

Posts: 3

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 716

Trending Articles