Skip to content
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

Open
modem opened this issue Jun 5, 2024 · 4 comments
Open

Average movie finishing percentage #95

modem opened this issue Jun 5, 2024 · 4 comments

Comments

@modem
Copy link

modem commented Jun 5, 2024

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.

@aunefyren
Copy link
Owner

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!

@modem
Copy link
Author

modem commented Jun 5, 2024

Well, it explains the differences. From my understanding, it counts all views as a complete view.
In cases when I don't watch movies in 1 shot (meaning I stop and resume later), it treats each part as 1 view.
For example, if I watch a 2h movie, and I watch it in 2 times, around 1h each time , the percentage will be around 75% ((50% + ~100%)/2).
This is far from accurate, and it is wrong statistically speaking.

@aunefyren
Copy link
Owner

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.

@modem
Copy link
Author

modem commented Jun 5, 2024

I had it enabled, but maybe it's not working as expected.
I tried it disabled and the average finishing percentage is the same as when I have it enabled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants