jkwill87 / mnamer

media file renaming and organizing tool
https://pypi.org/project/mnamer
MIT License
776 stars 66 forks source link

Add support for double episodes #85

Open gethvi opened 4 years ago

gethvi commented 4 years ago

Please consider support for renaming double episodes of TV shows. Sometimes two episodes are released as one video. Currently if the original filename contains for example "S01E01E02" or "SE01E01-E02" mnamer recognises it only as "E01" and the rest is omitted.

Thank you!

TheFrenchGhosty commented 4 years ago

Really needed features, some shows are only available with double episodes.

Example: SpongeBob SquarePants: https://en.wikipedia.org/wiki/SpongeBob_SquarePants_(season_1)#Episodes

jkwill87 commented 3 years ago

mnamer understands combined episode files and renames them using the first episode in the range. This was a design choice and intentional to avoid additional complexity and changes to its templating variables.