Match Multi-Episodes (Double)

Any questions? Need some help?
Post Reply
GeorgeAl
Posts: 19
Joined: 17 Apr 2020, 17:43

Match Multi-Episodes (Double)

Post by GeorgeAl »

Hello, did filebot support multi (double) episode renaming?

Etc I would like to rename this file from Johnny Test - Johnny to the Center of the Earth - Johnny Test - 1x01 & 1x02 - Johnny X TO Johnny to the Center of the Earth - Johnny X.

Many thanks for considering my request.
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Match Multi-Episodes (Double)

Post by rednoah »

Yes. FileBot does support Multi-Episode renaming.
:idea: Please read the FAQ and How to Request Help.
GeorgeAl
Posts: 19
Joined: 17 Apr 2020, 17:43

Re: Match Multi-Episodes (Double)

Post by GeorgeAl »

Ok...thank you. Do you care to indulge me with the code?
I use this :

{n.replaceTrailingBrackets()} ({episodelist.airdate.year.bounds().join ('-')}) /Season {s} ({episodelist.findAll{it.season == s}.airdate.year.min()}) / {n} - {sxe} - {t}

Without any real results.
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Match Multi-Episodes (Double)

Post by rednoah »

{sxe} and {t} are capable for Multi-Episode formatting:

Code: Select all

filebot -rename *.mkv --db TheTVDB --format "{n} - {sxe} - {t}" --action TEST --log INFO
[TEST] from [Johnny Test - 1x01 & 1x02.mkv] to [Johnny Test - 1x01-02 - Johnny to the Center of the Earth & Johnny X.mkv]
:idea: Note that MultiEpisode formatting relies on the file being auto-detected as MultiEpisode object in the first place.
:idea: Please read the FAQ and How to Request Help.
GeorgeAl
Posts: 19
Joined: 17 Apr 2020, 17:43

Re: Match Multi-Episodes (Double)

Post by GeorgeAl »

Thank u. I did manage to do it with your help.
Post Reply