naming for multipart? episodes

Any questions? Need some help?
Post Reply
zaibas
Posts: 1
Joined: 01 Feb 2018, 20:28

naming for multipart? episodes

Post 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?
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: naming for multipart? episodes

Post 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}
:idea: Please read the FAQ and How to Request Help.
spike
Posts: 1
Joined: 17 Feb 2021, 18:50

Re: naming for multipart? episodes

Post 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.
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: naming for multipart? episodes

Post by rednoah »

{plex} does explicitly remove those, so you can't. You can always write your own format though.
:idea: Please read the FAQ and How to Request Help.
Post Reply