#1 2022-12-09 18:18

fofy69
Member
Registered: 2022-12-09
Posts: 2

Change TV series name from "season X episode" to SXXEYY

Hi guys
I am trying to create a rule to change spanish way of naming TV series "Season X Episode" to the Plex way of understanding SXXEYY
Example:
Slow.Horses.2X01.Ultima parada ---> Slow.Horses.S02E01.Ultima parada

Any help will be apreciate

Thanks in advance

Last edited by fofy69 (2022-12-09 18:39)

Offline

#2 2022-12-09 20:27

Stefan
Moderator
From: Germany, EU
Registered: 2007-10-23
Posts: 1,161

Re: Change TV series name from "season X episode" to SXXEYY

Hi and welcome.


FROM:
Slow.Horses.2X01.Ultima parada.ext

TO:
Slow.Horses.S02E01.Ultima parada.ext

TRY:
Regular Expressions
https://www.den4b.com/wiki/ReNamer:Rules:RegEx


For ...1X01... file names:
Expression: "\.(\d)X(\d+)\."
Replace ...: ".S0$1E$2."



Or for ...12X01... file names:
Expression: "\.(\d+)X(\d+)\."
Replace ...: ".S$1E$2."


RegEx explanation
https://www.den4b.com/wiki/ReNamer:Regular_Expressions


 


Read the  *WIKI* for HELP + MANUAL + Tips&Tricks.
If ReNamer had helped you, please *DONATE* to Denis or buy a PRO license. (Read *Lite vs Pro*)

Offline

#3 2022-12-09 20:40

fofy69
Member
Registered: 2022-12-09
Posts: 2

Re: Change TV series name from "season X episode" to SXXEYY

Thanks a lot Stefan
Works perfectly

Offline

Board footer

Powered by FluxBB