{{songs.length}}
Total Songs
{{activeSongs}}
Official Songs
{{gigs.length}}
Total Gigs
{{totalPerformances}}
Total Performances
{{fmtDur(totalSetlistMs)}}
Total Music Played
🏆 Most Played Songs
| Song | Artist | Plays |
|---|---|---|
| {{s.title}} | {{s.artist}} | {{s.plays}} |
📅 Recent Gigs
| Gig | Date | Songs | Duration |
|---|---|---|---|
| {{g.name}} | {{fmtDate(g.date)}} | {{gigSongCount(g.id)}} | {{fmtDur(gigDuration(g.id))}} |
{{filteredSongs.length}} songs
| Title | Artist | Plays | |||||||
|---|---|---|---|---|---|---|---|---|---|
| {{s.title}} | {{s.artist}} | {{songStats(s.id).plays}} | |||||||
No songs match your filter.
{{filteredGigs.length}} gigs
| Date | Gig | Songs | ||
|---|---|---|---|---|
| {{fmtDate(g.date)}} | {{g.name}} | {{gigSongCount(g.id)}} | ||
No gigs found.