Search found 6 matches

by asc3nti0n
10 Jun 2017, 23:59
Forum: Feature Requests and Bug Reports
Topic: BUG - IllegalStateException: Duplicate key java.util.concurrent.FutureTask@
Replies: 3
Views: 3002

Re: BUG - IllegalStateException: Duplicate key java.util.concurrent.FutureTask@

Logfile (end tail of it) at https://pastebin.com/kSNcf9PF
The error.log is 6.5MB in total, can only pastebin 512kB... the majority is a fetch error that I received on May28 ... not applicable to this error, so I'll post just hte tail of it.
by asc3nti0n
10 Jun 2017, 15:14
Forum: Feature Requests and Bug Reports
Topic: BUG - IllegalStateException: Duplicate key java.util.concurrent.FutureTask@
Replies: 3
Views: 3002

BUG - IllegalStateException: Duplicate key java.util.concurrent.FutureTask@

Evening, I'm using the current Mac App Store version of filebot. Sysinfo courtesy of groovypad: FileBot 4.7.9 (r4984) JNA Native: 5.1.0 MediaInfo: 0.7.93 7-Zip-JBinding: 9.20 Chromaprint: 1.4.2 Extended Attributes: OK Unicode Filesystem: OK Script Bundle: 2017-05-15 (r500) Groovy: 2.4.10 JRE: Java(T...
by asc3nti0n
10 Jun 2017, 13:36
Forum: Episode / Movie Naming Scheme
Topic: How about sharing our format expressions?
Replies: 33
Views: 492792

Re: [SNIPPET] Sort into A-Z folders

rednoah has been a huge help over the journey, I started using commandline Filebot scripts run from uTorrent(PC) but since going back to Mac, and the uTorrent not handling scripts, I have been hard-coding format of my file directories. Sorting the Movie and TV Collection by (0-9)-A-Z is most importa...
by asc3nti0n
02 Feb 2016, 09:10
Forum: Help and Support
Topic: Creating folder structure from first letter in movie/tv
Replies: 10
Views: 10110

Re: Creating folder structure from first letter in movie/tv

Probably like this: {def n0 = any{collection}{n}.sortName().charAt(0); n0.isDigit() ? '0-9' : n0} Works a treat (of course) I hadn't noticed the 'any' switch statement in use anywhere around the samples in the forums, Thanks! It had to be simple, and it is. isn't it wonderful when code just shows y...
by asc3nti0n
26 Jan 2016, 09:54
Forum: Help and Support
Topic: Creating folder structure from first letter in movie/tv
Replies: 10
Views: 10110

Re: Creating folder structure from first letter in movie/tv

I want a folder structure having the single-letter beginning, but prefer to browse by collection, when collection exists. I'm using Infuse Pro on tvOS, and browsing the NAS via SMB is slow enough without my old structure being folderless (all 2500 movies, in a single folder "Movies"). I'm ...
by asc3nti0n
03 Jan 2016, 00:25
Forum: Scripting and Automation
Topic: Trying to run AMC script from file instead of github
Replies: 2
Views: 3306

Re: Trying to run AMC script from file instead of github

I recently installed filebot on Mac OS Darwin, via some convoluted process and it's on... but the ~/Documents/filebot/Groovy Scripts/ folder had three groovy's in there, but they were HTML text versions of the actual groovy script... and using Mac OS X TextEdit.app copying the "raw" code f...