This shows you the differences between two versions of the page.
|
p:andunix-tool:index [2013-02-03 10:26] andunix created |
p:andunix-tool:index [2013-02-03 11:12] (current) andunix |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== andunix-tool ====== | ====== andunix-tool ====== | ||
| + | Usage: | ||
| + | java -jar andunix-tool.jar <Global Options> < | ||
| + | |||
| + | **Tip:** I suggest to create a shell-script to ease the java starting: | ||
| + | |||
| + | <file bash axt> | ||
| + | #! /bin/sh | ||
| + | |||
| + | # Change this to the directory in which you put '' | ||
| + | # and the corresponding '' | ||
| + | ANDUNIX_TOOL_DIR=${HOME}/ | ||
| + | |||
| + | # Use this to define the path to your Java-Intallation | ||
| + | JAVA_HOME=/ | ||
| + | |||
| + | exec ${JAVA_HOME}/ | ||
| + | </ | ||
| + | |||
| + | Global Options: | ||
| + | -d --debug | ||
| + | |||
| + | Commands: | ||
| + | * [[# | ||
| + | |||
| + | ===== EyeTV ===== | ||
| + | |||
| + | Usage: | ||
| + | axt eyetv <Command Options> | ||
| + | |||
| + | Command Options: | ||
| + | -b --pre-rec | ||
| + | -a --post-rec | ||
| + | -m --max-rec | ||
| + | -d --dir | ||
| + | |||
| + | Example: | ||
| + | axt eyetv -b10 -a15 -m2 -d / | ||
| + | |||
| + | **Tip:** Pipe the output to less which lets you easily scroll though the repotred intersections: | ||
| + | |||
| + | axt eyetv -b10 -a15 -m2 -d / | ||
| + | |||
| + | {{tag> | ||