How do I delete the (1) (2) part number at the end of the episode title?

All about user-defined episode / movie / file name format expressions
Post Reply
RBCC
Posts: 118
Joined: 17 May 2016, 02:23

How do I delete the (1) (2) part number at the end of the episode title?

Post by RBCC »

I used TVDB to lookup each episode of the TV Show "Batman". TVDB appended a paren, a number and a closing paren ie (3). Ok is there command that can easily get rid of this without using (replace) ?

Image.

THank you for reading this!
User avatar
rednoah
The Source
Posts: 22976
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Delete the last four charcters of an episode name

Post by rednoah »

What database are you using? I can't see these (1) (2) episode titles with TheTVDB nor TheMovieDB, so you could just use one of those instead. Presumably, you're using TVmaze and not TheTVDB.


:idea: If you just want to generically remove (1) (2) part patterns at the end, then FileBot has a built-in helper for you:

Code: Select all

{ t.replacePart() }
https://www.filebot.net/naming.html
:idea: Please read the FAQ and How to Request Help.
RBCC
Posts: 118
Joined: 17 May 2016, 02:23

Re: How do I delete the (1) (2) part number at the end of the episode title?

Post by RBCC »

I am using TVMaze.
Post Reply