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

Assistance with Config - add unrar, rename, move + download locations

$
0
0

@SQUiD wrote:

Hi all

I'm looking for some assistance with my config file, currently I am downloading movies through it only utilising the IMDB plugin (i haven't finalised the TV shows yet).

Currently I use uTorrent 1.8.7 (Mac) and when a .torrent file is added it downloads into "Torrent Incomplete Downloads", once completed uTorrent moves the file to "Torrent Downloads" and continues to seed. I then manually copy the file to my external harddrive where Plex monitors and leave a copy in "Torrent Downloads" to seed.

What I'd like to happen is the following (happy to hear about other (better) ways of doing the below):
1. Once a download completes, move the movie file to "Torrent Downloads/movies" and the TV shows to "Torrent Downloads/TV"
2. unrar (if applicable), rename to IMDB Title (year) OR rename to Series Title SxxExx and copy to my external hard drive.
NB. I have tv shows on one hard drive with series folders and movies on another

A couple of things I'm struggling with, firstly setting the download location, I cannot manage to get the movies to move into "Torrent Downloads/movies", everything just lands in "Torrent Downloads" as per the uTorrent setting (i cannot override in the config) and secondly, I cannot manage to setup the unrar, rename and move.

###Schedules###
schedules:
  - tasks: [TV-SHOWS,MOVIES]
    interval:
      minutes: 15
  - tasks: [IMPORT-MOVIES]
    interval:
      minutes: 121

###Templates###
templates:
  tv:
    configure_series:
      settings:
        quality: webdl|hdtv|webrip h264 720p
        propers: no
      from:
        trakt_list:
          account: **User**
          list: series
          type: shows
          strip_dates: yes
    regexp:
      from: title
      reject:
        - msd
        - afg
        - line
    content_size:
      min: 400
      max: 3000
      strict: no
    inputs:
      - rss:
          url: **User**
          all_entries: no
#      - rss:
#          url: **User**
#          all_entries: no
    utorrent:
      url: **User**
      username: **User**
      password: **User**
      path:  /Users/**User**/Downloads/Torrent Downloads/TV

  movie:
    quality: 1080p h264
    imdb_lookup: yes
    list_match:
      from:
        - movie_list: mymovies
    regexp:
      from: title
      reject:
        - msd
        - afg
        - line
        - hc
        - korsub
        - cam
        - bdscr
        - dvdscr
        - preair
        - r5
        - tc
        - ts
        - ecc
        - avc
        - avi
        - qebs
        - hdtc
        - hdcam
        - telesync
        - webhd
        - webrip
        - ac3d
        - 3d
        - german
        - dutch
        - french
        - truefrench
        - danish
        - swedish
        - spanish
        - italian
        - korean
        - dubbed
        - swesub
    content_size:
      min: 6000
      max: 14000
      strict: no
    inputs:
      - rss:
          url: **User**
          all_entries: no
      - rss:
          url: **User**
      - rss:
          url: **User**
      - rss:
          url: **User**
      - rss:
          url: **User**
      - rss:
          url: **User**
    utorrent:
      url: **User**
      username: **User**
      password: **User**
      path: /Users/**User**/Downloads/Torrent Downloads/Movies

###Tasks###
tasks:
  TV-SHOWS:
    template: tv
    priority: 3

  IMPORT-MOVIES:
    imdb_watchlist:
      user_id: **User**
      list: watchlist
    accept_all: yes
    list_add:
      - movie_list: mymovies
    priority: 1

  MOVIES:
    template: movie
    priority: 2

Thanks in advance, any help is very much appreciated.
If you require any further info, let me know.

Cheers
S.

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 716

Trending Articles