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
|
RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - smp1 - 2018-01-07 (2018-01-06, 23:50)popcornmix Wrote:I reported this issue back in november (issue with sample #1 was fixed, sample #2 is still unplayable). I guess it was broken some time in autumn. Early post-kodi 17 builds definitely had no issues with ts/m2ts.(2018-01-06, 04:07)smp1 Wrote: I can confirm the buffering issue with .m2ts and .ts files. The issue occur during the playback over LAN (SMB). Local playback seem to be ok. The same videos play fine if remuxed to mkv.Is this a recent problem in these builds? Identifying the first build with the problem would be useful. RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - bmonster - 2018-01-07 Hi, I've noticed a little bug when changing a movie in the library. ie uncut version or better resolution. Example. I had a movie "1941.mp4" with a resolution 576p and running time is 119mins, which i removed from my library and also removed the file. Now I added a new "1941.mp4" with a resolution of 1080p and a running time of 140mins, but when scanned into kodi the info shown in the library is from the previous version 576p and running time is showing 119mins. If i added say "1941.mkv", the info in the library will be correct, so it seems the issue occurs when the new file is the same name/extension as the previous file. I've gone back quite a few builds and the issue is still there, so I think its been about a while. Hope the above makes sense. Also im using latest build, with everything stock. Kind Regards Bucky RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Aux_ - 2018-01-07 (2018-01-07, 02:33)bmonster Wrote: Hi,I would say, before you load the new 1941.mp4 file, you should clean up the media database, then update library. Settings / Media / Video Library / Clean library ... RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - bmonster - 2018-01-07 (2018-01-07, 02:42)Aux_ Wrote:Hi Aux,(2018-01-07, 02:33)bmonster Wrote: Hi,I would say, before you load the new 1941.mp4 file, you should clean up the media database, then update library. Yer that was one of the 1st things i tried, same result, info from the previous version.. Regards Bucky.. LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - vbat99 - 2018-01-07 And run the library clean at least three times. Found particularly with TV series, first clean removes episodes, second clean removes series. Third just to be sure. Also, use milhouse texturecache.py script to remove obsolete artwork. Cheers. RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - bmonster - 2018-01-07 (2018-01-07, 02:53)vbat99 Wrote: And run the library clean at least three times.Ok, I removed and deleted the movie from my library. Ran Clean Library 4 times, once for luck. Ran texturecache.py P added the movie again, and scanned to library, and its still got the info from the previous file, and not the new info. When I play the movie the running time shows correct on the osd, and the codec info is showing the correct resolution, but the library is still showing the incorrect info, from the previous file... Thanks for your help though.. Regards Bucky.. RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - 4ndreas - 2018-01-07 (2018-01-07, 01:11)doug Wrote:I have a Pi3 with vnsi running 24/7 (standard theme, no addons).(2018-01-06, 18:13)da-anda Wrote: anybody else has a PI3 on 24/7 and noticed frequent crashes/reboots in recent nightlies? I haven't found out why, but Kodi keeps crashing for me when idle for some time When I stop watching TV (stop streaming) and leave the main menu selection as it is (TV), the system will crash or freeze within the next hours. To avoid the crash I have to: - select a different menu item in the main menu (i.e. movie or music) or - continue the TV streaming This problem exists a long time and I don't now a Kodi 18 release that does not have the problem. I was so used to change the main menu item after watching TV as a workaround that I forgot about it. I know this is not the way I should have dealed with the problem I don't have access to the system at the moment, so I can't provide a debug log now, sorry. The last system update was in december, if I recognize correctly it was #1227. 4ndreas RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - da-anda - 2018-01-07 @doug @4ndreas thanks for the headsup. I'll get in touch with ksooo and play is test monkey in case he's interested to investigate further into it RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2018-01-07 I have uploaded debug-enabled builds #0106d in order to obtain more detailed crashlogs from those experiencing crashes: RPi / RPi2 @4ndreas and @germa18 please use this #0106d debug-enabled build to produce a crashlog which should hopefully include more useful information (@germa18 your crash is occurring in code that is currently not producing a usable stacktrace). Edit: Corrected RPi2 link, thanks @4ndreas RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - germa18 - 2018-01-07 (2018-01-07, 14:36)Milhouse Wrote: I have uploaded debug-enabled builds #0106d in order to obtain more detailed crashlogs from those experiencing crashes: RPi / RPi2I just saw the message, i updated to #0106 and output the log, the log is for OMXplayer issue For the crash with IPTVsimple i need to do it later. https://drive.google.com/drive/folders/1v21v2wPOkOu8h_60MHwXTSUXG8vWy_yw?usp=sharing RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2018-01-07 (2018-01-07, 15:29)germa18 Wrote: For the crash with IPTVsimple i need to do it later.Please use the built-in log upload facility whenever possible (ie. when your log isn't ridiculously large). See the "Bug reports" note at the top of the first post for more details. RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - germa18 - 2018-01-07 (2018-01-07, 15:55)Milhouse Wrote:Ok(2018-01-07, 15:29)germa18 Wrote: For the crash with IPTVsimple i need to do it later.Please use the built-in log upload facility whenever possible (ie. when your log isn't ridiculously large). See the "Bug reports" note at the top of the first post for more details. Just one thing, i just notice that after i delete all settings/addons in LE last night, the French language is not avalaible (only franch canadian but is not the same as French from France), is this a bug or french is missing from LE 9? RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2018-01-07 (2018-01-07, 16:07)germa18 Wrote: Ok I'm seeing French listed: Are you renaming /storage/.kodi -> /storage/.kodi.bak and rebooting to start with a "clean" /storage/.kodi ? RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - germa18 - 2018-01-07 (2018-01-07, 16:35)Milhouse Wrote:my bad, the french language were not just activate in addons, i activate it and now i can choose it - it was not activate by default, but the french canadian was ^^(2018-01-07, 16:07)germa18 Wrote: Ok RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - 4ndreas - 2018-01-07 (2018-01-07, 14:36)Milhouse Wrote: I have uploaded debug-enabled builds #0106d in order to obtain more detailed crashlogs from those experiencing crashes: RPi / RPi2 @Milhouse: please adjust the RPi2-link, the target should be the RPi2-version (not RPi). I just installed the RPi2 debug version, now waiting for crash 4ndreas |