forked from bjoern-reichert/KodiDisplayInfo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sample.config.txt
36 lines (33 loc) · 872 Bytes
/
sample.config.txt
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
[CONFIG]
#Screen Modus: time (default), later thumbnail
SCREENMODUS = time
#Watch Modus: film (default), livetv [Asks the title more than once.]
WATCHMODUS = film
#Movie title format: oneline (default), twoline [Smaller font size in two lines]
MOVIETITLEFORMAT = oneline
[DISPLAY]
# Possible resolutions: 320x240 (default) or 480x272 or 480x320
RESOLUTION =
# Set to your Framebuffer /dev/fb1 or /dev/fb2
FBDEV =
# Setting find unter: Kodi : System → Settings → Services → Webserver
[KODI_WEBSERVER]
# Set it to localhost or IP (192.168.2.101)
HOST = localhost
# Port of the Kodi Webserver
PORT = 8080
# Username
USER =
# Password
PASS =
[COLOR]
# Color for background
BLACK = 000000
# Color for font
WHITE = FFFFFF
# Color for error message
RED = FF0000
# Color for progress bar background
GREEN = 87D31E
# Color for progress bar improvement
ORANGE = E07018