Quantcast
Channel: uncategorized - Forum - FlexGet
Viewing all articles
Browse latest Browse all 376

Flexget + traktv + RSS always reject

$
0
0

@najmudin94 wrote:

myconfig

templates:

Movies config

movies:

tmdb_lookup: yes

indent preformatted text by 4 spaces
entry_list: trakt-movies
trakt_list:
username: myusername
list: watchlist
type: movies
strip_dates: yes
accept_all: yes
list_add:
- movie_list: trakt-movies
quality: 1080p webdl+ !10bit !h265

deluge:
  #how long you seed the file when it is removed from torrent client
  ratio: 0.01
  removeatratio: yes
  #user pass
  username: admin
  password: admin
Common rejections

reject:

regexp:
  reject:
    - hardsub
    - \b(duo|tri|quadri|tetra|penta)logy\b: {from: title} # Block series, only accept one at a time
    - \b3-?D\b: {from: title}                             # I don't have any 3D displays
    - \btrailer\b: {from: title}                          # I've gotten a few trailers that matched as movies. VERY annoying
    - \bR5\b: {from: title}                               # The following are poor quality types that somehow got through the quality
    - \bWEBSCR\b: {from: title}                           # features usually due to the title including a keyword like "720p" as well
    - \bscreener\b: {from: title}
    - \bTS\b: {from: title}
    - \bCam\b: {from: title}
    - \bRAW\b: {from: title}
Disable builtins for some tasks

disable-seen-retry:

disable:
  - seen
  - seen_info_hash
  - retry_failed

tasks:
#this is task name
movie:
inputs:
- rss:
seen: local
template:
- movies
- disable-seen-retry

Posts: 4

Participants: 3

Read full topic


Viewing all articles
Browse latest Browse all 376

Trending Articles