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

Need smarter "Popular" factor #511

Open
bcrisler opened this issue Mar 5, 2024 · 1 comment
Open

Need smarter "Popular" factor #511

bcrisler opened this issue Mar 5, 2024 · 1 comment

Comments

@bcrisler
Copy link

bcrisler commented Mar 5, 2024

When a user goes to "Browse Media>Popular," it appears that the system is basing "popular" on nothing more than an aggregate play count, which means that the popular list is dominated by very old videos. I'll suggest a bit more complex calculation that would weight the list toward newer content.

Something like ...

(play count last 3 days * 5) + (play count last 7 days * 4) + (play count last 30 days * 3) + (play count last 356 days * 2) + play count all time

@tommyneu
Copy link
Member

tommyneu commented Mar 5, 2024

We will have to update the mediaView php script to remove the popular play count from old videos
https://github.com/unl/UNL_MediaHub/blob/master/scripts/mediaViews.php

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

No branches or pull requests

2 participants