Avdump3: Difference between revisions

Jump to navigation Jump to search
1,932 bytes added ,  19 December 2021
(31 intermediate revisions by 5 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 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 [[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 />
# 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 />
# Login into AniDB with your account and visit https://anidb.net/user/setting, there go to the Account tab and set a password for “UDP API Key”<br />
# Make sure [https://dotnet.microsoft.com/download Net Core 3.1] or higher is installed<br />
# Make sure [https://aka.ms/dotnet-core-applaunch?framework=Microsoft.NETCore.App&framework_version=6.0.0&arch=x64&rid=win10-x64 .Net 6.0] or higher is installed<br />
# Download the latest Version of AVD3 with the link in the section below and extract it somewhere.<br />
# Download the latest Version of AVD3 with the link in the section below and extract it somewhere.<br />
# Start a terminal and navigate to AVDump3<br />
# Start a terminal and navigate to AVDump3<br />
Line 14: Line 14:
#: '''Linux:''' <code>dotnet AVDump3CL.dll --Auth=&lt;YourUserName&gt;:&lt;YourUdpApiPassword&gt; &lt;APathToTheFiles&gt;</code>
#: '''Linux:''' <code>dotnet AVDump3CL.dll --Auth=&lt;YourUserName&gt;:&lt;YourUdpApiPassword&gt; &lt;APathToTheFiles&gt;</code>
# Optional: See sections below to improve usage experience
# Optional: See sections below to improve usage experience
## For example, to avoid dumping the same files over and over again, add the following parameter: <code>--DoneLogPath=done.txt</code>
# Optional: Strongly consider adding --UploadErrors to the arguments. For more information see https://wiki.anidb.net/Avdump3#UploadErrors_Argument
# Optional: Strongly consider adding --UploadErrors to the arguments. For more information see https://wiki.anidb.net/Avdump3#UploadErrors_Argument


== Download ==
== Download ==


[hxxp://static.anidb.net/client/avdump3/avdump3_8187.zip DOWNLOAD (ZIP)] (Build 8187) MD5 = a9710a8412ec4d3518b2406895081299
[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 Core 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:
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 28: Line 29:
* More efficient reading
* More efficient reading
* Can move/rename files based on scripts
* Can move/rename files based on scripts
* Redone commandline arguments  
* Redone command line arguments  
* More hash algorithms
* More hash algorithms
* Latest version of MediaInfoLib (MIL) is being used (currently 20.08)
* 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)


== Supported formats ==
== Supported formats ==
Most major file formats are supported to some degree. While hashes are created for all file types, stream details remain shakey for others (notably 'swf'). Because of that for some filetypes (underlined) only the hashes get auto-creqed.
Most major file formats are supported to some degree. While hashes are created for all file types, stream details remain shaky for others (notably 'swf'). Because of that for some filetypes (underlined) only the hashes get auto-creqed.


* '''Video files:''' asf/wmv, avi, flv, m2ts, mk3d, mkv, mov, mp4, mpg/mpeg, ogm, ogv, qt, rm/rmvb, <u>swf</u>, ts, webm
* '''Video files:''' asf/wmv, avi, flv, m2ts, mk3d, mkv, mov, mp4, mpg/mpeg, ogm, ogv, qt, rm/rmvb, <u>swf</u>, ts, webm
Line 282: Line 284:
| Reports will be saved to the specified directory
| Reports will be saved to the specified directory
| style="white-space: nowrap;" | --ReportDirectory=<Directory>
| style="white-space: nowrap;" | --ReportDirectory=<Directory>
| style="white-space: nowrap;" | <The directory AVD3 resides in>
| style="white-space: nowrap;" | <The directory AVD3 is invoked in>
|-
|-
| style="white-space: nowrap;" | --ReportFileName
| style="white-space: nowrap;" | --ReportFileName
Line 289: Line 291:
| style="white-space: nowrap;" | --ReportFileName=<FileName>
| style="white-space: nowrap;" | --ReportFileName=<FileName>
| style="white-space: nowrap;" | ${FileName}.${ReportName}.${ReportFileExtension}
| style="white-space: nowrap;" | ${FileName}.${ReportName}.${ReportFileExtension}
|-
| style="white-space: nowrap;" | --ReportContentPrefix
|
| Each report will be prefixed with the arguments content.<br />See ReportFileName for Placeholders.
| style="white-space: nowrap;" | --ReportContentPrefix=${FullName}
| style="white-space: nowrap;" |
|-
|-
| style="white-space: nowrap;" | --ExtensionDifferencePath
| style="white-space: nowrap;" | --ExtensionDifferencePath
Line 335: Line 343:
| Various places may include personal data. Currently this only affects error files, which will then include the full filepath
| Various places may include personal data. Currently this only affects error files, which will then include the full filepath
| style="white-space: nowrap;" | --IncludePersonalData
| style="white-space: nowrap;" | --IncludePersonalData
| style="white-space: nowrap;" | Fale
| style="white-space: nowrap;" | False
|-
| style="white-space: nowrap;" | --PrintDiscoveredFiles
|
| Print each discovered file path instead of printing the count
| style="white-space: nowrap;" | --PrintDiscoveredFiles
| style="white-space: nowrap;" | <The directory AVD3 is invoked in>
|-
|-
| style="white-space: nowrap;" | --ErrorDirectory
| style="white-space: nowrap;" | --ErrorDirectory
Line 341: Line 355:
| If --SaveErrors is specified the error files will be placed in the specified path
| If --SaveErrors is specified the error files will be placed in the specified path
| style="white-space: nowrap;" | --ErrorDirectory=<DirectoryPath>
| style="white-space: nowrap;" | --ErrorDirectory=<DirectoryPath>
| style="white-space: nowrap;" | <The directory AVD3 resides in>
| style="white-space: nowrap;" | <The directory AVD3 is invoked in>
|-
|-
| style="white-space: nowrap;" | --NullStreamTest
| style="white-space: nowrap;" | --NullStreamTest
Line 496: Line 510:
==Changelog==
==Changelog==
<div style="height: 280px; overflow: auto; padding: 3px; border:1px solid #AAAAAA; font-size: small">
<div style="height: 280px; overflow: auto; padding: 3px; border:1px solid #AAAAAA; font-size: small">
'''0.1.8293.0 : 2021.12.02'''
* Updated dependency from .Net 5.0 to .Net 6.0
* Added support for Linux aarch64
'''0.1.8238.0 : 2021.10.31'''
* Updated dependency from .Net Core 3.1 to .Net 5.0
* Updated to MediaInfoLib 2109
* Fixed various small bugs
'''0.1.8213.0 : 2020.09.27'''
* Fixed ED2k hash calculation for files with a file size that is a multiple of 9728000 bytes (Issue #48)
** Included alternative ED2k link in ed2k log
** Added <ed2k_alt/> node to output xml
* Don't crash when a file to be processed cannot be opened (Issue #53)
* Switched from FileShare.Read to FileShare.ReadWrite for writing to files
* Added TiB/s
* Set UTF8 as Console output when UTF8OUT is added as an arg (console wide!)
* Added PARSEARGS which will make AVD3 parse the provided arguments itself (windows only), fixing the double quote escape problem
* Don't crash when the console cursor cannot be manipulated
* Output final progress before termination
* Fixed various small bugs
'''0.1.8188.0 : 2020.08.23'''
* Fixed various small bugs
'''0.1.8187.0 : 2020.08.22'''
* Fixed various small bugs
'''0.1.8185.0 : 2020.08.17'''
'''0.1.8185.0 : 2020.08.17'''
* Updated MIL to version 20.08
* Updated MIL to version 20.08
Line 531: Line 573:
* semi-public pre-release
* semi-public pre-release
</div>
</div>
[[Category:Avdump]]
staff
1,114

edits

Navigation menu

MediaWiki spam blocked by CleanTalk.
MediaWiki spam blocked by CleanTalk.