VideoService¶
VideoService is a library designed to take the role of creating and managing the database of a video streaming service. With this library you can create with low effort a database that sustains videos, playlists, and in which you have many metadata for each of the data types.
Use cases¶
VideoService should only be used for video streaming services, in which you will just input and output videos and their metadata, it does not have neither frontend nor a search engine or users support (maybe I will add it sometime). So this library will be usable only when you already are going to create those things by your own.
Where to start?¶
You can start with the step by step tutorial about VideoService here on ReadTheDocs:
GettingStarted Learn to install and set-up VideoService.
Docs Documentation of VideoService.