A couple more:
IAMABLE
TERMiNAL
WhiteRhino
Search found 8 matches
- 20 Aug 2019, 19:33
- Forum: Episode / Movie Naming Scheme
- Topic: Release Groups {group}
- Replies: 732
- Views: 2159371
- 22 Jun 2019, 12:57
- Forum: Help and Support
- Topic: Unable to select sample file for expression binding
- Replies: 4
- Views: 3742
Re: Unable to select sample file for expression binding
Weird, with the latest beta I can select a file, but not all the bindings update.
Oh well, seems the double clicking method works anyway, and far simpler for checking multiple files so I'll just do that.
Oh well, seems the double clicking method works anyway, and far simpler for checking multiple files so I'll just do that.
- 22 Jun 2019, 05:56
- Forum: Help and Support
- Topic: POSTBUCKET - where random posts in unrelated topics go
- Replies: 1036
- Views: 1036397
Re: [EVAL] Split code into external *.groovy script files
FileBot r6524 will now resolve include("files.groovy") relatively to the current script file by default. Great! Thanks for pointing out that string interpolation thing, completely missed the single quotes difference (still threw the security exception but that's irrelevant now I guess). The --def ...
- 21 Jun 2019, 20:00
- Forum: Help and Support
- Topic: Unable to select sample file for expression binding
- Replies: 4
- Views: 3742
Unable to select sample file for expression binding
I'm trying to see what data comes back from one of my movies by using the "Edit Format->Change Sample" button, however I can only select a folder. Avatar Part 1 is always the selected media info, if I manually type in the name of the mkv file it complains about it not being a folder. Am I missing ...
- 21 Jun 2019, 11:15
- Forum: Help and Support
- Topic: POSTBUCKET - where random posts in unrelated topics go
- Replies: 1036
- Views: 1036397
Re: [EVAL] Split code into external *.groovy script files
After playing around a bit this is awesome. However: Trying to break out certain helpers as separate scripts it seems that there is an issue with loading external scripts unless everything is placed and run from the filebot portable folder (which I'd like to avoid since I have all my scripts ...
- 21 Jun 2019, 05:32
- Forum: Help and Support
- Topic: POSTBUCKET - where random posts in unrelated topics go
- Replies: 1036
- Views: 1036397
Re: [EVAL] Split code into external *.groovy script files
Oh, I see, I always was under the impression that the format expressions were just plain groovy. Shame on me.
Yeah, getting results now. Thanks!
Yeah, getting results now. Thanks!
- 20 Jun 2019, 14:53
- Forum: Help and Support
- Topic: POSTBUCKET - where random posts in unrelated topics go
- Replies: 1036
- Views: 1036397
Re: [EVAL] Split code into external *.groovy script files
I've tried using a few different things, but even having something as simple as: test.groovy=> {n} and then doing movieFormat="{include 'test.groovy'}" also tested movieFormat="{evaluate('test.groovy' as File)}" results in an empty name..am I missing something? I may not have understood what should ...
- 13 Jul 2014, 18:57
- Forum: Episode / Movie Naming Scheme
- Topic: How about sharing our format expressions?
- Replies: 36
- Views: 582470
Re: How about sharing our format expressions?
The ones I am using. Major thanks to Ithiel and Rednoah for some of the parts. Movies: {norm={it.upperInitial().lowerTrail().replaceTrailingBrackets().replaceAll(/\u0022/, '\'').replaceAll(/[:|]/, '.').replaceAll(/\?/, '!').replaceAll(/[*\s\.,]+/, '.').replaceAll(/\b[IiVvXx]+\b/, { it.upper ...