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

How to I set allow_seasonless to all_series?

$
0
0

@quekky wrote:

I have this config

tasks:
  task1:
    html:
      url: https://somepage
    accept_all: yes
    parsing:
      series: guessit
    all_series:
      upgrade: yes
      identified_by: ep
      date_yearfirst: yes
    exec: echo "{{title}} {{url}} -> {{ series_name }} - {{ series_id }} - {{quality}}"

Log:

2019-06-05 19:37 DEBUG    parser_guessit task1           Parsing series: `Dancing.High.E01.1080p.WEB-DL.AAC.H.264.KMX.mkv` [options: {'name': None, 'identified_by': 'ep', 'allow_seasonless': False}]
2019-06-05 19:37 DEBUG    parser_guessit task1           Parsing result: <SeriesParseResult(data=Dancing.High.E01.1080p.WEB-DL.AAC.H.264.KMX.mkv,name=Dancing High,id=None,season=None,season_pack=False,episode=None,quality=1080p webdl h264 aac,proper=0,special=False,status=INVALID)> (in 62.5 ms)
2019-06-05 19:37 DEBUG    parser_guessit task1           Parsing series: `Dancing.High.E01.180907.720p-NEXT.mp4` [options: {'name': None, 'identified_by': 'ep', 'allow_seasonless': False}]
2019-06-05 19:37 DEBUG    parser_guessit task1           Parsing result: <SeriesParseResult(data=Dancing.High.E01.180907.720p-NEXT.mp4,name=Dancing High,id=None,season=None,season_pack=False,episode=None,quality=720p,proper=0,special=False,status=INVALID)> (in 15.625 ms)

There's no episode numbers returned.

Looking at the options passed to parser_guessit, I guess need to set the allow_seasonless=True. But how do I set it?

If I set in the config

allow_seasonless: yes

I got

[/tasks/task1/all_series] The key allow_seasonless is not valid here.

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 376

Trending Articles