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

Download dir setting

$
0
0

@effemmeffe wrote:

I have this two taks, one is to download movies from a trakt list and one is to download torrents from a watchdir.

  download-movies-manual-task:
    priority: 15
    template:
      - disable-seen-retry-template
      - movies-metainfo-template
      - transmission-global-template
      - transmission-movies-template
    filesystem:
      path: '/{{secrets.folder.watchmovies}}'
      mask: '*.torrent'
    parsing:
      movie: guessit
    accept_all: yes
    exec:
      on_output:
        for_accepted: rm -f "{{location}}"
    list_remove:
      - trakt_list:
          account: '{{secrets.trakt.account}}'
          list: '{{secrets.trakt.movies}}'

  download-movies-1080p-task:
    priority: 16
    interval: 2 hour
    template:
      - movies-1080p-template
      - regex-template
      - torrents-template
      - transmission-global-template
      - transmission-movies-template
    exists_movie:
      - '/{{secrets.folder.downmovies}}'
      - '/{{secrets.folder.movies}}'
    discover:
      release_estimations: ignore
      interval: 15 minutes
      what:
        - trakt_list:
            account: '{{secrets.trakt.account}}'
            list: '{{secrets.trakt.movies}}'
            type: movies
            strip_dates: yes
      from:
        - torrentz: good
        - search_rss: https://kickass.unblocked.la/usearch/{{search_term}}/?rss=1
    list_queue:
      - trakt_list:
          account: '{{secrets.trakt.account}}'
          list: '{{secrets.trakt.movies}}'
          type: movies
          strip_dates: yes

Both tasks send torrents to transmission, but the problem is that the entries from download-movies-1080p-task create downloads in the folder {{secrets.folder.downmovies}} that on my system is ~/Downloads/incomplete but entries from the task download-movies-manual-task go to the folder ~/Downloads/torrents that is the download-dir in transmission settings.
How can I define the destination folder via flexget?

Posts: 3

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 716

Trending Articles