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

Transmission's 'main_file_only' parameter not working as expected

$
0
0

@anonBob wrote:

I have flexget working with transmission, but I am having trouble with the placement portion, I guess. I have transmission's 'main_file_only' option set to yes, but it still downloads the small associated files (txt, sub, src, stc) along with it. My directory structure is like this:

 tv.shows/
    series_title1/
       season.1/
          s01e1.mp4
       season.2/
    series_title2/

Downloading the extras along with the main file is placing a new directory under the season directory with all of the new downloads:

   tv.shows/
      series_title1/
         season.1/
            s01e1.mp4
            tvshowXYZ_dvR_TVYZ/
               tvshow.file_id.nfo
               tvshow.TXT
               s01e2.mp4
         season.2/
      series_title2/

Is there anything that I can do so that the newly added show is added directly under the appropriate series/season/ directory without all of the other directories/files?

This is the config file I am running right now:

tasks:
  download:
    rss: https://rss.xml

    series:
      - tvshows

    quality: <720p

    set:
      path: /tvsshows/{{ series_name|replace(' ','.') }}
      main_file_only: yes
      content_filename: "s{{ series_season|pad(2) }}e{{ series_episode|pad(2) }}"

    transmission:
      host: localhost
      port: 9091
      addpaused: No
      magnetization_timeout: 30
      main_file_only: yes
      maxdownspeed: 150

    clean_transmission:
      host: localhost
      port: 9091
      finished_for: 5 minutes

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 716

Trending Articles