I noticed that there is an option in the SFV section of the program to create an ed2k hash, but there doesn't seem to be anything to output that hash in te form used on the site anidb.net.
I thought that was kind of weird, since it's used as a renaming source in the application.
Can you add an option to display the hashing output as a list of ED2k links for easier adding to anidb? I know there's clients specifically for that, but they are less usable than filebot.
In case you don't know the format is "ed2k://|file|<filename, without spaces. unimportant>|<file syze in bytes>|<ed2k hash>|/"
[Feature Request] Create Anidb style ED2k hashes.
Re: [Feature Request] Create Anidb style ED2k hashes.
Here's a script for that:
https://github.com/filebot/scripts/blob ... d2k.groovy
The the latest filebot revision you can call it via:
https://github.com/filebot/scripts/blob ... d2k.groovy
The the latest filebot revision you can call it via:
Code: Select all
filebot -script dev:ed2k /path/to/anime > ed2k.txt
Re: [Feature Request] Create Anidb style ED2k hashes.
It might also be helpful to have man pages, or filebot --help to explain all of the command line options.java.io.FileNotFoundException: dev:ed2k
at net.sourceforge.filebot.cli.ArgumentProcessor$DefaultScriptProvider.getScriptLocation(ArgumentProcessor.java:194)
at net.sourceforge.filebot.cli.ArgumentProcessor.process(ArgumentProcessor.java:108)
at net.sourceforge.filebot.Main.main(Main.java:190)