Search found 9 matches
- 21 Jul 2018, 09:37
- Forum: Feature Requests and Bug Reports
- Topic: 24 Hours to Hell and Back - not matching
- Replies: 5
- Views: 3535
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 script [fn ...
- 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: 230
- Views: 248181
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 ...
- 21 Jul 2018, 05:22
- Forum: Feature Requests and Bug Reports
- Topic: 24 Hours to Hell and Back - not matching
- Replies: 5
- Views: 3535
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?
Is there a way to install command line 4.8.2 beta using home-brew?
- 20 Jul 2018, 05:26
- Forum: Feature Requests and Bug Reports
- Topic: 24 Hours to Hell and Back - not matching
- Replies: 5
- Views: 3535
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
- 20 Jul 2018, 05:13
- Forum: Feature Requests and Bug Reports
- Topic: 24 Hours to Hell and Back - not matching
- Replies: 5
- Views: 3535
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 of ...
- 05 Apr 2018, 11:21
- Forum: Help and Support
- Topic: POSTBUCKET - where random posts in unrelated topics go
- Replies: 1036
- Views: 1031881
Re: [Mac] brew cask install filebot
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
- 05 Apr 2018, 10:17
- Forum: macOS
- Topic: Java reflection errors
- Replies: 3
- Views: 4284
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+" /Library/Java ...
- 05 Apr 2018, 10:07
- Forum: macOS
- Topic: Java reflection errors
- Replies: 3
- Views: 4284
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 ...
- 04 Apr 2018, 06:56
- Forum: macOS
- Topic: Java reflection errors
- Replies: 3
- Views: 4284
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 ...