546
edits
Epoximator (talk | contribs) (.25) |
Epoximator (talk | contribs) (.26) |
||
Line 26: | Line 26: | ||
<b>Avdump</b> is a simple commandline client and as that is to be used in the dosbox: | <b>Avdump</b> is a simple commandline client and as that is to be used in the dosbox: | ||
<tt>avdump [- | <tt>avdump [-ext:<extensions>] [-log:<log file>] <media file/folder> [<media file/folder> ...]</tt> | ||
Options: ( | Options: (one letter switches can be put in one string) | ||
Input: | |||
ext comma separated extension list | |||
log write output to file | |||
Output: (exclusive) | |||
s Short (creq friendly) | s Short (creq friendly) | ||
l List (codecs) | l List (codecs) | ||
x | x XML | ||
Control: | |||
r Random file order | r Random file order | ||
p Pause when done (hold cmd window) | |||
q pause after each file | |||
t print Time used for each file | t print Time used for each file | ||
n add extra Newline after each file | |||
i skIp full parsing (only for testing) | |||
Hash: | |||
0 crc32 | 0 crc32 | ||
1 ed2k | 1 ed2k | ||
Line 47: | Line 49: | ||
5 tth | 5 tth | ||
6 aich | 6 aich | ||
h | a All hash algorithms | ||
h Hash mode (no a/v parsing) | |||
e print Ed2k link | e print Ed2k link | ||
d print aniDb link | d print aniDb link | ||
Line 81: | Line 84: | ||
==Changelog== | ==Changelog== | ||
0.26 : 060912 - importance: low | |||
- Changes in the xml mode; formatted time and exact channels value. | |||
- Added option to skip parsing altogether (hash only mode). | |||
- Added switch '-ext:{comma separated file extension list}'. | |||
- Changes in the arguments. See usage. | |||
0.25 : 060907 | 0.25 : 060907 | ||
- Added md5 hash. | - Added md5 hash. |
edits