Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue matching "Gold Rush: White Water" #765

Open
Sparhawk76 opened this issue Mar 19, 2024 · 1 comment
Open

Issue matching "Gold Rush: White Water" #765

Sparhawk76 opened this issue Mar 19, 2024 · 1 comment

Comments

@Sparhawk76
Copy link

I am a medusa user and am having issues where it is getting confused between Gold Rush: White Water and Gold Rush.

When it searches for an episode of Gold Rush: White Water, and a file is found, the filename is sent through guessit and it returns the show name "Gold Rush", confusing medusa and resulting in no episode being downloaded.

For more information my reply to this bug report contains logs showing this problem.
pymedusa/Medusa#11644

@VeNoMouS
Copy link

VeNoMouS commented Mar 21, 2024

Appears to parse fine?

>>> from guessit import guessit
>>> print(json.dumps(guessit('Gold.Rush.White.Water.S07E01.1080p.HEVC.x265-MeGusta.mkv'), indent=4))
{
    "title": "Gold Rush White Water",
    "season": 7,
    "episode": 1,
    "screen_size": "1080p",
    "video_codec": "H.265",
    "video_profile": "High Efficiency Video Coding",
    "release_group": "MeGusta",
    "container": "mkv",
    "mimetype": "video/x-matroska",
    "type": "episode"
}
>>>
>>> import guessit
>>> guessit.__version__
'3.7.1'
>>>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants