BTGVS

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
LIRC
EXAMPLE .lircrc
FILES
CONFIGURATION
AUTHOR
SEE ALSO
BUGS

NAME

btgvs − session viewer, a part of the btg project.

SYNOPSIS

btgvs [-h] [-v] [--syntax] [-s <session ID> ] [-d] [-a] [-A] [-f] [-x] [-l] [-u <freq> ] [--config <filename> ]

DESCRIPTION

btgvs is a session viewer.

If started without any arguments, it will attempt to connect to the daemon (btgdaemon) and attach to the first available session.

The application can be useful to for example show the status of a session on for example a linux based media player.

The application supports two resolutions and full screen mode. It can be terminated by pressing the escape key.

OPTIONS

-h|--help

− Print a short help.

-v

− Be verbose.

-s

<session ID> − Attach to a session described by the session ID.

-d

<address> − Use <address> to connect to the daemon.

-a

− Show a list of sessions and let the user choose which session to attach to.

-A

− Attach to the first available session.

-l

− Use 1024x768 as the screen resolution.

-x

− Use 1440x900 as the screen resolution.

-f

− Full screen mode.

-u <freq>

− Update the list of torrents every <freq> seconds.

--config

<filename> − Name of a client configuration file to use.

LIRC

If LIRC support was enabled at compile time, the following LIRC events are supported.

quit

− quit the application.

enter

− enter a submenu (not used).

back

− exit a submenu (not used).

right

− not used.

left

− not used.

up

− move one line up.

down

− move one line down.

EXAMPLE .lircrc

begin
prog = btgvs
button = ps
config = quit
end

begin
prog = btgvs
button = enter
config = enter
end

begin
prog = btgvs
button = circle
config = back
end

begin
prog = btgvs
button = right
config = right
end
begin
prog = btgvs
button = left
config = left
end

begin
prog = btgvs
button = up
config = up
end

begin
prog = btgvs
button = down
config = down
end

FILES

See btg_config(1).

CONFIGURATION

See btg_config(1).

AUTHOR

Written by Michael Wojciechowski.

SEE ALSO

btg(5), btg_config(5), btcli(1), btgui(1), btgdaemon(1)

BUGS

No known bugs.