staff
1,132
edits
No edit summary |
(→Reporting: PrintHashes requires Consumers to be set before it will print anything) |
||
(8 intermediate revisions by 3 users not shown) | |||
Line 2: | Line 2: | ||
== Quickstart == | == Quickstart == | ||
{{eyecatch|Important|[[Avdump_GUI|Avdump GUI]] is a GUI version of Avdump3, for command line skeptics.}} | |||
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 | 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 [[Content:Files]] and [[Auto-creqing]] and [[Tutorial:How to Add Files for Dummies]]. | ||
Anyway lets keep this short:<br /> | Anyway lets keep this short:<br /> | ||
Line 19: | Line 19: | ||
== Download == | == Download == | ||
[ | [https://cdn.anidb.net/client/avdump3/avdump3_8293_stable.zip DOWNLOAD (ZIP)] (Build 8293) MD5 = 87ed86a9babc172d638071ff1123fdc7 | ||
== What’s new compared to AVD2? == | == What’s new compared to AVD2? == | ||
AVD3 is a complete rewrite of AVD2 which uses .NET | AVD3 is a complete rewrite of AVD2 which uses .NET 6.0 instead of .NET Framework and treats Linux as a first class citizen. So it should run on Linux just as well as on Windows. To name a few other big differences: | ||
* Can process multiple files in parallel | * Can process multiple files in parallel | ||
Line 29: | Line 29: | ||
* More efficient reading | * More efficient reading | ||
* Can move/rename files based on scripts | * Can move/rename files based on scripts | ||
* Redone | * Redone command line arguments | ||
* More hash algorithms | * More hash algorithms | ||
* Latest version of MediaInfoLib (MIL) is being used (currently | * Latest version of MediaInfoLib (MIL) is being used (currently 2109) | ||
* Support for .vtt subtitle files | * Support for .vtt subtitle files | ||
* Support for 32bit has been dropped | * Support for 32bit has been dropped | ||
* Support for Linux aarch64 has been added | |||
* 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) | ||
Line 264: | Line 265: | ||
| | | | ||
| Print calculated hashes in hexadecimal format to console | | Print calculated hashes in hexadecimal format to console | ||
Consumers must be specified for the the PrintHashes command to output anything | |||
| style="white-space: nowrap;" | --PrintHashes | | style="white-space: nowrap;" | --PrintHashes | ||
| style="white-space: nowrap;" | False | | style="white-space: nowrap;" | False | ||
Line 511: | Line 513: | ||
'''0.1.8293.0 : 2021.12.02''' | '''0.1.8293.0 : 2021.12.02''' | ||
* Updated dependency from .Net 5.0 to .Net 6.0 | * Updated dependency from .Net 5.0 to .Net 6.0 | ||
* Added support for aarch64 | * Added support for Linux aarch64 | ||
'''0.1.8238.0 : 2021.10.31''' | '''0.1.8238.0 : 2021.10.31''' | ||
Line 572: | Line 574: | ||
* semi-public pre-release | * semi-public pre-release | ||
</div> | </div> | ||
[[Category:Avdump]] |