I was thinking about a way to view my small videos, like or add additinal data with them, filter by that. But there was no solution for that. Then I was thinking to create a webpage to view them as gallery
- Put this project inside Xampp / PHP Server /htdocs folder
- Change database user and password config in
application\config\database.php
- Import the databse from
database.sql
- Goto your browser and type
localhost/[the name of the folder]
. Of course don't forget to start xampp server first. - Create
.assets/videos
folder and upload your videos to that folder, I have added that folder to gitignore to avoid video uploading to gitlab - Create
.assets/thumbnails
folder, have added that folder to gitignore to avoid video uploading to gitlab - Install ffmpeg in your server or computer to allow auto generate thumbnails for the videos
- Manage your videos
- View videos in resizeable, floating div
- Play videos in new tab
- Play multiple videos at a time
- Autometic generate and manage thumnails for the video
- Spports liking and tagging videos
- Supports sorting videos based on like
- Supports searching and filtering videos based on tags
- Attach the new UI with the functionalities
- Create rows based on the data
- Add video name and other details
- Generate thumbnails for the videos and show them
- Implement the features from the UI in the controller