The episode i want to rename is Let's Go Luna - S01E03-E04 - Lullaby for Baby Vlad & Space Is the Place
But I would like it to be like this in this format Let's Go Luna - S01E03E04 - Lullaby for Baby Vlad & Space Is the Place
Here is the current formatting I use:
Code: Select all
{n}{' - S' + s.pad(2) + episodelist.findAll{ airdate == it.airdate }.collect{'E' + it.episode.pad(2) }.join('-') + ' - ' + episodelist.findAll{ airdate == it.airdate }.collect{it.title }.join(' & ') }