{{ define "extra_scripts" }}{{ end }} {{ define "content" }} {{ with .info }}

Information

Device Information

machine is running
Version
{{ .version }}
Date
{{ .date }}
Time
{{ .time }}
Uptime
{{ Timestamp .uptime }}
Video Input Mode
{{ VideoFormatStr .input_format }}
Video Output Mode
{{ VideoFormatStr .output_format }}
Audio Channels
{{ AudioChannelStr .audio_channels }}
Region Format
{{ if .pal_mode }}PAL{{ else }}NTSC{{ end }}
Network Mode
{{ if .dhcp }}Dynamic{{ else }}Static{{ end }}
IP Address
{{ .ip }}
Network Gateway
{{ .network_gateway }}
Network Mask
{{ .network_mask }}
Time Code
{{ TimeCodeStr .timecode_position }}
Logo Burning
{{ if .logo }}On{{ else }}Off{{ end }}
Password Protection
{{ if .password_protection }}On{{ else }}Off{{ end }}
Studio Options Enabled
{{ if .studio }}Yes{{ else }}No{{ end }}
{{ if .studio }}
Composite
{{ if .composite }}Yes{{ else }}No{{ end }}
Audio Source
{{ AudioSource . }}
{{ end }}

PDF Manual

Link to PDF manual can be found here

Special thanks to Mr.Langell

{{ end }} {{ end }}