inital commit

This commit is contained in:
2025-09-25 14:36:17 +02:00
parent fdb7ef65f2
commit aee8ec5cb0
14 changed files with 4264 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
{
"1": {
"number": 1,
"name": "Sample Video 1",
"path": "/home/pi/Videos/sample1.mp4",
"description": "First sample video",
"category": "general",
"enabled": true,
"priority": 0
},
"2": {
"number": 2,
"name": "Sample Video 2",
"path": "/home/pi/Videos/sample2.mp4",
"description": "Second sample video",
"category": "general",
"enabled": true,
"priority": 0
},
"3": {
"number": 3,
"name": "Sample Video 3",
"path": "/home/pi/Videos/sample3.mp4",
"description": "Third sample video",
"category": "general",
"enabled": true,
"priority": 0
}
}