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

Specify download folder for every TV-show?

$
0
0

@Calby1 wrote:

Hi,
I'm wondering if it's possible to specify where every TV-show should bee downloaded?
For example that Suits always 'll bee downloaded to \Suits\ and Ballers always 'll bee downloaded to \Ballers\

Here is my config:

templates:
  movies:
    regexp:
      reject:
        - internal
        - 3D
        - BRRip
        - BDRip
        - HDTS
        - DUBBED
        - SUBBED
    imdb_lookup: yes
    imdb:
      min_score: 5.0
      min_year: 2016
      reject_genres:
        - Documentary
        - Animation
    proper_movies: 24 hours
    quality: 1080p !dts !dtshd !truehd !remux !cam
    transmission:
      host: localhost
      port: 9396
      username: xxx
      password: 'xxxx'
      path: E:\Movies
#
  TV:
    regexp:
      reject:
        - internal
    series:
      settings:
        tv-list:
          upgrade: yes
          propers: 24 hours
          quality: 720p !webrip !webdl
      tv-list:
        - 'Silicon Valley'
        - Billions
        - Blindspot
        - 'Designated Survivor'
        - Fauda
        - Homeland
        - Lucifer
        - Mr Robot
        - Power
        - Quantico
        - 'Ray Donovan'
        - Scorpion
        - Shooter
        - Six
        - Suits
        - 'The Big Bang Theory'
        - 'The Blacklist'
        - 'The Last Ship'
        - 'The Originals'
        - 'Young Sheldon'
        - 'Game of Thrones'
        - Preacher
        - 'The Walking Dead'
        - 'Fear The Walking Dead'
        - 'Animal Kingdom'
        - Snowfall
        - 'High Maintenance'
        - Ballers
        - 'Strike Back'
        - Salvation
    transmission:
      host: localhost
      port: 9396
      username: xxx
      password: 'xxx'
      path: F:\TV-Shows
#
  TV-web:
    regexp:
      reject:
        - internal
    series:
      settings:
        tv-list:
          upgrade: yes
          propers: 24 hours
          quality: 720p !hdtv
      tv-list:
        - 'Orange Is the New Black'
        - 'House of Cards'
        - narcos
        - '13 Reasons Why'
        - Gypsy
        - 'The Punisher'
        - Ozark
    transmission:
      host: localhost
      port: 9396
      username: xxx
      password: 'xxx'
      path: F:\TV-Shows
tasks:
  DL-TV:
    priority: 1
    rss: https://www.torrentday.com/t.rss?download;7;u=2370569;tp=cd2a736c191fee8730927864928b2314
    verify_ssl_certificates: yes
    template: TV
  DL-TV-WEB:
    priority: 2
    rss: https://www.torrentday.com/t.rss?download;7;u=2370569;tp=cd2a736c191fee8730927864928b2314
    verify_ssl_certificates: yes
    template: TV-web
  DL-Movies:
    priority: 3
    rss: https://www.torrentday.com/t.rss?download;1;11;22;u=2370569;tp=cd2a736c191fee8730927864928b2314
    verify_ssl_certificates: yes
    template: movies
  series-decompress:
    priority: 4
    accept_all: yes
    seen: local
    no_entries_ok: yes
    filesystem:
      path: 'F:\TV-Shows'
      recursive: yes
      regexp: '.*\.(rar|r0+[01]|zip)$'
    archives: yes
    decompress:
      keep_dirs: yes
      to: 'F:\TV-Shows'
      regexp: '.*\.(mkv|avi|mp4|mpg|mov|m4v)$'
  movies-decompress:
    priority: 5
    accept_all: yes
    seen: local
    no_entries_ok: yes
    filesystem:
      path: 'E:\Movies'
      recursive: yes
      regexp: '.*\.(rar|r0+[01]|zip)$'
    archives: yes
    decompress:
      keep_dirs: yes
      to: 'E:\Nytt'
      regexp: '.*\.(mkv|avi|mp4|mpg|mov|m4v)$'
  new-decompress:
    priority: 6
    accept_all: yes
    seen: local
    no_entries_ok: yes
    filesystem:
      path: 'G:\Downloads\Torrent\New'
      recursive: yes
      regexp: '.*\.(rar|r0+[01]|zip)$'
    archives: yes
    decompress:
      keep_dirs: yes
      to: 'G:\Downloads\Torrent\New'
      regexp: '.*\.(mkv|avi|mp4|mpg|mov|m4v)$'
  cleanup:
    priority: 7
    clean_transmission:
      host: localhost
      port: 9396
      username: xxx
      password: ':xxxx*'
      finished_for: 36 hours

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 716

Trending Articles