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.