XAUC: Difference between revisions

13 bytes removed ,  6 January 2009
no edit summary
(XAUC)
 
No edit summary
Line 1: Line 1:
{{TOCright}}
{{TOCright}}


==About==
XAUC - X AniDB UDP Client is a Java application that hashes files and adds them to your mylist at AniDB (currently not yet implemented), with the support of ffmpeg. As the name implies it's based on the [[UDP API Definition|UDP API]] and is therefore limited.
XAUC - X AniDB UDP Client is a Java application that hashes files and adds them to your mylist at AniDB (currently not yet implemented), with the support of ffmpeg. As the name implies it's based on the [[UDP API Definition|UDP API]] and is therefore limited.


Line 10: Line 11:
: http://www.java.com
: http://www.java.com


'''Start XAUC as an application'''
==Start XAUC as an application==
: To start either the console or gui version just type in <tt>java -jar xauc-cli.jar</tt> or <tt>java -jar xuac-gui.jar</tt>.
: To start either the console or gui version just type in <tt>java -jar xauc-cli.jar</tt> or <tt>java -jar xuac-gui.jar</tt>.


''''FFmpeg''''
===FFmpeg===
: Make sure you have ffmpeg in your library path before using the GUI version, for the CLI version you can disable AV parsing so you don't need to be sure you have the libs.
: Make sure you have ffmpeg in your library path before using the GUI version, for the CLI version you can disable AV parsing so you don't need to be sure you have the libs.
: For Windows just copy *.dll files in the windows/system32 directory.
: For Windows just copy *.dll files in the windows/system32 directory.


''''CLI version''''
===CLI version===
<tt>java -jar xauc-cli.jar [OPTIONS] filename</tt>
<tt>java -jar xauc-cli.jar [OPTIONS] filename</tt>


<code>XAUC - X AniDB UDP Client (v0.2)
XAUC - X AniDB UDP Client (v0.2)


Usage: [OPTIONS] file|dir
Usage: [OPTIONS] file|dir
Line 38: Line 39:
         --f:console:(on|off) Enable/disable writing of parsed files data to console (default: off)
         --f:console:(on|off) Enable/disable writing of parsed files data to console (default: off)


Application directory: %USERHOMEDIR%\.xauc</code>
Application directory: %USERHOMEDIR%\.xauc


'''''usefull command lines'''''
====usefull command lines====
:* xauc-cli.jar --r --f:xml:off --f:console:on filename/dir (for outputing the results to the console
:* xauc-cli.jar --r --f:xml:off --f:console:on filename/dir (for outputing the results to the console
:* xauc-cli.jar --r --a:fp:on --f:xml:off --f:console:on filename/dir (for a full file parsing, may crash so use with care)
:* xauc-cli.jar --r --a:fp:on --f:xml:off --f:console:on filename/dir (for a full file parsing, may crash so use with care)


''''GUI version''''
===GUI version===
<tt>java -jar xauc-gui.jar</tt>
<tt>java -jar xauc-gui.jar</tt>


347

edits

MediaWiki spam blocked by CleanTalk.
MediaWiki spam blocked by CleanTalk.