-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Average movie finishing percentage #95
Comments
Hey! Wrapperr uses the watch-finish percentage given by Tautulli on watch history. This means you are subject to Tautulli's accuracy and Wrapper's. Wrapperr does filter out movie viewings at less than 300 seconds, but this does not hit every edge case. You could be watching a cool scene in a movie and this activity might be counted within the wrap up in Wrapperr. Wrapperr also does a simple average division to find this percentage, which is vulnerable to outliers. Any activity which largely differs from your normal activity would skew the percentage noticeably. It could be that a median calculation would be a better data point. Hope this answers your questions! |
Well, it explains the differences. From my understanding, it counts all views as a complete view. |
Very true. If you enable 'Tautulli grouping' in the Wrapperr settings, this does improve split viewings, but sessions spanning more than one day will not be grouped unfortunately. |
I had it enabled, but maybe it's not working as expected. |
Hi,
I'm wondering how it the average movie finishing percentage calculated. In my statistics, it says my average movie finishing percentage is 74.36%.
Although I usually don't see the end credits, it's difficult to believe they account to 25% of the total movie duration...
If we consider an average of 10 minutes for the end credits, on a 2h movie, it accounts to around 8%, pretty far from the 25% shown.
The text was updated successfully, but these errors were encountered: