mirror of
https://github.com/AynaLivePlayer/AynaLivePlayer.git
synced 2026-03-15 14:03:17 +08:00
7 lines
338 B
Plaintext
7 lines
338 B
Plaintext
Title: {{ .Current.Title }}
|
|
Artist: {{ .Current.Artist }}
|
|
Album: {{ .Current.Album}}
|
|
Username: {{ .Current.Username }}
|
|
Progress(in seconds): {{.CurrentTime}} / {{.TotalTime}}
|
|
Progress(in minutes:seconds): {{ GetMinutes .CurrentTime}}:{{ GetSeconds .CurrentTime}} / {{ GetMinutes .TotalTime}}:{{ GetSeconds .TotalTime}}
|
|
Lyric: {{.Lyric}} |