Boerderij / Varken

Standalone application to aggregate data from the Plex ecosystem into InfluxDB using Grafana as a frontend
MIT License
1.16k stars 136 forks source link

[Feature Request] Total number of users of a Plex server #173

Open keliansb opened 4 years ago

keliansb commented 4 years ago

Is your feature request related to a problem? Please describe. I want to add a panel with the total number of users using my Plex server. This information is available in Tautulli, so I think we can get it with Varken.

Describe alternatives you've considered For those like me whose number of users does not change so much, we can define a panel with a static value for it, but it is... static.

samwiseg0 commented 4 years ago

The main issue we have with this is its not a true representation of the number of users since Tautulli holds on to all users to keep history. Until Tautulli has the ability to differentiate between active and inactive we will hold off on this enhancement.

MDHMatt commented 2 years ago

does refresh_users_list not give a number of active users?

samwiseg0 commented 2 years ago

does refresh_users_list not give a number of active users?

Refreshing the user list just to get a number every time does not sound like a good idea?