ASCILINE/playlist.json
SteadyW 3a78d94037
Update playlist.json with format documentation
Added documentation for playlist format and entry overrides.
2026-06-05 23:57:46 +03:00

22 lines
374 B
JSON

### 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
}
]