WebAOM: Difference between revisions

From AniDB
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{todo}}
<b>Author:</b> [[User:epoximator|epoximator]]<br>
<b>OS:</b> Java VM<br>
<b>Main Features:</b>
:* ed2k, crc32, md5, sha1, tth hashing<br>
:* file add to [[mylist]]<br>
:* anidb-style and custom file renaming<br>
<b>Current Version:</b>
:* 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]
----
<br>
== Introduction ==
WebAOM is a simple java applet/application that hash files and add them to your [[mylist]] at AniDB. It is made for those who don't want to / cannot install [[AOM|Anidb-O-Matic]]. The name may be inaccurate/misleading since it does not replace AOM in any way. It is based on the [http://www.anidb.net/client/udp-api.html UDP-API] and is therefore limited. Since it is designed as an applet, it does not store any information (options, fileinfo) on your computer. (This is another limitation.)


Webaom is a JAVA client for [http://www.anidb.net AniDB.net].
All feature requests and bug reports can be [http://www.anidb.net/forum/privmsg.php?mode=post&u=2555 pm'ed] [[User:epoximator|epoximator]].
The main purpose of the program is to ease mylist handling and assist in file renaming.
== Screenshots ==
<gallery>
image:Webaom01.png|Options
image:Webaom02.png|Log
</gallery>
 
== Documentation ==
Pretty selfex...
 
<b>Buttons</b><br>
:* Add files... : Add specific files for hashing. (Only those with extensions specified in "Wanted File Extensions" are added.)
:* Add folders... : Add folder(s) with all including files for hashing.
:* Start : Start hashing operation (and adding).
:* Stop : Stop hashing. Does currently not affect adding (iirc).
:* Save Log : Save the Log to disk (in HTML format).
:* Ping AniDB : Check reachability to AniDB. (UDP server that is.)
<b>Tabs</b><br>
:* Options : All options.
:* Log : The log. What's going on. History.
:* Hash : All selected hashes are printed here.
:* Input Files : When you add a file / folder all files are listed here at first.
:* Hashed Files: When a file is hashed (selected from Input Files) it is moved here.
:* Finished Files : When a file is added to [[mylist]] it is moved here. Double click to see info for each file.
:* Unknown Files : If a file is unknown by AniDB it is moved here. The file may be [http://www.anidb.net/wiki/index.php?title=Files:CRC-verified_files corrupt] or not yet [http://www.anidb.net/wiki/index.php?title=How_to_add/remove:_Anime added] to the database.
:* Info
:* Debug
<b>Options</b><br>
:* Connection(+)
:* File Options
:* Wanted File Extensions
:* Rename Options
== Changelog ==
<pre>
1.08 05.07.2005
-Updated mylist file states.
-Updated file info parser (renamer was broken).
 
1.07 12.06.2005
-Updated the second progress bar.
-Changed comm. thread sleeping routine.
-Changed file info dialog to a text dialog.
-Added Tiger Tree Hash.
-Added possibility to choose each hash type.
-Added debug tab.
-Made 1.4.2 comp again.
 
1.06 29.05.2005
-Changed the way files are hashed and added to mylist. This is now done concurrent.
-Changes in the status and logging system.
-Fixed some minor bugs.
 
1.05 14.05.2005
-Added custom renaming of files thx to ExElNeT.
-Added some more checking on username and password.
-Changes in option tab.
 
1.04 11.05.2005
-Added extra file information thx to ExElNeT. Double click rows in 'Finished Files' to see.
-Added offline mode
-Fixed two bugs in file rename code. thx to ExElNeT and visnu
 
1.03 19.02.2005
-Added extensive hashing. MD5, SHA-1 and CRC32
-Changes in the error handler.
-Bugfix: Applet crash with Opera and Firefox
 
1.02 04.02.2005
-Added connection options.
-Added connection check.
 
1.01 30.01.2005
-New layout, options in own tab.
-Added "Source" and "Other" string for AniDB file info.
-Added possibility to save the log.
-Added illegal character replacement customization.
-Added recursive directory search.
-Added new filehandler.
-Bugfix in AniDBConnection.
 
1.00 23.01.2005
-First version.
</pre>


Author: epoximator<br>
OS: Java VM<br>
Main Features:
:* ed2k hashing<br>
:* file add to mylist<br>
:* anidb-style file renaming<br>
Current Version:
:* WebAOM v1.02 (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]


[[Category:Anidb Clients]]
[[Category:Anidb Clients]]

Revision as of 12:50, 7 July 2005

Author: epoximator
OS: Java VM
Main Features:

  • ed2k, crc32, md5, sha1, tth hashing
  • file add to mylist
  • anidb-style and custom file renaming

Current Version:



Introduction

WebAOM is a simple java applet/application that hash files and add them to your mylist at AniDB. It is made for those who don't want to / cannot install Anidb-O-Matic. The name may be inaccurate/misleading since it does not replace AOM in any way. It is based on the UDP-API and is therefore limited. Since it is designed as an applet, it does not store any information (options, fileinfo) on your computer. (This is another limitation.)

All feature requests and bug reports can be pm'ed epoximator.

Screenshots

Documentation

Pretty selfex...

Buttons

  • Add files... : Add specific files for hashing. (Only those with extensions specified in "Wanted File Extensions" are added.)
  • Add folders... : Add folder(s) with all including files for hashing.
  • Start : Start hashing operation (and adding).
  • Stop : Stop hashing. Does currently not affect adding (iirc).
  • Save Log : Save the Log to disk (in HTML format).
  • Ping AniDB : Check reachability to AniDB. (UDP server that is.)

Tabs

  • Options : All options.
  • Log : The log. What's going on. History.
  • Hash : All selected hashes are printed here.
  • Input Files : When you add a file / folder all files are listed here at first.
  • Hashed Files: When a file is hashed (selected from Input Files) it is moved here.
  • Finished Files : When a file is added to mylist it is moved here. Double click to see info for each file.
  • Unknown Files : If a file is unknown by AniDB it is moved here. The file may be corrupt or not yet added to the database.
  • Info
  • Debug

Options

  • Connection(+)
  • File Options
  • Wanted File Extensions
  • Rename Options

Changelog

1.08 05.07.2005
-Updated mylist file states.
-Updated file info parser (renamer was broken).

1.07 12.06.2005
-Updated the second progress bar.
-Changed comm. thread sleeping routine.
-Changed file info dialog to a text dialog.
-Added Tiger Tree Hash.
-Added possibility to choose each hash type.
-Added debug tab.
-Made 1.4.2 comp again.

1.06 29.05.2005
-Changed the way files are hashed and added to mylist. This is now done concurrent.
-Changes in the status and logging system. 
-Fixed some minor bugs. 

1.05 14.05.2005
-Added custom renaming of files thx to ExElNeT.
-Added some more checking on username and password.
-Changes in option tab.

1.04 11.05.2005
-Added extra file information thx to ExElNeT. Double click rows in 'Finished Files' to see.
-Added offline mode
-Fixed two bugs in file rename code. thx to ExElNeT and visnu

1.03 19.02.2005
-Added extensive hashing. MD5, SHA-1 and CRC32
-Changes in the error handler.
-Bugfix: Applet crash with Opera and Firefox

1.02 04.02.2005
-Added connection options.
-Added connection check.

1.01 30.01.2005
-New layout, options in own tab.
-Added "Source" and "Other" string for AniDB file info.
-Added possibility to save the log.
-Added illegal character replacement customization.
-Added recursive directory search.
-Added new filehandler.
-Bugfix in AniDBConnection.

1.00 23.01.2005
-First version.