How to know season end episode automatically?
Posted: 21 Aug 2022, 04:43
i wanna know is that anyway to add end in last episode of the season automatically?
The ultimate TV and Movie Renamer
https://www.filebot.net/forums/
Code: Select all
{ if (episode == episodelist.findAll{ s == it.season }.last()) ' [END OF SEASON]' }
[ENDED]
Code: Select all
{ if (info.status != 'Continuing' && info.status != 'Returning Series') " [${info.status.upper()}]"}
Code: Select all
{ny} - {genres} - {country} - {rating} - {vf} - {hd} - { if (info.status != 'Continuing' && info.status != 'Returning Series') " [${info.status.upper()}]"}
Code: Select all
{ny} - {genres} - {country} - {rating} - {vf} - {hd} - { if (episode == episodelist.findAll{ s == it.season }.last()) ' [END OF SEASON]' }