inital commit
This commit is contained in:
29
templates/channels.json.template
Normal file
29
templates/channels.json.template
Normal 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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user