An open API service indexing awesome lists of open source software.

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

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:

![Jellyfin.Plugin.LibraryStatistics example usage in Jellyfin Web](https://github.com/berrnd/Jellyfin.Plugin.LibraryStatistics/raw/master/publication_assets/jellyfin-web_example.png "Jellyfin.Plugin.LibraryStatistics example usage in Jellyfin Web")

## License
The MIT License (MIT)