[v]: show video [n]: skip file caching [p]: preload file [s]: stop preloading
| Path | Options |
|---|---|
| ../ | |
| {{$s}} | |
| {{$s.Name}} | [v] [n] [p] [s] {{if ge $s.Status 0}}{{$s.Status}}%{{end}} |
// Copyright (C) 2022 Marius Schellenberger package srv import "html/template" var ( index = template.Must(template.New("index").Parse(`
[v]: show video [n]: skip file caching [p]: preload file [s]: stop preloading
| Path | Options |
|---|---|
| ../ | |
| {{$s}} | |
| {{$s.Name}} | [v] [n] [p] [s] {{if ge $s.Status 0}}{{$s.Status}}%{{end}} |