Authenticate plex account in settings gives access to activity graph for your plex user #40
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/user-graphs"
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?
Preface
The backend has been updated to support requests with a plex user authentication key in release v1.1.1 . Along with being able to make requests to plex.tv with your username and password through seasoned which then receives your plex user id. This allows the user to query other services with the common identifier plex userid.
Also meant for more then just charts.
Feature 📊📈 user activity charts
This is highlighted in the frontend by adding user activity-charts accessible by your profile page to see aggregated and graphed data of your own watch history in duration or play count.
Implementation
Add more charts by defining a new chart element:
and then append to the list
this.charts:The object properties are defined as the following:
refis the ref for the canvas defined above,datais where chart data is stored,urlPathis appended toapi/v1/userfor getting user activity data andgraphTypecan be selected from the following https://www.chartjs.org/docs/latest/charts/.