Git Product home page Git Product logo

filebot's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

filebot's Issues

Re: Repacking FileBot

The only change to the FileBot code is removing the donate nag on quit.

@Phoenix09 since you didn't bother to ask about repacking my code, nor intend to contribute anything meaningful back to the FileBot project, I'm kinda not cool with this.

You're welcome to repackage FileBot, especially for unsupported platforms such as Windows 7 / Windows Server, but I would kindly ask you not to remove the Donation Reminder in releases you make public. I mean, it's only really enabled for Windows 10 users anyway, so be nice please.

Issue running with Java 9

Hey there,

When trying to run filebot on Windows 10 (64bit), I get this error:

Error: A JNI error has occurred, please check your installation and try again
Exception in thread "main" java.lang.UnsupportedClassVersionError: net/filebot/Main has been compiled by a more recent version of the Java Runtime (class file version 53.0), this version of the Java Runtime only recognizes class file versions up to 52.0
        at java.lang.ClassLoader.defineClass1(Native Method)
        at java.lang.ClassLoader.defineClass(Unknown Source)
        at java.security.SecureClassLoader.defineClass(Unknown Source)
        at java.net.URLClassLoader.defineClass(Unknown Source)
        at java.net.URLClassLoader.access$100(Unknown Source)
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at sun.launcher.LauncherHelper.checkAndLoadMain(Unknown Source)

System:

java 9.0.1
Java(TM) SE Runtime Environment (build 9.0.1+11)
Java HotSpot(TM) 64-Bit Server VM (build 9.0.1+11, mixed mode)

Error when Installing "MissingPropertyException"

Was unable to get this to work on windows 10. I installed JRE 10.0.2, however I get a "groovy.lang.MissingPropertyException: No such property: license for class: Script1" error message. Any advice/help ?

Note: I installed on Windows 10 with the MSI file and have Java 10.0.2

JNI Error when running 4.7.19

Hey Phoenix09,

First of all, thanks for repackaging Filebot. I would have compiled it from source too (since rednoah basically screwed those using Windows Server) but I decided against it since finding your release.

Anyways, I get the following error when launching 4.7.19:
Error: A JNI error has occurred, please check your installation and try again.

Have you checked that this version runs in your own testing? Also, I noticed in the merged commits that rednoah added support for Java 9. Does it maybe need to be repackaged under JDK 9?

Thanks again for doing this!

Hi

are you going to keep updating these?

Filebot process fails to terminate

Hi there,

I'm having this issue on Windows but it may effect other platforms. The filebot.launcher and javaw processes fail to terminate properly on closing the program if a donation prompt would have been displayed. The windows close and the prompt doesn't appear but the actual process doesn't shut down and remains in system memory.

I'd suspect this might be because the donation nag would have normally issued that command.

Thanks for making this!

Asking for confirmation to delete folders

Hi, thanks for what you're doing here, it's really appreciated by those of us who hate the Windows Store and/or dev!

I'm using Filebot on Windows 10 with "Display delete confirmation dialogue" on, but it's keeping triggered when Filebot moves files to a new location and deletes the empty folder. This doesn't happen in the official free release with the donation nag, so I'm not sure what's triggering it but I'm assuming it's a change in the more recent versions.
Obviously, I can't ask rednoah to fix the issue as he'd respond by saying to buy it from the Windows store.

Thank you!

New version pop-up message

I´ve been using 4.8.2 long time and today i open filebot and a pop-up message "New updates avaliable" is shown.....i didnt realized until today. I just skipped and continue using. Maybe something is wrong with license check script ?
PD.....BTW 4.8.2 is the "new" version announced

Consider publishing a MacOS App Bundle

Rookie here -- but it seems as if these 2 commands will wrap the jar file into a working .app bundle with Java 9 and Mac OS 10.13. Only downside (other than more work) is that the Java .app files are pretty large on MacOS as they bundle the necessary JRE. Note - javapackager comes with JDK8+, and hdiutil is MacOS native.

# create the .app file
javapackager -deploy -BappVersion=4.7.19 -Bicon=filebot.icns -native image -srcdir . -srcfiles FileBot.jar -appclass net.filebot.Main -name FileBot -outdir dist -outfile FileBot.app -nosign -title FileBot -v

# create a dmg
hdiutil create -volname FileBot -srcfolder ./dist FileBot.dmg

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.