Sign inSign up

dil001/lms-control

By dil001

Updated over 6 years ago

Image
0

2.9K

dil001/lms-control repository overview

lms-control

Usage

Application to limit volume of players connected to a Logitech Mediaserver by timetable

Usage:
  lms-control [flags]

Flags:
  -h, --help                help for lms-control
  -i, --interval duration   Duration between 2 checks (default 1s)
  -l, --lms string          Hostname of the lms server
  -p, --port int            Port of the lms telnet interface (default 9090)
  -t, --timetable string    Comma separated list of timetable entries (e.g. 22:00:00=20,23:00:00=15,00:00:00=0,05:30=100)

Environment variables

VariableDescriptionDefault
LMS_SERVERIP or hostname of the LMS serverlocalhost
LMS_PORTPort of the lms telnet interface9090
TIMETABLEComma separated list of timetable entries
INTERVALDuration between 2 checks1s

Run in docker

docker run -d --env LMS_SERVER=lms --env TIMETABLE="22:00=25,06:00=100" dil001/lms-control

Tag summary

Content type

Image

Digest

Size

1.7 MB

Last updated

over 6 years ago

docker pull dil001/lms-control