{{define "system"}}
{{template "head-common" .}}Detailed system and hardware information
CPU Model
{{.Platform.CPUInfo.Model}}
GPU Vendor
{{getVendorDisplay .Platform.GPUInfo.Brand}}
Architecture
{{capitalizeArchitecture .Platform.CPUInfo.ArchitectureLevel}}
AVX2 Support
{{if .Platform.CPUInfo.SupportsAVX2}}Supported
{{else}}Not Supported
{{end}}AVX512 Support
{{if .Platform.CPUInfo.SupportsAVX512}}Supported
{{else}}Not Supported
{{end}}NEON Support
{{if .Platform.CPUInfo.SupportsNEON}}Supported
{{else}}Not Supported
{{end}}OS Type
{{getOSDisplayName (toString .Platform.OSType)}}
Architecture
{{capitalizeArchitecture .Platform.Arch}}
Distribution
{{capitalize .Platform.Distro}}
Distro Family
{{capitalize .Platform.DistroFamily}}
OS Version
{{.Platform.Version}}
GPU Model
{{.}}
GPU Vendor
{{getVendorDisplay .Platform.GPUInfo.Brand}}Supported Codecs
Installer Version
{{.SystemInfo.AppVersion}}
Go Version
{{.SystemInfo.GoVersion}}
Build Time
{{.SystemInfo.BuildTime}}
Repository
{{.SystemInfo.RepositoryName}}Install Path
{{.SystemInfo.InstallPath}}
MPV Config Path
{{.SystemInfo.MPVConfigPath}}
Log Path
{{.SystemInfo.LogPath}}
Backup Path
{{.SystemInfo.BackupPath}}