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

Incorrect match with unexpected characters after resolution #741

Open
clr134 opened this issue Feb 18, 2023 · 0 comments
Open

Incorrect match with unexpected characters after resolution #741

clr134 opened this issue Feb 18, 2023 · 0 comments

Comments

@clr134
Copy link

clr134 commented Feb 18, 2023

[BOIL] Inazuma Eleven - Choujigen Dream Match (DVDrip 1280x720up) [B97A2B39].mkv results in a completely wrong match, BOIL is ignored and 1280x720up is treated as release group.

{
    "title": "Inazuma Eleven",
    "episode_title": "Choujigen Dream Match",
    "source": "DVD",
    "other": "Rip",
    "release_group": "1280x720up",
    "crc32": "B97A2B39",
    "container": "mkv",
    "mimetype": "video/x-matroska",
    "type": "movie"
}

When filename is corrected to [BOIL] Inazuma Eleven - Choujigen Dream Match (DVDrip 1280x720p) [B97A2B39].mkv, guessit works as expected:

{
    "release_group": "BOIL",
    "title": "Inazuma Eleven",
    "episode_title": "Choujigen Dream Match",
    "source": "DVD",
    "other": "Rip",
    "screen_size": "720p",
    "aspect_ratio": 1.778,
    "crc32": "B97A2B39",
    "container": "mkv",
    "mimetype": "video/x-matroska",
    "type": "episode"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants