Kodi Community Forum
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) - ksooo - 2017-09-03

(2017-09-02, 17:47)bmonster Wrote: Hi,

Not sure if this is a kodi or estuary issue, when watching a pvr recording and you press i for the osd, the programme name is missing from the top left corner just above the channel name.

Regards

Bucky..


Confirming the issue. I will look into it and will come up with a fix. Thanks for reporting.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - MikeKL - 2017-09-03

(2017-09-02, 14:37)Milhouse Wrote:
(2017-09-02, 08:38)Aux_ Wrote: Someone else has problem with the new tvheadend #0901 ?
That's a very good question...
Installed #0902 this morning then installed corresponding milhouse build of tvheadend backend addon
(LibreELEC Tvh-addon v9.0.112-#0902-milhouse-v4.2.3-39-ge195d18)

Tvheadend did not appear to have any problems with a switch back from #0824-milhouse-v4.3-358-g99d191a to #0902-milhouse-v4.2.3-39-ge195d18
(working ok in my usage case, Live TV and web access to tvheadend server etc.)

After checking everything running ok for a few minutes I performed a full reboot of rpi2 and upon 1st "reboot" after installing #0902 and corresponding tvheadend backend; I had a kodi crash and restart (crash only occurred once before kodi re-started ok without any further crashes occurring during tvheadend backend/frontend synchronization? on rpi2)

kodi crashlog

Everything running normally after the single kodi crash.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Aux_ - 2017-09-03

@MikeKL,

If you had not read yet, I could already solve the issue -->> https://forum.kodi.tv/showthread.php?tid=298461&pid=2641321#pid2641321


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - popcornmix - 2017-09-03

(2017-09-02, 18:44)polo_joe Wrote: I'm experiencing high memory usage in latest builds. My GPU mem is set to 320, I have tvheadend running on same machine. After some hours watching livetv I have memory usage of more than 40%.

Linux will use free memory for the file cache so it's quite normal for free memory to reduce over time (cached memory will be freed up when it is actually needed).
Unless you are saying the memory usage gets to 100% and then crashes I don't think there is an issue here.

Also if you believe this is an issue in "latest builds" then identifying the first build with the issue would be useful as we can closely look at the changes in that build.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - MikeKL - 2017-09-03

(2017-09-03, 12:39)Aux_ Wrote: @MikeKL,

If you had not read yet, I could already solve the issue -->> https://forum.kodi.tv/showthread.php?tid=298461&pid=2641321#pid2641321
@Aux_ Yes did read your post, before posting mine with understanding issue was more probably related to your usage/environment case.
Just thought still useful to continually update to latest builds (with recent step back from 4.3 to 4.2) and provide feedback.
(As I continue to utilize Tvheadend frontend/backend at latest Leia related build standard on same rpi2 device)


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2017-09-03

New LibreELEC.tv Leia build #0903: RPi / RPi2
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 4.12.10 #1 Sun Sep 3 21:04:51 BST 2017 armv6l GNU/Linux

# vcgencmd version
Aug 22 2017 14:20:40
Copyright (c) 2012 Broadcom
version eb51b8b84ec11d98562dfbb7be53cdd216c0ea4c (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20170903210335-#0903-g7b1be4a [Build #0903]

# Kodi version
(18.0-ALPHA1 Git:7161dc0). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (7b1be4a, changelog) and tip of XBMC master (7161dc0, changelog) with the following modifications: Build Highlights:
  1. [PVR] Fix title missing in recordings OSD.
  2. Add contextmenu option to remove resume points
Build Details:
  1. XBMC:
    • VideoPlayer: vdpau - fix black screen after reset (PR:12756, 1 commit, 5 files changed)
    • [addons] change binary callbacks (PR:12596, 2 commits, 4 files changed)
  2. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] PR:1943: samba: ensure new properties are populated on upgrade
    • Added: [pkg] PR:12708: Add contextmenu option to remove resume points
    • Added: [pkg] PR:12766: [PVR] Fix title missing in recordings OSD.



RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Cosmicbase - 2017-09-04

(2017-08-13, 12:42)Aux_ Wrote:
(2017-08-13, 10:15)Cosmicbase Wrote:
(2017-08-12, 01:44)rudrood Wrote: Reported earlier (link), buffering is indeed anoying when zapping through the channels.
Recording still works when you start it via contextmenu.

Yes, I know this has been repeatedly reported. Only since 20 days or since the # 0722 nothing has been changed.
I can not see so sensible TV, this is the problem.

Is this a problem for you to return to the last working build?
You cann update wen the issue has been eliminated

@ksoo Can you look over the issue. Would be great if this would run again without the buffering.


LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - ksooo - 2017-09-04

(2017-09-04, 00:28)Cosmicbase Wrote:
(2017-08-13, 12:42)Aux_ Wrote:
(2017-08-13, 10:15)Cosmicbase Wrote: Yes, I know this has been repeatedly reported. Only since 20 days or since the # 0722 nothing has been changed.
I can not see so sensible TV, this is the problem.

Is this a problem for you to return to the last working build?
You cann update wen the issue has been eliminated

@ksoo Can you look over the issue. Would be great if this would run again without the buffering.


Firstly, my nickname is ksooo, secondly, without a "please" in a sentence wanting me to do something I will do nothing and thirdly, not my playground. ;-)


LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - ksooo - 2017-09-04

(2017-09-03, 11:03)ksooo Wrote:
(2017-09-02, 17:47)bmonster Wrote: Hi,

Not sure if this is a kodi or estuary issue, when watching a pvr recording and you press i for the osd, the programme name is missing from the top left corner just above the channel name.

Regards

Bucky..


Confirming the issue. I will look into it and will come up with a fix. Thanks for reporting.


Should be fixed in latest build.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Cosmicbase - 2017-09-04

(2017-09-04, 07:46)ksooo Wrote:
(2017-09-04, 00:28)Cosmicbase Wrote:
(2017-08-13, 12:42)Aux_ Wrote: Is this a problem for you to return to the last working build?
You cann update wen the issue has been eliminated

@ksoo Can you look over the issue. Would be great if this would run again without the buffering.


Firstly, my nickname is ksooo, secondly, without a "please" in a sentence wanting me to do something I will do nothing and thirdly, not my playground. ;-)

@ksooo, I am very sorry.

Can someone look at the log or who is responsible here?


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - maskedrider - 2017-09-04

For me, my Xbox Remote isn´t working since a while. (Updating regularly every week or so). With the clean LibreElec 8.0.2 image altough, everything with the remote works just fine. Connected via GPIO IR-Receiver.

I can´t figure out whats the problem here but I think something is broken in the last builds. I tried almost everything i could find about getting Lirc back to work. Anyone who has the same issue?


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - HiassofT - 2017-09-04

Which xbox remote are you using? Xbox one and Xbox 360 remotes should work out of the box. WIth these new builds make sure you are using dtoverlay=gpio-ir (NOT lirc-rpi) and have Lirc DISABLED in LibreELEC settings.


so long,

Hias


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - maskedrider - 2017-09-04

Xbox one remote. Will try dtoverlay=gpio-ir soon. Thx in advance. I think this should solve it.

Greetings from the north of Salzburg,
maskedrider


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - bmonster - 2017-09-04

(2017-09-04, 07:47)ksooo Wrote:
(2017-09-03, 11:03)ksooo Wrote:
(2017-09-02, 17:47)bmonster Wrote: Hi,

Not sure if this is a kodi or estuary issue, when watching a pvr recording and you press i for the osd, the programme name is missing from the top left corner just above the channel name.

Regards

Bucky..


Confirming the issue. I will look into it and will come up with a fix. Thanks for reporting.


Should be fixed in latest build.


All Good,

Thank you..


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - maskedrider - 2017-09-04

@HiassofT

Thats it, worked for me, thanks! I had to enable lirc in the LE settings, disabled didn´t work at all. Don´t know why exactly if it should run out of the box, but as long as it works fine, who cares..