mirror of
https://github.com/YusufB5/ASCILINE.git
synced 2026-06-14 22:25:13 +02:00
Update playlist.json with new video entries
Removed old playlist format and added new video entries.
This commit is contained in:
parent
18a91867fa
commit
41f6950954
1 changed files with 3 additions and 20 deletions
|
|
@ -1,22 +1,5 @@
|
|||
### Playlist Format (`playlist.json`)
|
||||
Each entry can override the global defaults.
|
||||
|
||||
```json
|
||||
[
|
||||
{
|
||||
"video": "first_video.mp4",
|
||||
"mode": 1,
|
||||
"vol": 1
|
||||
},
|
||||
{
|
||||
"video": "second_video.mp4",
|
||||
"mode": 5,
|
||||
"vol": 2
|
||||
},
|
||||
{
|
||||
"video": "third_video.mp4",
|
||||
"mode": 5,
|
||||
"pixel": true,
|
||||
"vol": 3
|
||||
}
|
||||
{ "video": "intro.mp4", "mode": 1, "vol": 1 },
|
||||
{ "video": "main.mp4", "mode": 5, "pixel": true, "vol": 3, "cols": 520 },
|
||||
{ "video": "outro.mp4", "mode": 3, "vol": 2, "cols": 240 }
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue