Quantcast
Channel: help - Forum - FlexGet
Viewing all articles
Browse latest Browse all 837

Parser Not Running

$
0
0

I have a task that I don’t know the reason, but I keep getting errors in quality plugin with “quality plugin because entry doesn’t have a quality”. The reason is that my entries don’t get checked by the parser, and don’t get the quality.

This is my task:

best_quality:
  identified_by: auto
  on_best: do_nothing
  on_lower: reject
content_size:
  max: 20000
  min: 3000
  strict: false
disable:
  - remember_rejected
  - seen
  - retry_failed
  - seen_info_hash
discover:
  from:
    - torznab:
        apikey: xxxxxxx
        categories:
          - 2080
          - 2040
        searcher: movie
        website: http://jackett:9117/api/v2.0/indexers/site1/results/torznab/
    - torznab:
        apikey: xxxxxxx
        categories:
          - 2080
          - 2040
        searcher: movie
        website: http://jackett:9117/api/v2.0/indexers/site2/results/torznab/
    - torznab:
        apikey: xxxxxxx
        categories:
          - 2080
          - 2040
        searcher: movie
        website: http://jackett:9117/api/v2.0/indexers/site3/results/torznab/
  interval: 5 hours
  what:
    - movie_list: moviessh
if:
  - movie_year is number == false: reject
imdb_lookup: true
list_match:
  action: accept
  from:
    - movie_list: moviessh
  remove_on_match: true
  single_match: true
magnets: false
no_entries_ok: true
pathscrub: windows
priority: 800
quality: 1080p bluray|webdl h264+
regexp:
  reject:
    - (s|d)ub(s|bed)?\b:
        from: title
    - \btrailer\b:
        from: title
    - (\s|\.|\-|\_)(3D|3d)(\s|\.|\-|\_)\b:
        from: title
    - torrentbytes:
        from: url
    - (s|d)ub(s|bed)?\b:
        from: title
    - \btrailer\b:
        from: title
    - (\s|\.|\-|\_)(3D|3d)(\s|\.|\-|\_)\b:
        from: title
require_field:
  - imdb_id
  - movie_name
  - movie_year
set:
  content_filename: '{{ system_path_media_file_mask }}'
  isystem_path_media_file_mask: '{{movie_name|pathscrub}} ({{movie_year}})'
  isystem_path_media_path: movies
  path: /mnt/downtemp/downloaded//{{ system_path_media_path }}/
  system_path_media_file_mask: '{{ isystem_path_media_file_mask | pathscrub("windows") }}'
  system_path_media_path: '{{ isystem_path_media_path | pathscrub("windows") }}'
thetvdb_lookup: true
tmdb_lookup: true
torrent_alive: true
trakt_lookup: true
transmission:
  host: transmission.myhome
tvmaze_lookup: true
verify_ssl_certificates: false

Can any one help me see the reason the parser is not getting the quality? I tried also with guessit, and I have the same problem.

The Log https://pastebin.com/h05i67Wm

Thank You

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 837

Trending Articles