Page 1 of 1

naming for multipart? episodes

Posted: 06 Apr 2018, 22:17
by zaibas
renaming the following 2 files using the {plex} binding

Code: Select all

Stargate.SG-1.S10E10.The.Quest.Part.1.WEBp-DL.1080p.DD5.1.H265-d3g.mkv -> Stargate SG-1 - S10E10 - Quest.mkv
Stargate.SG-1.S10E11.The.Quest.Part.2.WEBp-DL.1080p.DD5.1.H265-d3g.mkv -> Stargate SG-1 - S10E11 - Quest.mkv
the tvdb shows the episode names as Quest(1) and Quest(2) why does filebot not retain the numbers in parentheses? is there a binding that would add them if tvdb has them?

Re: naming for multipart? episodes

Posted: 07 Apr 2018, 02:49
by rednoah
The {plex} format removes part numbers, among other cleanup operations. You can always use a custom format if you're not happy with the default.

e.g.

Code: Select all

{n}/Season {s}/{n} - {s00e00} - {t}

Re: naming for multipart? episodes

Posted: 17 Feb 2021, 18:55
by spike
Hi, would it still be possible to use the {plex} binding, {plex.tail} in my case, and retain the part numbers from the title? I still want all the formatting and cleanup that the binding provides.

Re: naming for multipart? episodes

Posted: 18 Feb 2021, 04:41
by rednoah
{plex} does explicitly remove those, so you can't. You can always write your own format though.