Reinhard Pointner
Reinhard Pointner
At the very least I want to be able to specify the `Charset` what should be used for `@files` because the same `@file` will cause different behaviour with Windows and...
Pull Request: https://github.com/kohsuke/args4j/pull/128
It's best to just assume that the `filebot` command is in the `%PATH%` because the installation folder may not always be the same for everyone, especially not if deployed via...
@Laharah It's kinda tricky on Windows. I'd call commands with `cmd.exe /c command ...` to make sure it works as expected. Actually, many users somehow end up with fucked up...
On `Mac OS X`, the `filebot` tool should be linked at `/usr/local/bin/filebot`.
You can correctly install `filebot` by running this command: ``` sh -xu
You could have a `powershellw.exe` which would be a GUI application that doesn't show a console window. Same as what `javaw.exe` and `pythonw.exe` do.
Adding `META-INF/vfs-providers.xml` to the JAR would be nice as well, so `vfs2` can find the RAR plugin, since `vfs2` support is implemented already: ``` ```
If you're using a popular distribution, then you can probably just use the package manager to install the `chromaprint-tools` package: https://packages.debian.org/bookworm/libchromaprint-tools
I can also confirm the issue. The `-1` somehow makes it always return `0` from the Java side. Different versions of `jnidispatch.dll` make it work / not work even if...