Giter Club home page Giter Club logo

fb-mod's Introduction

FB Mod

Download from Releases Tab

See COMPILING.md for build instructions

fb-mod's People

Contributors

barry-allen07 avatar

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  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

fb-mod's Issues

New release with Java 11 support?

Hi,

Would it be possible to add a new release with Java 11 support? It was added to FileBot some weeks ago. The current version of this fork doesn't support Java 11 (it needs Java 10 and complains if it doesn't find it). Java 11 is a LTS release, so it will be the "main" version for some time (2 years?).

database outdated?

FB-Mod not working anymore?

filebot -list --q "given" --db AniDB
AniDB: no results
Failure (°_°)

filebot -list --q "Sounan desu ka" --db AniDB
AniDB: no results
Failure (°_°)

However, results are generated fine with official FB 4.8.5. Tried >filebot -clear-cache too

Looking in \FileBot\cache\0\data_0.data the anidb-ID only goes up to 14699 for FB-Mod, but the official FB the ID goes further to 14898. So newer database content isn't able to be pulled by FB-Mod.

Filebot Subtitles Search Returns - Lookup By Hash Failed

It seems like the subtitles search is broken.

For example if I run any script:
filebot -script https://raw.githubusercontent.com/barry-allen07/FB-Mod-Scripts/master/amc.groovy --conflict override --action move -non-strict --log-file amc.log --output E:/ "D:\tmp\NAME.mkv" --def subtitles=en --log info

It renames and moves the files, but the subtitles is not downloaded and I see the following error output:
"Lookup by hash failed: The response could not be parsed."

I am not sure how to fix this.

== Extra Notes ==

java -version
java version "11.0.3" 2019-04-16 LTS
Java(TM) SE Runtime Environment 18.9 (build 11.0.3+12-LTS)
Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.3+12-LTS, mixed mode)

REQUEST: Can you do a build for r6224

I have a groovy error running on r6120

No such property: license for class: Script1
groovy.lang.MissingPropertyException: No such property: license for class: Script1
        at Script1.run(Script1.groovy:14)
        at net.filebot.cli.ScriptShell.evaluate(ScriptShell.java:64)
        at net.filebot.cli.ScriptShell.runScript(ScriptShell.java:74)
        at net.filebot.cli.ArgumentProcessor.runScript(ArgumentProcessor.java:162)
        at net.filebot.cli.ArgumentProcessor.run(ArgumentProcessor.java:37)
        at net.filebot.Main.main(Main.java:129)

I am only using the portalble jar and I do not see build instructions for Linux. Do not have Windows or MacOS.

Thank you.

Appreciate if an rpm package can be made! Linux Portable package returns errors in terminal.

Tried the portable llinux package but script returns with:

WARNING: A terminally deprecated method in java.lang.System has been called
WARNING: System::setSecurityManager has been called by net.filebot.Main (file:/home/nethshan/Downloads/jar/filebot.jar)
WARNING: Please consider reporting this to the maintainers of net.filebot.Main
WARNING: System::setSecurityManager will be removed in a future release
Error during startup
java.lang.UnsatisfiedLinkError: Can't load library: /usr/lib/jvm/java-17-openjdk-17.0.4.0.8-1.fc36.x86_64/lib/libawt_xawt.so
        at java.base/jdk.internal.loader.NativeLibraries.load(Native Method)
        at java.base/jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:388)
        at java.base/jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:232)
        at java.base/jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:174)
        at java.base/jdk.internal.loader.NativeLibraries.findFromPaths(NativeLibraries.java:315)
        at java.base/jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:285)
        at net.filebot.Main.main(Main.java:140)

Multiple artifacts of the module com.google.inject#guice;4.0 are retrieved to the same file

Hello, I want to contribute to this project, but I'm having trouble compiling it

Caffeine was giving me problems so I changed rev from 2.6.2 to 3.0.1

After that I run ant resolve again, and I got this error:

