https://github.com/berrnd/jellyfin.plugin.librarystatistics
A custom plugin for Jellyfin which provides an API endpoint that serves some basic library statistic information
https://github.com/berrnd/jellyfin.plugin.librarystatistics
csharp dotnet dotnet-core jellyfin
Last synced: about 1 year ago
JSON representation
A custom plugin for Jellyfin which provides an API endpoint that serves some basic library statistic information
- Host: GitHub
- URL: https://github.com/berrnd/jellyfin.plugin.librarystatistics
- Owner: berrnd
- License: mit
- Created: 2019-12-23T17:35:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-14T08:42:40.000Z (over 1 year ago)
- Last Synced: 2025-03-29T08:22:33.320Z (over 1 year ago)
- Topics: csharp, dotnet, dotnet-core, jellyfin
- Language: C#
- Homepage:
- Size: 61.5 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jellyfin.Plugin.LibraryStatistics
This is a custom plugin for [Jellyfin](https://github.com/jellyfin/jellyfin) which provides an API endpoint (`LibraryStatistics/stats`) that serves some basic library statistic information (newest item data, total file size and runtime - things like that).
Combined with some [Jellyfin Web](https://github.com/jellyfin/jellyfin-web) customizations it can be used to provide something like that:

## License
The MIT License (MIT)