pymedusa / Medusa

Automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic.
https://pymedusa.com
GNU General Public License v3.0
1.77k stars 275 forks source link

Medusa does not find episodes of an anime (Psycho-Pass 3) #7362

Open BlayZin opened 4 years ago

BlayZin commented 4 years ago

Describe the bug: Medusa is unable to find a match for any Psycho-Pass 3 episodes from AB via native provider or jackett provider. It finds the episodes and adds them to cache (it seems like) but it does nothing with them. With or without scene numbering it doesn't find anything. In this case I used scene numbering.

Medusa (please complete the following information):

Debug logs (at least 50 lines): https://pastebin.com/Pw4rPdq7

p0psicles commented 4 years ago

Guessit parses the psycho of psycho-pass as the release group. You should report this with guessit.

D:\Development\medusa4\tests>python report_guessit.py "PSYCHO-PASS.S01.[Blu-ray][M2TS.(A)][16:9][h264][1080p][TrueHD.5.1][Dual.Audio]"
# guessit: 3.1.0  rebulk: 2.0.0
? PSYCHO-PASS.S01.[Blu-ray][M2TS.(A)][16:9][h264][1080p][TrueHD.5.1][Dual.Audio]
: release_group: PSYCHO
  title: PASS
  season: 1
  source: Blu-ray
  video_codec: H.264
  screen_size: 1080p
  audio_codec: Dolby TrueHD
  audio_channels: 5.1
  other: Dual Audio
  type: episode
  parsing_time: 0.05300307273864746
p0psicles commented 4 years ago

You could fix it for season 1. By adding the scene exception PASS. But that probably wouldn't work icw with the season exceptions.

p0psicles commented 4 years ago

Closing as it should be reported with guessit. Give us a ping when resolved and we'll bump the guessit version.

BlayZin commented 4 years ago

if I run after the episode I'm looking for I get:

/home/blayzin/.medusa/tests # python report_guessit.py "[HorribleSubs].PSYCHO.PASS.3.04.[Web][MKV][h264][1080p][AC3.2.0]"
# guessit: 3.1.0  rebulk: 2.0.0
? [HorribleSubs].PSYCHO.PASS.3.04.[Web][MKV][h264][1080p][AC3.2.0]
: release_group: HorribleSubs
  title: PSYCHO PASS
  episode: 3
  absolute_episode: 3
  source: Web
  container: mkv
  video_codec: H.264
  screen_size: 1080p
  audio_codec: AC3
  audio_channels: 2.0
  type: episode
  parsing_time: 0.0534691810608

So it seems it only gets the episode wrong.

p0psicles commented 4 years ago

Jacket gives back strange results. [HorribleSubs].PSYCHO.PASS.3.04.[Web][MKV][h264][1080p][AC3.2.0]

The native provider has a bug that needs to be fixed. PSYCHO-PASS 2.S01ENone-ENone.Blu-ray.MKV.h264.hi10p.720p-MK with 5 seeders and 0 leechers

medariox commented 4 years ago

This is more a provider bug. Changed the issue accordingly.