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

Episode number not parsed when episode range is present in folder name #772

Open
zoriya opened this issue May 3, 2024 · 0 comments
Open

Comments

@zoriya
Copy link

zoriya commented May 3, 2024

$ guessit "video/[Erai-raws] Great Teacher Onizuka - 01~43 [480p][Multiple Subtitle]/[Erai-raws] Great Teacher Onizuka - 11 [480p].mkv" 
For: video/[Erai-raws] Great Teacher Onizuka - 01~43 [480p][Multiple Subtitle]/[Erai-raws] Great Teacher Onizuka - 11 [480p].mkv
GuessIt found: {
    "release_group": "Erai-raws",
    "title": "Great Teacher Onizuka",
    "episode": [
        1,
        43
    ],
    "screen_size": "480p",
    "subtitle_language": "Multiple languages",
    "container": "mkv",
    "mimetype": "video/x-matroska",
    "type": "episode"
}

I'd expect guessit to return episode: 11 and not take the folder's range into account.

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

1 participant