`BUILD FAILED
C:\Users\lozoy\Google Drive\java\JavaProjects\filebot mod\FB-Mod\build.xml:948: impossible to ivy retrieve: java.lang.RuntimeException: problem during retrieve of net.filebot#filebot: java.lang.RuntimeException: Multiple artifacts of the module com.google.inject#guice;4.0 are retrieved to the same file! Update the retrieve pattern to fix this error.
at org.apache.ivy.core.retrieve.RetrieveEngine.retrieve(RetrieveEngine.java:238)
at org.apache.ivy.Ivy.retrieve(Ivy.java:561)
at org.apache.ivy.ant.IvyRetrieve.doExecute(IvyRetrieve.java:113)
at org.apache.ivy.ant.IvyTask.execute(IvyTask.java:259)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
at jdk.internal.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
at org.apache.tools.ant.Task.perform(Task.java:350)
at org.apache.tools.ant.Target.execute(Target.java:449)
at org.apache.tools.ant.Target.performTasks(Target.java:470)
at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1401)
at org.apache.tools.ant.Project.executeTarget(Project.java:1374)
at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
at org.apache.tools.ant.Project.executeTargets(Project.java:1264)
at org.apache.tools.ant.Main.runBuild(Main.java:827)
at org.apache.tools.ant.Main.startAnt(Main.java:223)
at org.apache.tools.ant.launch.Launcher.run(Launcher.java:284)
at org.apache.tools.ant.launch.Launcher.main(Launcher.java:101)
Caused by: java.lang.RuntimeException: Multiple artifacts of the module com.google.inject#guice;4.0 are retrieved to the same file! Update the retrieve pattern to fix this error.
at org.apache.ivy.core.retrieve.RetrieveEngine.determineArtifactsToCopy(RetrieveEngine.java:413)
at org.apache.ivy.core.retrieve.RetrieveEngine.retrieve(RetrieveEngine.java:122)
... 19 more

Total time: 18 seconds
`

Build Fails on building installer on Windows platform

Hello, I was hoping someone will read this and could help with building FB, I've managed to build the jars by modifying the build.xml file a little, but I can not seem to get passed creating the installer for windows. The script runs until it reaches line 429, in build.xml where it tries to call a command from an empty directory. I get the following error in the command prompt:

c:\Users\######\eclipse-workspace\FB-Mod\build.xml:429: Execute failed: java.io.IOException: Cannot run 
program "heat" (in directory "c:\Users\Jeremy\eclipse-workspace\FB-Mod\dist\msi\x64"): CreateProcess error=2, 
The system cannot find the file specified
        at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1128)
        at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1071)
        at java.base/java.lang.Runtime.exec(Runtime.java:591)
        at org.apache.tools.ant.taskdefs.launcher.Java13CommandLauncher.exec(Java13CommandLauncher.java:58)
        at org.apache.tools.ant.taskdefs.Execute.launch(Execute.java:424)
        at org.apache.tools.ant.taskdefs.Execute.execute(Execute.java:438)
        at org.apache.tools.ant.taskdefs.ExecTask.runExecute(ExecTask.java:630)
        at org.apache.tools.ant.taskdefs.ExecTask.runExec(ExecTask.java:669)
        at org.apache.tools.ant.taskdefs.ExecTask.execute(ExecTask.java:497)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
        at jdk.internal.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
        at org.apache.tools.ant.Task.perform(Task.java:350)
        at org.apache.tools.ant.Target.execute(Target.java:449)
        at org.apache.tools.ant.Target.performTasks(Target.java:470)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1401)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1374)
        at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1264)
        at org.apache.tools.ant.Main.runBuild(Main.java:827)
        at org.apache.tools.ant.Main.startAnt(Main.java:223)
        at org.apache.tools.ant.launch.Launcher.run(Launcher.java:284)
        at org.apache.tools.ant.launch.Launcher.main(Launcher.java:101)
Caused by: java.io.IOException: CreateProcess error=2, The system cannot find the file specified
        at java.base/java.lang.ProcessImpl.create(Native Method)
        at java.base/java.lang.ProcessImpl.<init>(ProcessImpl.java:420)
        at java.base/java.lang.ProcessImpl.start(ProcessImpl.java:151)
        at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1107)
        ... 24 more

Total time: 6 seconds```

I cannot drag and drop files into Filebot if the .exe is located in Program Files directory of Windows

It allows me to import them through the menu still. But I cannot drag and drop.

I have tried opening filebot with administrative privileges and checked all the compatibility mode boxes for every associated .exe in the filebot directory and subdirectory. Problem persists. I am on Windows 10.

Everything works fine if I move filebot to a user folder.

Issue persists regardless if I use the Portable Installer and place the files in Program Files or use the .msi installer.

This problem did not exist when I was using the latest version of the oldest freeware version of the unmodded filebot and it was located in Program Files.

deb package

I stumbled on a post of yours linking to this repo. Any possibility you can upload a deb package, perhaps?

Thanks for your time.

No such property: license for class: Script1

filebot -script fn:amc --output "/path/to/output" --action move -non-strict "/path/to/input" --log-file amc.log --def excludeList=amc.txt

No such property: license for class: Script1
groovy.lang.MissingPropertyException: No such property: license for class: Script1
        at Script1.run(Script1.groovy:14)
        at net.filebot.cli.ScriptShell.evaluate(ScriptShell.java:64)
        at net.filebot.cli.ScriptShell.runScript(ScriptShell.java:74)
        at net.filebot.cli.ArgumentProcessor.runScript(ArgumentProcessor.java:153)
        at net.filebot.cli.ArgumentProcessor.run(ArgumentProcessor.java:36)
        at net.filebot.Main.main(Main.java:128)

Failure (°_°)

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.