227
edits
No edit summary |
|||
Line 34: | Line 34: | ||
! style="border: 1px solid #aaaaaa; background: #f2f2f2;" | Example | ! style="border: 1px solid #aaaaaa; background: #f2f2f2;" | Example | ||
|- | |- | ||
|''' | |'''Auth'''=<username>:<udp_api_key>||Auto-creqing||Enable automatic creqing. You should always use this option when dumping anime files! Also enables error reporting.||||--Auth:tard:monkey | ||
|- | |- | ||
|''' | |'''NoErr'''||Auto-creqing||Disable error reporting. You should not disable this as it helps finding and fixing bugs.||||--NoErr | ||
|- | |- | ||
|''' | |'''Host'''=<hostname>:<port>||Auto-creqing||Hostname of AniDB UDP API server||--Host=api.anidb.info:9002|| | ||
|- | |- | ||
|''' | |'''LPort'''=<port>||Auto-creqing||Local UDP port used for autocreqing. Only needed when behind "strict" firewalls.||||--LPort=12345 | ||
|- | |- | ||
|''' | |'''TOut'''=<timeoutInSeconds>:<numOfRetries>||Auto-creqing||Timeout for sending dumps||--TOut:10:3||--TOut=25:6 | ||
|- | |- | ||
| | | | ||
|- | |- | ||
|''' | |'''BSize'''=<KB_per_block>:<number_of_blocks>||Input||Buffer size for hashing.||||--BSize=512:16 | ||
|- | |- | ||
|''' | |'''Ext'''=<comma separated list>||Input||Comma separated extension list.||Process all supported extensions||--Ext=avi,mkv or --Ext=-zip,-sub or --Ext=* | ||
|- | |- | ||
|''' | |'''Mon'''=<seconds>||Input||Monitor sleep duration in seconds.||--Mon=60||--Mon=120 | ||
|- | |- | ||
| | | | ||
|- | |- | ||
|''' | |'''ACRrr'''=<file path/name>||Logging||Write file paths of failed dumps to file.||||--ACErr=acerr.txt | ||
|- | |- | ||
|''' | |'''CRCErr'''=<file path/name>||Logging||Checks if filename contains calculated crc||||--CRCErr=crcerr.txt | ||
|- | |- | ||
|''' | |'''ExtDiff'''=<file path/name>||Logging||Write mismatched extensions and file paths to file.||||--ExtDiff=extdiff.txt | ||
|- | |- | ||
|''' | |'''Exp'''=<file path/name>||Logging||Export ed2k-links to the specified file. Very useful when mass adding files.||||--Exp=ed2k.txt | ||
|- | |- | ||
|''' | |'''Done'''=<file path/name>||Logging||Skip paths present in log and append paths to newly processed files.||||--Done=done.txt | ||
|- | |- | ||
|''' | |'''HLog'''=<file path/name>||Logging||Export hashes to file.||||--HLog="$CRC$ $ED2K$":hlog.txt | ||
|- | |- | ||
|''' | |'''Log'''=<file path/name>||Logging||Write output to file.||||--Log=log.txt | ||
|- | |- | ||
| | | | ||
Line 72: | Line 72: | ||
|'''M'''||Output||MediaInfo dump||||-M | |'''M'''||Output||MediaInfo dump||||-M | ||
|- | |- | ||
|''' | |'''m'''||Output||MediaInfo XML dump||||-m | ||
|- | |- | ||
|''' | |'''t'''||Output||Simple text format||||-t | ||
|- | |- | ||
|''' | |'''C'''||Output||XML creq format||||-C | ||
|- | |- | ||
|''' | |'''c'''||Output||AVD2 creq dump||||-c | ||
|- | |- | ||
| | | | ||
|- | |- | ||
|''' | |'''R'''||Control||Do '''not''' recurse into subfolders.||||-R | ||
|- | |- | ||
|'''p'''||Control||Pause when done (hold cmd window).||||-p | |'''p'''||Control||Pause when done (hold cmd window).||||-p | ||
|- | |- | ||
|''' | |'''P'''||Control||Pause after each file.||||-P | ||
|- | |- | ||
|'''r'''||Control||Random file order.||||-r | |'''r'''||Control||Random file order.||||-r | ||
|- | |- | ||
|''' | |'''q'''||Control||Suppress progress (silent).||||-q | ||
|- | |- | ||
|''' | |'''B'''||Control||Test pure hashingspeed without io limitations||||-B | ||
|- | |- | ||
|'''U'''||Control||Use UTF8 as console output stream||||-U | |'''U'''||Control||Use UTF8 as console output stream||||-U | ||
Line 121: | Line 113: | ||
|- | |- | ||
|'''a'''||Hashing||All (available) hash algorithms.||||-a | |'''a'''||Hashing||All (available) hash algorithms.||||-a | ||
|- | |- | ||
|} | |} | ||
==Changes From Avdump Classic== | ==Changes From Avdump Classic== |
edits