mirror of
https://github.com/koel/koel.git
synced 2026-04-26 09:15:59 +03:00
[GH-ISSUE #2045] [FR]: Library Statistics #1080
Labels
No labels
Authentication
Dependencies
Documentation
Feature Request
Flac
Help Wanted
Installation/Setup
Integration
Mobile
PR Welcome
Pending Release
Performance
Playlist
S3
Search
Sync
[Pri] Low
[Pri] Normal
[Status] Keep Open
[Status] Needs Author Reply
[Status] Needs Review
[Status] Stale
[Status] Will Implement
[Type] Blessed
[Type] Bug
[Type] Duplicate
[Type] Enhancement
[Type] Help Request
[Type] Question
[Type] Task
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/koel-koel#1080
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @LucasLaprad on GitHub (Aug 11, 2025).
Original GitHub issue: https://github.com/koel/koel/issues/2045
Originally assigned to: @phanan on GitHub.
Description
As someone migrating away from Roon (Still testing Koel to see how it works for my very large library), it would be awesome to have some statistics about your library displayed somewhere in a central place; things such as:
This would be displayed generally on a dedicated library stats page and could include the most listened genre, how long each genre has been listened to in a graph maybe, etc, and potentially including stats for your users that an admin can see.
It would also be awesome to see how much overall total time you've spent during the month listening to music, either through the app or web UI. It's something I really loved about Roon and it would be awesome to have this here.
Additional information
No response
@lewislarsen commented on GitHub (Aug 19, 2025):
Something like this would be amazing! I'd like to see perhaps the directory size as well, so we know how much space the media path is taking up, at a glance.
@phanan commented on GitHub (Aug 19, 2025):
I don’t think I want to support this. Most of the data (number of songs,
directory size) can be accessed pretty easily via a simple query or system
command. The other metrics, like time listened, would require
tracking logic that increases the burden maintenance for little value.
On Tue, Aug 19, 2025 at 18:20 Lewis Larsen @.***> wrote: