Search found 3 matches

by blacksabbath247
05 Oct 2019, 06:14
Forum: Help and Support
Topic: detecting multi episodes?!?!
Replies: 6
Views: 4995

Re: detecting multi episodes?!?!

or version 2: {n}{def fileSet = episodelist.findAll{ airdate == it.airdate }; ' - S' + s.pad(2) + 'E' + fileSet.episode.min().pad(2) + '-E' + fileSet.episode.max().pad(2) + ' - ' + fileSet.title.join(' & ') } Animaniacs - S01E01-E03 - De-Zanitized & The Monkey Song & Nighty-Night Toon O...
by blacksabbath247
12 Sep 2019, 07:37
Forum: Help and Support
Topic: detecting multi episodes?!?!
Replies: 6
Views: 4995

Re: detecting multi episodes?!?!

or version 2: {n}{def fileSet = episodelist.findAll{ airdate == it.airdate }; ' - S' + s.pad(2) + 'E' + fileSet.episode.min().pad(2) + '-E' + fileSet.episode.max().pad(2) + ' - ' + fileSet.title.join(' & ') } Animaniacs - S01E01-E03 - De-Zanitized & The Monkey Song & Nighty-Night Toon A...
by blacksabbath247
11 Sep 2019, 16:16
Forum: Help and Support
Topic: detecting multi episodes?!?!
Replies: 6
Views: 4995

detecting multi episodes?!?!

Gonna try to make this short. Basically my shows from before I used plex are formatted in a way that filebot cant completely detect when Multi episode files come into play, also my Animanics download which seems named pretty clean also cant be detected as multi episodes. I really dont wanna ask to b...