Page 1 of 1
How to rename videos containing 3 episodes?
Posted: 21 Nov 2016, 18:16
by Biff
I have a series of which each file / video contains 2 or 3 episodes. How could I rename them best? Should I add the names of the three episodes to the file containing them? And, if yes, how could I do it?
These episodes are named with absolute numbering.
Re: How to rename videos containing 3 episodes?
Posted: 21 Nov 2016, 20:40
by rednoah
Thanks for the post! Before a real human comes by, please make sure your report has all the following points checked:
- What are you trying to do achieve? What's not working? What have you tried so far?
- Include screenshots, logs or filenames (i.e. demonstrate the issue)
- Include basic information (i.e. sysinfo output)

Please read
How to Request Help and
Fix Problems, Report Bugs, Get Features
Re: How to rename videos containing 3 episodes?
Posted: 21 Nov 2016, 20:45
by Biff
Oops, what's going on here?
Re: How to rename videos containing 3 episodes?
Posted: 21 Nov 2016, 21:28
by rednoah
You didn't include filenames.
Re: How to rename videos containing 3 episodes?
Posted: 21 Nov 2016, 21:34
by Biff
Whoops, very sorry about that, here they are:
Code: Select all
Diese Drombuschs 38-39.avi
Diese Drombuschs 36-37.avi
Diese Drombuschs 34-35.avi
Diese Drombuschs 32-33.avi
Diese Drombuschs 30-31.avi
Diese Drombuschs 28-29.avi
Diese Drombuschs 26-27.avi
Diese Drombuschs 24-25.avi
Diese Drombuschs 22-23.avi
Diese Drombuschs e19e20e21.avi
Diese Drombuschs s0e16-e18.avi
Diese Drombuschs s0e13-e15.avi
Diese Drombuschs s0e10-e12.avi
Diese Drombuschs s0e07-e09.avi
Re: How to rename videos containing 3 episodes?
Posted: 21 Nov 2016, 22:11
by rednoah
If you set Episode Order to Absolute Order then it'll mostly work, because then the data will match your files.
As a general rule, multi-episode detection will only work on well-numbered files, like S01E01E02 and similar patterns. Misleading bits like S0 (indicating a special episode) aren't exactly helping neither.
Re: How to rename videos containing 3 episodes?
Posted: 21 Nov 2016, 22:23
by Biff
Thank you very much!
I cannot get it to work at all, I get this:
But it should look like this:
Diese Drombuschs (s01e04-e06) - Spiel mit dem Feuer & Das Konzert & Entscheidungen (1984-01-01, 1983).avi
Diese Drombuschs (s01e01-e03) - Alle Jahre wieder & Der Appell & Die Machtprobe (1983-12-25, 1983).avi
Re: How to rename videos containing 3 episodes?
Posted: 21 Nov 2016, 22:26
by rednoah
Looks good to me. Since you use Absolute numbers you'll get Absolute numbers in your output.
You can't convert absolute multi-episodes to SxE multi-episodes, if that's what you're trying to do.
Re: How to rename videos containing 3 episodes?
Posted: 21 Nov 2016, 22:29
by Biff
Hmmm, but there are three episodes in one file, it cannot be right, it should look like:
Diese Drombuschs (s01e04-e06) - Spiel mit dem Feuer & Das Konzert & Entscheidungen (1984-01-01, 1983).avi
Diese Drombuschs (s01e01-e03) - Alle Jahre wieder & Der Appell & Die Machtprobe (1983-12-25, 1983).avi
Re: How to rename videos containing 3 episodes?
Posted: 21 Nov 2016, 22:41
by rednoah
You will never get s01e01-e03 for the aforementioned reasons.
The one file where absolute multi-episode matching fails is the one with e19e20e21 which is not a recognized absolute multi-episode pattern. (EDIT: fixed)
You'll have to do this set of files manually, or use custom scripts to preprocess and fix the names.
Re: How to rename videos containing 3 episodes?
Posted: 21 Nov 2016, 22:48
by Biff
Yes, well, I had hoped it works as the first two files were renamed correctly.
OK, so hard work now doing it manually.
Many thanks