[Feature Request] Create Anidb style ED2k hashes.

All your suggestions, requests and ideas for future development
Post Reply
popman
Posts: 3
Joined: 17 Nov 2013, 21:43

[Feature Request] Create Anidb style ED2k hashes.

Post by popman »

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>|/"
User avatar
rednoah
The Source
Posts: 23934
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: [Feature Request] Create Anidb style ED2k hashes.

Post by rednoah »

Here's a script for that:
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
:idea: Please read the FAQ and How to Request Help.
popman
Posts: 3
Joined: 17 Nov 2013, 21:43

Re: [Feature Request] Create Anidb style ED2k hashes.

Post by popman »

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)
It might also be helpful to have man pages, or filebot --help to explain all of the command line options.
Post Reply