Update 'README.md'

This commit is contained in:
tika 2022-11-04 14:21:39 +01:00
parent 16bb142973
commit 807825838f
1 changed files with 6 additions and 4 deletions

View File

@ -1,6 +1,8 @@
# togen.xyz-video-spw
# Togen Single Page Video player
a single page web video player that uses Json to source media title description ect
Your Media files go into the `vidSrc/` Video folder
the JSON files contain the video ID(currently uses the filename instead of the ID to load content but this will be referenced as videoID), creator name, File name, Video Title, publish Date, and a description.
to access the video in your browser go to the root directory(containing the index.html within this repository) `/?video={ID}` for example https://pro.togen.xyz/Video/?video=1 will take you to the video with the id of `1`
Your Media files go into the `vidSrc/{videoID}` directory
Thumbnails can be placed in the `vidSrc/${videoID}` folder and named `thumb.png`
the JSON files contain the videoID (for future use), creator name, File name, Video Title, publish Date, and a description.
to access the video in your browser go to the root directory (containing the index.html within this repository) `/?video={ID}` for example https://pro.togen.xyz/Video/?video=1 will take you to the video with the id of `1`