Search found 9 matches

by raymond
21 Jul 2018, 09:37
Forum: Feature Requests and Bug Reports
Topic: 24 Hours to Hell and Back - not matching
Replies: 5
Views: 2898

Re: 24 Hours to Hell and Back - not matching

ok - it took me a while to get 4.8.2 working on command line. Fixed by following https://www.filebot.net/forums/viewtopic.php?f=6&t=6006&start=100#p34845 TV series is now matching. Thanks for your help and delivery of a great piece of software Locking /Volumes/WD4TB/FileBot/amc.log Run scrip...
by raymond
21 Jul 2018, 06:53
Forum: Feature Requests and Bug Reports
Topic: [BETA] FileBot 4.8.2 (with support for all platforms with cross-platform license system)
Replies: 234
Views: 182698

Re: [BETA] FileBot 4.8.2 (with support for all platforms with cross-platform license system)

I have MacOS app store FileBot installed. After installing FileBot 4.8.2 I had to do the following to make command line work Change filebot symlink sudo mv /usr/local/bin/filebot /usr/local/bin/filebot.wrong cd /usr/local/bin sudo ln -s /Applications/FileBot.localized/FileBot.app/Contents/MacOS/file...
by raymond
21 Jul 2018, 05:22
Forum: Feature Requests and Bug Reports
Topic: 24 Hours to Hell and Back - not matching
Replies: 5
Views: 2898

Re: 24 Hours to Hell and Back - not matching

I've installed 4.8.2 beta UI. In episodes, search for "24 Hour" or "Gordon Ramsay" and "24 Hours to Hell and Back" is not found.

Is there a way to install command line 4.8.2 beta using home-brew?
by raymond
20 Jul 2018, 05:26
Forum: Feature Requests and Bug Reports
Topic: 24 Hours to Hell and Back - not matching
Replies: 5
Views: 2898

Re: 24 Hours to Hell and Back - not matching

A detail I didn't include - when using FileBot UI episodes feature search will not return "24 hours to hell and back". Plex does find it if directories and files are named correctly
by raymond
20 Jul 2018, 05:13
Forum: Feature Requests and Bug Reports
Topic: 24 Hours to Hell and Back - not matching
Replies: 5
Views: 2898

24 Hours to Hell and Back - not matching

Hi - this is only time I have seen an issue with matching. From theTVDB Gordon Ramsay's 24 Hours to Hell & Back Gordon Ramsay drives to struggling restaurants across the country in his state-of-the-art mobile kitchen and command center, Hell On Wheels, and tries to bring them back from the brink...
by raymond
05 Apr 2018, 11:21
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 549739

Re: [Mac] brew cask install filebot

rednoah wrote: 08 Oct 2014, 10:21 3. Install Java:

Code: Select all

brew cask install java
With current version of brew this will install java9. filebot uses java8. I suggest this should now be

Code: Select all

brew cask install java8
by raymond
05 Apr 2018, 10:17
Forum: macOS
Topic: Java reflection errors
Replies: 3
Views: 3735

Re: Java reflection errors

hi - I think I have found the issue with filebot. Your shell script uses java_home incorrectly. it requests 1.8+ when it should request 1.8 /usr/local/Caskroom/filebot/4.7.9/FileBot.app/Contents/MacOS/filebot.sh mini-2012:~ rraymond$ /usr/libexec/java_home --failfast --version "1.8+" /Libr...
by raymond
05 Apr 2018, 10:07
Forum: macOS
Topic: Java reflection errors
Replies: 3
Views: 3735

Re: Java reflection errors

Thanks - I have installed java8 as well. Export JAVA_HOME before running filebot command. However it still uses Java9. What other env variables does filebot use? mini-2012:~ rraymond$ /usr/libexec/java_home -V Matching Java Virtual Machines (2): 9.0.1, x86_64: "Java SE 9.0.1" /Library/Java...
by raymond
04 Apr 2018, 06:56
Forum: macOS
Topic: Java reflection errors
Replies: 3
Views: 3735

Java reflection errors

hi, I use filebot command line on both raspbian and MacOS. On MacOS I always get reflection warnings. These do not appear in raspbian. This is illustrated by using filbert -script fn:sysinfo. Clearly there is a difference in JVM version. Is this fixed in later versions of filebot? This does become m...