video example

This commit is contained in:
MeexReay 2025-04-24 19:37:47 +03:00
parent 5662f1ef1c
commit 325bf69f7c
3 changed files with 11 additions and 2 deletions

3
.gitignore vendored
View File

@ -1,2 +1,3 @@
/build
/videos/*
/videos/*
!/videos/video-example.json

View File

@ -42,7 +42,7 @@ sudo dd if=build/youtube2.iso of=/dev/sdX bs=4M status=progress oflag=sync
"video-file": "<video-id>.mp4",
"image-file": "<video-id>.png",
"channel-name": "Название канала",
"channel-avatar-file": "<channel-id>.png",
"channel-avatar-file": "<channel-id>.png"
}
```

View File

@ -0,0 +1,8 @@
{
"name": "Название видео",
"description": "Описание видео",
"video-file": "<video-id>.mp4",
"image-file": "<video-id>.png",
"channel-name": "Название канала",
"channel-avatar-file": "<channel-id>.png"
}