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

Fix release_group detection for scene naming #19

Open
McBaws opened this issue Jan 16, 2024 · 0 comments
Open

Fix release_group detection for scene naming #19

McBaws opened this issue Jan 16, 2024 · 0 comments

Comments

@McBaws
Copy link

McBaws commented Jan 16, 2024

The release group isn't properly parsed from some files that use scene naming.

Example:
{'file_name': 'JoJos.Bizarre.Adventure.2012.S02E47.Dios.World.3.1080p.BluRay.Remux.DTS-HD.MA2.1.H.264-Meakes.mkv', 'file_extension': 'mkv', 'video_term': 'H.264', 'video_resolution': '1080p', 'source': 'BluRay', 'release_information': 'Remux', 'anime_season': '02', 'episode_number': '47', 'anime_title': 'JoJos Bizarre Adventure 2012', 'episode_title': 'Dios World.3'}

This naming style has most of the information delimited by ., but the release group delimited at the very end by a dash. Ideally, anitopy would correctly return 'release_group':'Meakes'.

@McBaws McBaws changed the title Get release_group from scene naming Fix release_group detection for scene naming Jan 16, 2024
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