Music Importer

{{with .Session}}

Last Run — {{.StartedAt.Format "Jan 2, 2006 15:04:05"}}

{{duration .StartedAt .FinishedAt}}
{{range .Albums}}{{$album := .}}
{{.Name}} {{if .Succeeded}} {{if .HasWarnings}} ⚠ warnings {{else}} ✓ ok {{end}} {{else}} ✗ failed at {{.FatalStep}} {{end}}
{{with .Metadata}} {{end}}
Tracks
{{.TrackCount}}
Lyrics
{{if eq .LyricsStats.Total 0}}
n/a
{{else}}
{{.LyricsStats.Downloaded}} / {{.LyricsStats.Total}}
{{if gt .LyricsStats.Synced 0}}{{.LyricsStats.Synced}} synced{{end}} {{if and (gt .LyricsStats.Synced 0) (gt .LyricsStats.Plain 0)}} · {{end}} {{if gt .LyricsStats.Plain 0}}{{.LyricsStats.Plain}} plain{{end}} {{if gt .LyricsStats.AlreadyHad 0}} {{.LyricsStats.AlreadyHad}} existing{{end}} {{if gt .LyricsStats.NotFound 0}} {{.LyricsStats.NotFound}} missing{{end}}
{{end}}
Cover Art
{{if .CoverArtStats.Found}} {{if .CoverArtStats.Embedded}}
Embedded
{{.CoverArtStats.Source}}
{{else}}
Found, not embedded
{{.CoverArtStats.Source}}
{{end}} {{else}}
Not found
{{end}}
Pipeline
{{stepCell "Clean Tags" .CleanTags ""}} {{stepCell "Metadata" .TagMetadata .FatalStep}} {{stepCell "Lyrics" .Lyrics ""}} {{stepCell "ReplayGain" .ReplayGain .FatalStep}} {{stepCell "Cover Art" .CoverArt .FatalStep}} {{stepCell "Move" .Move ""}}
{{end}}
{{end}}