Page 1 of 1

Multi-episode files, non-sequential

Posted: 10 Mar 2023, 09:18
by DoctorBubba
I've run into a peculiar issue. For shows that have multiple tvdb episodes per 30 minute timeslot, it works great to select the 2 or 3 episodes in the file and rename. The problem is if they're not in order, it only displays the lowest and the highest, and could present as being too many episodes.

Is there a way to rename these multi-episode files in a manner similar to this: (S01E01E04E17)

Thank you!

Re: Multi-episode files, non-sequential

Posted: 10 Mar 2023, 10:35
by rednoah
:?: What format are you using?


The destination path is entirely up to your custom format. If bindings such as {s00e00} don't format multi-episode matches the way you want, then you can use {episodes} and custom code to do custom formatting.

Re: Multi-episode files, non-sequential

Posted: 11 Mar 2023, 00:32
by DoctorBubba
This is my current format:

Code: Select all

/storage/TV Shows/Children's TV Shows/
{ n.colon( ' - ' ).replace( '?','' ) } ({ y })/Season { s00 }/
{ n.colon( ' - ' ).replace( '?','' ) } - { s00e00 } - { t.colon( ' - ' ).replace( '?','' ).replacePart( '(Part $1)' ) } 
[{ resolution }, { vc }, { ac }, { hours }, { f[3]} ]

Re: Multi-episode files, non-sequential

Posted: 12 Mar 2023, 14:05
by rednoah
Here's what I see:

Image

Image


:arrow: If you get different results, make sure to upgrade to FileBot 5.* to make sure we're on the same page:
viewtopic.php?t=13578

Re: Multi-episode files, non-sequential

Posted: 18 Mar 2023, 16:21
by DoctorBubba
I am getting different results, but I might know why. I'm using the latest XPRA container, but the WebUI is still 4.9.6. I get a prompt about new features for 5.0.1 but the application says 4.9.6.

For the example you posted, I get S01E01-E07

Re: Multi-episode files, non-sequential

Posted: 19 Mar 2023, 10:02
by rednoah
FileBot 5.* may indeed have improved support for non-sequential multi-episode numbers.


:arrow: You may upgrade to the latest docker image to confirm:
https://hub.docker.com/r/rednoah/filebot/tags

Re: Multi-episode files, non-sequential

Posted: 20 Mar 2023, 23:44
by DoctorBubba
I just reinstalled the Docker but it still looks like the WebUI is backdated to 4.9.6. I get a prompt about the new features in 5.0.1 but the header for the web app says FileBot 4.9.6.

Image

Re: Multi-episode files, non-sequential

Posted: 21 Mar 2023, 03:24
by rednoah
You are not using the latest image. Keep in mind that docker does not auto-update images, and images can't (or rather shouldn't) update themselves.


:?: How do you manage your docker containers? Run docker on the command-line? Use some kind of WebUI management system like unRAID?

Re: Multi-episode files, non-sequential

Posted: 22 Mar 2023, 03:10
by DoctorBubba
rednoah wrote: 21 Mar 2023, 03:24 :?: How do you manage your docker containers? Run docker on the command-line? Use some kind of WebUI management system like unRAID?
I'm in UnRaid. The FileBot container didn't have an update button for some reason, but it seems like the new version fixes that. I managed to remove the container, pull the image and reinstall. It looks like this new version behaves the way I'm looking for by default as well, so it's already been fixed. Thank you!

This was my first container that wasn't installed through UnRaid's app store, so I was confused about how to update it, but I got it now thanks to your help.

Re: Multi-episode files, non-sequential

Posted: 22 Mar 2023, 07:47
by rednoah
No worries. Thanks for the feedback. We'll see if we can improve unraid integration in the future.