I'm using C# so i'm not sure how easy that would be to integrate. The Regex expressions require a bit of tweaking to get them to work in C# as it it.rednoah wrote:Or just use Groovy with functions provided by FileBot: https://github.com/filebot/scripts/sear ... sodeNumber
Search found 4 matches
- 27 Mar 2015, 20:33
- Forum: Help and Support
- Topic: How does filename parsing work?
- Replies: 6
- Views: 2863
Re: How does filename parsing work?
- 27 Mar 2015, 17:17
- Forum: Help and Support
- Topic: How does filename parsing work?
- Replies: 6
- Views: 2863
Re: How does filename parsing work?
After digging into this more, i'm going to forge a sword with Regex written on it and kill myself with it.
- 23 Mar 2015, 17:49
- Forum: Help and Support
- Topic: How does filename parsing work?
- Replies: 6
- Views: 2863
Re: How does filename parsing work?
Holy crap, thanks!
- 23 Mar 2015, 16:41
- Forum: Help and Support
- Topic: How does filename parsing work?
- Replies: 6
- Views: 2863
How does filename parsing work?
I'm writing a small program to check filenames and see if I have all the latest episodes. I'm wondering how you go about parsing the filenames. It seems like there could be so many Season number Episode number combinations to look out for EX:(S03E04, S3E4, Season 03 Episode 04, 3x04, 03x04, etc ...