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

Statistics #89

Open
picolino0 opened this issue Jul 6, 2016 · 3 comments
Open

Statistics #89

picolino0 opened this issue Jul 6, 2016 · 3 comments
Labels

Comments

@picolino0
Copy link

You could add statistics to see how many times a soundbyte has been played, or by how many unique users etc.
Then you can sort the soundbytes based on plays.

@Mesoptier
Copy link
Member

Mesoptier commented Jul 7, 2016

This was an idea we had a while ago. The main problem with this is that it requires us to keep additional data with the samples. Until now it was enough to just have a folder with sound files where all necessary information could be extracted from the hierarchy and the files themselves.

So, it's quite a big step to make, and will probably take some discussion. (Or @villermen saying "Yes.")

@picolino0
Copy link
Author

he told me to make it an issue here xD but I agree, you would need to keep extra data, though this can easily be achieved by using a database. I think it'd be really interesting to see which soundbytes are played most often.

@villermen
Copy link
Member

villermen commented Jul 7, 2016

Yeah. Figured we were going to need one regardless if we are going to add requests. The database should be optional in any case.

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

No branches or pull requests

3 participants