Talk:Avdump3: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
|  (Created page with "==Worf's suggested setup==  Run AVDump3 with the following command: <pre>dotnet AVDump3CL.dll FROMFILE arguments.txt <drive/folder/file></pre>  Parameters inside '''arguments....") | No edit summary | ||
| (4 intermediate revisions by the same user not shown) | |||
| Line 15: | Line 15: | ||
| --Ed2kLogPath=ed2k.txt | --Ed2kLogPath=ed2k.txt | ||
| --Reports=AniDBReport | --Reports=AniDBReport | ||
| --ReportContentPrefix=${FullName} | |||
| --ReportDirectory=Reports | --ReportDirectory=Reports | ||
| --ReportFilename=report_ | --ReportFilename=report_${FileExtension}.txt | ||
| --CRC32Error=diff_crc.txt | --CRC32Error=diff_crc.txt,((?i)${CRC32}) | ||
| --ExtensionDifferencePath=diff_ext.txt | --ExtensionDifferencePath=diff_ext.txt | ||
| --FileMove.Mode= | --FileMove.Mode=PlaceholderInline | ||
| --FileMove.Pattern={DirectoryName}\{FileNameWithoutExtension}{SuggestedExtension} | --FileMove.Pattern=${DirectoryName}\${FileNameWithoutExtension}${SuggestedExtension} | ||
| --FileMove.LogPath=move.txt</pre> | --FileMove.LogPath=move.txt | ||
| --PauseBeforeExit</pre> | |||
Latest revision as of 15:25, 4 December 2021
Worf's suggested setup
Run AVDump3 with the following command:
dotnet AVDump3CL.dll FROMFILE arguments.txt <drive/folder/file>
Parameters inside arguments.txt:
--Auth=<username>:<apikey>
--Recursive
--ErrorDirectory=Errors
--SaveErrors
--UploadErrors
--IncludePersonalData
--ACreqErrorPath=error_acreq.txt
--DoneLogPath=done.txt
--Ed2kLogPath=ed2k.txt
--Reports=AniDBReport
--ReportContentPrefix=${FullName}
--ReportDirectory=Reports
--ReportFilename=report_${FileExtension}.txt
--CRC32Error=diff_crc.txt,((?i)${CRC32})
--ExtensionDifferencePath=diff_ext.txt
--FileMove.Mode=PlaceholderInline
--FileMove.Pattern=${DirectoryName}\${FileNameWithoutExtension}${SuggestedExtension}
--FileMove.LogPath=move.txt
--PauseBeforeExit