forked from eclispe/rydeplayer
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.sample.yaml
152 lines (137 loc) · 2.75 KB
/
config.sample.yaml
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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
---
configRev: 3
playerID: "TEST CONFIG"
sources:
LONGMYND:
binpath: /home/pi/longmynd/longmynd
mediapath: /home/pi/lmmedia
statuspath: /home/pi/lmstatus
tstimeout: 5000
COMBITUNER:
binpath: /home/pi/combituner/CombiTunerExpress
mediapath: /home/pi/ctmedia
bands:
None LM:
source: LONGMYND
lofreq: 0
loside: SUM
pol: NONE
port: BOTTOM
gpioid: 1
None CT: &bandnonect
source: COMBITUNER
lofreq: 0
loside: SUM
gpioid: 1
LNB Low: &bandlnblow
source: LONGMYND
lofreq: 9750000
loside: LOW
pol: HORIZONTAL
port: TOP
gpioid: 0
BATC Streamer: &bandbatcstream
source: RTMPSTREAM
domain: rtmp.batc.org.uk
rtmpapp: live
networkTimeout: 5
networkTimeoutInit: 25
gpioid: 0
presets:
QO-100 Beacon: &presetdefault
freq: 10491500
sr: 1500
band: *bandlnblow
QO-100 Scan:
freq:
- 10497750
- 10498250
- 10498750
- 10499250
sr:
- 250
- 333
- 500
band: *bandlnblow
70cm CT:
freq: 437000
bw: 333
band: *bandnonect
QO-100 net stream:
streamname: oscar100net
band: *bandbatcstream
default: *presetdefault
ir:
repeatFirst: 200
repeatDelay: 100
repeatReset: 400
libraryPath: /home/pi/rydeplayer
handsets:
- handset.sample
gpio:
repeatFirst: 200
repeatDelay: 100
rxGood: 4
buttons:
POWER: 16
UP: 14
DOWN: 27
LEFT: 22
RIGHT: 23
SELECT: 24
BACK: 25
MENU: 5
MUTE: 6
switches:
highgoing:
OSDON: 26
lowgoing:
OSDOFF: 26
band:
- 12
- 13
- 15
osd:
timers:
USERTRIGGER: 10
PROGRAMTRIGGER: 10
active:
PLAYERID: null
MUTE:
datum: TR
x: 0.03
y: 0.3
w: 0.3
h: 0.3
VOLUME: null
SIGLEVEL: null
REPORT: null
POWERLEVEL: null
PROGRAM: null
FREQ: null
BW: null
inactive:
PLAYERID: null
MUTE: null
network:
bindaddr: 'localhost'
port: 8765
watchdog:
minRestartTime: 0.1
maxRestartTime: 300
startupDelay: 5
backoffRate: 2
watchdogService:
serviceInterval: 1
pidPath: "/tmp/rydePlayer.pid"
shutdownBehavior: APPSTOP
audio:
muteOnStartup: False
volumeOnStartup: 100
volumeStep: 25
enableMenu: False
debug:
enableMenu: False
autoplay: True
disableHardwareCodec: True
useFTfont: False