546
edits
Epoximator (talk | contribs) m (16) |
Epoximator (talk | contribs) No edit summary |
||
Line 7: | Line 7: | ||
'''Author:''' [[User:epoximator|epoximator]] | '''Author:''' [[User:epoximator|epoximator]] | ||
'''OS:''' Java VM | '''OS:''' Java VM (Sun) | ||
'''Main Features:''' | '''Main Features:''' | ||
* ed2k, crc32, md5, sha1, tth hashing | |||
* file add to [[mylist]] | |||
* custom file renaming and moving | |||
* external postgre/mysql database support | |||
'''Current Version hosted by AniDB:''' | '''Current Version hosted by AniDB:''' | ||
* WebAOM v1.15b (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] | |||
'''Latest Version hosted by epoximator:''' | '''Latest Version hosted by epoximator:''' | ||
* WebAOM v1.16 (060113) [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] | |||
'''Old versions:''' | '''Old versions:''' | ||
* http://www.hostunlim.com/epoximator/hist | |||
== Screenshots == | == Screenshots == | ||
Line 34: | Line 34: | ||
=== Buttons === | === Buttons === | ||
* Wiki : Link to this page. | |||
* Files... : Add specific files for hashing. (Only those with extensions specified in "Wanted File Extensions" are added.) | |||
* Folders... : Add folder(s) with all including files for hashing. | |||
* Toggle fileIO : Enable/disable hashing and moving thread. | |||
* Toggle netIO : Enable/disable communication thread. | |||
* Save Opt: Save options to "%home/.webaom". | |||
* Export : Export all the loaded data to a file. | |||
:* Ping AniDB : Check reachability to AniDB. (UDP server that is.) | * Import: Import data from a file. | ||
* Ping AniDB : Check reachability to AniDB. (UDP server that is.) | |||
=== Tabs === | === Tabs === | ||
* Rules: Rule system. See Move/Rename system. | |||
* Options : All options. | |||
* Jobs: Table of files/work. | |||
:* Log : | * Alt: Alternative treetable view of your files. Grouped by anime, episode. | ||
* Log : History log. Press DEL to clean. | |||
* Hash : All selected checksums are printed here. | |||
* Info : Some info about the client. Changelog. | |||
* Debug : Low level communication and exceptions are printed here. | |||
* Chii Emu: Write [[Chii]] commands here. (Also possible to use UDP API commands.) | |||
=== Options === | === Options === | ||
* Connection | |||
:*AniDB Host : URL to AniDB can be set here. | |||
:*Remote Port : Remote Port can be set here. | |||
:*Local Port : Local Port can be set here. Necessary if the default port is used by another application on your system. | |||
:*Delay (sec) : Delay between each datagram sent to server. 2 seconds is minimum, 3 is recommended. Should be set higher if connection is poor or if much work is queued. | |||
:*Timeout (sec) : Timeout on receiving reply from AniDB. | |||
* File Options | |||
:* Add files to mylist. | |||
:* [[Filestates]] | |||
:* [[Mylist:source]] | |||
:* [[Mylist:storage]] | |||
:* [[Mylist:comment]] | |||
:* [[Mylist:watched]] | |||
* Other | |||
:* Hash Dirs : Default directories to hash. Checked every time Hasher starts. Directories are separated with ";". It's not recommended to edit this string when the Hasher is running. | |||
:* Browser Path : Set path to internet browser manually here. For Linux users. | |||
:* My Database : JDBC url to local / private database. | |||
:* Log File : Set path to log file (html). Press enter to enable. | |||
:* 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] | |||
* Wanted File Extensions : Default are avi, ogm, mkv, mp4. | |||
* Rules (in own tab) | |||
:: | :* Renaming : Show rules for renaming. | ||
:* Moving : Show rules for moving. | |||
:* Apply : Apply the current rules. Don't forget to click this after you have changed the rules. | |||
:* Replace Table : String mapping table. DELETE, CTRL UP/DOWN keys is supported. | |||
=== Job Menu (Popup) === | === Job Menu (Popup) === | ||
The popup menu will appear when right clicking a job (or several). It will spawn a worker thread when needed. It's not possible to spawn several such worker threads, but it's possible to abort a running thread by pressing ESC. | |||
* Pause : Pause / unpause job. | |||
* Show Info : Show info about a file/job. (double click) | |||
* Watch Now : Watch with default media player. Windows only. (alt + double click) | |||
* Explore Folder : Open parent folder with Explorer. Windows only. | |||
* Rehash : Use this if you want rehash and include other hash types. (Must be selected in 'Other' options.) | |||
* Identify : Re-identify the file. Can be used on 'Unknown' files to check if they are added to anidb. | |||
* Add to mylist : Add job manually if you forgot to check 'Add files to mylist'. | |||
* Apply Rules : If the rules are changed after a job is finished, they can be applied again manually. | |||
* Set Finished : If you don't want to bother with a troublesome file, just set it as finished. | |||
* Restore Name : Rename file to its original name. | |||
:* Remove from DB : Remove job from local database. | * Set Folder : Move file to a specific folder. Can also be used to find files when 'File not found'. | ||
* Set Parent Folder : Same as 'Set Folder' but this will include the folder. For keeping the folder name. | |||
* Edit Folder Path : Edit the folder path raw. | |||
* Remove from DB : Remove job from local database. This will _not_ remove the file from your mylist. The job will be readded if used twice. | |||
== Move/rename system == | == Move/rename system == | ||
Line 99: | Line 103: | ||
A new feature from 1.09 is moving and renaming of files based on rules. This is implemented to ease administration of your anime files. The system may seem confusing at first, but it is actually pretty simple. Since the system performs virtually no error checking on the input you provide, it is recommended that you understand the system fully before using it. | A new feature from 1.09 is moving and renaming of files based on rules. This is implemented to ease administration of your anime files. The system may seem confusing at first, but it is actually pretty simple. Since the system performs virtually no error checking on the input you provide, it is recommended that you understand the system fully before using it. | ||
Notice that the system is under development | Notice that the system is under development. Feel free to request changes / comment. | ||
=== Scripting === | === Scripting === | ||
For renaming and moving files WebAOM needs schemas. A schema i just a string with tags, where each tag corresponds to file/anime data. Ex: "%ann - %enr [%crc]". (See tag chart below.) The point with the rule system is that you can customize these schemas so different types of files can be renamed different ways, and moved to different locations. To build the schemas you have to write two simple scripts; one for renaming and one for moving. Example on rename schema: | For renaming and moving files WebAOM needs schemas. A schema i just a string with tags, where each tag corresponds to file/anime data. Ex: "%ann - %enr [%crc]". (See tag chart below.) The point with the rule system is that you can customize these schemas so different types of files can be renamed different ways, and moved to different locations. To build the schemas you have to write two simple scripts; one for renaming and one for moving. Example on rename schema: | ||
<pre> IF A(Naruto) DO FAIL //Do not rename file if it is Naruto | <pre> | ||
IF A(Naruto) DO FAIL //Do not rename file if it is Naruto | |||
DO ADD '%eng (%ann) - %enr - %epn ' //Add the base, same for all files | |||
IF D(japanese);S(english) DO ADD '(SUB)' //Add (SUB) if the file is subbed in english | |||
IF D(japanese);S(none) DO ADD '(RAW)' //Add (RAW) if the file is not subbed. | |||
IF G(!unknown) DO ADD '[%grp]' //Add group name if it is not unknown | |||
DO ADD '(%CRC)' //Always add crc | |||
#this would create the schema "%eng (%ann) - %enr - %epn (SUB)[%grp](%CRC)" for a normal subbed file. | |||
</pre> | |||
' around parts is not required. Example on move schema: | |||
<pre> IF R(DVD,HKDVD) DO ADD 'M:\dvd\' | <pre> | ||
IF R(DVD,HKDVD) DO ADD 'M:\dvd\' | |||
ELSE DO ADD 'N:\tv\' | |||
IF Y(0-1999) DO ADD '199X\%year - %ann [%eps]' | |||
ELSE DO ADD '%year\%ann [%eps]' | |||
IF G(!unknown) DO ADD '[%grp]\' | |||
ELSE DO ADD '\' | |||
</pre> | |||
Syntax for each line in a script: | Syntax for each line in a script: | ||
* [[ELSE] IF {test}/ELSE] DO ADD {part}/SET {part}/FAIL/FINISH [{last part}]/RETURN {complete schema} | |||
:* ADD means += | |||
:* SET means = | |||
:* FAIL means return null; | |||
:* FINISH means return result; Also possible to add last part. (Not needed as last line.) | |||
:* RETURN means return complete schema (for exceptions). | |||
:* DO is always required. | |||
:* !!! CASE SENSITIVE !!! | |||
'''Possible tests''' | '''Possible tests''' | ||
* A = Anime (text/number) [*/#] Anime Name/Title (Romaji/Kanji/English) or aid. (Synonyms and short names is NOT supported.) | |||
* G = Group (text/number) [unknown, */#] Short name or gid. | |||
* Q = Quality (text) [unknown, very high, high, med, low, very low, corrupted, eyecancer] | |||
* R = Rip source (text) [unknown, camcorder, TV, DTV, VHS, VCD, SVCD, LD, DVD, HKDVD, www] | |||
* T = Type (text) [unknown, TV, OVA, Movie, Other, web] | |||
* Y = Year (number) [#] | |||
* D = Dub language (text) (Note: 'dual (jap/[lang2])' is replaced with 'jap&[lang2]') | |||
* S = Sub language (text) | |||
* P = file Path ([http://www.regular-expressions.info/reference.html regexp]). | |||
* N = geNre (text, one of). | |||
* I = tag Is defined (text). (IF I(%eng) DO ADD %eng) | |||
There is atm no support for wildcards, but lists (A,B,C,D), for strings and numbers, and ranges (0-1999,2001-3000), on numbers, is supported. ',' means OR. '!' means NOT. ';' means AND. | There is atm no support for wildcards, but lists (A,B,C,D), for strings and numbers, and ranges (0-1999,2001-3000), on numbers, is supported. ',' means OR. '!' means NOT. ';' means AND. | ||
Line 170: | Line 178: | ||
%eps Total number of episodes | %eps Total number of episodes | ||
%type [unknown, TV, OVA, Movie, Other, web] | %type [unknown, TV, OVA, Movie, Other, web] | ||
%gen | %gen Category string | ||
%fid File ID | %fid File ID | ||
%aid Anime ID | %aid Anime ID | ||
Line 177: | Line 185: | ||
== Local database == | == Local database == | ||
From 1.14 | From 1.14 external databases is supported. | ||
How to: | How to: | ||
* Download and install [http://www.postgresql.org/download/ postgresql] or [http://dev.mysql.com/downloads/mysql/5.0.html mysql]. Be sure to select unicode support. | |||
* Download the JDBC Driver for [http://jdbc.postgresql.org/download.html postgresql] or [http://dev.mysql.com/downloads/connector/j/3.1.html mysql] and extract the .jar file to '{java path}/jre{version}/lib/ext'. | |||
* Download and extract webaom [http://www.hostunlim.com/epoximator/webaom-sql.rar db def]. Only required with pre 1.16 versions! | |||
* Create the database: | |||
:* mysql -u{usr} -p{psw} | |||
:* create database {webaom}; exit; | |||
:* mysql -u{usr} -p{psw} {webaom} < webaom.sql | |||
* Start WebAOM and write the jdbc url into the 'My Database' field: "jdbc:mysql://{host}/{webaom}[?user={usr}][&password={psw}] | |||
:* {host} is the url or ip to the host. (localhost/127.0.0.1) | |||
:* {webaom} is the name of the database. Can be what ever you like. | |||
:* {usr} is the username. Optional. 'root' is assumed. | |||
:* {psw} is the password. Optional. No password is assumed. | |||
* Press enter (in text field). | |||
:* This must be done every time you start WebAOM. Should be done before adding any files. | |||
:* All jobs in db that are not finished will be loaded at this point. | |||
:* If you want to load info on finished files you must use the Add file/folder buttons. | |||
== Changelog == | == Changelog == |
edits