546
edits
Epoximator (talk | contribs) No edit summary |
Epoximator (talk | contribs) (→Usage) |
||
Line 24: | Line 24: | ||
==Usage== | ==Usage== | ||
'''Avdump''' is a simple command line client and as that is to be used in the dosbox: | |||
:<tt>avdump [-<options> ...] <media file/folder> [<media file/folder> ...]</tt> | |||
<tt> | ===Options=== | ||
< | {|align="center" style="border: 1px solid #aaaaaa; border-collapse: collapse; background: #f9f9f9; line-height: 1.0; font-size: smaller; width: 80%" | ||
! style="border: 1px solid #aaaaaa; font-size: 120%; background: #f2f2f2;" | Switch | |||
! style="border: 1px solid #aaaaaa; font-size: 120%; background: #f2f2f2;" | Operation | |||
! style="border: 1px solid #aaaaaa; font-size: 120%; background: #f2f2f2;" | Example | |||
|- | |||
|ext:<comma separated list>||Only process files with the specified extensions.||<tt>ext:mkv,avi</tt> | |||
|- | |||
|log:<file path/name>||Write output to to specified log file.||<tt>log:avdump.log</tt> | |||
|- | |||
|exp:<file path/name>||Export ed2k-links to specified file.||<tt>exp:ed2k-links.txt</tt> | |||
|- | |||
|ac:<username>:<api password>||Enable autocreq.||<tt>-ac:tard:monkey</tt> | |||
|- | |||
|port:<port number>||Use specified udp port when autocreqing.||<tt>port:1337</tt> | |||
|- | |||
|done:<file path/name>||Save processed-file-paths to specified file and exlude existing.||<tt>done:done.txt</tt> | |||
|- | |||
|bsize:<size in KB>||Set buffer size for hashing in KB (2048 is default)||<tt>bsize:512</tt> | |||
|- | |||
|tout:<timeout in sec>:<number of retries>||Set timeout options.||<tt>tout:15:6</tt> | |||
|} | |||
=== | |||
{|align="center" style="border: 1px solid #aaaaaa; border-collapse: collapse; background: #f9f9f9; line-height: 1.0; font-size: smaller; width: 80%" | |||
! style="border: 1px solid #aaaaaa; font-size: 120%; background: #f2f2f2;" | Switch | |||
! style="border: 1px solid #aaaaaa; font-size: 120%; background: #f2f2f2;" | Type | |||
! style="border: 1px solid #aaaaaa; font-size: 120%; background: #f2f2f2;" | Description | |||
|- | |||
|s||Formatting||Use '''s'''hort/simple format. | |||
|- | |||
|l||Formatting||'''L'''ist codecs. | |||
|- | |||
|x||Formatting||Old '''X'''ML format (intended for AOM). | |||
|- | |||
|y||Formatting||New XML format (used when autocreqing). | |||
|- | |||
|c||Control||Do not re'''c'''urse into subfolders, only handle files in current folder. | |||
|- | |||
|i||Control||Sk'''i'''p full parsing (only for testing, not compatible with autocreqing). | |||
|- | |||
|m||Control||'''M'''onitor folder(s). Check for new files every now and then. | |||
|- | |||
|n||Control||Add an extra '''n'''ewline after each file file has been processed. | |||
|- | |||
|p||Control||'''P'''ause when done, keep commando window open. | |||
|- | |||
|q||Control||Pause after each file. | |||
|- | |||
|r||Control||Randomize the file order. | |||
|- | |||
|t||Control||Print '''t'''ime used per file. | |||
|- | |||
|z||Control||Delete files after parsing. | |||
|- | |||
|o||Control||Wait for resp'''o'''nse when sending dumps and resend if needed. | |||
|- | |||
|0||Hash||crc32 | |||
|- | |||
|1||Hash||ed2k | |||
|- | |||
|2||Hash||md5 | |||
|- | |||
|3||Hash||sha1 | |||
|- | |||
|5||Hash||tth | |||
|- | |||
|6||Hash||aich | |||
|- | |||
|9||Hash||Mode for hashing music files. Should be used together with <tt>-ac</tt>. | |||
|- | |||
|a||Hash||Include '''a'''ll hash algorithms. | |||
|- | |||
|h||Hash||'''H'''ash only mode, ie. no metadata parsing. | |||
|- | |||
|e||Hash||Print '''e'''d2k link | |||
|- | |||
|d||Hash||Print Ani'''D'''B link | |||
|- | |||
|g||Hash||Print AniDB link and open it with the default browser. | |||
|- | |||
|u||Hash||Print the time '''u'''sed for hashing per file. | |||
|} | |||
===Send to=== | |||
#Extract to a folder of choice. | |||
#Right-click avdump.exe, select ''Create Shortcut''. | |||
#Right-click the shortcut, add <tt>-p</tt> to the ''Shortcut - Target'' line. | |||
::Example: <tt>"C:\program files\Codecs\avdump\avdump.exe" -p</tt> | ::Example: <tt>"C:\program files\Codecs\avdump\avdump.exe" -p</tt> | ||
: | :::You can also set other options like ''s'', ''x'' or ''t'' if you wish to do so. | ||
:: | ::Optional: Change ''Run'' to ''Maximized''. | ||
#Move shortcut to C:\Documents and Settings\[Username]\SendTo | |||
:: | ::Where ''Username'' is your WinXP LogIn-Name. | ||
::''SendTo'' is a hidden folder | ::Note that ''SendTo'' is a hidden folder. | ||
#Right-click any media-file, goto "Send To", choose avdump (or whatever you called the shortcut) | |||
#Be happy :D | |||
#Get [[Creq|CReqing]] | |||
::<i>(thanks to taxit for this tip)</i> | |||
===Graphical user interface=== | |||
{{Avdump-gui}} | |||
===Processing DVD's=== | ===Processing DVD's=== | ||
Line 92: | Line 137: | ||
</pre> | </pre> | ||
<i>(default is 2048)</i> | <i>(default is 2048)</i> | ||
== Autocreqing == | == Autocreqing == |
edits