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

Release group casing from path #776

Open
noxxusnx opened this issue May 12, 2024 · 0 comments
Open

Release group casing from path #776

noxxusnx opened this issue May 12, 2024 · 0 comments

Comments

@noxxusnx
Copy link

If you have a different casing of the release group name in your filepath, that takes precedent over the group name at the end of the file path. For example:

from guessit import guessit

guessit("/mnt/user/Hellboy.2019.1080p.DS4K.BluRay.x265.TrueHD.Atmos.7.1-NOXXUS.mkv")['release_group'] 
# returns "NOXXUS" as expected

guessit("/mnt/user/noxxus/Hellboy.2019.1080p.DS4K.BluRay.x265.TrueHD.Atmos.7.1-NOXXUS.mkv")['release_group'] 
# returns "noxxus"

guessit("/mnt/user/noXxus/Hellboy.2019.1080p.DS4K.BluRay.x265.TrueHD.Atmos.7.1-NOXXUS.mkv")['release_group'] 
# returns noXxus
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