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

Deluge not moving and sorting after torrent completed

$
0
0

@Unhandled_Exception wrote:

Hey everyone, kind of a newbie but looking for a bit of help if you guys don't mind. I'd actually hired a guy to setup my config and he just kind of dissapeared after it started running into issues moving, organizing or renaming.

I used a couple different configs but mostly based it off of djnitehawk's to put this together and am having 2 issues. The first seems to be the torrent being moved from deluge to the final folder. I'm not sure what might be the problem. It grabs the torrents and adds the label just fine.

what could be wrong with my config?

web_server:
  bind: xxxxxxxx
  port: xxxxx
  web_ui: yes
#----------------------------
templates:
  global:
    torrent_alive: 3
    pathscrub: windows
    domain_delay:
      iptorrents.com: 5 seconds

  tvshows:
    parsing:
      series: guessit
    exists_series:
      path:
        - /home/seedbox/downloads/manual/tvshows/
        - /var/lib/deluge/Downloads/
    thetvdb_lookup: yes
    deluge:
      password: deluge
      username: deluge
      ratio: 0
      removeatratio: yes
      movedone: /home/seedbox/downloads/manual/Completed/tvshows/{{series_season|pad(2)}}
      label: tvshows
    inputs:
      - rss: https://iptorrents.com/torrents/rss?u=xxxxxxx;tp=xxxxxxxxx;25;65;22;5;99;4;download;new
  movies:
    imdb_lookup: yes
    deluge:
      password: deluge
      username: deluge
      ratio: 0
      removeatratio: yes
      movedone: /home/seedbox/downloads/manual/Movies/
      label: movies
    exists_movie:
      - /home/seedbox/downloads/manual/Movies/
      - /var/lib/deluge/Downloads
    seen_movies: strict
    proper_movies: yes

tasks:
  Move tvshows:
    no_entries_ok: yes
    disable:
      - seen
      - seen_info_hash
    priority: 100
    template: no_global
    metainfo_series: yes
    seen: local
    filesystem:
      path:
        - /home/seedbox/downloads/manual/Completed/tvshows
      regexp: '.*\.(avi|mkv|mp4)$'
      recursive: yes
    thetvdb_lookup: yes
    regexp:
      reject:
        - sample
    accept_all: yes
    move:
      to: /home/seedbox/downloads/manual/tvshows/{{series_name}}/Season {{series_season|pad(2)}}
      rename: "{{series_name}} - {{series_id|default('UNK')}} - {{ep_name|default('Unknown')}} - {{quality}}"
      clean_source: 100
  Move movies:
    no_entries_ok: yes
    disable:
      - seen
      - seen_info_hash
      - seen_movies
    priority: 100
    template: no_global
    filesystem:
      path:
        - /home/seedbox/downloads/manual/Completed/Movies/
      regexp: '.*\.(avm|mkv|mp4)$'
      recursive: yes
    imdb_lookup: yes
    require_field: [imdb_name, imdb_year]
    regexp:
      reject:
        - sample
    accept_all: yes
    move:
      to: /home/seedbox/downloads/manual/Movies/{{imdb_name}} {{imdb_year}}
      clean_source: 1000
  Get tvshows:
    priority: 18
    torrent_alive: 3
    template: tvshows
    assume_quality:
      BluRay: 1080p
      bdscr: 1080p
      hdtv: 720p
      hdrip: 720p
      preair: 720p
      webdl: 720p
      xvid: 720p
    configure_series:
      from:
        trakt_list:
          account: xxxxxxxxx
          list: MyTVShows
          type: shows
      settings:
        identified_by: ep
        propers: no
        quality: 720p-1080p

  Fill movie list:
    disable:
      - retry_failed
    template: no_global
    priority: 30
    trakt_list:
      account: xxxxxxx
      list: MyMovies
      type: movies
    seen: local                    # We don't want accepted movies on this feed to affect actual download feed
    accept_all: yes
    list_add:
      - movie_list: movies  # you can call this whatever you want

  Get movies:
    template: movies
    priority: 40
    content_size:
      max: 20000
      min: 2000
    torrent_alive: 3
    discover:
      what:
        - movie_list: movies
      from:
        - iptorrents:
            rss_key: 'xxxxxxxx'
            uid: 'xxxxxxx'
            password: 'xxxxxxxxx'
            category: [77, 90, 96, 6, 48, 62, 68, 100, 7]
    quality: 720p-1080p
    list_match:
      from:
        - movie_list: movies
    assume_quality:
      BluRay: 1080p
      bdscr: 1080p
      hdtv: 720p
      hdrip: 720p
      preair: 720p
      webdl: 720p
      xvid: 720p

  Clean_Movie_list:
    template: no_global
    disable:
      - seen
      - seen_info_hash
      - seen_movies
    accept_all: yes
    filesystem:
      - /home/seedbox/downloads/manual/Movies/
      - /var/lib/deluge/Downloads/
    imdb_lookup: yes
    tmdb_lookup: yes
    require_field: [movie_name, movie_year]
    list_match:
      from:
        -  movie_list: movies
    list_remove:
      - trakt_list:
          account: xxxxxxxxx
          list: MyMovies
          type: movies
  Clean_TV_List:
    template: no_global
    disable:
      - seen
      - seen_info_hash
      - retry_failed
      - remember_rejected
      - backlog
      - seen_movies
    trakt_list:
      account: xxxxxx
      list: MyTVShows
      type: shows
    trakt_lookup: yes
    thetvdb_lookup: yes
    if:
      - trakt_watched and thetvdb_status == 'Ended': accept
    manipulate:
      - series_name:
            from: title
    list_remove:
      - trakt_list:
          account: xxxxx
          list: MyTVShows
          type: shows
schedules:
  - tasks: ['Get tvshows', 'Move tvshows']
    schedule:
      hour: 0-10/2
  - tasks: ['Get tvshows', 'Move tvshows']
    schedule:
      hour: 12-23/4
  - tasks: ['Fill movie list', 'Get movies', 'Move movies']
    interval:
      hours: 6
  - tasks: ['Clean_Movie_list', 'Clean_TV_List']
    interval:
      days: 1

Any help would be appreciated.

Thanks!

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 716

Trending Articles