You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, it is related to understanding and managing user behavior in relation to their content requests. As an admin, it is difficult to gauge the consumption habits of users based solely on the requests they make. For example, some users might request a large number of movies or shows, but do not watch most of them, leading to a backlog of requested content that isn’t consumed.
This creates inefficiencies, especially when prioritizing or approving new requests. A clearer understanding of how many requests are actually watched would help better allocate resources, especially in shared Plex environments with limited storage or bandwidth.
Desired Behavior
I would like a feature that tracks a user’s request-to-watch ratio. The ratio would show how many pieces of content (movies or TV shows) a user has requested versus how many of those they’ve actually watched.
The ratio can be displayed as a numerical value (e.g., 0.75 meaning 75% of requested content has been watched) or as a percentage or progress bar in the user’s profile.
The ideal implementation would:
• Track the number of requested items (which Overseerr already does).
• Track the number of requested items that the user has actually watched, utilizing Plex API data to retrieve watch status.
• Show this ratio as part of the user profile interface or on the admin dashboard.
Example ratio formula:
Watch Ratio = (Total Watched Content / Total Requested Content)
Additional Context
No response
Code of Conduct
I agree to follow Overseerr's Code of Conduct
The text was updated successfully, but these errors were encountered:
Description
Is your feature request related to a problem?
Yes, it is related to understanding and managing user behavior in relation to their content requests. As an admin, it is difficult to gauge the consumption habits of users based solely on the requests they make. For example, some users might request a large number of movies or shows, but do not watch most of them, leading to a backlog of requested content that isn’t consumed.
This creates inefficiencies, especially when prioritizing or approving new requests. A clearer understanding of how many requests are actually watched would help better allocate resources, especially in shared Plex environments with limited storage or bandwidth.
Desired Behavior
I would like a feature that tracks a user’s request-to-watch ratio. The ratio would show how many pieces of content (movies or TV shows) a user has requested versus how many of those they’ve actually watched.
The ratio can be displayed as a numerical value (e.g., 0.75 meaning 75% of requested content has been watched) or as a percentage or progress bar in the user’s profile.
The ideal implementation would:
Example ratio formula:
Watch Ratio = (Total Watched Content / Total Requested Content)
Additional Context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: