-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathexample.yaml
More file actions
37 lines (28 loc) · 802 Bytes
/
Copy pathexample.yaml
File metadata and controls
37 lines (28 loc) · 802 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
sources:
- path: /Users/<username>/Desktop/Videos/4K Sceneries/
item_play_duration: 120
- path: /Users/<username>/Desktop/Announcements/
item_play_duration: 60
special: True
- path: /Users/<username>/Desktop/Music Videos/
shuffle: True
- path: /Users/<username>/Desktop/Safety Instructions/
play_every_minutes: 30
# optional
source_mixing_function: 'zip_equally'
# optional
media_extensions: ['.mp4', '.avi', '.mov', '.mkv', '.webm', '.png', '.jpg']
# optional
media_recursive: False
# optional
playlist_extensions: ['.xspf', '.m3u']
# optional
image_play_duration: 60
# optional
vlc:
path: '/Applications/VLC.app/Contents/MacOS/VLC'
host: '127.0.0.1'
port: 8080
password: 'vlcremote'
extraintf: 'http:luaintf'
options: []