546
edits
m (Reverted edits by Der Idiot (Talk); changed back to last version by Epoximator) |
Epoximator (talk | contribs) |
||
Line 28: | Line 28: | ||
===Options=== | ===Options=== | ||
{|align="center" style="border: 1px solid #aaaaaa; border-collapse: collapse; background: #f9f9f9; line-height: 1.0; font-size: smaller; width: | {|align="center" style="border: 1px solid #aaaaaa; border-collapse: collapse; background: #f9f9f9; line-height: 1.0; font-size: smaller; width: 100%" | ||
! style="border: 1px solid #aaaaaa; font-size: 120%; background: #f2f2f2;" | Switch | ! style="border: 1px solid #aaaaaa; font-size: 120%; background: #f2f2f2;" | Switch | ||
! style="border: 1px solid #aaaaaa; font-size: 120%; background: #f2f2f2;" | | ! style="border: 1px solid #aaaaaa; font-size: 120%; background: #f2f2f2;" | Info | ||
! style="border: 1px solid #aaaaaa; font-size: 120%; background: #f2f2f2;" | Example | ! 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> | |'''ext''':<comma separated list>||Only process files with the specified extensions.||<tt>ext:mkv,avi</tt> | ||
|- | |- | ||
|log:<file path/name>|| | |'''log''':<file path/name>||Mirror the output to the specified file.||<tt>log:avdump.log</tt> | ||
|- | |- | ||
|exp:<file path/name>||Export ed2k-links to specified file.||<tt>exp:ed2k-links.txt</tt> | |'''exp''':<file path/name>||Export ed2k-links to the specified file. Very useful when mass adding files.||<tt>exp:ed2k-links.txt</tt> | ||
|- | |- | ||
|ac:<username>:< | |'''ac''':<username>:<api_password>||Enable automatic creqing. You should always use this option when dumping anime files!||<tt>-ac:tard:monkey</tt> | ||
|- | |- | ||
|port:<port number>||Use specified | |'''port''':<port number>||Use the specified UDP port for communication with the AniDB server (api.anidb.net). Only needed when behind "strict" firewalls.||<tt>port:1337</tt> | ||
|- | |- | ||
|done:<file path/name>||Save processed-file-paths to specified file and exlude existing.||<tt>done:done.txt</tt> | |'''done''':<file path/name>||Save processed-file-paths to the specified file and exlude existing entries.||<tt>done:done.txt</tt> | ||
|- | |- | ||
| | |'''tout''':<timeout_in_seconds>:<number_of_retries>||Set timeout options.||<tt>tout:15:6</tt> | ||
|- | |- | ||
| | |'''bsize''':<KB_per_block>:<number_of_blocks>||Set size per block (2048 is default) and number of blocks in the circular buffer for hashing. If ''number of blocks'' is less than 2 then a plain single-threaded hasher is used. Might be useful if you got trouble with the default hasher.||<tt>bsize:512:16</tt> | ||
|} | |} | ||
edits