User Tools

Site Tools


p:andunix-tool:index
Please note, that this is an old archived version of this site. Check out the new version at andunix.net!

andunix-tool

Usage:

java -jar andunix-tool.jar <Global Options> <Command> <Command Options>

Tip: I suggest to create a shell-script to ease the java starting:

axt
#! /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:

  1. d –debug Activates the Debug-Level in the output.

Commands:

EyeTV

Usage:

axt eyetv <Command Options>

Command Options:

  1. b –pre-rec Minutes which will be recorded before the programmed start
  2. a –post-rec Minutes which will be recorded after the programmed end
  3. m –max-rec Number of allowed parallel recordings
  4. 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
p/andunix-tool/index.txt · Last modified: 2013-02-03 11:12 by andunix