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

Transmission move completed shows AND movies and delete watched

$
0
0

@evlo wrote:

Hi,

I finally, after years got to set up my flexget (box [currently rPi2 with raspbian] with plex server, transmission and flexget), and found out that two things that i missed are already implemented (trakt.tv and rarbg).

So now i do have this config so far:
My ultimate goal is make it run as daemon and schedules etc.

templates:
  global:
    transmission:
      host: localhost
      port: 9091
      username: *
      password: *

web_server: yes

tasks:
  test1 shows:
    #set_series_begin: yes
    configure_series:
      from:
        trakt_list:
          username: *
          account: *
          list: autodl shows test
          type: shows
      settings:
        quality: hdtv-bluray 720p-1080p
        propers: yes
        upgrade: yes
        #timeframe: 24 hours
        #target: 1080p webdl
        path: /mnt/usbHdd/Shows
    discover:
      what:
        - next_trakt_episodes:
            username: *
            account: *
            list: autodl shows test
            context: watched
            strip_dates: yes
      from:
        - rarbg:
            category: [41, 49]

So now my question:
1. How can i configure to download show and movies to separate folders while keeping it in incoming while downloading? I tried to setup move plugin with no success. This would be very useful as plex would index only completed shows and movies. I don't understand how Move plugin https://flexget.com/Plugins/move - that runs in separate task can know what is series and what is movie and how to make it run after every download finishes.
Can i Just add

move:
      to: /usbHdd/shows

To the existing task and change path: to /mnt/usbHdd/Shows-downloading
2. How to make flex automatically delete download and watched episodes and movies based on trakt.tv status?

Also this is my first "real" linux usage, so i'm really newbie and just settings deluge-daemon permissions for usbHdd was quite hard for me.

BTW when using trakt.tv plugin with account set up and --test option flexget does not authorize.

Posts: 2

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 716

Trending Articles