====== andunix-tool ====== Usage: java -jar andunix-tool.jar **Tip:** I suggest to create a shell-script to ease the java starting: #! /bin/sh # Change this to the directory in which you put ''andunix-tool.jar'' # and the corresponding ''lib'' directory ANDUNIX_TOOL_DIR=${HOME}/opt/andunix-tool # Use this to define the path to your Java-Intallation JAVA_HOME=/opt/jdk exec ${JAVA_HOME}/bin/java -jar ${ANDUNIX_TOOL_DIR}/andunix-tool.jar $* Global Options: -d --debug Activates the Debug-Level in the output. Commands: * [[#eyetv|eyetv]] ===== EyeTV ===== Usage: axt eyetv Command Options: -b --pre-rec Minutes which will be recorded before the programmed start -a --post-rec Minutes which will be recorded after the programmed end -m --max-rec Number of allowed parallel recordings -d --dir Directory containing the ''EyeTV Archive'' directory Example: axt eyetv -b10 -a15 -m2 -d /Volumes/EyeTV **Tip:** Pipe the output to less which lets you easily scroll though the repotred intersections: axt eyetv -b10 -a15 -m2 -d /Volumes/EyeTV | less {{tag>java programming eyetv tool opensource}}