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

Ensure episode_title is still populated for repacks #788

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

noxxusnx
Copy link

@noxxusnx noxxusnx commented Sep 16, 2024

Resolves #775

The issue was the matches.previous(hole) would contain [<Proper:(19, 25)+name=other+tags=['streaming_service.prefix', 'streaming_service.suffix']>] which didn't match the previous names we were looking for.

Adding other to the previous names broke other tests so I opted for adding a repack tag for this case since it felt more appropriate than using streaming_service.prefix or streaming_service.suffix for this condition.

From there I just added another case to the lamda to also match it when the hole had the repack tag which resolved my case and didn't break any other tests.

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

Successfully merging this pull request may close these issues.

Episode title not parsed when file is a repack
1 participant