forked from project-owner/Peppy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.txt
127 lines (112 loc) · 2.21 KB
/
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
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
[screen.info]
width = 480
height = 320
depth = 32
frame.rate = 30
hdmi = False
no.frame = False
flip.touch.xy = False
multi.touch = False
[usage]
touchscreen = True
mouse = True
lirc = False
rotary.encoders = False
web = True
stream.server = False
browser.stream.player = False
voice.assistant = False
headless = False
vu.meter = False
album.art = True
auto.play = True
long.press.time.ms = 700
poweroff = True
check.for.updates = False
[logging]
file.logging = False
log.filename = /home/pi/Peppy/peppy.log
console.logging = False
enable.stdout = True
show.mouse.events = False
[file.browser]
audio.file.extensions = aac,ac3,aiff,ape,flac,m4a,mp3,mp4,ogg,opus,wav,wma,wv
playlist.file.extensions = m3u,cue
folder.images = folder.jpg,folder.png,cover.jpg,cover.png,front.jpg,front.png
cover.art.folders = covers,artwork,scans,art
auto.play.next.track = True
cyclic.playback = True
hide.folder.name = False
folder.image.scale.ratio = 0.8
rows = 3
columns = 3
alignment = center
[web.server]
http.port = 8000
https = False
[stream.server]
stream.server.port = 8080
[podcasts]
podcasts.folder = /home/pi/podcasts
[home.menu]
radio = True
audio-files = True
audiobooks = True
stream = False
cd-player = False
podcasts = True
airplay = False
spotify-connect = False
[home.navigator]
back = True
screensaver = True
equalizer = True
language = True
timer = True
network = True
player = True
about = True
[screensaver.menu]
clock = True
logo = True
slideshow = True
peppymeter = True
peppyweather = True
spectrum = True
lyrics = True
random = True
[languages.menu]
English-USA = True
German = True
French = True
Italian = True
Spanish = True
Russian = True
[voice.assistant]
type = Google Assistant
credentials = c:\ga\credentials.json
device.model.id = Peppy
device.id = my_peppy
command.display.time = 1
[colors]
color.web.bgr = 0,38,40
color.dark = 0,70,75
color.dark.light = 20,90,100
color.medium = 70,140,150
color.bright = 160,190,210
color.contrast = 255,190,120
color.logo = 20,190,160
color.mute = 242,107,106
[font]
font.name = FiraSans.ttf
[scripts]
startup.script.name =
shutdown.script.name =
[rotary.encoders]
gpio.volume.up = 16
gpio.volume.down = 26
gpio.mute = 13
gpio.move.left = 6
gpio.move.right = 12
gpio.select = 5
jitter.filter = 1