Usage:
$ alga [OPTIONS] COMMAND [ARGS]...
Options:
--install-completion
: Install completion for the current shell.--show-completion
: Show completion for the current shell, to copy it or customize the installation.--help
: Show this message and exit.
Commands:
adhoc
: Send raw request to the TVsetup
: Pair a new TVversion
: Print Alga versionapp
: Apps installed on the TVchannel
: TV channelsinput
: HDMI and similar inputsmedia
: Control the playing mediapower
: Turn TV (or screen) on and offremote
: Remote control button pressessound-output
: Audio output devicevolume
: Audio volume
Send raw request to the TV
Usage:
$ alga adhoc [OPTIONS] PATH [DATA]
Arguments:
PATH
: [required][DATA]
Options:
--help
: Show this message and exit.
Pair a new TV
Usage:
$ alga setup [OPTIONS] [HOSTNAME]
Arguments:
[HOSTNAME]
: [default: lgwebostv]
Options:
--help
: Show this message and exit.
Print Alga version
Usage:
$ alga version [OPTIONS]
Options:
--help
: Show this message and exit.
Apps installed on the TV
Usage:
$ alga app [OPTIONS] COMMAND [ARGS]...
Options:
--help
: Show this message and exit.
Commands:
close
: Close the provided appcurrent
: Get the current appinfo
: Show info about specific applaunch
: Launch an applist
: List installed apps
Close the provided app
Usage:
$ alga app close [OPTIONS] APP_ID
Arguments:
APP_ID
: [required]
Options:
--help
: Show this message and exit.
Get the current app
Usage:
$ alga app current [OPTIONS]
Options:
--help
: Show this message and exit.
Show info about specific app
Usage:
$ alga app info [OPTIONS] APP_ID
Arguments:
APP_ID
: [required]
Options:
--help
: Show this message and exit.
Launch an app
Usage:
$ alga app launch [OPTIONS] APP_ID [DATA]
Arguments:
APP_ID
: [required][DATA]
Options:
--help
: Show this message and exit.
List installed apps
Usage:
$ alga app list [OPTIONS]
Options:
--help
: Show this message and exit.
TV channels
Usage:
$ alga channel [OPTIONS] COMMAND [ARGS]...
Options:
--help
: Show this message and exit.
Commands:
current
: Get the current channeldown
: Change channel downlist
: List available channelsset
: Change to specific channelup
: Change channel up
Get the current channel
Usage:
$ alga channel current [OPTIONS]
Options:
--help
: Show this message and exit.
Change channel down
Usage:
$ alga channel down [OPTIONS]
Options:
--help
: Show this message and exit.
List available channels
Usage:
$ alga channel list [OPTIONS]
Options:
--help
: Show this message and exit.
Change to specific channel
Usage:
$ alga channel set [OPTIONS] VALUE
Arguments:
VALUE
: [required]
Options:
--help
: Show this message and exit.
Change channel up
Usage:
$ alga channel up [OPTIONS]
Options:
--help
: Show this message and exit.
HDMI and similar inputs
Usage:
$ alga input [OPTIONS] COMMAND [ARGS]...
Options:
--help
: Show this message and exit.
Commands:
list
: List available inputsset
: Switch to given input
List available inputs
Usage:
$ alga input list [OPTIONS]
Options:
--help
: Show this message and exit.
Switch to given input
Usage:
$ alga input set [OPTIONS] VALUE
Arguments:
VALUE
: [required]
Options:
--help
: Show this message and exit.
Control the playing media
Usage:
$ alga media [OPTIONS] COMMAND [ARGS]...
Options:
--help
: Show this message and exit.
Commands:
fast-forward
: Fast forward mediapause
: Pause mediaplay
: Play mediarewind
: Rewind mediastop
: Stop media
Fast forward media
Usage:
$ alga media fast-forward [OPTIONS]
Options:
--help
: Show this message and exit.
Pause media
Usage:
$ alga media pause [OPTIONS]
Options:
--help
: Show this message and exit.
Play media
Usage:
$ alga media play [OPTIONS]
Options:
--help
: Show this message and exit.
Rewind media
Usage:
$ alga media rewind [OPTIONS]
Options:
--help
: Show this message and exit.
Stop media
Usage:
$ alga media stop [OPTIONS]
Options:
--help
: Show this message and exit.
Turn TV (or screen) on and off
Usage:
$ alga power [OPTIONS] COMMAND [ARGS]...
Options:
--help
: Show this message and exit.
Commands:
off
: Turn TV offon
: Turn TV on via Wake-on-LANscreen-off
: Turn TV screen offscreen-on
: Turn TV screen on
Turn TV off
Usage:
$ alga power off [OPTIONS]
Options:
--help
: Show this message and exit.
Turn TV on via Wake-on-LAN
Usage:
$ alga power on [OPTIONS]
Options:
--help
: Show this message and exit.
Turn TV screen off
Usage:
$ alga power screen-off [OPTIONS]
Options:
--help
: Show this message and exit.
Turn TV screen on
Usage:
$ alga power screen-on [OPTIONS]
Options:
--help
: Show this message and exit.
Remote control button presses
Usage:
$ alga remote [OPTIONS] COMMAND [ARGS]...
Options:
--help
: Show this message and exit.
Commands:
send
: Send a button press to the TV
Send a button press to the TV
Usage:
$ alga remote send [OPTIONS] BUTTON
Arguments:
BUTTON
: [required]
Options:
--help
: Show this message and exit.
Audio output device
Usage:
$ alga sound-output [OPTIONS] COMMAND [ARGS]...
Options:
--help
: Show this message and exit.
Commands:
get
: Show the current output deviceset
: Change the output device
Show the current output device
Usage:
$ alga sound-output get [OPTIONS]
Options:
--help
: Show this message and exit.
Change the output device
Usage:
$ alga sound-output set [OPTIONS] VALUE
Arguments:
VALUE
: [required]
Options:
--help
: Show this message and exit.
Audio volume
Usage:
$ alga volume [OPTIONS] COMMAND [ARGS]...
Options:
--help
: Show this message and exit.
Commands:
down
: Turn volume downget
: Get current volumemute
: Mute audioset
: Set volume to specific amountunmute
: Unmute audioup
: Turn volume up
Turn volume down
Usage:
$ alga volume down [OPTIONS]
Options:
--help
: Show this message and exit.
Get current volume
Usage:
$ alga volume get [OPTIONS]
Options:
--help
: Show this message and exit.
Mute audio
Usage:
$ alga volume mute [OPTIONS]
Options:
--help
: Show this message and exit.
Set volume to specific amount
Usage:
$ alga volume set [OPTIONS] VALUE
Arguments:
VALUE
: [required]
Options:
--help
: Show this message and exit.
Unmute audio
Usage:
$ alga volume unmute [OPTIONS]
Options:
--help
: Show this message and exit.
Turn volume up
Usage:
$ alga volume up [OPTIONS]
Options:
--help
: Show this message and exit.