Skip to content

Rejecting episode because detected as season pack  #1986

@andocromn

Description

@andocromn

I have recently encountered an issue where an episode is being rejected because it is detected as a season pack. It does accept it if season_packs is enabled, however the metadata will be incorrect. For sanity purposes, I have also tested with Flexget version 2.10.24, prior to introduction of Season packs support - Phase 1 #1710, and the episode is accepted as expected.

I'm not sure why this is being detected as a season pack, nor do I believe the fault lies in the detection system. It would seem to me that once it is determined as an episode, it should not go through the season pack detection, but I'm not sure that's correct either.

since it does work normally in 2.10.24... It occurs to me that since the introduction of season pack support, anything detected as a season pack is either accepted or rejected. There is not an option to disable the season pack parser from running or to configure Flexget to not make decisions about season packs. Personally, I see no reason to explicitly reject the season packs verses leaving them undecided.

Expected behavior:

Should be accepted as episode

Actual behavior:

Entry initially determines episode number properly, however it is later detected as a season pack and subsequently is rejected

Steps to reproduce:

Use provided config and example input

Config:

tasks:
  test1:
    rss: /home/test/input.rss
    all_series:
      target: 720p

Log:

2017-10-12 15:42 TRACE    entry         test1           ENTRY SET: description = u'Show Name:Mr. Robot; Show Title: eps3.0_power-saver-mode.h (720p .mkv HDTV); Season: 3; **Episode: 01**; Filename: Mr.Robot.S03E01.720p.HDTV.x264-AVS.mkv'
2017-10-12 15:42 DEBUG    parser_internal test1           Parsing result: <SeriesParser(data=Mr. Robot - 3x01 - eps3.0_power-saver-mode.h (720p .mkv HDTV),name=Mr Robot,id=S3,season=3,**season_pack=True,episode=None**,quality=720p hdtv,proper=0,status=OK)> (in 21.011 ms)
2017-10-12 15:42 VERBOSE  task          test1           REJECTED: `Mr. Robot - 3x01 - eps3.0_power-saver-mode.h (720p .mkv HDTV)` by series plugin because season pack support is turned off

Additional information:

  • FlexGet version: 2.10.98
  • Python version: 2.7.13
  • Installation method: pip
  • Using daemon (yes/no): no
  • OS and version: Debian Stretch
  • Link to crash log: no crash

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions