Search found 6 matches
- 06 Aug 2014, 15:57
- Forum: Feature Requests and Bug Reports
- Topic: filebot 4.1 RC3 Mac OSX
- Replies: 9
- Views: 13751
Re: filebot 4.1 RC3 Mac OSX
Confirmed. @srkinard's nifty trick worked.
- 05 Aug 2014, 10:26
- Forum: Scripting and Automation
- Topic: Command line OSX
- Replies: 39
- Views: 42946
Re: Command line OSX
A good fix. Thanks.
- 04 Aug 2014, 18:41
- Forum: Scripting and Automation
- Topic: Filebot on Synology Diskstation
- Replies: 8
- Views: 19087
Re: Filebot on Synology Diskstation
In my case it was because the environment variable LANG wasn't set by default. This is what fixed it for me:
export LANG=en_US.utf8
Very good, this helped me tremendously after hours of trying to figure out why FileBot worked when typing out the command on the command-line and didn't work when ...
export LANG=en_US.utf8
Very good, this helped me tremendously after hours of trying to figure out why FileBot worked when typing out the command on the command-line and didn't work when ...
- 02 Aug 2014, 18:20
- Forum: Scripting and Automation
- Topic: Command line OSX
- Replies: 39
- Views: 42946
Re: Command line OSX
That's so strange… my shell indeed outputs:
java version "1.6.0_65"
Java(TM) SE Runtime Environment (build 1.6.0_65-b14-466.1-11M4716)
Java HotSpot(TM) 64-Bit Server VM (build 20.65-b04-466.1, mixed mode)
… despite my control panel telling me:
http://cl.ly/WruN/java.jpg
And the latest build ...
java version "1.6.0_65"
Java(TM) SE Runtime Environment (build 1.6.0_65-b14-466.1-11M4716)
Java HotSpot(TM) 64-Bit Server VM (build 20.65-b04-466.1, mixed mode)
… despite my control panel telling me:
http://cl.ly/WruN/java.jpg
And the latest build ...
- 02 Aug 2014, 18:00
- Forum: Synology NAS & Embedded Linux
- Topic: Looking for testers on Synology NAS
- Replies: 49
- Views: 60377
Re: Installing FileBot on Synology NAS
I've installed the package and the app runs fine. That is, when I run it as a root user with 'sudo'. When I login with my admin-user account (what I usually do) I get the following output:
CacheException: Disk store path can't be created: /volume1/@appstore/filebot/cache/default
net.sf.ehcache ...
CacheException: Disk store path can't be created: /volume1/@appstore/filebot/cache/default
net.sf.ehcache ...
- 02 Aug 2014, 17:16
- Forum: Scripting and Automation
- Topic: Command line OSX
- Replies: 39
- Views: 42946
Re: Command line OSX
When I run FileBot I get:
Exception in thread "main" java.lang.UnsupportedClassVersionError: net/filebot/Main : Unsupported major.minor version 51.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(ClassLoader.java:637)
at java.lang.ClassLoader ...
Exception in thread "main" java.lang.UnsupportedClassVersionError: net/filebot/Main : Unsupported major.minor version 51.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(ClassLoader.java:637)
at java.lang.ClassLoader ...