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(' & ') }
 You can use {plex} as format, or {n} - {s00e00} - {t}, etc.
 You can use {plex} as format, or {n} - {s00e00} - {t}, etc. If the file at hand is named "Let's Go Luna - S01E03-E04" then FileBot will already have matched the episode to a
 If the file at hand is named "Let's Go Luna - S01E03-E04" then FileBot will already have matched the episode to a 
 Your custom format
 Your custom format 