Skip to content

Commit

Permalink
change: re-arranges the song info; purely aesthic chang (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
xxxserxxx authored Oct 22, 2024
1 parent 1c018e3 commit 2fbe000
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions page_queue.go
Original file line number Diff line number Diff line change
Expand Up @@ -442,12 +442,12 @@ func (q *queueData) GetColumnCount() int {
return queueDataColumns
}

var songInfoTemplateString = `[blue::b]Title:[-:-:-:-] [green::i]{{.Title}}[-:-:-:-]
var songInfoTemplateString = `[blue::b]Title:[-:-:-:-] [green::i]{{.Title}}[-:-:-:-] [yellow::i]({{formatTime .Duration}})[-:-:-:-]
[blue::b]Artist:[-:-:-:-] [::i]{{.Artist}}[-:-:-:-]
[blue::b]Album:[-:-:-:-] [::i]{{.GetAlbum}}[-:-:-:-]
[blue::b]Disc:[-:-:-:-] [::i]{{.GetDiscNumber}}[-:-:-:-]
[blue::b]Track:[-:-:-:-] [::i]{{.GetTrackNumber}}[-:-:-:-]
[blue::b]Duration:[-:-:-:-] [::i]{{formatTime .Duration}}[-:-:-:-] `
[blue::b]Disc:[-:-:-:-] [::i]{{.GetDiscNumber}}[-:-:-:-] [blue::b]Track:[-:-:-:-] [::i]{{.GetTrackNumber}}[-:-:-:-]
[blue::b]Year:[-:-:-:-] [::i]{{.GetYear}}[-:-:-:-]
`

//go:embed docs/stmps_logo.png
var _stmps_logo []byte

0 comments on commit 2fbe000

Please sign in to comment.