Mediastreamer / database.json
Subham9126's picture
Update database.json
de10ddd verified
Raw
History Blame
1.28 kB
[
{
"id": "sample-video-1",
"title": "Beautiful Nature Scenes",
"description": "Relaxing footage of natural landscapes from around the world. Perfect for background or meditation.",
"videoPath": "videos/nature.mp4",
"thumbnailPath": "thumbnails/nature_thumb.jpg",
"duration": "12:34",
"subtitleTracks": [
{
"label": "English",
"srclang": "en",
"path": "subs/nature_en.vtt"
},
{
"label": "Spanish",
"srclang": "es",
"path": "subs/nature_es.vtt"
}
]
},
{
"id": "sample-video-2",
"title": "EP1",
"description": "A day in the life of a bustling city captured in time lapse photography.",
"videoPath": "/Solo.Leveling.Arise.from.the.Shadow.S02E01.1080p.WEB-DL.Hindi.2.0-English.2.0.ESub.x264-HDHub4u.Tv.mkv",
"thumbnailPath": "thumbnails/city_thumb.jpg",
"duration": "5:20"
},
{
"id": "EP7",
"title": "Underwater Exploration",
"description": "Dive into the depths with this underwater footage of coral reefs and marine life.",
"videoPath": "https://huggingface.co/Subham9126/oldmem/resolve/main/Doraemon%20S01E01%20%5BRareToonsIndia%5D.mkv?download=true",
"thumbnailPath": "thumbnails/ocean_thumb.jpg",
"duration": "8:45"
}
]