546
edits
Epoximator (talk | contribs) (1.10) |
Epoximator (talk | contribs) m (1.12) |
||
Line 9: | Line 9: | ||
:* WebAOM v1.08 (beta) [http://www.anidb.net/client/webaom.htm Applet] | [http://www.anidb.net/client/webaom.jar JAR] | [http://www.anidb.net/client/webaom.jnlp Webstart] | :* WebAOM v1.08 (beta) [http://www.anidb.net/client/webaom.htm Applet] | [http://www.anidb.net/client/webaom.jar JAR] | [http://www.anidb.net/client/webaom.jnlp Webstart] | ||
<b>Current Version hosted by epoximator:</b> | <b>Current Version hosted by epoximator:</b> | ||
:* WebAOM v1. | :* WebAOM v1.12 (beta) [http://www.stud.ntnu.no/~jovetlea/webaom/index.htm Applet] | [http://www.stud.ntnu.no/~jovetlea/webaom/webaom.jar JAR] | [http://www.stud.ntnu.no/~jovetlea/webaom/webaom.jnlp Webstart] | ||
<br> | <br> | ||
Line 62: | Line 62: | ||
::* Browser Path : Set path to internet browser manually here. For Linux users. | ::* Browser Path : Set path to internet browser manually here. For Linux users. | ||
::* My Database : For later versions. | ::* My Database : For later versions. | ||
::* Renaming : Combobox for selecting renaming mode. | |||
::* [http://en.wikipedia.org/wiki/Hash_function Hash functions] : [http://en.wikipedia.org/wiki/Ed2k_(hash) ED2K] [http://en.wikipedia.org/wiki/CRC32 CRC32] [http://en.wikipedia.org/wiki/MD5 MD5] [http://en.wikipedia.org/wiki/SHA1 SHA1] [http://en.wikipedia.org/wiki/Tiger-Tree_Hash TTH] | ::* [http://en.wikipedia.org/wiki/Hash_function Hash functions] : [http://en.wikipedia.org/wiki/Ed2k_(hash) ED2K] [http://en.wikipedia.org/wiki/CRC32 CRC32] [http://en.wikipedia.org/wiki/MD5 MD5] [http://en.wikipedia.org/wiki/SHA1 SHA1] [http://en.wikipedia.org/wiki/Tiger-Tree_Hash TTH] | ||
:* Wanted File Extensions : Default are avi, ogm, mkv. | :* Wanted File Extensions : Default are avi, ogm, mkv. | ||
Line 109: | Line 110: | ||
<b>Possible tests</b><br> | <b>Possible tests</b><br> | ||
:* A = Anime (string) [*] | :* A = Anime (string) [*] | ||
:* G = Group (string) [*] | :* G = Group (string) [unknown, *] | ||
:* Q = Quality (string) [unknown, very high, high, med, low, very low, corrupted, eyecancer] | :* Q = Quality (string) [unknown, very high, high, med, low, very low, corrupted, eyecancer] | ||
:* S = Source (string) [unknown, camcorder, TV, DTV, VHS, VCD, SVCD, LD, DVD, HKDVD, www] | :* S = Source (string) [unknown, camcorder, TV, DTV, VHS, VCD, SVCD, LD, DVD, HKDVD, www] | ||
:* T = Type (string) [unknown, TV, OVA, Movie, Other, web] | :* T = Type (string) [unknown, TV, OVA, Movie, Other, web] | ||
:* Y = Year (int) [#] | :* Y = Year (int) [#] | ||
As you can see, all tests except year is done on strings. | :* D = Dub Language (Note: 'dual (jap/[lang2])' is replaced with 'jap&[lang2]') | ||
:* L = Sub Language | |||
As you can see, all tests except year is done on strings. The test supports no wildcards, but lists [A,B,C,D](for strings and numbers) and ranges [0-1999,2000-3000](only numbers). NOT is also supported with the use of '!'. Ex. G(!unknown). | |||
It is possible to use IGNORE where you put schema. Which means do not rename or move. (Never define a schema called IGNORE/ignore.) | It is possible to use IGNORE where you put schema. Which means do not rename or move. (Never define a schema called IGNORE/ignore.) | ||
Line 134: | Line 137: | ||
===Tags=== | ===Tags=== | ||
<pre> | <pre> | ||
%ann Anime | %ann Anime Name / Title | ||
%kan Jap. Kanji Title | |||
%eng English Title | |||
%epn Episode name | %epn Episode name | ||
%enr Episode number | %enr Episode number | ||
%ed2k | %ed2k / %ED2K | ||
%md5 | %md5 / %MD5 | ||
%sha | %sha / %SHA | ||
%crc | %crc / %CRC | ||
%ver Version string | %ver Version string | ||
%cen Censored string | %cen Censored string | ||
Line 162: | Line 167: | ||
== Changelog == | == Changelog == | ||
<pre> | <pre> | ||
1.12 24.09.2005 | |||
-Added extra '0' padding in epnr when an anime serie got more than 99 episodes. Will only work when total num of eps is known. | |||
-Added support for dub language (D) and sub language (L) in tests. | |||
-Added support for NOT (!) in tests. | |||
-Added tags %kan = Jap. Kanji Title and %eng = English Title. (If null then %ann is used.) | |||
-Added support for hentai. (Needs to be enabled in profile: http://anidb.info/perl-bin/animedb.pl?show=profile) | |||
-Fixed minor bugs. | |||
1.11 22.09.2005 | |||
-Fixed bug in rule system: Test 'A' did not work. | |||
-Fixed some minor bugs thx to hrm. | |||
-Added combobox 'Renaming' for selection of renaming mode. | |||
-Change in file handler: Will not try to add files that are locked (used by another process). | |||
1.10 15.09.2005 | |||
-Fixed bug where Job is not set to Finished (when rename/moving is enabled but not needed). | |||
-Fixed parsing bug. (Movies has parts, not episodes.) | |||
-Fixed minor gui bugs. | |||
-Added slider for delay between datagrams sent to server (3-10 sec). | |||
-Added updating of progress bar when checking crc (after move). | |||
-Added updating of second progress bar (total progress). | |||
1.09 09.09.2005 | 1.09 09.09.2005 | ||
-Fixed rename bug when group is "raw/unknown" (gid=0). These are now just called "unknown". | -Fixed rename bug when group is "raw/unknown" (gid=0). These are now just called "unknown". |
edits