{{define "system"}} {{template "head-common" .}} {{.Title}} {{template "accessibility-common" .}} {{template "main-layout-start" .}} {{template "system-content" .}} {{template "main-layout-end" .}} {{template "body-common-scripts" .}} {{end}} {{define "system-content"}}

System Information

Detailed system and hardware information

Processor

CPU Model

{{.Platform.CPUInfo.Model}}

GPU Vendor

{{getVendorDisplay .Platform.GPUInfo.Brand}}

Architecture

{{capitalizeArchitecture .Platform.CPUInfo.ArchitectureLevel}}

{{if isX86Architecture .Platform.Arch}}

AVX2 Support

{{if .Platform.CPUInfo.SupportsAVX2}}

Supported

{{else}}

Not Supported

{{end}}

AVX512 Support

{{if .Platform.CPUInfo.SupportsAVX512}}

Supported

{{else}}

Not Supported

{{end}}
{{end}} {{if isARMArchitecture .Platform.Arch}}

NEON Support

{{if .Platform.CPUInfo.SupportsNEON}}

Supported

{{else}}

Not Supported

{{end}}
{{end}}

Operating System

OS Type

{{if getOSLogo (toString .Platform.OSType)}} {{getOSDisplayName (toString .Platform.OSType)}} {{end}}

{{getOSDisplayName (toString .Platform.OSType)}}

Architecture

{{capitalizeArchitecture .Platform.Arch}}

{{if .Platform.Distro}}

Distribution

{{if getDistroLogo .Platform.Distro}} {{.Platform.Distro}} {{end}}

{{capitalize .Platform.Distro}}

{{end}} {{if .Platform.DistroFamily}}

Distro Family

{{if getDistroFamilyLogo .Platform.DistroFamily}} {{.Platform.DistroFamily}} {{end}}

{{capitalize .Platform.DistroFamily}}

{{end}} {{if .Platform.Version}}

OS Version

{{.Platform.Version}}

{{end}}

Graphics

{{range .Platform.GPUInfo.Models}}

GPU Model

{{.}}

{{end}}

GPU Vendor

{{getVendorDisplay .Platform.GPUInfo.Brand}}

Supported Codecs

{{range .Platform.GPUInfo.SupportedCodecs}} {{formatCodecName .}} {{end}} {{if not .Platform.GPUInfo.SupportedCodecs}} No codec information available {{end}}

{{.SystemInfo.AppName}}

Installer Version

{{.SystemInfo.AppVersion}}

Go Version

{{.SystemInfo.GoVersion}}

Build Time

{{.SystemInfo.BuildTime}}

Environment

Install Path

{{.SystemInfo.InstallPath}}

MPV Config Path

{{.SystemInfo.MPVConfigPath}}

Log Path

{{.SystemInfo.LogPath}}

Backup Path

{{.SystemInfo.BackupPath}}

{{end}}