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

Request - Better combine the episode names for multi-part episodes #409

Open
lightmaster opened this issue Dec 14, 2023 · 0 comments
Open

Comments

@lightmaster
Copy link

Is your feature request an improvement on an existing script? Please link to script.
https://github.com/blacktwin/JBOPS/blob/master/utility/merge_multiepisodes.py

When you combine multi-episode files together, a lot of times the names are the same between the 2 parts (ie: Bubbles of Badness (1) / Bubbles of Badness (2)). Currently, it will just combine those 2 episode names together with a slash between them. I would like to be able to intelligently simplify episode names such that if the names are denoted with Part 1/2/3/etc or (1)/(2)/(3)/etc after them and the text with the name is the same, it gets simplified down into just the text of the name.

Bubbles of Badness (1) and Bubbles of Badness (2) would become Bubbles of Badness
Bubbles of Badness Part 1 and Bubbles of Badness Part 2 would become Bubbles of Badness
The Mysterious Masks and Battle of the Fangs would become The Mysterious Masks / Battle of the Fangs
Too Much Junk Food Part 1 and Go to Camp Part 2 would become Too Much Junk Food Part 1 / Go to Camp Part 2

Is your feature request related to a problem? Please describe.
Some episode names are needlessly complex when they should be simplified down.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

@lightmaster lightmaster changed the title Request - Combine the episode names for multi-part episodes Request - Better combine the episode names for multi-part episodes Dec 14, 2023
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