v18 LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111) +---- Forum: Raspberry Pi (https://forum.kodi.tv/forumdisplay.php?fid=166) +---- Thread: v18 LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) (/showthread.php?tid=298461) Pages:
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
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
|
LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Memphiz - 2017-09-21 Something wrong with your changelog? Looks incomplete since 2 builds. RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2017-09-21 (2017-09-21, 08:07)Memphiz Wrote: Something wrong with your changelog? Looks incomplete since 2 builds. I hope not, what do you think is missing? RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - sailort - 2017-09-21 Hi guys, After update from some 17.0 testbuild to 18.0 testbuild today (#920) my remote is not working anymore. After searching this thread I have found that I have to change my config.txt, so I did. Now it looks like this: Code: hdmi_force_edid_3d=1 lirc0 in dev is present (it wasn't with lirc-rpi overlay) Code: LibreELEC:~ # ls -la /dev/lirc* I have tried Enabled/Disabled lirc in Settings->LibreElec->Services (yes, I've rebooted after any change), but my remote is still not working. Even changed batteries for a fresh ones. My remote is Onkyo receiver remote. Any help or ideas? How can I even check if system is receiving ir codes from remote? Thanks. T. RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - HiassofT - 2017-09-21 The syntax of gpio pin setting in the gpio-ir overlay is different to lirc-rpi. You have to use Code: dtoverlay=gpio-ir,gpio_pin=26 Note "gpio_pin", not "gpio_in_pin" Edit: also remove the "device_tree_overlay" lines in config.txt. so long, Hias RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - sailort - 2017-09-21 (2017-09-21, 11:47)HiassofT Wrote: The syntax of gpio pin setting in the gpio-ir overlay is different to lirc-rpi. You have to use Still not working. Code: dtoverlay=gpio-ir,gpio_pin=26 Code: LibreELEC:~ # ir-keytable Code: LibreELEC:~ # ps -a | grep lirc -------- UPDATE --------- I've realized that lircd was running even when disabled from Settings. I have removed its startup from autostart.sh (it needed to be there for some reasons in the past). Now lircd is not started upon reboot. Code: LibreELEC:~ # ps -a | grep lirc Code: LibreELEC:~ # ir-keytable mode2 gives me activity on pressing keys, but within kodi navigation still doesn't work. upon mode2 execution, ir-keytable output changes Code: Enabled protocols: lirc RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - HiassofT - 2017-09-21 OK, ir-keytable output looks good and getting activity from mode2 is fine as well. You could now try enabling lirc in LE setting, that'll pick up your lircd.conf file. If you do that you may also need to disable ir-keytable auto-configuration (via ": > /storage/.config/rc_maps.cfg"). Which remote are you using? If it's some standard remote it might work with the ir-keytable maps shipped with LE and you just need to setup an rc_maps.cfg file. Detailed info about remote handling is in the LE wiki: https://wiki.libreelec.tv/infrared_remotes so long, Hias RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - sailort - 2017-09-21 (2017-09-21, 12:38)HiassofT Wrote: OK, ir-keytable output looks good and getting activity from mode2 is fine as well. Enabling lircd in LE settings helped, now remote works. Possible culprit I see now (just an idea) was that lircd was started using autostart.sh according to some old guides probably I have used years ago. Maybe some lirc update or maybe different usage of it could pose a issue. I'm using ONKYO remote and had to create custom remote file for lircd. Thanks for help. T. RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - HiassofT - 2017-09-21 Manually starting lircd in autostart.sh was certainly the culprit and you are not the first one caught by a long forgotten change. Glad you found it so quickly! IIRC (some) Onkyo remotes use a variant of the NEC protocol so you could give that a try if you are in the mood for experiments. But it's a lot easier to stick to your working lircd.conf. so long, Hias LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Memphiz - 2017-09-21 (2017-09-21, 08:10)Milhouse Wrote:(2017-09-21, 08:07)Memphiz Wrote: Something wrong with your changelog? Looks incomplete since 2 builds. It stops after like 10 points - but only when using tap atalk... RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2017-09-21 (2017-09-21, 20:51)Memphiz Wrote: It stops after like 10 points - but only when using tap atalk... Ah Tapatalk. I use it on Android, and amazingly after all these years it still can't manage to format anything but the most basic post. Tapatalk seem to invest all their development effort changing and rearranging the application UI every two weeks, to the benefit of nobody, while spending no time at all on improving the dire way they actually present forum messages. I suppose it could also be an outdated forum plugin that is to blame...? Unfortunately, Tapatalk currently fails miserably when it comes to formatting my changelog posts, and also anything that includes code tags (which means quite a lot of posts are unintelligible when displayed in Tapatalk). RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2017-09-22 New LibreELEC.tv Leia build #0921: RPi / RPi2 (Supercedes previous build) Code: # uname -a Based on tip of LibreELEC.tv master (5a1b34f, changelog) and tip of XBMC master (f3f144a, changelog) with the following modifications:
LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - pyrodex - 2017-09-22 Any idea in bursts of sound after pausing? Look at the attached video for example. Started recently like a week or two. https://youtu.be/hEeSyv18Rdk Debugging log http://sprunge.us/XSeJ Sent from my iPhone RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2017-09-22 (2017-09-22, 03:00)pyrodex Wrote: Any idea in bursts of sound after pausing? Look at the attached video for example. Started recently like a week or two. Can you test #0909 and then #0910, and see if the latter is when it starts. I've noticed something similar when "unpausing" a video, but in my case (RPi3 into computer monitor with 2.0 channel audio) after unpausing a video I sometimes hear a brief burst of white noise (or "click"), and then all audio is lost until playback is ended. It can also happen when starting playback. Seems to affect most videos - h264, hevc - with 2.0 or 5.1 audio but I couldn't trigger it on a VC-1 video with TrueHD audio. I believe it started with #0910. It only happens with MMAL - doesn't happen with OMX. And it only happens when "Output configuration" is "Optimized" or "Best match" - if I set this to "Fixed" then there is no issue. The following settings will reproduce the issue for me: Video (you might want to turn down the volume at the beginning - sorry about that!) https://www.dropbox.com/s/00v1laiqxh5m89f/VID_20170922_025106.mp4?dl=1 RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Lindar - 2017-09-22 (2017-09-22, 04:04)Milhouse Wrote: I've noticed something similar when "unpausing" a video, but in my case (RPi3 into computer monitor with 2.0 channel audio) after unpausing a video I sometimes hear a brief burst of white noise (or "click"), and then all audio is lost until playback is ended. It can also happen when starting playback. Seems to affect most videos - h264, hevc - with 2.0 or 5.1 audio but I couldn't trigger it on a VC-1 video with TrueHD audio. I do have the exakt same problem. RPi2 with 2.0 stereo. But no burst after unpausing, only silence. Rapid pause/unpause sometimes produces a "click" but audio only works again after stop and play again. Lindar RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - MikeKL - 2017-09-22 (2017-09-22, 07:00)Lindar Wrote:I also noticed this issue recently and was trying to track down a repeatable cause (with debug log) before reporting it. "Clicks" seem to occur after pausing/re-starting a local network video stream.(2017-09-22, 04:04)Milhouse Wrote: I've noticed something similar when "unpausing" a video, but in my case (RPi3 into computer monitor with 2.0 channel audio) after unpausing a video I sometimes hear a brief burst of white noise (or "click"), and then all audio is lost until playback is ended. It can also happen when starting playback. Seems to affect most videos - h264, hevc - with 2.0 or 5.1 audio but I couldn't trigger it on a VC-1 video with TrueHD audio. (I have also noticed it with live addon video streams i.e. iplayer www and think it occurring when slight stream pause occurs due to overall internet/network bandwidth issues) In my case i just receive a single loud click, Audio appears to continue OK otherwise etc. (Will review and try to repeat with ideas on which kodi option/settings I have selected/enabled) |