I just wanted to remove the year from primaryTitle.
currently the one I use
and so rich to rename :.../{primaryTitle} ({y}) {primaryTitle == n ?' ': [n]}/{episode.special ? 'Specials' : 'Season '+s.pad(2)}/{primaryTitle} - {episode.special ? 'S00E'+special.pad(2) : s00e00}
..../Boku no Hero Academia (2021) (2016) [My Hero Academia]/Season 05/Boku no Hero Academia (2021) - S05E11
I would like to get this result :
..../Boku no Hero Academia (2016) [My Hero Academia]/Season 05/Boku no Hero Academia - S05E11
the primaryTitle is looking for the season date, and would like to remove that....
I appreciate any help in advance.

 Please read the
 Please read the  {primaryTitle} is
 {primaryTitle} is  Best to stick to TheMovieDB if you need fine-grained localization. TheMovieDB had support for language / country localization from the very beginning, so it works better now.
 Best to stick to TheMovieDB if you need fine-grained localization. TheMovieDB had support for language / country localization from the very beginning, so it works better now.

