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

Random series added and new episodes added twice

$
0
0

@carlos wrote:

Hi,

I have recently configured a new media server with FleGet feeding Deluge, which at its turn feeds Plex.
The three servers are working fine and together.

All my TV Shows are in one single directory, each show in its own sub-directory. Plex has access to that directory and serves the medias from there.
When Deluge is done with the download, it will move the downloaded media in the appropriate sub-folder in my TV Shows directory (with the right naming thanks to a FileBot script).

However I am having some trouble to get a FlexGet config that matches my needs, so I will start explaining what I try to accomplish and then will post my config.

So here is what I expect from FlexGet to achieve:
* Know what are the series I want to fetch.
* Check the listed RSS feeds every hour.
* If a new episode of one of my shows is listed in the RSS, then send it to the Deluge server.
* The downloaded episode's format has to be 720p at least and if a new one is found with a 1080p format, then remove the lower quality file and download the better one. (this is not in my current config, but would be great to have it)
* Remove the torrent and the related data after seeding for 10 days. (this is not in my current config, but would be great to have it)

The issues I am having with my current config:
* FlexGet will download any new show it will find in the RSS. Probably any first episode of the first season of any show.
* FlexGet downloads more than once the same episode.

My current config (edit: found the markdown code for the code block):

templates:
  global:
    regexp:
      reject:
        - (?i)[ .]cam[ .]
        - (?i)[ .]bdscr[ .]
        - (?i)[ .]dvdscr[ .]
        - (?i)[ .]preair[ .]
        - (?i)[ .]ppvrip[ .]
        - (?i)[ .]r5[ .]
        - (?i)[ .]tc[ .]
        - (?i)[ .]ts[ .]
        - (?i)[ .]ecc[ .]
        - (?i)[ .]avc[ .]
        - (?i)[ .]qebs[ .]
    exists:
      - /media/plex/Videos/TV Shows
      - /media/plex/Torrent/Downloading
      - /media/plex/Torrent/Completed
    configure_series:
      from:
        plex:
          section: 3
          server: localhost
          port: 32400
          username: carlos
          password: ********


  TV:
    series:
      quality:
        - 1080p
        - 720p
        - HDTV
        - bluray                  


  DELUGE:
    deluge: yes
    deluge:
      username: deluge
      password: *********
      main_file_only: yes


  RSS-SERIES:
    inputs:
    - rss: 'http://showrss.info/user/111943.rss?magnets=true&namespaces=true&name=null&quality=null&re=null'
    - rss: 'https://eztv.ag/ezrss.xml'
    - rss: 'https://yts.ag/rss'
    - rss: 'https://extratorrent.cc/rss.xml?type=last'


tasks:
  tv-shows:
    priority: 1
    template:
      - TV
      - DELUGE
      - RSS-SERIES


schedules:
  - tasks: tv-shows
    interval:
      hours: 1

Thanks for your help! :slight_smile:

Posts: 3

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 716

Trending Articles