Avdump3: Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 3: Line 3:
== Quickstart ==
== Quickstart ==


Since you’re here you probably just want to sent AVMF Packages (or Dumps) to AniDB which will add metadata to previously (or soon to be) added files. If that doesn’t mean anything to you, you probably want to start with https://wiki.anidb.net/Content:Files and https://wiki.anidb.net/Auto-creqing and https://wiki.anidb.net/Tutorial:How_to_Add_Files_for_Dummies
Since you’re here you probably just want to send AVMF Packages (or Dumps) to AniDB which will add metadata to previously (or soon to be) added files. If that doesn’t mean anything to you, you probably want to start with https://wiki.anidb.net/Content:Files and https://wiki.anidb.net/Auto-creqing and https://wiki.anidb.net/Tutorial:How_to_Add_Files_for_Dummies


Anyway lets keep this short:<br />
Anyway lets keep this short:<br />
1. Login into AniDB with your account and visit https://anidb.net/user/setting, there goto the Account tab and set a password for “UDP API Key”<br />
1. Login into AniDB with your account and visit https://anidb.net/user/setting, there goto the Account tab and set a password for “UDP API Key”<br />
2. Make sure Net Core 3.1 or higher is installed<br />
2. Make sure [https://dotnet.microsoft.com/download Net Core 3.1] or higher is installed<br />
3. Download the latest Version of AVD3 with the link in the section below and extract it somewhere.<br />
3. Download the latest Version of AVD3 with the link in the section below and extract it somewhere.<br />
4. Start a terminal and navigate to AVDump3<br />
4. Start a terminal and navigate to AVDump3<br />
Line 16: Line 16:
== Download ==
== Download ==


http://static.anidb.net/client/avdump2/avdump3_8134.zip
[http://static.anidb.net/client/avdump2/avdump3_8134.zip DOWNLOAD(ZIP)] (Build 8134) MD5 = xxx


== What’s new compared to AVD2? ==
== What’s new compared to AVD2? ==
Line 27: Line 27:
* Can move/rename files based on scripts
* Can move/rename files based on scripts
* More hash algorithms
* More hash algorithms
* Latest version of MediaInfoLib (MIL) is being used (currently 20.03)
* Support for 32bit has been dropped
* Support for 32bit has been dropped
* Support for MacOS is not yet available (To add support https://github.com/DvdKhl/AVDump3/blob/master/AVDump3NativeLib/src/AVD3MirrorBuffer.c needs to be implemented, help would be appreciated)
* Support for MacOS is not yet available (To add support https://github.com/DvdKhl/AVDump3/blob/master/AVDump3NativeLib/src/AVD3MirrorBuffer.c needs to be implemented, help would be appreciated)