schedutron / home-server

A media home server to stream video from your laptop to any device on the same Wi-Fi!
MIT License
20 stars 47 forks source link

Add likes counter for videos #15

Open schedutron opened 7 years ago

schedutron commented 7 years ago

Will require enhancing both the front-end and the Flask back-end.

km4 commented 7 years ago

I can take frontend enhancing.

cnpapado commented 5 years ago

Hi everyone. I worked on this for a little and I ended up adding a db storing the videos' filenames, along w likes. I understand you may wanted to avoid this but I think it might not be that bad since it would be useful for the implementation of the comments too. I'll make a pull request so you can tell me what you think.

schedutron commented 5 years ago

@cnpapado This definitely is a cool feature to implement. I look forward to your PR!

cnpapado commented 5 years ago

Here it is: #61