546
edits
m (→Alternative way of usage: ::''SendTo'' is a hidden folder) |
Epoximator (talk | contribs) (.31) |
||
Line 31: | Line 31: | ||
<tt>avdump [-ext:<extensions>] [-log:<log file>] <media file/folder> [<media file/folder> ...]</tt> | <tt>avdump [-ext:<extensions>] [-log:<log file>] <media file/folder> [<media file/folder> ...]</tt> | ||
<pre>Options: (one letter switches can be put in one string) | <pre>Options: (one letter switches can be put in one string) | ||
Input: (all requires :) | |||
ext comma separated extension list | ext comma separated extension list | ||
log write output to file | log write output to file | ||
ac autocreq: '-ac:username:apipass' | exp export ed2k-links to file | ||
ac autocreq: '-ac:<username>:<apipass>' | |||
port udp port used by ac | port udp port used by ac | ||
done save processed-file-paths to file and exlude existing from proc | |||
bsize buffer size for hashing in KB (2048 is default) | |||
tout timeout: '-tout:<seconds>:<number of retries>' | |||
Output: (exclusive) | Output: (exclusive) | ||
s Short (creq friendly) | s Short (creq friendly) | ||
Line 43: | Line 46: | ||
y XML Creq format | y XML Creq format | ||
Control: | Control: | ||
c do _not_ reCurse into subfolders | |||
i skIp full parsing (only for testing) | |||
m Monitor folder(s) | |||
n add extra Newline after each file | |||
p Pause when done (hold cmd window) | p Pause when done (hold cmd window) | ||
q pause after each file | q pause after each file | ||
r Random file order | |||
t print Time used for each file | t print Time used for each file | ||
z delete files after parsing | |||
o wait for respOnse when sending dumps | |||
Hash: | Hash: | ||
0 crc32 | 0 crc32 | ||
Line 56: | Line 63: | ||
5 tth | 5 tth | ||
6 aich | 6 aich | ||
9 mp3 w/o metadata (test) | |||
a All hash algorithms | a All hash algorithms | ||
h Hash mode (no a/v parsing) | h Hash mode (no a/v parsing) | ||
e print Ed2k link | e print Ed2k link | ||
d print | d print aniDb link | ||
g print and Goto anidb link | g print and Goto anidb link | ||
u print time | u print time Used</pre> | ||
===Alternative way of usage=== | ===Alternative way of usage=== | ||
Line 120: | Line 128: | ||
==Changelog== | ==Changelog== | ||
0.31 : 250205 - importance: low | |||
- Fixed batch abort when parser fails to recognize a file. | |||
- Fixed <lib> for some mpg files (95446). | |||
- Fixed <lib> for one avi file (199976). | |||
- Added mp3-ignore-metadata hash (test). | |||
0.30 : 070123 - importance: high | 0.30 : 070123 - importance: high | ||
- Added option '-done:' for keeping track of already processed files. | - Added option '-done:' for keeping track of already processed files. |
edits