You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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 withPart 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)
andBubbles of Badness (2)
would becomeBubbles of Badness
Bubbles of Badness Part 1
andBubbles of Badness Part 2
would becomeBubbles of Badness
The Mysterious Masks
andBattle of the Fangs
would becomeThe Mysterious Masks / Battle of the Fangs
Too Much Junk Food Part 1
andGo to Camp Part 2
would becomeToo 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.
The text was updated successfully, but these errors were encountered: