This repository has been archived by the owner on Jun 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
kodi.yml
72 lines (68 loc) · 1.92 KB
/
kodi.yml
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
- hosts: all
roles:
- role: kodi
vars:
kodi_bin: /usr/local/kodi/bin/kodi
kodi_sources:
- section: games
- section: music
sources:
- name: music
path: /media/disk1/public/music
- section: pictures
sources:
- name: photos
path: /media/disk1/public/photos
- section: programs
- section: video
sources:
- name: video
path: /media/disk1/public/video
kodi_advanced_settins:
# https://kodi.wiki/view/Log_file/Advanced
log_level: 0
extra_logging: false
extra_log_level: 16384 # CEC
kodi_gui_settings:
- id: addons.unknownsources
value: "true"
- id: audiooutput.audiodevice
value: ALSA:hdmi:CARD=vc4hdmi0,DEV=0
- id: audiooutput.passthroughdevice
value: ALSA:hdmi:CARD=vc4hdmi0,DEV=0
- id: audiooutput.volumesteps
value: 50
- id: locale.audiolanguage
value: Polish
- id: locale.subtitlelanguage
value: Polish
- id: locale.country
value: Central Europe
- id: powermanagement.displaysoff
value: 5 # 5 minutes
- id: screensaver.mode
value: screensaver.xbmc.builtin.dim
- id: screensaver.time
value: 1 # 1 minute
- id: slideshow.staytime
value: 2
- id: subtitles.charset
value: CP1250
- id: subtitles.height
value: 32
- id: subtitles.languages
value: Polish
- id: videoplayer.adjustrefreshrate
value: 2 # on start/stop
# enable hardware decoder
- id: videoplayer.useprimedecoder
value: "true"
- id: videoplayer.useprimerenderer
value: 0 # direct to plane
# enable remote access
- id: services.webserver
value: "true"
- id: services.webserverauthentication
value: "false"
- id: services.esallinterfaces
value: "true"