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

Transmission include_files

$
0
0

@opicron wrote:

Hiya All,

I am trying to download specific files within weekly comic releases. The torrent is being added to transmission and only downloads when it hits the right content_filter.

However I cant seem to make the include_files work. All files are being marked as to download. None are marked as skipped. Is it possible to skip all files except the files which I want to mark for download with include_files?

Maybe if possible we could set reject_files to reject all files (e.g. skip) and include_files would undo specific rejected files?

get-comics:
    priority: 15
    disable: seen
    magnets: no
    rss: [correct feed]
    content_filter:
       require:
         - 'specific filename*.*'
         - 'specific filename*.*'

    series:
      - 0-Day Week of:
          identified_by: date
          date_yearfirst: yes
          begin: "2017-07-07"
          set:
            main_file_only: no

    transmission:
      host: '{? trans.host ?}'
      port: 42500
      username: '{? trans.username ?}'
      password: '{? trans.password ?}'
      magnetization_timeout: 30
      include_files:
        - 'specific filename*.*'
        - 'specific filename*.*'

Any idea what I am missing?

Thanks!

Posts: 5

Participants: 3

Read full topic


Viewing all articles
Browse latest Browse all 837

Trending Articles