non-sequential multi-episode files
Posted: 25 Oct 2016, 02:59
I've been able to find format examples in the other forum threads to cover most of my different renaming needs. The only one I'm not having any luck on is using TVDB to rename cartoon series. It can be a real mess. Cartoons often have 3 short segments in 1 video file. TVDB treats each segment as a separate episode. Usually not a problem with {s00e00}.
But, SO many series I have have episode files with segments that are not sequential. Like:
show - s01e06e17e52.mkv
show - s01e12e33e45.mkv
show - s01e33s02e06e23.mkv
The regular {s00e00} doesn't seem to be picking those up. Is there anyway to handle a special case like that?
I'm manually editing each file to match the TVDB s00e00 numbers. Was hoping FileBot could then fix it up nice with the titles and dates.
Here's what I've been using for series and episodes.
A related question to that naming scheme. It will take an episode with 3 consecutive episodes and rename it like this:
show s01e01e02e03.mkv
becomes
show s01e01-e03 title a & title b & title c.mkv
How can I get it to show the middle episode number? I need it to show all 3 for a cataloguing program I use.
Other than these 2 cases, FileBot has been working flawlessly for me. Really loving it. Just can't figure these 2 out.
But, SO many series I have have episode files with segments that are not sequential. Like:
show - s01e06e17e52.mkv
show - s01e12e33e45.mkv
show - s01e33s02e06e23.mkv
The regular {s00e00} doesn't seem to be picking those up. Is there anyway to handle a special case like that?
I'm manually editing each file to match the TVDB s00e00 numbers. Was hoping FileBot could then fix it up nice with the titles and dates.
Here's what I've been using for series and episodes.
Code: Select all
{n} - {s00e00.lower().removeAll("-")} - {t} ({airdate}) [dvd]
show s01e01e02e03.mkv
becomes
show s01e01-e03 title a & title b & title c.mkv
How can I get it to show the middle episode number? I need it to show all 3 for a cataloguing program I use.
Other than these 2 cases, FileBot has been working flawlessly for me. Really loving it. Just can't figure these 2 out.