347
edits
Fahrenheit (talk | contribs) No edit summary |
Fahrenheit (talk | contribs) |
||
Line 21: | Line 21: | ||
<tt>java -jar xauc-cli.jar [OPTIONS] filename</tt> | <tt>java -jar xauc-cli.jar [OPTIONS] filename</tt> | ||
XAUC - X AniDB UDP Client (v0. | <pre>XAUC - X AniDB UDP Client (v0.3.1/v0.6.5) | ||
Usage: [OPTIONS] file|dir | Usage: [OPTIONS] file|dir | ||
Options: | Options: | ||
--help displays this help | |||
--d See debug messages | |||
--h:(on|off) Enable/disable file hashing (default: on) | |||
--h:save:(on|off) Enable/disable saving of hashing options (default: off) | |||
--h:ed2k:(on|off) Hash file with the ed2k algorithm (default: on) | |||
--h:crc32:(on|off) Hash file with the crc32 algorithm (default: off) | |||
--h:md5:(on|off) Hash file with the md5 algorithm (default: off) | |||
--h:sha1:(on|off) Hash file with the sha1 algorithm (default: off) | |||
--h:tth:(on|off) Hash file with the sha1 algorithm (default: off) | |||
--a:(on|off) Enable/disable file av parsing (default: off) | |||
--a:save:(on|off) Enable/disable saving of av parsing options (default: off) | |||
--a:fp:(on|off) Enable/disable full file av parsing (slower if enabled but more information is supplied, default: off) | |||
--a:vbrmode:(size|bitrate) Set vbr calculation mode in full file av parsing (size should be faster but less accurate, default: bitrate) | |||
--f:write:(none|xml|text) Enable/disable writing of parsed files xml to disk (see below for directory, default: none) | |||
--f:console:(none|xml|text) Enable/disable writing of parsed files data to console (default: text) | |||
--f:recurse:(on|off) Enable/disable recursing in to directories (if a directory is supplied, default: off) | |||
Application directory: | Application directory: C:\Documents and Settings\fahrenheit\.xauc</pre> | ||
====usefull command lines==== | ====usefull command lines==== | ||
:* xauc-cli.jar --r -- | :* xauc-cli.jar --r --h:off --a:fp:on --f:console:on filename/dir (for full file av parsing and no hashing) | ||
===GUI version=== | ===GUI version=== |
edits