Kodi Community Forum

Full Version: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
Kodi "master" is now based on Leia, or Kodi 18. See this thread for Kodi 17 (Krypton) testbuilds, and this thread for Kodi 19.

Fair Warning

Kodi 18 is currently alpha and there is likely to be a lot of activity in the coming weeks/months. There will be some breakage.

In addition, these are "bleeding edge" builds - they often contain cherry-picked commits that require early testing prior to merging upstream, and which won't be found in regular nightlies until after they have been merged.

Please continue to report issues in this thread, but as I'm often not responsible for bugs and regressions (unless it's build related) don't expect personal replies or for me to file any upstream bug reports on your behalf. The best you can hope for is that the developer responsible is monitoring this thread and responds appropriately. If you want to progress an issue, identify when the issue first appeared as that may help suggest the pull request (PR) responsible, then post a comment on the relevant github PR or - if it's VideoPlayer related, or you don't know which PR is responsible - on trac.kodi.tv.

Bug reports

Please include a debug log with all bug reports as this greatly increases your chances of anyone taking an interest in your issue.

Best way to do this:
  1. Enable debug logging: Settings > System > Logging > Enable debug logging
  2. Reboot
  3. Reproduce the issue
  4. Upload the log: Settings > LibreELEC > System > Submit Log > Upload latest Kodi log
  5. Post the URL in the forum with a description of the problem
In the case of Kodi crashing use the Upload latest Kodi crash log option.

Bug reports without a suitable log will often be ignored - no debug log, no issue - or at best will take much longer to be investigated.

Skin Usage

By all means use third party skins with these builds (if the skins are compatible), but please do not report problems that cannot be reproduced while using the stock Estuary skin that is included with every build.

If a problem is not reproducible with stock Estuary then it's most likely to be a third-party skin problem, in which case contact the skin maintainer.

Installing

You need a working LibreELEC system in order to install a test build. If you are starting from scratch, use an official LibreELEC disk image to create a working system on your SD card. Once you have a working system, install the test build by copying the tar file into your Update folder and reboot.

RPi 3/RPi 3+ users: Use RPi2 builds.


Recent builds (see next post for older builds):
  • #0415, 15-Apr-2019: RPi / RPi2 -- Release post (cmake: update to cmake-3.14.2; packages: remove some unneeded patch files with changed package.mk)
  • #0414, 14-Apr-2019: RPi / RPi2 -- Release post (Minors)
  • #0413, 13-Apr-2019: RPi / RPi2 -- Release post (CEGLImage: don't add modifiers if they are just linear)
  • #0412, 12-Apr-2019: RPi / RPi2 -- Release post ([PVR] Initialize timer info tag with first available timer type from client)
  • #0411, 11-Apr-2019: RPi / RPi2 -- Release post (systemd: update to systemd-242)
  • #0410, 10-Apr-2019: RPi / RPi2 -- Release post ([LinuxRendererGLES] Fix pixelstore usage; [Music]Fix art loading for music located on server)
  • #0409, 09-Apr-2019: RPi / RPi2 -- Release post (dav1d: updated to 0.2.1 / added meson opts to disable tools & tests)
  • #0408, 08-Apr-2019: RPi / RPi2 -- Release post (New 5.0.7 kernel; samba: update to samba-4.9.6; make Estuary elements conditional)
  • #0407, 07-Apr-2019: RPi / RPi2 -- Release post (Music lib export/import songs playback history on separate thread from GUI; nano: add syntax highlighting)
  • #0405, 05-Apr-2019: RPi / RPi2 -- Release post (enable uvcvideo driver as kernel module)
  • #0404, 04-Apr-2019: RPi / RPi2 -- Release post ([cleanup] remove ifdefs)
  • #0403, 03-Apr-2019: RPi / RPi2 -- Release post (samba: MacOS Finder support; libtool, libxkbcommon, xkeyboard-config, cmake, llvm, nano updates)
  • #0402, 02-Apr-2019: RPi / RPi2 -- Release post (New 5.0.5 kernel; add pvr.waipu addon)
  • #0401, 01-Apr-2019: RPi / RPi2 -- Release post (addon settings - inherit settings level)
  • #0331, 31-Mar-2019: RPi / RPi2 -- Release post (No changes!)
  • #0330, 30-Mar-2019: RPi / RPi2 -- Release post (No changes!)
  • #0329, 29-Mar-2019: RPi / RPi2 -- Release post (connman: update to connman-1.37)
  • #0328, 28-Mar-2019: RPi / RPi2 -- Release post (wireless-regdb: update to wireless-regdb-2019.03.01; util-linux: update to util-linux-2.33.1 + lscpu; updates: notify user if custom url is not accessible (service.libreelec.settings))
  • #0327, 27-Mar-2019: RPi / RPi2 -- Release post (New firmware (arm_loader, di_adv); [le10] v4l-utils: add keymap for Zotac remote)
  • #0326, 26-Mar-2019: RPi / RPi2 -- Release post (RPi Kernel - various MMC/SDHost fixes; [Music]Prompt skip artist or album nfo files and refresh from remote sites)
  • #0325, 25-Mar-2019: RPi / RPi2 -- Release post ([Fix]Export all art types for albums and artists, not just thumb and fanart; CThreads: Reacquire Lock after WaitForThreadExit has finished; fix missing flags, cleanup textures (service.libreelec.settings))
  • #0324, 24-Mar-2019: RPi / RPi2 -- Release post (improve Xbox DVD remote response)
  • #0323, 23-Mar-2019: RPi / RPi2 -- Release post (Fix duplicate bluetooth devices (service.libreelec.settings); fixes for connman module (service.libreelec.settings))
  • #0322, 22-Mar-2019: RPi / RPi2 -- Release post (New firmware (revert arm_loader/display); new 5.0.3 kernel)
  • #0321, 21-Mar-2019: RPi / RPi2 -- Release post ([Music]Show artist disambiguation text when picking which one to scrape; fix waiting for window close animation blocking JSON requests after SetFullScreen)
  • #0320, 20-Mar-2019: RPi / RPi2 -- Release post (New firmware; updated SIGTERM patch; move libcurl symbols out of namespace)
  • #0319, 19-Mar-2019: RPi / RPi2 -- Release post (bump connman to test ntp fix; AESinkALSA: fix enumeration of cards without front devices; fix curl build with linux 5.1-rc1; reload channels and tune async connection (pvr.vuplus); RetroPlayer: Move rendering calls to initialize/deinitialize methods)
  • #0318, 19-Mar-2019: RPi / RPi2 -- Release post (Revert "Handle signals by setting atomic flag instead of pop-up thread" (kodi) - needs fix)
  • #0317, 17-Mar-2019: RPi / RPi2 -- Release post (Minors)
  • #0316, 16-Mar-2019: RPi / RPi2 -- Release post (kernel: Fix audio card issues; videoplayer: Update stereo flag processing)
  • #0315, 15-Mar-2019: RPi / RPi2 -- Release post (New 5.0.2 kernel; arm-mem: test NEON optimisations; dvb addon updates)
  • #0314, 14-Mar-2019: RPi / RPi2 -- Release post (add PIN lock option to LE Settings)
  • #0313, 14-Mar-2019: RPi / RPi2 -- Release post (Minors)
  • #0312, 12-Mar-2019: RPi / RPi2 -- Release post (New 5.0.1 kernel; samba: update to samba-4.9.5; fix live video seek issues with curl)
  • #0311, 11-Mar-2019: RPi / RPi2 -- Release post (ffmpeg-4.0.3-Leia-18.2; [VideoPlayer] Ensure video queue is not in intermediate state when flushing)
  • #0310b, 11-Mar-2019: RPi / RPi2 -- Release post (busybox/init: cleanup; [PVR] Rework PVR component inter-dependencies; [PVR] Speedup first open of Guide window)
  • #0309, 09-Mar-2019: RPi / RPi2 -- Release post ([Music]Fix listing scraped artist art when choose art on Artist Info dialog; fix localised "various arists" missing from some artist lists)
  • #0308, 08-Mar-2019: RPi / RPi2 -- Release post (New firmware; [PVR] Guide window: Fix gap tags information.; staging: vc_sm_cma: Remove erroneous misc_deregister)
  • #0307, 07-Mar-2019: RPi / RPi2 -- Release post (brcmfmac_sdio-firmware-rpi: fix delay on non-wifi enabled devices; [PVR] Speedup close of Guide window; [videoplayer][pvr] Use audio stream to determine start time of programs with no video; video: bcm2708_fb: Try allocating on the ARM and passing to VPU)
  • #0306, 06-Mar-2019: RPi / RPi2 -- Release post (New 4.19.27 kernel; minor log changes (kodi))
  • #0305, 05-Mar-2019: RPi / RPi2 -- Release post (lan78xx: EEE support is now a PHY property)
  • #0304, 04-Mar-2019: RPi / RPi2 -- Release post (brcmfmac_sdio-firmware-rpi: fix race between service and /dev/serial1; async connection (pvr.vuplus); [curl] Accept all supported content encodings by default)
  • #0303, 03-Mar-2019: RPi / RPi2 -- Release post (Minors)
  • #0302, 03-Mar-2019: RPi / RPi2 -- Release post (openssl: update to 1.1.1b)
  • #0301, 01-Mar-2019: RPi / RPi2 -- Release post (Drop arm-mem NEON optimisation; Packages: Miscellaneous package bumps to new minor versions; crash on addon start, fixes #191)
  • #0228, 01-Mar-2019: RPi / RPi2 -- Release post (Python3-3.7.2; x11/print/devel package updates)
  • #0227, 27-Feb-2019: RPi / RPi2 -- Release post (gcc: update to gcc-8.3.0; assign video library NFO thumb without aspect as poster; 4.4.15: demuxer timeshift improvements (pvr.hts); videoPlayer: set demuxer speed other than pause and normal)
  • #0226, 26-Feb-2019: RPi / RPi2 -- Release post (Fix refclock calculation; [videodb]fix: Return empty InfoTag when looking up non-existent music video)
  • #0225, 25-Feb-2019: RPi / RPi2 -- Release post (New firmware (mostly camera related); Fix TCP buffer parsing to find JSON statements to correctly)
  • #0224, 24-Feb-2019: RPi / RPi2 -- Release post (New 4.19.25 kernel)
  • #0223, 24-Feb-2019: RPi / RPi2 -- Release post (Add http2 support for curl + kodi)
  • #0222, 22-Feb-2019: RPi / RPi2 -- Release post (buildsystem: use isolated sysroot for installation; [json]: - added Player.SetViewMode/GetViewmode method to the json interface)
  • #0221, 21-Feb-2019: RPi / RPi2 -- Release post ([Music]Fix delay of playback on switching song in party mode; [skins] prefer poster over thumb to match design)
  • #0220, 20-Feb-2019: RPi / RPi2 -- Release post (kodi: fix addon platform tag; possible fix for RPi NTP bug; pvr.dvblink: Added: support for PVR_RECORDING.iChannelUid)
  • #0219, 19-Feb-2019: RPi / RPi2 -- Release post (Fix "Invert stereo flags")
  • #0218, 18-Feb-2019: RPi / RPi2 -- Release post (New 4.19.23 kernel; [GLES] Improve subtitle rendering; openssh: drop support for ssh-dss keys; CrazyCat TBS 5520SE fix)
  • #0217, 17-Feb-2019: RPi / RPi2 -- Release post (Kodi 18.2rc1)
  • #0216, 16-Feb-2019: RPi / RPi2 -- Release post (Minors)
  • #0215, 16-Feb-2019: RPi / RPi2 -- Release post (fixed: NFO/tag loading for http/https sources was broken; [Windowing] Build complete strmode for RES_DESKTOP)
  • #0214, 14-Feb-2019: RPi / RPi2 -- Release post (Minors)
  • #0213, 13-Feb-2019: RPi / RPi2 -- Release post (Minors)
  • #0212, 12-Feb-2019: RPi / RPi2 -- Release post (New firmware; new 4.19.20 kernel; libnfs-4.0.0)
  • #0211, 11-Feb-2019: RPi / RPi2 -- Release post (Kodi 18.1-rc1; kodi: cleanup Lircmap.xml patch; wake on access: fix crash on startup)
  • #0210, 10-Feb-2019: RPi / RPi2 -- Release post (LibreELEC 9.1; [VideoPlayer] Flush streamplayers if abort is requested)
  • #0209, 09-Feb-2019: RPi / RPi2 -- Release post (Minor buildsystem fixes)
  • #0208, 09-Feb-2019: RPi / RPi2 -- Release post (Add date to the log records)
  • #0207, 07-Feb-2019: RPi / RPi2 -- Release post ([sqlite] Use extended result codes; [PVR] Ignore very first 'server not reachable' notification.; [guiinfo] Fix ListitemAbsolute and ListItemPosition; Crash loop fix (pvr.vuplus))
  • #0206, 06-Feb-2019: RPi / RPi2 -- Release post (update SSL CA trust store; [PVR] Fix CPVRTimers::GetRecordingTimerForRecording to respect timer'; [python] fix usage of line-breaks in ok dialog)
  • #0205, 05-Feb-2019: RPi / RPi2 -- Release post (Handle empty vertex buffers in GUIFontTTFGL; renderCapture: Fix wrong printout; [modernize] use std:: instead of using namespace std)
  • #0204, 04-Feb-2019: RPi / RPi2 -- Release post (New 4.19.19 kernel; [PVR][settings] Reintroduce setting "Close channel OSD after switchin; Fix binary add-on symbol stripping)
  • #0203, 04-Feb-2019: RPi / RPi2 -- Release post (Switch to multi-threaded build system; updated devel packages; fix Zotac IR remotes; VideoSync: Fixup vsync clock)
  • #0202, 02-Feb-2019: RPi / RPi2 -- Release post (Remove ARB postfix from GL functions)
  • #0201, 01-Feb-2019: RPi / RPi2 -- Release post ([PVR][videoplayer] Fix PVR input stream creation ...; [Resolution] Check current mode if whitelist doesn't match)
  • #0131, 31-Jan-2019: RPi / RPi2 -- Release post (Minors)
  • #0130, 30-Jan-2019: RPi / RPi2 -- Release post (Minors)
  • #0129, 29-Jan-2019: RPi / RPi2 -- Release post (bump to v18.1 RC1; [Estuary] videoinfo - add movieset button; [Estuary] make mediainfo list focusable; optimize locking in ApplicationMessenger)
  • #0128, 28-Jan-2019: RPi / RPi2 -- Release post (Kodi 18.0 Final!; [Fix]Avoid attempt to load music info for smartplaylists; [JSON]Speed up Player and Playlist operations; optimize locking in ApplicationMessenger)
  • #0127, 27-Jan-2019: RPi / RPi2 -- Release post (pvr.vuplus: Recording EDL support)
  • #0126, 27-Jan-2019: RPi / RPi2 -- Release post ([File] use dynpath for mime-type detection; [Music]Fix slow random artist and albums home screen widgets; fix absurd Announcement Manager locking)
  • #0125, 26-Jan-2019: RPi / RPi2 -- Release post (Minors)
  • #0124, 24-Jan-2019: RPi / RPi2 -- Release post (LibreELEC Settings addon: update available builds when button selected; [JSON]Fix AudioLibrary.GetGenres return of empty "sourceid")
  • #0123, 24-Jan-2019: RPi / RPi2 -- Release post (New firmware (drop vcfiled, reference counting audio players); new 4.19.17 kernel; [GUI] refresh debug overlay if smartredraw is activated)
  • #0122, 22-Jan-2019: RPi / RPi2 -- Release post (New 4.19.16 kernel)
  • #0121, 21-Jan-2019: RPi / RPi2 -- Release post (Audiobook fixes; kodi/openssl: fix crash using vfs.sftp)
  • #0120, 20-Jan-2019: RPi / RPi2 -- Release post (Nothing!)
  • #0119, 19-Jan-2019: RPi / RPi2 -- Release post (Fix party mode slowness on MySQL)
  • #0118, 18-Jan-2019: RPi / RPi2 -- Release post (Minors)
  • #0117, 17-Jan-2019: RPi / RPi2 -- Release post (Updated RPi3+ Bluetooth firmware; fix artist discography for MySQL)
  • #0116, 16-Jan-2019: RPi / RPi2 -- Release post (Minors)
  • #0115, 16-Jan-2019: RPi / RPi2 -- Release post (bcm2835_smi: re-add dereference to fix DMA transfers; lan78xx: Debounce link events to minimize poll storm)
  • #0114, 14-Jan-2019: RPi / RPi2 -- Release post (New 4.19.15 kernel)
  • #0113, 13-Jan-2019: RPi / RPi2 -- Release post (Minors)
  • #0112, 12-Jan-2019: RPi / RPi2 -- Release post (Kodi VideoDB v116; kodi 18 RC5-rev2; ffmpeg 4.0.3-Leia-RC5)
  • #0111, 12-Jan-2019: RPi / RPi2 -- Release post (Revert PR:15200; pvr.vuplus testing fixes)
  • #0110, 10-Jan-2019: RPi / RPi2 -- Release post (Minors)
  • #0109, 09-Jan-2019: RPi / RPi2 -- Release post (New firmware (third transpose buffer; Reset WiFi and BT; Fix Ethernet boot); new 4.19.14 kernel; language option in first run wizard)
  • #0108, 08-Jan-2019: RPi / RPi2 -- Release post (New splash video from Sam Fisher; alsa: update 1.1.8)
  • #0107, 07-Jan-2019: RPi / RPi2 -- Release post (Minors)
  • #0106, 06-Jan-2019: RPi / RPi2 -- Release post (Minors)
  • #0105, 05-Jan-2019: RPi / RPi2 -- Release post (Minor (libnfs bump added to kodi-next PR))
  • #0104, 04-Jan-2019: RPi / RPi2 -- Release post ([database] Make season_view and tvshow_view SQL ANSI92-compliant; libnfs: nfsv3: skip commit if the file has not changed; pvr.vuplus: move nlohmann-json to depends)
  • #0103, 03-Jan-2019: RPi / RPi2 -- Release post (Replace CREATE TABLE [] AS SELECT [])
  • #0102, 02-Jan-2019: RPi / RPi2 -- Release post ([skin] Bump GUI ABI to 5.14.0)
  • #0101, 01-Jan-2019: RPi / RPi2 -- Release post (New 4.19.13 kernel; zstd: update to 1.3.8; PVRClient: Do not overwrite arbitrary memory fixes #15157)

Feature Requests:
I will not be adding extra add-hoc packages to these builds as that is not their purpose, which is to help test bug fixes and enhancements for existing features/packages/drivers in stock LibreELEC. New functionality may be included for testing purposes if it is considered both beneficial and highly likely to be merged upstream in the near future, and is available as a github pull request or commit.

I have no desire to create builds with unique features upon which someone becomes dependent, as this benefits nobody in the long term not even those using the unique features once I stop creating new builds. In theory, when I stop creating new builds you should all be able to seamlessly switch back to official LibreELEC builds which by then should be including most if not all of the enhancements originally tested in these builds.

If you care about long term support for your favourite package, feature or driver and want to see it included in a LibreELEC build, contact the LibreELEC developers on github or post on the LibreELEC.tv forum requesting the addition of support in the base LibreELEC build (or better yet, create a Pull Request with patch). That way everyone building or using a LibreELEC derived system "wins".

Additional Testing Notes:
  1. Build references

    When reporting issues, refer to builds using only the published build codes, ie. #0215, #0216 etc. The build code is visible on the boot screen, and by typing "lsb_release".

    Do NOT use any other reference, as these are often meaningless. For instance, the LibreELEC github revision identifier, 20272, 20281 etc. can be used by more than one build if nothing changes in LibreELEC between successive builds meaning such references could identify multiple builds, rendering it useless as a unique reference.

    Anyone using the wrong reference will be ignored by me, possibly others, as I'm just not interested in working out which build you may or may not be referring to.

  2. Usage information

    Starting with build #0529(2014), very limited usage information will be collected during the first boot of each newly installed build. The information collected is: build#, Pi memory size (256MB, 512MB or 1008MB) and maximum ARM frequency. No IP or personal information is collected!

    If you wish to opt out of data collection, run the following command:
    Code:
    touch /storage/.config/milhouse.dnt
    The purpose of this data collection is really just to get an idea of how much testing is being carried out and on what hardware, and would otherwise be achieved via non-opt out server logs if such logs were available (which they're not).

  3. Migrating LibreELEC from RPi1 to RPi2, and back again

    Note #1: Prior to migration I would recommend disabling all overclocks, as a Pi1 overclock may not work successfully on a Pi2, and vice versa.

    Note #2: LibreELEC now includes a compatability check to intentionally make it more difficult to upgrade the RPi1 or RPi2 with the wrong software. In order to switch from RPi1 to RPi2 (or vice versa) you will need to disable this compatability check by executing the following command in ssh BEFORE commencing the upgrade:
    Code:
    touch /storage/.update/.nocompat

    From RPi1 to RPi2: While using the RPi1, upgrade with the RPi2 tar. Once the upgrade is complete, the system will reboot to a rainbow boot screen (as you're now booting the ARMv7 kernel). Shutdown (pull the power) and transfer the SD card into your RPi2, which will boot normally.

    From RPi2 to RPi1: While using the RPi2, upgrade with the RPi tar. Once the upgrade is complete, the system will reboot to a rainbow boot screen (as you're now using the ARMv6 kernel). Shutdown (pull the power) and transfer the SD card into your RPi1, which will boot normally.

  4. Builds since early Dec 2014 include crashlog support

    In the event of a crash, the file /storage/.kodi/temp/kodi_crashlog_<ccyymmddhhmmss>.log will be created. The symbolic link "/storage/.kodi/temp/kodi_crash.log" will always point to the latest crashlog. Upload one of these files to a paste site and post details on the forum.

    Debug builds are occasionally uploaded to the debug folder. Debug builds will usually include more detailed crashlog information, but require a larger System partition (at least 384MB) and more RAM.

    Use the following command to upload the most recent crashlog:
    Code:
    cat /storage/.kodi/temp/kodi_crash.log | pastebinit

  5. Resizing partitions for debug-enabled builds (or undersized partitions that result in "CHECKING SIZE: FAILED" errors)

    The default FAT partitition created by a disk-image installation (prior to OpenELEC 6.0.1) is too small for a debug-enabled build (and even some of the more experimental non-debug builds depending on what features are included), and will need to be increased in size to 512MB using some of the free space allocated to the second ext4 partition.

    To resize the FAT and ext4 partitions of an existing installation:
    • Linux: use gparted to resize FAT/ext4 partitions
    • Windows: use MiniTool Partition Wizard. See this post for more details - unfortunately partition move/resize is not supported by MiniTool for ext4 filesystems so backup, delete/recreate ext4, then restore to resize the Storage partition
    • Windows: An alternative solution is to boot a Linux "LiveCD" and then use gparted

    Alternatively, if you have a Linux system available and are creating a fresh SD installation, manually creating the partitions may be a quicker option (the linked instructions will create a 512MB FAT partition).

    Starting with OpenELEC 6.0.1, disk image installations will now create a 512MB FAT partition although this will wipe all existing data - use the backup/restore procedure to save existing data.

  6. Amazon Prime / Netflix / inputstream.adaptive
    Amazon is working working (as of 03 July 2017)
    Netflix is currently working (as of 29 Jun 2017)

    These builds include the inputstream.adaptive addon, which is enabled by default.

    With inputstream.adaptive it is possible to view Netflix and Amazon Prime content.

    Amazon Prime addons (valid Amazon Prime account required):

    https://github.com/liberty-developer/plu...me_instant
    https://github.com/phil65/plugin.video.amazon65

    If the Amazon addons do not support the Inputstream Helper addon then you may have to install libwidevine manually - this is an unsupported method, contact the Amazon addon maintainers if it doesn't work:
    Code:
    curl -Ls http://nmacleod.com/public/libreelec/getwidevine.sh | bash

    Netflix addon (valid Netflix account required):

    The Netflix addon with Inputstream Helper can be installed from the Kodinerds Netflix repository - once the repository is installed you can install the Netflix addon, and when a video is watched if the libwidevine library needs to be installed you will be prompted to do so.

    Netflix support: https://github.com/asciidisco/plugin.video.netflix

  7. LibreELEC Settings add-on Development Updates
    For these builds since #0612, enter a URL into a Custom Channel, selecting from the following URLs based on your hardware:
    Code:
    RPi Zero/RPi1: http://milhouse.libreelec.tv/builds/master/RPi
    RPi2/RPi3:     http://milhouse.libreelec.tv/builds/master/RPi2
    Generic (x86): http://milhouse.libreelec.tv/builds/master/Generic
    then select "Milhouse-9.1" as the Update Channel.

  8. Clean builds - what are they?
    There are two ways to build LE: a "clean" build, where everything (every package) is built from scratch - this takes 2.5 to 3 hours - or there's an "incremental" build where only the packages that have changed from the last build are re-built - this is much quicker, usually 10-15 minutes depending on the number of packages that have changed.

    Obviously "incremental" builds are the preferred method since they're so much quicker, however there are consequences when packages have inter-dependencies and only some of those packages are changed (and thus rebuilt) which may result in unpredictable results at run-time. For this reason, every now and again it's a good idea to "clean build". Also, when there are a large number of core packages being updated/bumped it's also a good idea to "clean build" since the likelihood/risk of inter-dependency is so much greater.

    I'll sometimes make a point of mentioning in the build highlights when a build is of the "clean build" variety, mainly so that I remember this if/when I come back to this build for any reason in another 6 months time... Note that I won't always do this as I'll sometimes forget to mention it, so the lack of any reference to "clean build" should not be taken as confirmation that the build is incremental.

  9. Uploading debug logs
    Without a debug log there's often no way to investigate a problem, and you can expect your bug report to be ignored as a result. This is the easiest way to upload a debug log:
    1. Enable debug logging. If this is not possible in the GUI (because Kodi is crashing) then add the following to /storage/.kodi/userdata/advancedsettings.xml:
      Code:
      <advancedsettings>
        <loglevel>1</loglevel>
      </advancedsettings>
    2. Reboot, so that debug logging is in effect from the very start of Kodi
    3. Reproduce the problem
    4. Using ssh connect to LibreELEC (username: root, password: libreelec)
    5. Execute the command:
      Code:
      cat /storage/.kodi/temp/kodi.log | pastebinit
      then paste the resulting url to the forum
    Debug logging is enabled in Settings > System Settings > Logging > Enable debug log. Sometimes component-specific logging may be useful depending on the issue.

    Do NOT upload the log itself to the forum! Always us a pastebin-type site (or dropbox/googledrive if you have to compress the log).

  10. Game Emulators
    Access games via Internet Archive ROM Launcher (IARL):
    1. Download Zach Morris Repo and install from zip (don't use "Install from zip file" Home screen widget - use Add-ons > Add-on browser > Install from zip file)
    2. Install from repository > Zach Morris Add-ons > Game add-ons > Game providers > Internet Archive ROM Launcher
    3. Within IARL, install emulators, launch games etc.

  11. Odds and sods
    1. What are newclock3, newclock4 etc.? Link.
    2. A selection of addons are available here
Previous builds:
  • #1231, 31-Dec-2018: RPi / RPi2 -- Release post (Minors)
  • #1230, 30-Dec-2018: RPi / RPi2 -- Release post (cmake-3.13.2, busybox-1.30.0; TexturePacker: Fix memory / resource leak the ugly way)
  • #1229, 29-Dec-2018: RPi / RPi2 -- Release post (kodi-18.0rc5-Leia; fix airtunes/shairplay not working on linux; [JSON]Add OnRefresh announcement to the schema; libnfs: add nfs_umount() which will unregister the client from the mount daemon)
  • #1228, 28-Dec-2018: RPi / RPi2 -- Release post (reorganize about section (service.libreelec.settings); scroll GUIListLabel on focus only when enabled)
  • #1227, 28-Dec-2018: RPi / RPi2 -- Release post (libjpeg-turbo-2.0.1; kodi: service addon wrapper call fix; ncurses: improvements; v4l-utils: simplify 70-infrared.rules)
  • #1226, 26-Dec-2018: RPi / RPi2 -- Release post (libnfs updates)
  • #1225, 25-Dec-2018: RPi / RPi2 -- Release post (Minors)
  • #1224, 24-Dec-2018: RPi / RPi2 -- Release post (Minors)
  • #1223, 23-Dec-2018: RPi / RPi2 -- Release post (image: add PROJECT to /etc/os-release; stats improvements (service.libreelec.settings))
  • #1222, 22-Dec-2018: RPi / RPi2 -- Release post (libcec-4.0.4; fix path for looking up external subtitles)
  • #1221, 21-Dec-2018: RPi / RPi2 -- Release post (New 4.19.12 kernel; libshairplay: update to 096b61a)
  • #1220, 20-Dec-2018: RPi / RPi2 -- Release post (samba-4.9.4; kodi: Do not list non-repo add-ons as "unavailable" in info dialog; kodi: Inhibit screensaver in a later initialization stage; update LibreELEC Settings addon)
  • #1219, 19-Dec-2018: RPi / RPi2 -- Release post (Fix watched items in plugins after updating Kodi)
  • #1218, 18-Dec-2018: RPi / RPi2 -- Release post (Minors)
  • #1217, 18-Dec-2018: RPi / RPi2 -- Release post (New firmware; new 4.19.10 kernel; linux (RPi) config: enable bcm2835 miniuart; kodi: Log ID instead of name for insecure repository add-ons)
  • #1216, 17-Dec-2018: RPi / RPi2 -- Release post (Kodi 18.0 rc4; ffmpeg: DSF: Upstream picks; drop BRCM PCIe firmware; buildsystem: centralise package sourcing)
  • #1215, 15-Dec-2018: RPi / RPi2 -- Release post (tvheadend42: rebuild gnutls missing from previous build)
  • #1214, 15-Dec-2018: RPi / RPi2 -- Release post (New 4.19.9 kernel; tvheadend42: fix missing libgnutls.so.30)
  • #1213, 13-Dec-2018: RPi / RPi2 -- Release post (udevil: don't change permissions of mounted filesystems)
  • #1212, 12-Dec-2018: RPi / RPi2 -- Release post ([settings] Hide episode thumb if unseen (core wise); OMXPlayer fixes; ffmpegx: disable nonfree)
  • #1211, 11-Dec-2018: RPi / RPi2 -- Release post (dvb-latest: update to 2018-12-07; MMALCodec: Keep videBuffer valid until next decode picture)
  • #1210, 10-Dec-2018: RPi / RPi2 -- Release post (New 4.19.8 kernel; VideoPlayerVideo: Hack to allow dvd menus to work when no decoded picture; ffmpeg: hevc: Fix for green artefacts; libinput: add support for absolute pointer motion)
  • #1209, 09-Dec-2018: RPi / RPi2 -- Release post (Minors)
  • #1208, 08-Dec-2018: RPi / RPi2 -- Release post (PR15020 fixes PR15010; [Settings] Fix regression for time oldformat setting)
  • #1207, 07-Dec-2018: RPi / RPi2 -- Release post (openssh-7.9p1; openssl-1.0.2q; Settings addon: add ssh passwd change to wizard; Kodi: Fix ninja; Resolution: Don't add half refreshrates by default)
  • #1206, 06-Dec-2018: RPi / RPi2 -- Release post (New 4.19.7 kernel; update: libass/sqlite/libpng/libmicrohttpd/curl; LibreELEC Settings: move "updates" section to "Updates" menu/tab)
  • #1205, 05-Dec-2018: RPi / RPi2 -- Release post (Minors)
  • #1204, 04-Dec-2018: RPi / RPi2 -- Release post (New firmware (dispmanx overscan_scale); new 4.19.6 kernel)
  • #1203, 03-Dec-2018: RPi / RPi2 -- Release post (bump to v18.0 rc3; fix libcec and Samsung TVs)
  • #1202, 02-Dec-2018: RPi / RPi2 -- Release post ([linux] powermanagement: change logind detection to also use Dbus)
  • #1201, 01-Dec-2018: RPi / RPi2 -- Release post (fix .config/firmware handling; ssh: allow setting of default libreelec password; pvr.vuplus: Load config if enabled, plus extra logging)
  • #1130, 30-Nov-2018: RPi / RPi2 -- Release post (Improve password setting PR)
  • #1129, 29-Nov-2018: RPi / RPi2 -- Release post (New firmware; libssh: update to libssh-0.8.5; adds ability to change SSH root password from LE settings)
  • #1128, 28-Nov-2018: RPi / RPi2 -- Release post (New 4.19.5 kernel; AV1 decode enabled)
  • #1127, 27-Nov-2018: RPi / RPi2 -- Release post (samba: update to samba-4.9.3; pvr.mythtv 5.10.2)
  • #1126, 26-Nov-2018: RPi / RPi2 -- Release post (Minors)
  • #1125, 25-Nov-2018: RPi / RPi2 -- Release post (dvb-latest: update to 2018-11-23; Tvh and ffmpeg-tools update; added: play next context menu and action)
  • #1124, 24-Nov-2018: RPi / RPi2 -- Release post ([PVR] Fix CPVRGUITimerInfo::TimerInfoToggle())
  • #1123, 23-Nov-2018: RPi / RPi2 -- Release post (New 4.19.4 kernel; pvr.vuplus startup fix; VideoPlayer: fix state of a/v players after switching refresh rate; fix crash in PCSX ReARMed with BIOS)
  • #1122, 22-Nov-2018: RPi / RPi2 -- Release post (pvr.dvbviewer updates)
  • #1121, 21-Nov-2018: RPi / RPi2 -- Release post (New 4.19.3 kernel; bump to v18.0 RC2)
  • #1120, 20-Nov-2018: RPi / RPi2 -- Release post (alsa: update lib/utils/plugins to 1.1.7; OpenGL(ES) debugging improvements)
  • #1119, 19-Nov-2018: RPi / RPi2 -- Release post ([Estuary] Movie listing and overview fixes for sets; [music]Fix album source constraint violations during library update)
  • #1118, 18-Nov-2018: RPi / RPi2 -- Release post ([4.19] RPi wm8804 soundcard driver cleanup and improvements (linux); iptables: update to iptables-1.8.2; [skinning] Bump GUI API after many changes since last bump)
  • #1117, 17-Nov-2018: RPi / RPi2 -- Release post ([JSON] Bump version to 10.0.0; fixed: Low read rate detection logic when VideoPlayer uses filecache)
  • #1116, 16-Nov-2018: RPi / RPi2 -- Release post ([addons] Sort logged list of installed add-ons; inputstream.adaptive: Include codecId in decoder display name)
  • #1115, 15-Nov-2018: RPi / RPi2 -- Release post (New 4.19.2 kernel)
  • #1114, 14-Nov-2018: RPi / RPi2 -- Release post ([DetectDVDType]: fix Crash due to non-checked error state)
  • #1113, 13-Nov-2018: RPi / RPi2 -- Release post ([pvr] Fix channel sorting. Fixes #14854; libcec-4.0.3)
  • #1112, 12-Nov-2018: RPi / RPi2 -- Release post (inputstream-adaptive, pvr.vdr.vnsi updates)
  • #1111, 11-Nov-2018: RPi / RPi2 -- Release post ([PVR] Remove 'Use simple Timeshift OSD' setting from settings.xml.)
  • #1110, 10-Nov-2018: RPi / RPi2 -- Release post ([PVR] New PVR playback setting: 'Delay mark last watched'.)
  • #1109, 09-Nov-2018: RPi / RPi2 -- Release post (pvr.zattoo: Fix segfault strlen)
  • #1108, 08-Nov-2018: RPi / RPi2 -- Release post (samba: update to samba-4.9.2; libcec 4.0.3; [Settings] Implement FindIntInList in CSettingList)
  • #1107, 07-Nov-2018: RPi / RPi2 -- Release post (Reintroduce crazycat: update to 2018-11-04)
  • #1106, 06-Nov-2018: RPi / RPi2 -- Release post (libcec: drop python wrapper; iptables: update to iptables-1.8.1)
  • #1105, 05-Nov-2018: RPi / RPi2 -- Release post (New firmware (increased bootcode timeout); trigger updateresolution on stream start to set fps in RM properly; [GUI] reinitalize addon path after returning with .. directory item)
  • #1104, 04-Nov-2018: RPi / RPi2 -- Release post (New 4.19.1 kernel; eventlircd: prevent race with libinput / kodi; avoid managing ZeroTier network interfaces)
  • #1103, 03-Nov-2018: RPi / RPi2 -- Release post (bump to v18.0 RC1; FFmpeg: Bump to 4.0.3-Leia-Beta5)
  • #1102, 02-Nov-2018: RPi / RPi2 -- Release post ([GLES] VideoPlayer: more cleanup; libcec, p8-platform updates; cputemp fixes)
  • #1101, 01-Nov-2018: RPi / RPi2 -- Release post (bump libdvdcss to 1.4.2-Leia-Beta-5 (kodi PR); [VideoPlayer] SetResolution synchronously instead RM::TriggerResolution)
  • #1031, 31-Oct-2018: RPi / RPi2 -- Release post (Fix RES_DESKTOP calibration setting assignement; fix include auto-mounted drives remote access allowed check)
  • #1030, 30-Oct-2018: RPi / RPi2 -- Release post (Correctly read artist art after Coverity scan fix; [Estuary] Video OSD and Music OSD enhancements/fixes.)
  • #1029, 29-Oct-2018: RPi / RPi2 -- Release post ([GLES] VideoPlayer: YUV2RGB rework, Tonemapping, and other cleanup)
  • #1028, 28-Oct-2018: RPi / RPi2 -- Release post (Resolution: Use v17 behaviour if whitelist is not present; [PVR][Estuary] Add GUI for Radio Data System (RDS).)
  • #1027, 27-Oct-2018: RPi / RPi2 -- Release post (Fix RDS stream support)
  • #1026, 26-Oct-2018: RPi / RPi2 -- Release post ([Estuary] bug fixes; fix DVD Menu issues with MMAL)
  • #1025, 25-Oct-2018: RPi / RPi2 -- Release post (Various Game related changes)
  • #1024, 24-Oct-2018: RPi / RPi2 -- Release post (Fix invalid "not available" add-on dependency message)
  • #1023, 23-Oct-2018: RPi / RPi2 -- Release post (New firmware (backlight driver); new 4.19.0 kernel; Kodi 18 Beta 5 starts; pvr.iptvsimple: RapidXML new package)
  • #1022, 22-Oct-2018: RPi / RPi2 -- Release post (New 4.18.16 kernel; libssh: update to 0.8.4; Game API: v1.1.0 - Sync with RetroPlayer test builds)
  • #1021, 21-Oct-2018: RPi / RPi2 -- Release post (Scraper/JSON/GUI artwork updates; CCurlFile Exists/Stat changes; kernel: Fix for hw csum failure)
  • #1020, 20-Oct-2018: RPi / RPi2 -- Release post ([jsonrpc] set movie collection plots and get/set season titles; DVB Updates: add rc/ir again)
  • #1019, 20-Oct-2018: RPi / RPi2 -- Release post (busybox: update to 1.29.3; DVB addons - enable more options)
  • #1018, 18-Oct-2018: RPi / RPi2 -- Release post (linux: XBox DVD Remote uses 12 bits scancodes)
  • #1017, 17-Oct-2018: RPi / RPi2 -- Release post (kodi: add kodi-remote script; "eth0: hw csum failure" logging)
  • #1016, 17-Oct-2018: RPi / RPi2 -- Release post (DVB driver addons update to latest)
  • #1015, 15-Oct-2018: RPi / RPi2 -- Release post (New firmware; new 4.18.14 kernel; Too many other things to mention...)
  • #1006, 06-Oct-2018: RPi / RPi2 -- Release post (ApplicationPlayer: Fix playlists by correctly switching players)
  • #1005, 06-Oct-2018: RPi / RPi2 -- Release post (Adjust PVR context menus for timer and timer rule objects)
  • #1004, 05-Oct-2018: RPi / RPi2 -- Release post (Minors)
  • #1003, 03-Oct-2018: RPi / RPi2 -- Release post (Support "Play" on Home screen)
  • #1002, 02-Oct-2018: RPi / RPi2 -- Release post (Start of Kodi 18 Beta 4; alternative fix for CMA induced stutter; RFC: Cve 2017 5982; lots of game/controller fixes)
  • #1001, 01-Oct-2018: RPi / RPi2 -- Release post (New 4.18.11 kernel; aE, VideoPlayer and GUIInfo fixes)
Previous builds:
  • #0930, 30-Sep-2018: RPi / RPi2 -- Release post (Minors)
  • #0929, 29-Sep-2018: RPi / RPi2 -- Release post (Minors)
  • #0928, 28-Sep-2018: RPi / RPi2 -- Release post (Minors)
  • #0927, 28-Sep-2018: RPi / RPi2 -- Release post ([guiinfo] Fix VideoPlayer.Title and MusicPlayer.Title; include missing BT_HCIUART options dropped after 4.14.y)
  • #0926, 26-Sep-2018: RPi / RPi2 -- Release post (New 4.18.10 kernel)
  • #0925, 26-Sep-2018: RPi / RPi2 -- Release post (Reintroduce DVB Sky revert commit; [JSON]Fix Player.GetItem during track change seg fault)
  • #0924, 24-Sep-2018: RPi / RPi2 -- Release post (samba: update to samba-4.9.1)
  • #0923, 23-Sep-2018: RPi / RPi2 -- Release post (Fix crash when playing back audio over smb:// (probeBuffer))
  • #0922, 22-Sep-2018: RPi / RPi2 -- Release post (Fix for slow directories; RetroPlayer fixes/improvements; link with libnfs instead of loading it dynamic; scripts/image: use 256kb blocksize; samba-config.service: fix destroying .cache structure)
  • #0921, 22-Sep-2018: RPi / RPi2 -- Release post (New firmware; new 4.18.9 kernel; ffmpeg update - should fix green frames; busybox: drop NFS support for linux < 2.6.23 (enable NFSv4))
  • #0920, 21-Sep-2018: RPi / RPi2 -- Release post ([fix] iterate over reference and only copy the variable if needed)
  • #0919, 19-Sep-2018: RPi / RPi2 -- Release post (RetroPlayer: Fix no game input after controller shuts off)
  • #0918, 18-Sep-2018: RPi / RPi2 -- Release post (Couple of EGL fixes)
  • #0917, 17-Sep-2018: RPi / RPi2 -- Release post (New 4.18.8 kernel; SQLite 3.25.0)
  • #0916, 16-Sep-2018: RPi / RPi2 -- Release post ((Potential) fix for CMA-related audio stutter; [keymaps] Map key 'numpad period' to action 'channel number separator'.)
  • #0915, 15-Sep-2018: RPi / RPi2 -- Release post (curl: update to curl-7.61.1 with latest CA cert bundle; revert reverted CMA changes)
  • #0914, 14-Sep-2018: RPi / RPi2 -- Release post (AEBitstreamPacker: Differentiate between DTS-HD-MA and DTS-HD-HR; revert "Merge pull request #14429 from ace20022/bd_mouse_select")
  • #0913, 14-Sep-2018: RPi / RPi2 -- Release post (samba: update to samba-4.9.0; revert "mm, compaction: allow compaction for GFP_NOFS requests")
  • #0912, 12-Sep-2018: RPi / RPi2 -- Release post (VideoPlayer: rt streams - flush demux queue if sync error is too big)
  • #0911, 11-Sep-2018: RPi / RPi2 -- Release post ([Music]Fix forced expansion of .m3u playlists)
  • #0910, 10-Sep-2018: RPi / RPi2 -- Release post (New firmware; new 4.18.7 kernel (with RPi POE support); input: libinput: add setting to allow changing keymap layout)
  • #0909b, 09-Sep-2018: RPi / RPi2 -- Release post (Kodi Beta 3 begins; VideoPlayer demux and sync fixes; revert CServiceBroker pointer and PVR OSD changes until newclock5 rebase)
  • #0909, 09-Sep-2018: RPi / RPi2 -- Release post (Increase systemd TimeoutStop for kodi service to 30 seconds; VideoPlayer: fix timeshift on demand; [PVR] Guide window: Fix deadlock; update to mesa-18.2.0, wireless-regdb-2018.09.07, Python3-3.7.0; ath9K improvements)
  • #0907, 07-Sep-2018: RPi / RPi2 -- Release post (inputstream.adaptive with Widevine api 10 implemented; [videoplayer] [bluray] Fix playback of disc with truehd tracks in menu mode.)
  • #0906, 06-Sep-2018: RPi / RPi2 -- Release post ([PVR] trac#18022: Add support for ACTION_SHOW_INFO to CGUIDialogPVRChannelGuide; pvr.dvbviewer and pvr.mediaportal.tvserver fixes)
  • #0905, 05-Sep-2018: RPi / RPi2 -- Release post (New 4.18.6 kernel; HID: core: fix grouping by application)
  • #0904, 04-Sep-2018: RPi / RPi2 -- Release post ([PVR] Simple timeshift OSD (optional); GLES logging cleanup and unused extension removal)
  • #0903, 03-Sep-2018: RPi / RPi2 -- Release post ([PVR] PVRChannelGroup::ResetChannelnumberCache; [Estuary] Music OSD: Remove 'Previous' button for non-seekable stream)
  • #0902, 02-Sep-2018: RPi / RPi2 -- Release post (Minor change)
  • #0901, 02-Sep-2018: RPi / RPi2 -- Release post (Show EPG image on the PVR screens)
  • #0831, 31-Aug-2018: RPi / RPi2 -- Release post (ffmpeg: hevc: Reduce size of aux frame buffers from JC plus some Ben tweaks; add scroll to plot on PVR Channel Guide Dialog)
  • #0830, 30-Aug-2018: RPi / RPi2 -- Release post (Revert bluray improvements until next rebase; mMALRender: Protect against divide by zero)
  • #0829, 30-Aug-2018: RPi / RPi2 -- Release post (New firmware (cache-line-size fix); new 4.18.5 kernel; updated dvb-firmware 1.3.1; zlib: add neon optimizations)
  • #0828, 28-Aug-2018: RPi / RPi2 -- Release post (kernel: Vchiq cache; [cleanup] NetworkBase and NetworkInterface refactoring)
  • #0827, 27-Aug-2018: RPi / RPi2 -- Release post (Fix DVD nav when building Kodi with LTO on Ubuntu 16.04; fix turning off TV with CEC when Kodi shutdown; ffmpeg: cleanup; mariadb-connector-c: update to 3.0.6)
  • #0826, 26-Aug-2018: RPi / RPi2 -- Release post (Report correct Kodi git rev in kodi.log; PythonInvoker: fix thread termination check; [videoplayer] Fix external vob subs usage.)
  • #0825, 25-Aug-2018: RPi / RPi2 -- Release post (linux: replace ancient rc6 decode hack with proper fix; RPi: fix Alsa card confs for new driver on kernel 4.18)
  • #0824, 24-Aug-2018: RPi / RPi2 -- Release post (New firmware; linux: fix Module.symvers generation; update samba-4.8.5; [pvr][guiinfo][guilib][estuary] PVR timeshift GUI v2.)
  • #0823, 23-Aug-2018: RPi / RPi2 -- Release post ([videoplayer] Fix dvd resume, mouse selection in disc menus, caching in menus)
  • #0822, 22-Aug-2018: RPi / RPi2 -- Release post (New 4.18.4 kernel; bump libfmt to 5.1.0)
  • #0821, 21-Aug-2018: RPi / RPi2 -- Release post (update dvb-fw, settings add-on; [PVR] Fixes for hidden channels; fix some ffmpeg warnings; [Estuary] Fix condition for focus on the stop button; settings: Remove circular dependency)
  • #0820, 20-Aug-2018: RPi / RPi2 -- Release post (VideoPlayer: add audiosetting for downmix clev)
  • #0819, 19-Aug-2018: RPi / RPi2 -- Release post (VideoPlayer: do not create resume bookmarks for content that cannot be resumed; newclock5: drop SSIF, DVD and MVC seek patches)
  • #0818, 18-Aug-2018: RPi / RPi2 -- Release post (Kodi 18 Beta 2 commences; openssl: update to 1.0.2p; VideoPlayer / AE: fixes; updated DVB addons; update (and new) splash video)
  • #0817, 17-Aug-2018: RPi / RPi2 -- Release post (kernel: V4L2/camera fixes; zstd, libgcrypt, libpng: package updates; vfs.sftp added to build; RetroPlayer: Fix out-of-memory error on resolution change)
  • #0816, 16-Aug-2018: RPi / RPi2 -- Release post (New firmware (video_encode, arm_dt fixes); RPi: enable CMA debugging; improve BT/WiFi coexistence)
  • #0815, 15-Aug-2018: RPi / RPi2 -- Release post (kernel: Revert "mm: alloc_contig: re-allow CMA to compact FS pages"; RetroPlayer: Merge savestate metadata into .sav file)
  • #0814, 14-Aug-2018: RPi / RPi2 -- Release post (New 4.14.62 kernel; busybox, samba and nano updates)
  • #0813, 13-Aug-2018: RPi / RPi2 -- Release post (Minors)
  • #0812, 12-Aug-2018: RPi / RPi2 -- Release post (kodi: use HTTPS and SHA256 for LibreELEC repo addons; fix GUI sounds; retroplayer: black screen fix for ARGB1555; [bluray] Change log messages after the fs callbacks refactoring.)
  • #0810, 10-Aug-2018: RPi / RPi2 -- Release post (New firmware (POE Hat support); linux: Add rpi-poe-fan driver; fix CApplicationPlayer::GetPercentage())
  • #0809, 09-Aug-2018: RPi / RPi2 -- Release post (wpa_supplicant: Fix EAPOL vulnerability; fix stream playlists as directory)
  • #0808, 08-Aug-2018: RPi / RPi2 -- Release post (New firmware (MMAL, HVS, DPI changes); VideoPlayer: do not reset interlaced; VideoPlayer: blurays - do not read chunked in open_stream path; Various other VideoPlayer and resolution fixes)
  • #0807, 07-Aug-2018: RPi / RPi2 -- Release post (New 4.14.61 kernel; updated DVB addons (crazycat, hauppauge etc.); drop PR14271 Bluray chunked read)
  • #0806, 06-Aug-2018: RPi / RPi2 -- Release post (VideoPlayer: bluray - read chunked from file; posix: smb - set chunk size to 64k, fixes ECONNABORT)
  • #0805, 05-Aug-2018: RPi / RPi2 -- Release post (v4l-utils: update to v4l-utils-1.14.2; bluez: fix obexd inclusion after 5.50 bump; [VideoDatabase] Improved speed of CVideoDatabase::GetEpisodeId: Only)
  • #0804, 04-Aug-2018: RPi / RPi2 -- Release post (Revert v4l-utils update (back to 1.14.1); enable dynamic configuration of netconsole at runtime)
  • #0803, 03-Aug-2018: RPi / RPi2 -- Release post (samba: make services depend on network-online.target; videoPlayer: fixup flush after cdd5417611ddce737fef6008a6a67ebad84be67a)
  • #0802, 02-Aug-2018: RPi / RPi2 -- Release post (glibc: update to glibc-2.28; pulseaudio: update to v12.2)
  • #0801, 01-Aug-2018: RPi / RPi2 -- Release post (VideoPlayer: allow saving video buffers on flush; use DBus to delay the triggered system poweroff so that Kodi can shutdown completely.)
  • #0731, 31-Jul-2018: RPi / RPi2 -- Release post (gcc-8.2.0, binutils 2.31.1; bump to v18 beta1)
  • #0730, 30-Jul-2018: RPi / RPi2 -- Release post (New firmware (SD CLK, Rawcam and MMAL changes); new 4.14.59 kernel; [PVR] Guide window: Prevent concurrent updates.; ffmpeg: hevc: latest optimisations from Ben)
  • #0729, 29-Jul-2018: RPi / RPi2 -- Release post (VideoPlayer: frame advance - fix + infobool; [guiinfo] Fix GUIInfoManager::GetItemImage for non-listitem labels.; [GUI]Fix window onload control move for music item lists; [PVR] Guide window: Only sort events item list when actually necessary.; [guiinfo] Fix PLAYER_(PATH|FILENAME|FILEPATH).)
  • #0728, 28-Jul-2018: RPi / RPi2 -- Release post (Minors)
  • #0727, 27-Jul-2018: RPi / RPi2 -- Release post (libfstrcmp: initial package; [PVR] Guide window: Add 'sorty by' and 'sort order' for epg grid channels; [PVR] Guide window: Only refresh grid data synchronously when actually necessary.; [JSON]Sorting Music Items; Drop: RetroPlayer: Merge savestate metadata into .sav file)
  • #0726, 26-Jul-2018: RPi / RPi2 -- Release post (Do not show busy dialog if progress dialog is active while calling a plugin; inputstream.adaptive fixes)
  • #0725, 26-Jul-2018: RPi / RPi2 -- Release post (New 4.14.58 kernel; ffmpeg-4.0.2-Leia-Alpha3; VideoPlayer: fix aspect ratio of libass subs; retroPlayer: Merge savestate metadata into .sav file; fix RPC/NFS netbooting)
  • #0724, 24-Jul-2018: RPi / RPi2 -- Release post ([Subtitles] Background color and background opacity settings; [JSON]Fix music source handling to match schema)
  • #0723, 23-Jul-2018: RPi / RPi2 -- Release post ([database] Reset path hashes when cleaning up files in video database; make sure not to delete a CThread object while spawn thread is in process)
  • #0722, 22-Jul-2018: RPi / RPi2 -- Release post (Minors)
  • #0721, 21-Jul-2018: RPi / RPi2 -- Release post ([gui] Kill g_audioManager)
  • #0720, 20-Jul-2018: RPi / RPi2 -- Release post ([PVR] Fix deadlock when removing deleted channels & some code cleanup.)
  • #0719, 20-Jul-2018: RPi / RPi2 -- Release post ([gui] Kill g_colorManager; VideoPlayer: reset realtime when opening demuxer, some cleanup; fix videosettings for items not stored in db; include peripheral.xarcade addon in build; [JSON]Fix filtering in GetSongs and GetAlbums)
  • #0718, 18-Jul-2018: RPi / RPi2 -- Release post (New firmware (MMAL, IL ISP, dispmanx fixes); VideoPlayer: fix/improve audio stalls of realtime streams; Fix crash in zero-copy games if dimensions are changed)
  • #0717, 17-Jul-2018: RPi / RPi2 -- Release post (New 4.14.56 kernel; [guiinfo] Fix 'Slideshow.File(Name|Path|Size|Date)' and 'Slideshow.Index' labels - trac#17956.)
  • #0716, 16-Jul-2018: RPi / RPi2 -- Release post (glibc: drop obsolete code; openssl: fix regression; reverted: link with libbluray (newclock5 needs rebase))
  • #0715, 15-Jul-2018: RPi / RPi2 -- Release post (busybox: tweak text as dtb.img is not a bootloader; kodi: enable games and disable rewind by default; add headless modesetting for linux gbm)
  • #0714, 14-Jul-2018: RPi / RPi2 -- Release post (Add support for self-signed CAs)
  • #0713, 14-Jul-2018: RPi / RPi2 -- Release post (Keep protocol options in path databases; AE: fix handling sink errors in suspend state; [cleanup] silence useless cast warnings (reason: newclock5 conflict))
  • #0712, 12-Jul-2018: RPi / RPi2 -- Release post (AE: fix sync for transcoding)
  • #0711, 11-Jul-2018: RPi / RPi2 -- Release post (net: lan78xx: Fix race in tx skb size calculation)
  • #0710, 10-Jul-2018: RPi / RPi2 -- Release post (kernel: overlay and vc4 fixes)
  • #0709, 09-Jul-2018: RPi / RPi2 -- Release post (New firmware; new 4.14.54 kernel; fix Install from zip from addon view)
  • #0708, 08-Jul-2018: RPi / RPi2 -- Release post (ConnMan: use UseGatewaysAsTimeservers option; [JSON]Faster access to music library; [videoplayer] Teletext: refine fix 714b808)
  • #0707, 07-Jul-2018: RPi / RPi2 -- Release post (systemd: change uuid generation; move activating OSD to GUIWindowFullScreen)
  • #0706, 06-Jul-2018: RPi / RPi2 -- Release post (bluez: bump version to 5.50; guiinfo: grab gfx lock when registering GUIInfoProviders)
  • #0705, 05-Jul-2018: RPi / RPi2 -- Release post (Revert cause of crash in #0703)
  • #0703, 04-Jul-2018: RPi / RPi2 -- Release post (New firmware (pwm_sdm fixes); reusepython off by default; [gui][pvr][fix] Prevent the modification of the provider list while using its iterator.)
  • #0702, 02-Jul-2018: RPi / RPi2 -- Release post (Fix segfault on shutdown caused by busy python addons; loadsa lang updates)
  • #0701, 01-Jul-2018: RPi / RPi2 -- Release post (Revert dash, fix package cache)
  • #0630, 30-Jun-2018: RPi / RPi2 -- Release post (AESinkPULSE: Fix enumeration callback; fix ocassional playback in background; VideoPlayer: fixes for discarding streams)
  • #0629, 29-Jun-2018: RPi / RPi2 -- Release post (New firmware (network reboot fix); linux (RPi): disable IR timeout improvement on Formosa e017 receiver)
  • #0628, 28-Jun-2018: RPi / RPi2 -- Release post (Drop ffmpeg from image, rename ffmpegx to ffmpeg in ffmpeg-tools add-on; inputstream.adaptive and pvr.next API updates)
  • #0627, 27-Jun-2018: RPi / RPi2 -- Release post (New firmware; new 4,14.52 kernel; [CURL] Rework failonerror)
  • #0626, 26-Jun-2018: RPi / RPi2 -- Release post (samba: update to samba-4.8.3)
  • #0625, 25-Jun-2018: RPi / RPi2 -- Release post (systemd: update to systemd-239; enable Realtek USB card reader support)
  • #0624, 24-Jun-2018: RPi / RPi2 -- Release post (Fix Python wide character handling; kodi.sh: return zero on succesful exit; libnfs-3.0.0)
  • #0623, 23-Jun-2018: RPi / RPi2 -- Release post (configure cleanup; ffmpeg: hevc: Add gpu based hevc optimisation (repo cleanup))
  • #0622, 22-Jun-2018: RPi / RPi2 -- Release post (Inputstream improvements)
  • #0621, 21-Jun-2018: RPi / RPi2 -- Release post (Kodi 18 alpha3)
  • #0620, 20-Jun-2018: RPi / RPi2 -- Release post (build with CONFIG_SHELL=dash; libbluray: update to libbluray-1.0.2; ffmpeg patch for unplayable videos; fix unsafe usage of last invoker thread; PVR API bump 5.10.1)
  • #0619, 19-Jun-2018: RPi / RPi2 -- Release post (Updated Ouya patch in PR:2772)
  • #0618, 18-Jun-2018: RPi / RPi2 -- Release post (New 4.14.50 kernel; [linux][gbm] add RendererDRMPRIMEGLES; json-rpc: fix playing URLs with options)
  • #0617, 17-Jun-2018: RPi / RPi2 -- Release post (Revert "addons/AddonEvents: remove virtual destructor"; usb: gadget ethernet: Re-enable Jumbo frames.)
  • #0616, 17-Jun-2018: RPi / RPi2 -- Release post (Updated Realtek WiFi drivers (kernel 4.15.y+ compatible); ntfs-3g_ntfsprogs: fix mount problem caused by Windows 10 Creators Update; [video] Cleanup and optimize; PAPlayer: fix advancing playlist on error; fix playback of playlists)
  • #0615, 15-Jun-2018: RPi / RPi2 -- Release post (LinuxRendererGLES: consolidate custom renderers; revert "utils/IXmlDeserializable: drop useless interface")
  • #0614, 14-Jun-2018: RPi / RPi2 -- Release post (VideoPlayer: ffmpeg - make sure not to return eof as long nothing was added; remove unused Rendersystem methods; display #channels in audio selection list; [GLES] update rendering method to use CPictureBuffer)
  • #0613, 13-Jun-2018: RPi / RPi2 -- Release post (New 4.14.49 kernel; [PVR] CPVRClients cleanup.; fix Season no. displayed for launcher Channels.)
  • #0612, 12-Jun-2018: RPi / RPi2 -- Release post ([PVR][VideoPlayer] Rework and simplify DVDInputStreamPVRManager.; Reusepython (#13814))
  • #0611, 11-Jun-2018: RPi / RPi2 -- Release post (GUILib cleanups & optimizations & dead code removal)
  • #0610, 10-Jun-2018: RPi / RPi2 -- Release post (Minors)
  • #0609, 10-Jun-2018: RPi / RPi2 -- Release post (sqlite: update to sqlite-autoconf-3240000; [PVR] Addon API 5.10.0)
  • #0608, 08-Jun-2018: RPi / RPi2 -- Release post (Normalise BOOT_IMAGE/DISK_IMAGE on all platforms; [JSON]Music library "lastupdated" property; do not use CURL::proxy for localhost; new settings version)
  • #0607, 07-Jun-2018: RPi / RPi2 -- Release post (New firmware (i2c/pmic fixes))
  • #0606, 07-Jun-2018: RPi / RPi2 -- Release post (New 4.14.48 kernel; MMALCodec: Initialise iRepeatPicture)
  • #0605, 05-Jun-2018: RPi / RPi2 -- Release post (inputstream.adaptive fixes)
  • #0604, 05-Jun-2018: RPi / RPi2 -- Release post (gcc: update to 8.1; [guiinfo] Fix after 2cef6e4 - skin.string label broken.; sync BCM4345C0.hcd)
  • #0603, 03-Jun-2018: RPi / RPi2 -- Release post (New firmware (fix overclocked RPi3 stability issues))
  • #0602, 02-Jun-2018: RPi / RPi2 -- Release post (VideoPlayer: update renderer after a resolution change; add video settings for HDR tone mapping)
  • #0601, 01-Jun-2018: RPi / RPi2 -- Release post (New firmware (fixes for borderline RPi3+ boards); fixes for DialogBusy)
Previous builds:
  • #0531, 31-May-2018: RPi / RPi2 -- Release post (wireless-regdb: update to wireless-regdb-2018.05.31; enable LTO only for selected packages; NSS/NSPR update to 3.37.1/4.19; stats: add GPU type to LibreELEC update check)
  • #0530, 30-May-2018: RPi / RPi2 -- Release post (Fix OMX stutter; ffmpeg: hevc: Fix performance regression + latest ben optimisations)
  • #0529, 29-May-2018: RPi / RPi2 -- Release post (New 4.14.44 kernel; Python2: update to Python2-2.7.15 (and bump various Python related packages))
  • #0528, 28-May-2018: RPi / RPi2 -- Release post (ffmpeg: MVC: fixup for ffmpeg4)
  • #0527, 27-May-2018: RPi / RPi2 -- Release post ((Temporarily) disable revision and repository logging)
  • #0526, 26-May-2018: RPi / RPi2 -- Release post (lto fixes for misoptimized warning)
  • #0525, 25-May-2018: RPi / RPi2 -- Release post (New firmware; new 4.14.43 kernel; drop renderer reverts from newclock5; drop PR13721 (Std Threads) as not currently compatible)
  • #0523, 23-May-2018: RPi / RPi2 -- Release post (inputstream.adaptive language/audio cleanup; ffmpeg: hevc: Fixes for ffmpeg 4)
  • #0522, 22-May-2018: RPi / RPi2 -- Release post (GUI Layout fixes; [fix] check write access for sqlite databases; implement orignal audio language flag)
  • #0521, 22-May-2018: RPi / RPi2 -- Release post (New 4.14.42 kernel; bump alsa-utils, alsa-lib, xorg)
  • #0520, 20-May-2018: RPi / RPi2 -- Release post (Resolution: Allow deviation of max 0.01 instead of 0.005; [curl] add url option to disable peer verification; media source dialog tidyup)
  • #0519, 20-May-2018: RPi / RPi2 -- Release post (Minors)
  • #0518, 18-May-2018: RPi / RPi2 -- Release post (New firmware (fix rebooting, temperature reading); allow user to select resolutions)
  • #0517, 17-May-2018: RPi / RPi2 -- Release post (New 4.14.41 kernel)
  • #0516, 17-May-2018: RPi / RPi2 -- Release post (samba: update to samba-4.8.2; set Audiocodec name on initial AudioFrame)
  • #0515, 15-May-2018: RPi / RPi2 -- Release post (More Busy Dialog/threading fixes; fix add-on search)
  • #0513, 14-May-2018: RPi / RPi2 -- Release post (New firmware (Pi3+ bootcode.bin fixes); Std threading fixes - LE Settings add-on now rendering correctly; [PVR] multithreading/access fixes; Application: register Stereoscopicmanager; connman: update to connman-1.36)
  • #0511, 12-May-2018: RPi / RPi2 -- Release post (ffmpeg: hevc: Latest updates from Ben)
  • #0510, 11-May-2018: RPi / RPi2 -- Release post (init: add sky42 enhancements/bug fixes; RPi, Generic: fix erratic IR timeout behaviour on Topseed mceusb receiver; Resolution: User current resolution - desktop might be something else; [Music]Artist art in file view and on playback from fileview)
  • #0509, 09-May-2018: RPi / RPi2 -- Release post (Fix CEvent::Set() crash with PR:13721)
  • #0508, 08-May-2018: RPi / RPi2 -- Release post (New firmware (mmal, voltage chicken bits); Drop Python reuse PR)
  • #0507, 07-May-2018: RPi / RPi2 -- Release post (windowing: use desktop resolution as a fallback)
  • #0506, 06-May-2018: RPi / RPi2 -- Release post (Rebase revert that causes OMX stutter)
  • #0505, 05-May-2018: RPi / RPi2 -- Release post (New 4.14.39 kernel; Python reuse fixes; [music]Fix fanart for library items on playback from file view)
  • #0504, 05-May-2018: RPi / RPi2 -- Release post (Drop PR2572 (update dvb addons) due to build issues; libvdvdread/nav/css bumps to Leia (alpha 3); RPi3+: lan78xx fixes)
  • #0503, 03-May-2018: RPi / RPi2 -- Release post (More Python re-use fixes!; don't cause system to hang on halt/reboot when net-booting)
  • #0502, 03-May-2018: RPi / RPi2 -- Release post (Revert videoplayer change - stutter/judder fixed?; python re-use: Fix a few more bugs, including some Profile-related issues)
  • #0501, 01-May-2018: RPi / RPi2 -- Release post (Fix for libinput thread spinning on one core; eventlircd: don't grab power buttons; busy dialog fixes)
  • #0430, 30-Apr-2018: RPi / RPi2 -- Release post (Fix keyboard layouts on non-X11 platforms) RPi build dropped, see post
  • #0429, 29-Apr-2018: RPi / RPi2 -- Release post (Systemd 238, libinput 1.10.4, systemd power button handling; [Music]Prefer scraped album covers to embedded images; [PVR] Parental check fix; Profile switch fix; libnfs updates)
  • #0428, 28-Apr-2018: RPi / RPi2 -- Release post (lirc: work around buggy client lib; [fix] save resume points on exit)
  • #0427, 27-Apr-2018: RPi / RPi2 -- Release post (New firmware)
  • #0426, 26-Apr-2018: RPi / RPi2 -- Release post (New 4.14.37 kernel; samba 4.8.1)
  • #0425, 25-Apr-2018: RPi / RPi2 -- Release post (ffmpeg 4.0-Leia-Alpha-1)
  • #0424, 24-Apr-2018: RPi / RPi2 -- Release post (Reusable Python fixes)
  • #0423, 24-Apr-2018: RPi / RPi2 -- Release post (Python optimisation updated (hopefully fixing some of the initial issues); kill CNetworkServices global; bump repository add-on to 3.1.0)
  • #0422, 22-Apr-2018: RPi / RPi2 -- Release post (Enable kernel debugging for IR latency; kodi: reuse last python session if possible)
  • #0421, 21-Apr-2018: RPi / RPi2 -- Release post (fix crash if iso is mounted)
  • #0420, 20-Apr-2018: RPi / RPi2 -- Release post (Updated DVB drivers; fix missing "Search" in blade menu; fix fractional refresh rate matching in Whitelist; GLES: allow using limited color range)
  • #0419, 19-Apr-2018: RPi / RPi2 -- Release post (Whitelist: include DESKTOP resolution, sort list; revert ffmpeg 4.0 for now (revert PR13780))
  • #0418, 19-Apr-2018: RPi / RPi2 -- Release post (Latest mceusb IR latency fix; libinput mouse wheel fix; GUI: Fix file title)
  • #0417, 18-Apr-2018: RPi / RPi2 -- Release post (Drop mceusb from IR latency patches; kodi libinput fixes; kill infomanager global)
  • #0416, 16-Apr-2018: RPi / RPi2 -- Release post (New firmware (reduce 3B+ sdram freq to 450Mhz); new 4.14.34 kernel; include memtester in build; update IR latency patches)
  • #0415, 15-Apr-2018: RPi / RPi2 -- Release post (VideoPlayer: do not render video until a/v streams are in sync; linux: add OptionalsReg for audio drivers; kill global CStereoscopicsManager; [guiinfo] Major refactoring of CGUIInfoManager; lirc: redesign, fix; net: lan78xx: VLAN fixes)
  • #0409, 09-Apr-2018: RPi / RPi2 -- Release post (New firmware (clock/pll fixes); new 4.14.33 kernel; have ServiceBroker return a pointer for WinSystem; [Music]Refactor Artist/Album Information Dialog; add OnResume, OnAVChange and OnAVStart to jsonRPC notifications; verify add-on zip authenticity) **PULLED**: major IR related regression
  • #0407, 07-Apr-2018: RPi / RPi2 -- Release post (Whitelist fix; fix double busy dialog on playback start)
  • #0406, 07-Apr-2018: RPi / RPi2 -- Release post (New firmware (gpio pn/np); Allo DigiOne passthrough; kill more globals; PVR API 5.9.0 updates; ffmpeg: hevc: Latest updates)
  • #0405, 05-Apr-2018: RPi / RPi2 -- Release post (Move all platform specific code to platform's folders.; [Estuary] Reintroduce/fix busy dialog animations after #13715.; lan78xx: Move enabling of EEE into PHY init code)
  • #0404, 04-Apr-2018: RPi / RPi2 -- Release post (New firmware; Pi3+ 78xx LAN fixes)
  • #0403, 03-Apr-2018: RPi / RPi2 -- Release post (New 4.14.32 kernel; [xbmc] Allow enter an user domain in GUI for SMB protocol.; use OpenSSL for hash calculation)
  • #0402, 02-Apr-2018: RPi / RPi2 -- Release post (newclock5 rebased after g_windowManager removal, temp fix for splash issue; remove Audio DSP)
  • #0401, 01-Apr-2018: RPi / RPi2 -- Release post (Minors - "kill global g_windowManager" reverted due to newclock5 conflicts)
  • #0331, 01-Apr-2018: RPi / RPi2 -- Release post (AE, VideoPlayer, Binary Addon fixes)
  • #0330, 30-Mar-2018: RPi / RPi2 -- Release post (Minors)
  • #0329, 29-Mar-2018: RPi / RPi2 -- Release post (New 4.14.31 kernel; player: re-add busy dialog on start)
  • #0328, 28-Mar-2018: RPi / RPi2 -- Release post (Pi3+ lan78xx fixes; RPi, Generic: backport proposed patch to reduce IR latency; openssl: update to openssl-1.0.2o)
  • #0327, 27-Mar-2018: RPi / RPi2 -- Release post (Minors)
  • #0326, 26-Mar-2018: RPi / RPi2 -- Release post (New firmware (fix boot issues with Slice and CM); new 4.14.30 kernel)
  • #0325, 25-Mar-2018: RPi / RPi2 -- Release post (EGLUtils: Allow windowing system to set EGL context attributes)
  • #0324, 24-Mar-2018: RPi / RPi2 -- Release post (Minors)
  • #0323, 23-Mar-2018: RPi / RPi2 -- Release post (Change LAN78XX from module to built-in, fixes netbooting; remove use of g_application from CApplication; bump meson-0.45)
  • #0322, 22-Mar-2018: RPi / RPi2 -- Release post (New firmware (update dt-blob.dts with 3B Plus support); new 4.14.29 kernel; EGL cleanup and consolidation; ffmpeg: hevc: Rework deblock control)
  • #0321, 21-Mar-2018: RPi / RPi2 -- Release post (New firmware (new gpio command, always set turbo freq immediately))
  • #0320, 20-Mar-2018: RPi / RPi2 -- Release post (ffmpeg: hevc: fixup: Fix issue with caching and tiles)
  • #0319, 19-Mar-2018: RPi / RPi2 -- Release post (Update Pi3+ WiFI firmware to v7.45.154; ffmpeg: hevc: fixup: Fix for segfault and more neon scheduling optimisations)
  • #0318, 18-Mar-2018: RPi / RPi2 -- Release post (GuiInfoManager: Restore Announcements; inputstream.adaptive and pvr.mythtv fixes)
  • #0317, 17-Mar-2018: RPi / RPi2 -- Release post (playlist fixes; inputstream.adaptive fixes)
  • #0316, 16-Mar-2018: RPi / RPi2 -- Release post (New firmware; new 4.14.27 kernel; fix playing video strm files with autoplay; more PVR/guiinfo fixes)
  • #0315, 15-Mar-2018: RPi / RPi2 -- Release post (offload videodb task from mainthread to job)
  • #0314, 14-Mar-2018: RPi / RPi2 -- Release post (New firmware; new 4.14.26 kernel; update to Samba 4.8.0; avoid unncecessary DB access by GUI on update Item)
  • #0313, 14-Mar-2018: RPi / RPi2 -- Release post (New firmware (Avoid temporary high clock, and other platform/power fixes); Samba 4.7.6; Bunch of PVR guiinfo fixes and improvements; drop libinput)
  • #0312, 12-Mar-2018: RPi / RPi2 -- Release post (Various language updates)
  • #0311, 11-Mar-2018: RPi / RPi2 -- Release post (AE: init struct AESinkRegEntry)
  • #0310, 10-Mar-2018: RPi / RPi2 -- Release post (Revert change that leads to crash at end of playback)
  • #0309, 09-Mar-2018: RPi / RPi2 -- Release post (New firmware (limit sdram voltage, increase vcsm limit); Kodi 18.0a2; fix "firewall off" setting)
  • #0308, 09-Mar-2018: RPi / RPi2 -- Release post (Fix Generic DT in kernel; linux: switch to Raspberry Pi vendor kernel (4.14.24))
  • #0307, 07-Mar-2018: RPi / RPi2 -- Release post (New firmware (Rework the frequency/voltage scaling logic; Clamp SDRAM frequencies only when sdm audio is active); ARM: dts: Add model-specific compatible strings)
  • #0306, 06-Mar-2018: RPi / RPi2 -- Release post (Minors)
  • #0305, 05-Mar-2018: RPi / RPi2 -- Release post (New firmware; new 4.14.24 kernel)
  • #0304, 04-Mar-2018: RPi / RPi2 -- Release post (Kodi master is now Kodi 18.0a2; [PVR] Direct channel number input improvement)
  • #0303, 03-Mar-2018: RPi / RPi2 -- Release post (overlays: Add 'upstream' overlay; buildsystem flags and get handlers; libreELEC Settings with additional language support for connman firewall rules)
  • #0302, 03-Mar-2018: RPi / RPi2 -- Release post (VideoPlayer: videobuffers, fix memleak, allow to have more pools of same type; kodi: libinput fixes and libinput backend for non window system platforms)
  • #0301, 01-Mar-2018: RPi / RPi2 -- Release post (Removing (broken) RaspiDac3 support...; [Music]Refactor Song Information Dialog)
  • #0228, 28-Feb-2018: RPi / RPi2 -- Release post (MMAL fixes; dVB: add all new dvb devices that come since 4.9 (in Linux PR))
  • #0227, 27-Feb-2018: RPi / RPi2 -- Release post (OMX fixes)
  • #0226, 26-Feb-2018: RPi / RPi2 -- Release post (New firmware; new 4.14.22 kernel; HEVC ffmpeg updates)
  • #0225, 25-Feb-2018: RPi / RPi2 -- Release post (Minors)
  • #0224, 24-Feb-2018: RPi / RPi2 -- Release post (Minors)
  • #0223, 23-Feb-2018: RPi / RPi2 -- Release post (New 4.14.21 kernel; aSoC: pcm512x: fixes)
  • #0222, 22-Feb-2018: RPi / RPi2 -- Release post (FIX: [3D] reset datacache value between plays (by fernet); test: soundcard fixes for pcm512x in master mode (linux))
  • #0221, 21-Feb-2018: RPi / RPi2 -- Release post (Rendering: remove rendercaps; add back the custom pthread mutex attribute PTHREAD_PRIO_INHERIT.)
  • #0220, 20-Feb-2018: RPi / RPi2 -- Release post (TEST: Threads: Enable PTHREAD_PRIO_INHERIT on arm)
  • #0219, 19-Feb-2018: RPi / RPi2 -- Release post (New 4.14.20 kernel (with support for SuperAudioBoard sound card); tvheadend add hdhomerun; consolidate subtitle dialogs)
  • #0218, 18-Feb-2018: RPi / RPi2 -- Release post (Minors)
  • #0217, 18-Feb-2018: RPi / RPi2 -- Release post (busybox: bump package to v1.28.1; [Estuary] - fix info display for sets; python: Normalize Python exception; RetroPlayer GL(ES)/GUI fixes; paplayer (vp): fix out-of-bounds error in audiocodec passthrough)
  • #0216, 16-Feb-2018: RPi / RPi2 -- Release post (Controller topology (multitap support); libnfs updates; kernel 4.14.y: fix DAC S24_LE support)
  • #0215, 15-Feb-2018: RPi / RPi2 -- Release post (libnfs: status variable for the callback function is error; dwc_otg: add smp_mb() to prevent driver state corruption on boot; overlays: gpio-ir updates)
  • #0214, 14-Feb-2018: RPi / RPi2 -- Release post (RetroPlayer input fixes)
  • #0213, 13-Feb-2018: RPi / RPi2 -- Release post (bump arm-mem and valgrind; ffmpeg: hevc: Fix artifacts if bright scenes; dwc_otg: Fix a regression when dequeueing isochronous transfers)
  • #0212, 12-Feb-2018: RPi / RPi2 -- Release post ([input] InputManager: fix typo for `lirc.start` command; ffmpeg: hevc: Avoid zero length cache flushes; FIX: [3D] broken since awhile)
  • #0211, 11-Feb-2018: RPi / RPi2 -- Release post ([PVR] Ensure larger objects are heap allocated to avoid stack overflows.; [libdvd] latest versions libdvdcss 1.4.1 libdvdread/libdvdnav 6.0.0)
  • #0210, 10-Feb-2018: RPi / RPi2 -- Release post (Tvh update and scan-tables; [input] Re-factor remote control; [xbmc][fix] Use fmt for logging as well.; [cec] Add settings for configuring button repeats; input: Fix broken volume and mute button on remote)
  • #0209, 09-Feb-2018: RPi / RPi2 -- Release post (New 4.14.18 kernel; new firmware (fix boot crash))
  • #0208, 09-Feb-2018: RPi / RPi2 -- Release post (Games: Mouse remapping support; retroPlayer: Update OpenGL/ES Renderers and use RGB565)
  • #0207, 07-Feb-2018: RPi / RPi2 -- Release post (New firmware; fixes for Amazon/Netflix playback with latest libwidevinecdm.so; samba 4.7.5 / gdb / libjpeg-turbo / sqlite / tz)
  • #0206, 06-Feb-2018: RPi / RPi2 -- Release post (Added additional RPi sound card support; changed: drop XbmcThread::NonCopyable; fixed: return actual position for seek in file cache)
  • #0205, 06-Feb-2018: RPi / RPi2 -- Release post (New 4.14.17 kernel; switch from MySQL client to MariaDB client; bump glibc-2.27, systemd-237, etc.; ffmpeg: hevc: Fix minor memory leak and use stack for small allocations)
  • #0204, 04-Feb-2018: RPi / RPi2 -- Release post ([addons] don't use event load/unload in conjunction with async events; [addons] refactor dependecy tuples to a struct)
  • #0203, 03-Feb-2018: RPi / RPi2 -- Release post (Move several of the platform specific threading mechanisms to C++11 standard; Games: Keyboard remapping support)
  • #0202, 02-Feb-2018: RPi / RPi2 -- Release post (Update to gcc-7.3.0; new firmware)
  • #0201, 01-Feb-2018: RPi / RPi2 -- Release post (Switch ksoftirqd revert to Linus Torvalds fix for DVB issues; VideoPlayer: do not set stereo mode for monoscopic video, keep it an empty string)
  • #0131, 31-Jan-2018: RPi / RPi2 -- Release post (New firmware; new 4.14.16 kernel; [xbmc] refactor instantiation of storage provider and power manager syscalls)
  • #0130, 30-Jan-2018: RPi / RPi2 -- Release post (Add 64KB SMB chunksize to Kodi PR)
  • #0129, 29-Jan-2018: RPi / RPi2 -- Release post ([GLES] more shader cleanup; config: enable CONFIG_BPF_SYSCALL and CONFIG_CGROUP_BPF)
  • #0128, 28-Jan-2018: RPi / RPi2 -- Release post (Configurable MALLOC_MMAP_THRESHOLD_)
  • #0127, 28-Jan-2018: RPi / RPi2 -- Release post (Fix LiveTV OSD issue with OK remote button; kodi: reduce arm memory fragmentation (8KB))
  • #0126, 26-Jan-2018: RPi / RPi2 -- Release post (lirc: use it only for user-configured remotes)
  • #0125, 26-Jan-2018: RPi / RPi2 -- Release post (New firmware (Refactor get/set_voltage API, add SDRAM voltage); new 4.14.15 kernel; curl: update to curl-7.58.0; GLES cleanups)
  • #0124, 24-Jan-2018: RPi / RPi2 -- Release post (Updated RPi3/ZeroW(H) WiFi firmware (version 7.45.98.38))
  • #0123, 23-Jan-2018: RPi / RPi2 -- Release post (filesystem: set proper chunk size for smb (RPi/RPi2 remain at 64KB via newclock5 commit); VideoPlayer: expose encoded display metadata to renderer)
  • #0122, 22-Jan-2018: RPi / RPi2 -- Release post (paplayer: fix bookmark at end of playback)
  • #0121, 21-Jan-2018: RPi / RPi2 -- Release post (Filesystem: test: Increase chunksize to 64K; fix 3D breakage after ffmpeg patches; AE: fix compensation distance; VideoPlayer: fix stereoscopic playback (PR:13395))
  • #0120, 20-Jan-2018: RPi / RPi2 -- Release post (Music Artwork Consistently Available To GUI)
  • #0119, 19-Jan-2018: RPi / RPi2 -- Release post (filesystem: test: Reduce chunksize to 32K; [pm] resume last played media after sleep)
  • #0118, 18-Jan-2018: RPi / RPi2 -- Release post ([video] Fix CGUIWindowVideoBase::GetResumeItemOffset after #13288)
  • #0117, 17-Jan-2018: RPi / RPi2 -- Release post (New firmware; new 4.14.14 kernel; updated curl linking)
  • #0116, 16-Jan-2018: RPi / RPi2 -- Release post (Input fixes and modernization; [PVR][Estuary] Guide window: Channel groups selector)
  • #0115, 15-Jan-2018: RPi / RPi2 -- Release post (filesystem: set proper check size for smb (2048*1024); VideoPlayer: fix segfault when stopping bluray playback; ffmpeg: hevc: Update to latest version; restore Ouya controller support)
Previous builds:
  • #0114, 14-Jan-2018: RPi / RPi2 -- Release post (Update new splash screen for v18 alpha; [xbmc] Link against curl instead of using dlopen.)
  • #0113, 13-Jan-2018: RPi / RPi2 -- Release post ([gui] include now supports nested element processing)
  • #0112, 12-Jan-2018: RPi / RPi2 -- Release post (Application: Set volume after opening file; [gui] refactor window is topmost methods; Add a platform abstraction for temp files / directories)
  • #0111, 11-Jan-2018: RPi / RPi2 -- Release post (New firmware; [fix] boolean condition window.is does not work properly)
  • #0110, 10-Jan-2018: RPi / RPi2 -- Release post (New 4.14.13 kernel; [RFC] Get rid of frames-(m)sec conversion; VideoPlayer: fix audio/subtitle delay)
  • #0109, 09-Jan-2018: RPi / RPi2 -- Release post (Update vcsm kernel commits, fixing "freeze" issue in #0108; AE: register setting handlers inside ActiveAE; [PVR][Estuary] PVRInfoPanel: Add percent played progress bar)
  • #0108, 08-Jan-2018: RPi / RPi2 -- Release post (New 4.14.12 kernel; new firmware; systemd: persist persistent timer stamps; util-linux: Add systemd service, timer for fstrim)
  • #0107, 07-Jan-2018: RPi / RPi2 -- Release post ([fix] register settings callback for weather manager is called before it is ready; videoPlayer: fixes)
  • #0106, 06-Jan-2018: RPi / RPi2 -- Release post (bump pulseaudio 11.1, alsa-lib/alsa-utils 1.1.5, mysql-5.7.20; [fix] weather manager; [PVR] Fix OSD player times)
  • #0105, 05-Jan-2018: RPi / RPi2 -- Release post (fix and simplify PlayFile; videoPlayer: OpenVideoStream and m_pInputStream fixes)
  • #0104, 04-Jan-2018: RPi / RPi2 -- Release post (New Kodi splash; revert ksoftirqd commit - fixes DVB issues)
  • #0103, 03-Jan-2018: RPi / RPi2 -- Release post (iptables: Add default net filters; Fix certain home screen widgets not refreshing; [gui][fix] need splash window in history to render it properly)
  • #0102, 02-Jan-2018: RPi / RPi2 -- Release post (PVR logo, timeshift gui info fixes)
  • #0101, 01-Jan-2018: RPi / RPi2 -- Release post (busybox: enable brctl)
  • #1231, 31-Dec-2017: RPi / RPi2 -- Release post (New 4.14.10 kernel; switch mode whitelist from ints to strings)
  • #1230, 31-Dec-2017: RPi / RPi2 -- Release post ([JSON-RPC]Add "art" parameter to audio library Get and Set methods; PR:13274 Mode whitelist; PiSink: Treat default as HDMI; updated crazycat drivers)
  • #1229, 30-Dec-2017: RPi / RPi2 -- Release post (New 4.14.9 kernel; [PVR] Fix crash when enabling a PVR client addon.)
  • #1228, 28-Dec-2017: RPi / RPi2 -- Release post (Inputstream, PVR API 5.8.0 changes)
  • #1227, 28-Dec-2017: RPi / RPi2 -- Release post (Drop log upload authentication, still using ix.io; samba: update to samba-4.7.4; bluez: update to 5.48)
  • #1226, 26-Dec-2017: RPi / RPi2 -- Release post (No longer revert PR:13229; enable debug & statistics event counters; switch from sprunge.us to ix.io)
  • #1225, 25-Dec-2017: RPi / RPi2 -- Release post (Minors)
  • #1224, 24-Dec-2017: RPi / RPi2 -- Release post (windowing/gbm fixes; controller dialog: Wheel and throttle support)
  • #1223, 23-Dec-2017: RPi / RPi2 -- Release post (ifdef, TexturePacker and seek fixes)
  • #1222, 22-Dec-2017: RPi / RPi2 -- Release post ([pvr] no delay on switch to previous channel with key 0)
  • #1221, 21-Dec-2017: RPi / RPi2 -- Release post (Minors)
  • #1220, 20-Dec-2017: RPi / RPi2 -- Release post (Temporarily revert "Add video tag loaders" (newclock5 conflict))
  • #1219, 20-Dec-2017: RPi / RPi2 -- Release post (VideoPlayer: Fix stereo mode detection from filename in GetVideoStreamInfo; [PVR] Fix CPVREpgContainer::CreateChannelEpg not to change channel's)
  • #1218, 19-Dec-2017: RPi / RPi2 -- Release post (New 4.14.7 kernel; update to systemd-236)
  • #1217, 17-Dec-2017: RPi / RPi2 -- Release post (AESinkPULSE: Make default sink handling more failsafe; drop "Change Python sys.path population order")
  • #1216, 16-Dec-2017: RPi / RPi2 -- Release post (Change Python sys.path population order)
  • #1214, 14-Dec-2017: RPi / RPi2 -- Release post (New 4.14.6 kernel; drop gcc5/Nuvoton/Ouya patches; libcec: Fix LG tv always changing input)
  • #1213, 13-Dec-2017: RPi / RPi2 -- Release post (More AE fixes)
  • #1212, 12-Dec-2017: RPi / RPi2 -- Release post (New 4.14.5 kernel; restore ALSA/Pulse co-existence patch; shadow passwd file: overwrite if root is missing)
  • #1211, 11-Dec-2017: RPi / RPi2 -- Release post ([videoplayer][PVR] Make next/previous chapter work for PVR recordings; cmake cpp14)
  • #1210, 10-Dec-2017: RPi / RPi2 -- Release post (Drop ALSA/Pulse patch; bump cmake-3.10.0, mesa-17.3.0; fix /var/run symlink; AE: cleanup the mess in AESinkFactory; build Kodi using LTO)
  • #1208, 08-Dec-2017: RPi / RPi2 -- Release post (Fix file permissions on shadow file; prevent weak/bad root passwords; openssl 1.0.2n and heimdal 7.5.0; nss-mdns library and avahi socket fixes; PVR database query fix)
  • #1207, 07-Dec-2017: RPi / RPi2 -- Release post ([PVR] PVR manager: last PVR core component is now free from GUI code; videoPlayer: fix segfault; update kernel-firmware)
  • #1206, 07-Dec-2017: RPi / RPi2 -- Release post (Reintroduce media_tree (hauppauge, crazycat) drivers; allow root password to be changed)
  • #1205, 05-Dec-2017: RPi / RPi2 -- Release post (New 4.14.4 kernel)
  • #1204, 04-Dec-2017: RPi / RPi2 -- Release post ([PVR][Estuary] radio recordings fix + improvement)
  • #1203, 03-Dec-2017: RPi / RPi2 -- Release post ([PVR] Completely reworked playing flags. Moved almost all logic to PVR Manager; videoPlayer: add support for programs)
  • #1202, 02-Dec-2017: RPi / RPi2 -- Release post (Minor change)
  • #1201, 01-Dec-2017: RPi / RPi2 -- Release post (New firmware (with aliases node); new 4.14.3 kernel; VideoPlayer: fix detection of program change; VideoPlayer: drop recording related methods)
  • #1130, 30-Nov-2017: RPi / RPi2 -- Release post (vfs.libarchive added; [PVR] CPVRClient(s): Some more improvements)
  • #1129, 29-Nov-2017: RPi / RPi2 -- Release post (Drop vfs.libarchive while testing some build issues; pvr.argustv with authenticated smb support)
  • #1128, 29-Nov-2017: RPi / RPi2 -- Release post ([videoplayer] Show stream flags in the gui; [PVR] Cleanup: No more GUI stuff in class CPVRTimerInfoTag; ffmpeg hevc patch cleanup)
  • #1127, 27-Nov-2017: RPi / RPi2 -- Release post (Refactor info scanners)
  • #1126, 26-Nov-2017: RPi / RPi2 -- Release post (Fix keyboard input; fix vfs.libarchive build; drop incorrect locks of graphicsContext)
  • #1125, 25-Nov-2017: RPi / RPi2 -- Release post (Add vfs.rar, vfs.libarchive addons; update linux-firmware; [PVR] CPVRClients: cleanup and optimization)
  • #1124, 24-Nov-2017: RPi / RPi2 -- Release post (New 4.14.2 kernel; kill g_Windowing, another nasty global; videoPlayer: various fixes)
  • #1123, 23-Nov-2017: RPi / RPi2 -- Release post (VideoPlayer: add demuxer id to StreamInfo)
  • #1122, 22-Nov-2017: RPi / RPi2 -- Release post (buildsystem: rework build script; libcec: disable git depends; changed: put the network class in the service manager)
  • #1121, 21-Nov-2017: RPi / RPi2 -- Release post (New 4.14.1 kernel; update to Samba 4.7.3; new videodb amd musicdb schemas (v109 and v69 respectively); ffmpeg: hevc: Split gpu codec into separate hw accelerated codec)
  • #1120, 20-Nov-2017: RPi / RPi2 -- Release post (Update kernel 4.14 IR handling to prevent double key presses; update safe mode, improved log uploading)
  • #1119, 19-Nov-2017: RPi / RPi2 -- Release post (embed splash into render system; add Kodi support for Samba "client min protocol" (allowing SMB1 to be completely disabled), and legacy security)
  • #1118, 18-Nov-2017: RPi / RPi2 -- Release post (Fix silent update on non-RPi3 devices; bCM2708_DT: Undo downstream changes to upstream dtsis)
  • #1117, 17-Nov-2017: RPi / RPi2 -- Release post (New firmware; kodi: start separating render loop from main thread; include remote control timeout fix for 4.14; pvr.argustv re-enabled)
  • #1116, 16-Nov-2017: RPi / RPi2 -- Release post (Sets the BCDC priority to constant 0; jsoncpp deprecated function changes in PVR addons)
  • #1115, 15-Nov-2017: RPi / RPi2 -- Release post (Samba: update to samba-4.7.2)
  • #1114, 14-Nov-2017: RPi / RPi2 -- Release post (Bump jsoncpp 1.8.3; fix channel icons with pvr.vuplus; add support for AXI performance monitor driver)
  • #1113, 13-Nov-2017: RPi / RPi2 -- Release post (Fix RTL8812AU and RTL8192EU drivers after linux-4.14; kodi: vfs addon updates)
  • #1112, 12-Nov-2017: RPi / RPi2 -- Release post (New 4.14.0 kernel; [PVR] PVR client cleanup and improvement)
  • #1111, 11-Nov-2017: RPi / RPi2 -- Release post (u-boot rework; edid-decode: add package)
  • #1110, 10-Nov-2017: RPi / RPi2 -- Release post (New 4.13.12 kernel)
  • #1109, 09-Nov-2017: RPi / RPi2 -- Release post ([LE9] samba: fix misleading "file exists" message on login error)
  • #1108, 08-Nov-2017: RPi / RPi2 -- Release post (inputstream.adaptive, peripheral.joystick fixes; connman.py: More secure default password for tethering; fix parsing settings.xml in oe_setup_addon)
  • #1107, 07-Nov-2017: RPi / RPi2 -- Release post (Various language updates)
  • #1106, 06-Nov-2017: RPi / RPi2 -- Release post ([GUI] revert scrollbar initialization from #12213; [PVR] Fix handling of epg tag attributes 'cast', 'writer', 'director' and 'genre')
  • #1104, 04-Nov-2017: RPi / RPi2 -- Release post ([Music]Information Provider dialog)
  • #1103, 03-Nov-2017: RPi / RPi2 -- Release post (New firmware (JPEG codec fixes); new 4.13.11 kernel)
  • #1102, 02-Nov-2017: RPi / RPi2 -- Release post (samba: update to samba-4.7.1)
  • #1101, 02-Nov-2017: RPi / RPi2 -- Release post (Fix JSON-RCP version; fix crash when ending playback; fix seek artefacts/green screen since ffmpeg-3.4)
  • #1031, 31-Oct-2017: RPi / RPi2 -- Release post (inputstream.adaptive and PlayerController fixes)
  • #1030, 30-Oct-2017: RPi / RPi2 -- Release post (Kodi: update version check, Estuary, music export)
  • #1029, 29-Oct-2017: RPi / RPi2 -- Release post ([PVR] Fixes/Improvements for multiple enable PVR client addons; correctly scrape tvshow titles that include "?"; connman: timeserver: Retry NTP servers periodically on startup)
  • #1028, 28-Oct-2017: RPi / RPi2 -- Release post (Reintroduce pvr.filmon, pvr.pctv and pvr.stalker; [PVR] Fix epg and pvr database reset)
  • #1027, 27-Oct-2017: RPi / RPi2 -- Release post (New 4.13.10 kernel)
  • #1026, 26-Oct-2017: RPi / RPi2 -- Release post (Fix for PVR service restart issue)
  • #1025, 25-Oct-2017: RPi / RPi2 -- Release post (Bump jsoncpp, avahi and nss-mdns)
  • #1024, 25-Oct-2017: RPi / RPi2 -- Release post (New firmware; fix Win10 Samba authentication; encapsulate videoSettings into player)
  • #1023, 23-Oct-2017: RPi / RPi2 -- Release post (Minors)
  • #1022, 22-Oct-2017: RPi / RPi2 -- Release post (New 4.13.9 kernel; drop global CAudioSettings)
  • #1021, 21-Oct-2017: RPi / RPi2 -- Release post (Update to systemd-235 and build with meson)
  • #1020, 20-Oct-2017: RPi / RPi2 -- Release post (New firmware; new 4.13.8 kernel; update to ffmpeg-3.4 (3.4-Leia-Alpha-1); update HEVC patches, reduces memory usage a little more)
  • #1019, 19-Oct-2017: RPi / RPi2 -- Release post (xbmc.json fix mk2)
  • #1018, 18-Oct-2017: RPi / RPi2 -- Release post (Fix for xbmc.json that resulted in some addons being disabled; tvheadend42: changed to ffmpegx)
  • #1017, 17-Oct-2017: RPi / RPi2 -- Release post (wpa_supplicant: add security patches against KRACK attack)
  • #1016, 16-Oct-2017: RPi / RPi2 -- Release post (New 4.13.7 kernel; include nss/nspr in RPi & RPi2 image; drop RTL8814AU and revert back to paspro repo)
  • #1015, 15-Oct-2017: RPi / RPi2 -- Release post (libnfs fixes; ncurses, libgcrypt updates)
  • #1014, 14-Oct-2017: RPi / RPi2 -- Release post (Python2: update to Python-2.7.14)
  • #1013, 13-Oct-2017: RPi / RPi2 -- Release post (New 4.13.6 kernel; ffmpeg: hevc: Reduce memory a little; RPi UART fixes; pvr.vdr.vsni adapt to OpenGL >= 3.2, with fixes)
  • #1012, 13-Oct-2017: RPi / RPi2 -- Release post (New firmware; add RTL8812AU and RTL8814AU from aircrack-ng; update RTL8188EU; update LE service wrapper)
  • #1010, 10-Oct-2017: RPi / RPi2 -- Release post (New firmware; HEVC update which may help some streams; boost: update to 1.65.1)
  • #1009, 09-Oct-2017: RPi / RPi2 -- Release post (Minors)
  • #1008, 08-Oct-2017: RPi / RPi2 -- Release post (Minors)
  • #1007, 07-Oct-2017: RPi / RPi2 -- Release post (Fix missing labels)
  • #1006, 06-Oct-2017: RPi / RPi2 -- Release post (New 4.13.5 kernel; disabled media_build due to conflicts; missing labels not yet fixed)
  • #1005, 05-Oct-2017: RPi / RPi2 -- Release post ([PVR] Fix deadlocks on enable/disable addons)
  • #1004, 04-Oct-2017: RPi / RPi2 -- Release post (Minors)
  • #1003, 03-Oct-2017: RPi / RPi2 -- Release post (Reintroduce media_build package instead of as a seperate overlay (PR1835))
  • #1002, 03-Oct-2017: RPi / RPi2 -- Release post (VideoPlayer: expose stereo mdoe to dataCache; pulseaudio: set remixing-use-all-sink-channels = no)
  • #1001, 01-Oct-2017: RPi / RPi2 -- Release post (Minors)
  • #0930, 30-Sep-2017: RPi / RPi2 -- Release post (Minors)
  • #0929, 29-Sep-2017: RPi / RPi2 -- Release post (New 4.13.4 kernel)
  • #0928, 28-Sep-2017: RPi / RPi2 -- Release post (Updated "Make PVR database threadsafe")
  • #0927, 27-Sep-2017: RPi / RPi2 -- Release post (PR:12844: [PVR] Make PVR database threadsafe.; drop PR:12715)
  • #0926, 26-Sep-2017: RPi / RPi2 -- Release post (Re-enable pvr.octonet; fix addon installation broken in #0923)
  • #0925, 25-Sep-2017: RPi / RPi2 -- Release post (samba: update to samba-4.7.0)
  • #0924, 25-Sep-2017: RPi / RPi2 -- Release post (New firmware (tvservice reference counting); RetroPlayer: Add renderer for Windows, OpenGL, OpenGLES and MMAL)
  • #0923, 23-Sep-2017: RPi / RPi2 -- Release post (Updated OSD channel preselection PR:12823)
  • #0922, 23-Sep-2017: RPi / RPi2 -- Release post (New 4.13.3 kernel; [PVR] Fix channel OSD dialog channel preselection.; fix silence after unpausing)
  • #0921, 21-Sep-2017: RPi / RPi2 -- Release post (Update samba-4.6.8, bluez-5.47; stereoscopicsManager: Wait for valid stream info before triggering stereo mode)
  • #0920, 20-Sep-2017: RPi / RPi2 -- Release post (Restore pvr.njoy)
  • #0919, 19-Sep-2017: RPi / RPi2 -- Release post ([X11] factor out glx support; update to 3.3.4-Leia-Alpha-1; restore pvr.vbox)
  • #0918, 18-Sep-2017: RPi / RPi2 -- Release post (VideoPlayer: smooth motion; re-enable pvr.nextpvr)
  • #0917, 17-Sep-2017: RPi / RPi2 -- Release post (squashfs: update to squashfs-1a6ffc7)
  • #0916, 16-Sep-2017: RPi / RPi2 -- Release post (AE: allow bigger maxError when not in sync)
  • #0915, 15-Sep-2017: RPi / RPi2 -- Release post (ffmpeg hevc update; player state fixes)
  • #0914, 14-Sep-2017: RPi / RPi2 -- Release post (New 4.13.2 kernel; RTL8192EU: Update to new branch; add pvr.teleboy; RPi: add alsa card conf for IQAudIODigi to enable passthrough)
  • #0913, 13-Sep-2017: RPi / RPi2 -- Release post (New 4.13.1 kernel; PR:12797: VideoPlayer: make OpenFile asynchron)
  • #0912, 12-Sep-2017: RPi / RPi2 -- Release post (New firmware (fix CEC related crash); LinuxRendererGLES: implement hq scalers; Python: use /dev/urandom; pvr.wmc included)
  • #0911, 11-Sep-2017: RPi / RPi2 -- Release post (Minors)
  • #0910, 10-Sep-2017: RPi / RPi2 -- Release post (AE: some fixes and limit of max error; inputstream.adaptive fixes)
  • #0909, 09-Sep-2017: RPi / RPi2 -- Release post (Add custom samba config validation)
  • #0908, 08-Sep-2017: RPi / RPi2 -- Release post (New firmware (MMAL/IL I420 and YUVUV 10bpp formats); Possible fix for 3D main movie playback; newclock5: VideoPlayer flip changes)
  • #0907, 07-Sep-2017: RPi / RPi2 -- Release post (Drop PR12311 - needs rebase; re-enable ftrace; [PVR] Fix issue that required "Stop" before playback of a recording)
  • #0906, 06-Sep-2017: RPi / RPi2 -- Release post (New addon: pvr.zattoo; enable CONFIG_BRCMDBG; [PVR] Fix channel switching during playback)
  • #0905, 05-Sep-2017: RPi / RPi2 -- Release post (ibnfs v4 updates; [pvr] PVR Addon API 5.7.1)
  • #0904, 05-Sep-2017: RPi / RPi2 -- Release post (New 4.13.0 kernel; fix for individual movie scraping; kernel overlays addon now includes support for firmware)
  • #0903, 03-Sep-2017: RPi / RPi2 -- Release post ([PVR] Fix title missing in recordings OSD.; add contextmenu option to remove resume points)
  • #0902, 02-Sep-2017: RPi / RPi2 -- Release post ([PVR] Change context menu items for 'in progress' recordings.; RTL8812AU: allow LED on/of)
  • #0901, 01-Sep-2017: RPi / RPi2 -- Release post ([cec] Fix power messages handling.)
Previous builds:
  • #0831, 01-Sep-2017: RPi / RPi2 -- Release post (Minors)
  • #0830, 30-Aug-2017: RPi / RPi2 -- Release post (New 4.12.10 kernel; binary addon API update; newclock5: Fix error interval; hevc update)
  • #0829, 29-Aug-2017: RPi / RPi2 -- Release post (Fix ssh breakage after samba workgroup/min/max change)
  • #0828, 28-Aug-2017: RPi / RPi2 -- Release post (Update dbus-1.11.16, connman-1.35; Kodi EPG fixes)
  • #0827, 27-Aug-2017: RPi / RPi2 -- Release post (Samba server: Add configuration support for workgroup, server min and server max protocol)
  • #0826, 26-Aug-2017: RPi / RPi2 -- Release post (inputstream.adaptive and RetroPlayer fixes)
  • #0825, 25-Aug-2017: RPi / RPi2 -- Release post (New 4.12.9 kernel; fix for FUSE when mounting exFAT; Samba auto-sharing, brcmfmac43430-sdiofixes; PVR Addon API 5.7.0; omxplayer: Avoid hang when skipping to next video)
  • #0824, 24-Aug-2017: RPi / RPi2 -- Release post (New 4.12.8 kernel; inputstream.adaptive: libssd_wv.so, audio description, build improvements)
  • #0823, 23-Aug-2017: RPi / RPi2 -- Release post (Fix BT MAC after recent BT/WiFi firmware update; fix inputstream.adaptive crash with Amazon; linux: enable ftrace)
  • #0822, 22-Aug-2017: RPi / RPi2 -- Release post (New firmware; inputstream.adaptive manifest updates)
  • #0821, 21-Aug-2017: RPi / RPi2 -- Release post (pvr.mediaportal.tvserver restored to build; update to samba-4.6.7)
  • #0820, 20-Aug-2017: RPi / RPi2 -- Release post (Minors)
  • #0819, 19-Aug-2017: RPi / RPi2 -- Release post (switch back to standard ncurses)
  • #0818, 18-Aug-2017: RPi / RPi2 -- Release post (Use 7zip to create addon archives; add audio description stream identification)
  • #0817, 17-Aug-2017: RPi / RPi2 -- Release post (Fix seeking in inputstream.adaptive; fix component logging; revert Wayland change until newclock5 rebase)
  • #0816, 17-Aug-2017: RPi / RPi2 -- Release post (Amazon flicker fix (PR12679))
  • #0815, 15-Aug-2017: RPi / RPi2 -- Release post (Update to gcc-7.2.0 (final) and glib-2.53.5; more PVR cleanup and updates; more inputstream.adaptive updates; MMALRender: Improve quality of 10->8 bit conversion)
  • #0814, 14-Aug-2017: RPi / RPi2 -- Release post (PVR Addon API 5.6.0 (breaks pvr.argustv which no longer builds); inputstream.adaptive updates)
  • #0813, 13-Aug-2017: RPi / RPi2 -- Release post (New 4.12.7 kernel; CEC labels fixed; inputstream.adaptive updates; newclock5: ffmpeg/hevc update)
  • #0812, 12-Aug-2017: RPi / RPi2 -- Release post (lirc updated to lirc-0.10 (PR:1726 updated))
  • #0811, 11-Aug-2017: RPi / RPi2 -- Release post (CrazyCat users: This is now an addon; kernel overlays installed sooner - hopefully fixes issue with FUSE module)
  • #0810, 11-Aug-2017: RPi / RPi2 -- Release post (Fix tvheadend issue (PR12656, thanks @peak3d))
  • #0809, 10-Aug-2017: RPi / RPi2 -- Release post (Bump ggc to 7.2-RC-20170808, binutils 2.29; update to pre-release RPi0W/RPi3 WiFi/BT firmware)
  • #0808, 08-Aug-2017: RPi / RPi2 -- Release post (New firmware; new 4.12.5 kernel; fix broken pvr.iptvsimple; busybox dd conv=fsync fix)
  • #0807, 07-Aug-2017: RPi / RPi2 -- Release post (pvr.argustv and pvr.mythtv: restored to build; sqlite: update to sqlite-autoconf-3200000; inputstream.adaptive updates)
  • #0806, 07-Aug-2017: RPi / RPi2 -- Release post (Bump to gcc-7.1 and glibc-2.26; pvr.hdhomerun and pvr.iptvsimple: restored to build; [PVR] Fix channel preview OSD)
  • #0805, 06-Aug-2017: RPi / RPi2 -- Release post (inputstream.adaptive update; ffmpeg: hevc: More SAO neon optimisations)
  • #0804, 04-Aug-2017: RPi / RPi2 -- Release post (inputstream.adaptive updates; PVR API 5.5.0; fix crash if a button in joystick.xml has no action)
  • #0803, 03-Aug-2017: RPi / RPi2 -- Release post (busybox: update to 1.27.1; PVR fixes; fix: libdvd's stream API doesn't handle incomplete reads well)
  • #0802, 02-Aug-2017: RPi / RPi2 -- Release post (pvr.vuplus: restored to build; correctly report when NEON is enabled (in kodi rollup patch))
  • #0801, 01-Aug-2017: RPi / RPi2 -- Release post (pvr.demo: restored to build; inputstream.adaptive: HLS updates)
  • #0731, 31-Jul-2017: RPi / RPi2 -- Release post (kernel-firmware: cleanup - drop unused/obsolete firmwares, add rt2870 and a few others. Saves 20MB)
  • #0730, 30-Jul-2017: RPi / RPi2 -- Release post (Restore pvr.vbox and inputstream.rtmp)
  • #0729, 29-Jul-2017: RPi / RPi2 -- Release post (New 4.12.4 kernel)
  • #0728, 28-Jul-2017: RPi / RPi2 -- Release post (New firmware (default to total_mem=1024); add support for optional kernel modules in image and from addons)
  • #0727, 27-Jul-2017: RPi / RPi2 -- Release post (Fix Samba deadlock; drop PVR addons that don't build (most of them) after PR12552)
  • #0726, 26-Jul-2017: RPi / RPi2 -- Release post ([PVR] Fix channel preview OSD after #12510; newclock5: mmal and m3u8 fixes)
  • #0725, 25-Jul-2017: RPi / RPi2 -- Release post (newclock5: ffmpeg fixes (including fix for RPi1 build); newclock5: GoPro fix)
  • #0724, 24-Jul-2017: RPi2 -- Release post (Only RPi2 build today; newclock5: more hevc/hi10 tweaks)
  • #0723, 23-Jul-2017: RPi2 -- Release post (Only RPi2 build today; Minors)
  • #0722, 22-Jul-2017: RPi2 -- Release post (Only RPi2 build today; new firmware (MMAL and ISP fixes); backport "max protocol=SMB3_11"; ffmpeg: hevc: Initial 10-bit support)
  • #0721, 21-Jul-2017: RPi / RPi2 -- Release post (New 4.12.3 kernel; kernel: RPi WiFi TOS hack)
  • #0720, 20-Jul-2017: RPi / RPi2 -- Release post (samba/heimdal: update to samba-4.6.6 and heimdal-7.4.0; inputstream.adaptive: HDCPOVERRIDE temporary added)
  • #0719, 19-Jul-2017: RPi / RPi2 -- Release post (RTL8812AU: switch back to paspro, restore RTL8821AU etc. support.; kernel: DMA changes)
  • #0718, 19-Jul-2017: RPi / RPi2 -- Release post (Bump libass-0.13.7 and libbluray-1.0.1; RTL8812AU: Switch to gordboy repo; inputstream.adaptive: Switch repo from liberty-developer to peak3d)
  • #0717, 17-Jul-2017: RPi / RPi2 -- Release post (linux: Revert "bcm2835-mmc: Fix DMA usage"; kodi: [linux] treat rbpi as linux not a separate platform; fix several settings that broke after the last few ServiceManager refactorings)
  • #0716, 16-Jul-2017: RPi / RPi2 -- Release post (New 4.12.2 kernel; fix black screen when playing games; inputstream.adaptive updates; udev cleanup)
  • #0715, 15-Jul-2017: RPi / RPi2 -- Release post (inputstream.adaptive: Fix ism / widevine pssh generation)
  • #0714, 14-Jul-2017: RPi / RPi2 -- Release post (New 4.12.1 kernel; newclock5: Fix widevine crash in last build)
  • #0713, 14-Jul-2017: RPi / RPi2 -- Release post (New 4.11.10 kernel; amazon/Netflix: Fix buffering issue; libcec updates)
  • #0712, 12-Jul-2017: RPi / RPi2 -- Release post (VideoPlayer fixes; inputstream openstream cleanup (drop inputstream.rtmp); libcec updates, several fixes; inputstream.adaptive update)
  • #0711, 11-Jul-2017: RPi / RPi2 -- Release post (New firmware (USB, IL ISP, MMAL/RIL fixes); RTL8812AU: Switch repo from zebulon2 to paspro; net-booting: avoid hang on halt/reboot)
  • #0710, 10-Jul-2017: RPi / RPi2 -- Release post (VideoPlayer update; RTL8812AU: Switch to zebulon2 repository; add support for SOC_ALLO_DIGIONE sound card; samba: Allow samba-config.service unlimited restarts)
  • #0709, 09-Jul-2017: RPi / RPi2 -- Release post (initramfs: enable DNS if network is up)
  • #0708, 08-Jul-2017: RPi / RPi2 -- Release post (PVR Addon API changes for Leia; new MusicDB schema v66 - better artist and album scraping; libnfs updates)
  • #0707, 08-Jul-2017: RPi / RPi2 -- Release post (Kodi: Service Manager, DeviceKit, Musicbrainz throttling, addon cleanup; netbsd-curses, libfmt bump)
  • #0706, 06-Jul-2017: RPi / RPi2 -- Release post (New 4.11.9 kernel; [settings] change XML format of setting values; inputstream updates; newclock5: videoplayer updates)
  • #0705, 05-Jul-2017: RPi / RPi2 -- Release post (newclock5: Fix Amazon crash; Addons/Game updates)
  • #0704, 05-Jul-2017: RPi / RPi2 -- Release post (Reinstate updated SIGTERM handler; newclock5: VideoPlayer updates)
  • #0703, 03-Jul-2017: RPi / RPi2 -- Release post (New firmware with Amazon/Netflix fixes; kodi: libnfs updates; inputstream.adaptive - supports 480p)
  • #0702, 02-Jul-2017: RPi / RPi2 -- Release post (Minors)
  • #0701, 01-Jul-2017: RPi / RPi2 -- Release post (Bluetooth audio switching)
  • #0630, 30-Jun-2017: RPi / RPi2 -- Release post (Minor libnfs update; more newclock5 VideoPlayer/MMAL updates)
  • #0629, 29-Jun-2017: RPi / RPi2 -- Release post (No longer build and include vfs.rar)
  • #0628, 28-Jun-2017: RPi / RPi2 -- Release post (Addon updates; newclock5: VideoPlayer/MMALRender/AddonVideoCodec updates)
  • #0627, 27-Jun-2017: RPi / RPi2 -- Release post ([vfs] change addon interface to new C++ style)
  • #0626, 26-Jun-2017: RPi / RPi2 -- Release post (New firmware; new 4.11.7 kernel; bump to 3.3.2-Leia-Alpha-1; ; drop inputstream.rtmp; lirc: update to 0.10.0; VideoPlayer/MMAL updates)
  • #0623, 23-Jun-2017: RPi / RPi2 -- Release post (openssl: update to openssl-1.0.2l; [fix][Take II] Nuke 'libpng warning: iCCP: known incorrect sRGB profile')
  • #0622, 22-Jun-2017: RPi / RPi2 -- Release post ([inputstream] change addon interface to new C++ style; changed: Default libcurl and samba timeout value to 30;MMAL/VideoBuffer/VideoPlayer updates)
  • #0621, 21-Jun-2017: RPi / RPi2 -- Release post (Temporary bug fix for wget issue after busybox 1.26.2)
  • #0620, 20-Jun-2017: RPi / RPi2 -- Release post (Addon interface and audioencoder changes)
  • #0619, 19-Jun-2017: RPi / RPi2 -- Release post (Addon settings fix; updated PR12300)
  • #0618, 18-Jun-2017: RPi / RPi2 -- Release post (MMAL: Always use geometry for strides)
  • #0617, 17-Jun-2017: RPi / RPi2 -- Release post (New 4.11.6 kernel; PR:12314: [addons/settings] Fix fallout #2; restore bash support in busybox)
  • #0616, 16-Jun-2017: RPi / RPi2 -- Release post (libnfs 2.0.0; PR:12311: FIX: ensure real filename from videodb in playlists)
  • #0615, 15-Jun-2017: RPi / RPi2 -- Release post (New 4.11.5 kernel; enable -fPIC for some packages; update busybox, alsa)
  • #0614, 14-Jun-2017: RPi / RPi2 -- Release post (AddonSettings: Protect against nullptr; [GUI] Prevent parse step of VisibleConditions if expression is already…)
  • #0613, 13-Jun-2017: RPi / RPi2 -- Release post (New firmware (bootcode updates); fix ExtendedInfo script/TV Next Aired addons; VideoPlayer video buffer updates)
  • #0612, 12-Jun-2017: RPi / RPi2 -- Release post ([addons] change visualization to new way)
  • #0611, 11-Jun-2017: RPi / RPi2 -- Release post ([network] CHTTPJsonRpcHandler: limit any other request method than POST to ReadData permissions on the JSON-RPC API)
  • #0610, 11-Jun-2017: RPi / RPi2 -- Release post (ffmpeg: update to ffmpeg-3.3.1-Leia-Alpha)
  • #0609, 09-Jun-2017: RPi / RPi2 -- Release post (PR:12276: [addons/settings] Fix fallout #2; videoPlayerRadioRDS: Revert ResetRDSCache on init)
  • #0608, 08-Jun-2017: RPi / RPi2 -- Release post (New firmware; more addon changes; newclock5: Revert "VideoPlayer: Fix uninitialized variables")
  • #0607, 07-Jun-2017: RPi / RPi2 -- Release post (New 4.11.4 kernel; more addon changes; fix dirty regions; [settings] move to C++11; [webserver] dont allow jsonrpc over http get)
  • #0606, 06-Jun-2017: RPi / RPi2 -- Release post (More addons/settings fixups; fix for Codec OSD issues identified in last build)
  • #0605, 05-Jun-2017: RPi / RPi2 -- Release post (More Kodi addon updates)
  • #0604, 04-Jun-2017: RPi / RPi2 -- Release post ([add-ons/settings] migrate add-on settings to settings library)
  • #0603, 03-Jun-2017: RPi / RPi2 -- Release post ([guilib] Evaluate skin expressions everywhere; ActiveAE: Revert change that may have broken stereo upmix)
  • #0602, 02-Jun-2017: RPi / RPi2 -- Release post (HEVC improvement; [addons] next binary addon gui interface step; revert SIGTERM change (for now))
  • #0601, 01-Jun-2017: RPi / RPi2 -- Release post (libnfs: auto-reconnect changes; handle timeouts better; dwc_otg: fiq_fsm: Make isochronous compatibility checks work properly)
  • #0531, 31-May-2017: RPi / RPi2 -- Release post ([addons] add first step of gui on addon interface)
  • #0530, 30-May-2017: RPi / RPi2 -- Release post (New firmware (Revert Change USB PHY settings); update libmicrohttpd to 0.9.55)
  • #0529, 29-May-2017: RPi / RPi2 -- Release post ([addons] small cleanup)
  • #0528, 29-May-2017: RPi / RPi2 -- Release post (More addon updates; tvheadend42 now builds with ffmpeg-3.3)
  • #0527, 27-May-2017: RPi / RPi2 -- Release post (cmake changes)
  • #0526, 26-May-2017: RPi / RPi2 -- Release post (New 4.11.3 kernel; PR:352: Fix: set wrong variable (libcec))
  • #0525(2), 25-May-2017: RPi / RPi2 -- Release post ([addons] Bring in new binary style (First part))
  • #0525, 25-May-2017: RPi / RPi2 -- Release post (Incorrect release code; enable mesa GLES support for Generic/RPi/RPi2)
  • #0523, 23-May-2017: RPi / RPi2 -- Release post (Fix for HEVC crash)
  • #0522, 22-May-2017: RPi / RPi2 -- Release post ([addons] remove the 'void ADDON_Stop()' call; PR:1635: firmware: install wifi firmware from linux-firmware, cleanup wlan-firmware)
  • #0521, 21-May-2017: RPi / RPi2 -- Release post (New 4.11.2 kernel; SMBFile: Use 1MB chunks; remove SMB2 restriction from LE Samba Server)
  • #0520, 20-May-2017: RPi / RPi2 -- Release post (Fix for devinput driver in newer version of lirc)
  • #0519, 19-May-2017: RPi / RPi2 -- Release post (ffmpeg hevc optimisations; CVideoDatabase: fix setting named seasons when updating tvshow details)
  • #0518, 18-May-2017: RPi / RPi2 -- Release post ([gui][refactor] rework custom window's visible condition and modality handling)
  • #0517, 17-May-2017: RPi / RPi2 -- Release post (Kodi: more addon updates; update SMB GUI settings patch; revert "DVDDemuxFFmpeg: max_packet_size - use GetBlockSize directly")
  • #0516, 17-May-2017: RPi / RPi2 -- Release post ([cmake][addons] automate addon.xml version set; linux: enable fq_codel for all projects; bump smaba to 4.6.3)
  • #0515, 16-May-2017: RPi / RPi2 -- Release post (New 4.11.1 kernel; Samba: Add "client max protocol" as a GUI setting)
  • #0514, 14-May-2017: RPi / RPi2 -- Release post (Merge changes from vpupdates branch; fix rendering of Kodi splash; fix "inprogresstvshows"; fix libnfs use-after-free; fix Samba service breakage)
  • #0513, 13-May-2017: RPi / RPi2 -- Release post (Send message from CGUIControlGroupList only if scroolpos has changed)
  • #0512, 12-May-2017: RPi / RPi2 -- Release post (New MusicDB schema v64; [Music] Handle duplicate MusicBrainzTrackID within the same album; libnfs fixes; BCM270X_DT: Tidy up mmc, sdhost, sdio overlays)
  • #0511, 11-May-2017: RPi / RPi2 -- Release post ([Linux] EGL split up and cleanup; libnfs: more changes; PR:1616: glibc: update to glibc-2.25)
  • #0510, 10-May-2017: RPi / RPi2 -- Release post ([filesystem] ZipManager: skip path traversal; webserver improvements; libnfs updates; newclock5: [GUI] avoid unneccesary work)
  • #0509, 09-May-2017: RPi / RPi2 -- Release post (libnfs updates)
  • #0508, 08-May-2017: RPi / RPi2 -- Release post (Large number of package updates)
  • #0507, 07-May-2017: RPi / RPi2 -- Release post (New 4.11.0 kernel)
  • #0506, 06-May-2017: RPi / RPi2 -- Release post (Kodi: Estuary language updates; kodi: Settings updates)
  • #0505, 05-May-2017: RPi / RPi2 -- Release post (New 4.10.14 kernel; libnfs: Export nfs_set_timeout() and nfs_get_timeout())
  • #0504, 04-May-2017: RPi / RPi2 -- Release post (New firmware (ISP/IL); allow vcdb log out even when firmware has locked up)
  • #0503, 03-May-2017: RPi / RPi2 -- Release post ([PVR] Another round of code cleanup; libnfs: Fix bug in nfs_link when using the wrong(invalid) handle when dropping cache; newclock5 videoplayer updates)
  • #0502, 02-May-2017: RPi / RPi2 -- Release post (pvr.iptvsimple: Revert "change to automatic interface version set"; newclock5: CGUIControl: Add stats parameter to Process calls)
  • #0501, 01-May-2017: RPi / RPi2 -- Release post (New firmware (dispmanx 3d, isp_resize); 3D and subtitle fixes in gui removal)
  • #0430, 30-Apr-2017: RPi / RPi2 -- Release post (Restore pvr.mythtv add-on, switch to janbar repo; fix newclock5 "remove gui" commit; fix for guilib version)
  • #0429, 29-Apr-2017: RPi / RPi2 -- Release post (NOTE: pvr.mythtv temporarily dropped; PVR API bumped to 5.2.2; rbp: Remove GUI layer during video playback when it is empty)
  • #0428, 28-Apr-2017: RPi / RPi2 -- Release post (AESinkAUDIOTRACK: Refactor and separate PCM and Passthrough Enumeration; busybox: enabling CONFIG_FEATURE_USERNAME_COMPLETION)
  • #0427, 27-Apr-2017: RPi / RPi2 -- Release post (New firmware (revert max_usb_current for B+/Pi2); new 4.10.13 kernel; connman: update to 1.34; kodi: Revert "DVDDemuxFFMPEG: Increase FFMPEG_FILE_BUFFER_SIZE to 128K")
  • #0426, 26-Apr-2017: RPi / RPi2 -- Release post (New firmware (net booting failover, [pi0], max_usb_current); EGL Windowing update (fix memory leak))
  • #0425, 25-Apr-2017: RPi / RPi2 -- Release post (AESinkPULSE: Return to PA's delay infrastructure; back to ffmpeg-3.3)
  • #0424, 24-Apr-2017: RPi / RPi2 -- Release post (PR:12004: changed: always expand iso images in music window; PR:12005: changed: remove internal sftp support; added vfs.sftp addon)
  • #0423, 23-Apr-2017: RPi / RPi2 -- Release post (smsc95xx: Use skb_cow_head to deal with cloned skbs)
  • #0422, 22-Apr-2017: RPi / RPi2 -- Release post (New 4.10.12 kernel; smsc75xx: use skb_cow_head() to deal with cloned skbs)
  • #0421, 21-Apr-2017: RPi / RPi2 -- Release post (Minors)
  • #0420, 20-Apr-2017: RPi / RPi2 -- Release post ([PVR][EPG] Make EPG a subcomponent of PVR; ffmpeg: increase chunk & file buffer size to 128K)
  • #0419, 19-Apr-2017: RPi / RPi2 -- Release post (New firmware; drop ffmpeg-3.3 bump, build with ffmpeg-3.1; media_build: Fix RC6/MCE button repeat issue; newclock5: EGL split up and cleanup)
  • #0418, 19-Apr-2017: RPi / RPi2 -- Release post (New 4.10.11 kernel (with CXD2880 support); media_build: update to 2017-04-17-rpi (with CXD2880 support))
  • #0417, 17-Apr-2017: RPi / RPi2 -- Release post (favourites refactor; [PVR] Fix 'Switch to channel' context menu action after #11747)
  • #0416, 16-Apr-2017: RPi / RPi2 -- Release post (Fix EPG deadlock)
  • #0415, 15-Apr-2017: RPi / RPi2 -- Release post (logging: always log skin name and version; paplayer: restore option for replaygain reduction as clipping protection)
Previous builds:
  • #0414, 14-Apr-2017: RPi / RPi2 -- Release post (FFmpegImage: Transition to new ffmpeg 3.2+ API; load includes before fonts; drop FB_UDL config)
  • #0413, 13-Apr-2017: RPi / RPi2 -- Release post (New 4.10.10 kernel; kernel options cleanup)
  • #0412, 12-Apr-2017: RPi / RPi2 -- Release post (Add vfs.rar binary add-on; drop x86 firmwares from RPi builds)
  • #0411, 11-Apr-2017: RPi / RPi2 -- Release post (ffmpeg: update to ffmpeg-3.3; newclock5 rebased on ffmpeg-3.3; MVC fix (reported by @-DH-))
  • #0410, 10-Apr-2017: RPi / RPi2 -- Release post (New 4.10.9 kernel; newclock5 includes future video player updates (vpupdate))
  • #0409, 09-Apr-2017: RPi / RPi2 -- Release post (Bump iana-etc and timezone-data)
  • #0408, 08-Apr-2017: RPi / RPi2 -- Release post (Fix seek-to-timecode; PR:1512: Update RTL8192EU to a7fd035)
  • #0407, 07-Apr-2017: RPi / RPi2 -- Release post (PR:1320: lirc cleanup: switch to upstream fixes and configuration; ffmpeg: hevc: Upate to latest version)
  • #0406, 06-Apr-2017: RPi / RPi2 -- Release post (tvheadend42: update (pngquant); update to RTL8192DU-efc8508; [PVR] Fix timers map after f47956f)
  • #0405, 05-Apr-2017: RPi / RPi2 -- Release post ([pvr] no need to run a job to announce channel switch; MMAL picture fixes)
  • #0404, 04-Apr-2017: RPi / RPi2 -- Release post (New firmware (Avoid PM_SPARE bit 23); libnfs: Make nfs_close_async call flush on the file handle before disposing of it)
  • #0403, 03-Apr-2017: RPi / RPi2 -- Release post (Minors)
  • #0402, 02-Apr-2017: RPi / RPi2 -- Release post ([filesystem][dialogs] Add context menus for favourites home screen widget; samba 4.6.2)
  • #0401, 01-Apr-2017: RPi / RPi2 -- Release post (Minors)
  • #0331, 31-Mar-2017: RPi / RPi2 -- Release post (New firmware (bootcode fixes, dtoverlay node address); new 4.10.8 kernel; fix for crash when ending playback)
  • #0330, 31-Mar-2017: RPi / RPi2 -- Release post (PR:11921: estuary fix watched status for videos; newclock5: AudioDSP, OMXImage and DVDInputStreamBluray fixes; audioInjector Octo: sample rates, regulators, reset)
  • #0329, 29-Mar-2017: RPi / RPi2 -- Release post (Texture caching optimisation; allow Samba to negotiate better than SMB1)
  • #0328, 28-Mar-2017: RPi / RPi2 -- Release post (AE/ADSP fixup commits; samba: update to samba-4.6.1)
  • #0327, 27-Mar-2017: RPi / RPi2 -- Release post (New 4.10.6 kernel)
  • #0326, 26-Mar-2017: RPi / RPi2 -- Release post (General cleanup of ApplicationMessenger; reduce logging level for software decoded jpegs; rapidjson: update to 1.1.0)
  • #0325, 25-Mar-2017: RPi / RPi2 -- Release post (Fix for PVR Manager)
  • #0324, 24-Mar-2017: RPi / RPi2 -- Release post (New firmware (gpu_server/qpu fixes))
  • #0323, 23-Mar-2017: RPi / RPi2 -- Release post (New 4.10.5 kernel; [PVR] Guide window: Fix selection after channelgroup switching)
  • #0322, 22-Mar-2017: RPi / RPi2 -- Release post (New firmware (allow top 16M of sdram to be used); update to samba 4.6.0; bluray - restore "Play main title" menu item)
  • #0321, 22-Mar-2017: RPi / RPi2 -- Release post (New firmware (add deinit call when service is finished with); fix stuck-in-turbo issue when ending HEVC playback; support for ip advanced router)
  • #0320, 20-Mar-2017: RPi / RPi2 -- Release post (Drop "Default to CONFIG_TCP_CONG_BBR" and "Fair Queue packet scheduling" test commits; paplayer: replaygain regression; Add support for radio channel groups; Execute recordings actions async)
  • #0319, 19-Mar-2017: RPi / RPi2 -- Release post ([addons] Update Chorus; [Fix]Default music artist separators remove colon and "|" (ticket 17401))
  • #0318, 18-Mar-2017: RPi / RPi2 -- Release post (New firmware; new 4.10.4 kernel; bluez: build deprecated tools)
  • #0317, 17-Mar-2017: RPi / RPi2 -- Release post (New 4.10.3 kernel; package updates; fix youtube and other Python add-on startup errors)
  • #0316, 16-Mar-2017: RPi / RPi2 -- Release post (Python error (eg. plugin.video.youtube) caused by PR11814 - notified on github)
  • #0315, 15-Mar-2017: RPi / RPi2 -- Release post (libcec updates; RenderManager: Force frames to output when reconfiguring renderer)
  • #0314, 15-Mar-2017: RPi / RPi2 -- Release post (Reorganise project hierarchy, support devices; drop LibreSSL, switch back to OpenSSL; remove all kodi project and arch specific patches)
  • #0313, 13-Mar-2017: RPi / RPi2 -- Release post (New firmware; new 4.10.2 kernel; [PVR] Fix trac17374: Settings deinitialized too early on app exit.)
  • #0312, 12-Mar-2017: RPi / RPi2 -- Release post (Add support for AudioInjector.net Octo sound card; v4l-utils: fix rc_maps override and other issues)
  • #0311, 11-Mar-2017: RPi / RPi2 -- Release post (Switch from YAJL to RapidJSON)
  • #0310, 10-Mar-2017: RPi / RPi2 -- Release post (PR:1347: merge xml files during installation of kodi; libnfs: Fix lots of double free bugs, and two tiny build script improvements)
  • #0309, 09-Mar-2017: RPi / RPi2 -- Release post (Minors)
  • #0308, 08-Mar-2017: RPi / RPi2 -- Release post (New firmware (dt-blob.dts: Add pins_pi0w); fix for volume indicator and library update progress percentage)
  • #0307, 07-Mar-2017: RPi / RPi2 -- Release post (Minors)
  • #0306, 06-Mar-2017: RPi / RPi2 -- Release post (Remove CStdString (kodi-platform); clk-bcm2835: Read max core clock from firmware)
  • #0305, 06-Mar-2017: RPi / RPi2 -- Release post (VidoePlayer: make no-key-frame-fallback dependent on fps)
  • #0304, 04-Mar-2017: RPi / RPi2 -- Release post (ffmpeg: Call get_format to fix an issue with MMAL rendering)
  • #0303, 03-Mar-2017: RPi / RPi2 -- Release post (Include brcmfmac_sdio-firmware-rpi in RPi builds (for RPi0W); fix IR decoder modules not loading automatically (media_build); socket: Limit reconnect retries to 10 (libnfs); [Fix][Backport]Music cleanup hanging on large MySQL databases)
  • #0302, 02-Mar-2017: RPi / RPi2 -- Release post (New firmware (Pi0W support; composite fixes); update pycryptodome - add Cryptodome sym link; RPi Bluetooth - use Raspbian udev rules and btuart)
  • #0301, 01-Mar-2017: RPi / RPi2 -- Release post (New firmware (switch back to master; CEC redo; fix prog scan composite mode etc.); new 4.10.1 kernel; switch from pycrypto to pycryptodome; AE fixes)
  • #0228, 28-Feb-2017: RPi / RPi2 -- Release post (RPi/RPi2: re-enable lirc_xbox driver)
  • #0227, 27-Feb-2017: RPi / RPi2 -- Release post (New firmware (dtoverlay, arm_loader, gpuserv, MMAL/IL); sound: Support for Dion Audio LOCO-V2 DAC-AMP HAT)
  • #0226, 26-Feb-2017: RPi / RPi2 -- Release post (Fix rumble always enabled; [addons] fix InstallUpdatesAndWait)
  • #0225, 25-Feb-2017: RPi / RPi2 -- Release post (Estuary PVR fixes; AE: use iec pause bursts only for audio sync)
  • #0224, 24-Feb-2017: RPi / RPi2 -- Release post ([estuary] sync pt2)
  • #0223, 23-Feb-2017: RPi / RPi2 -- Release post (Estuary Sync pt1; reintroduce media_build package)
  • #0222, 22-Feb-2017: RPi / RPi2 -- Release post (Temporarily drop media_build package (remote control issues))
  • #0221, 21-Feb-2017: RPi / RPi2 -- Release post (Search backwards for keyframe when resuming playback)
  • #0220, 20-Feb-2017: RPi / RPi2 -- Release post (New 4.10.0 kernel)
  • #0219, 19-Feb-2017: RPi / RPi2 -- Release post (Reintroduce "Revert: hack: add iso to filedirectory list"; [Fix] Songs smart playlists 3 x slower; libnfs: memory leak fix)
  • #0218, 18-Feb-2017: RPi / RPi2 -- Release post (New MusicDB schema v62; ffmpeg: improved HEVC 1080p playback)
  • #0217, 18-Feb-2017: RPi / RPi2 -- Release post (New firmware (gpuserv); exclude ffmpeg/gpuservice changes until build issues resolved; Harmony fix)
  • #0216, 16-Feb-2017: RPi / RPi2 -- Release post (New firmware (GPIO fixes); new 4.9.10 kernel)
  • #0215, 16-Feb-2017: RPi / RPi2 -- Release post (New MusicDB schema v61 - forced tag rescan stored in db; MMALRender: Default to Bob deinterlace on Pi1)
  • #0214, 14-Feb-2017: RPi / RPi2 -- Release post (Re-add updated PR:1327: [master] input: change input repeat config; add missing Bluetooth "Connect" option for already trusted devices; revert: Mark used PLLs and dividers CRITICAL)
  • #0213, 13-Feb-2017: RPi / RPi2 -- Release post (New firmware (gpuserv; remove CEC cleanup 12); mark used PLLs as critical; FFmpegImage change alignment; drop PR:1327)
  • #0212, 12-Feb-2017: RPi / RPi2 -- Release post (VideoPlayer: fix edl skipping; input: change input repeat config; imagedecoder.raw: add add-on)
  • #0211, 11-Feb-2017: RPi / RPi2 -- Release post (Unmerged PR:1313 (config scripts for Wolfson/Cirrus Logic audio card) converted to package)
  • #0210, 10-Feb-2017: RPi / RPi2 -- Release post (New 4.9.9 kernel; add config scripts for RPi Wolfson/Cirrus Logic audio card; fix libnfs memory leak)
  • #0209, 09-Feb-2017: RPi / RPi2 -- Release post (New firmware; libnfs updates)
  • #0208, 08-Feb-2017: RPi / RPi2 -- Release post (Estuary fixes; increase Python processing period when videoplayer is not active; PR:1295: lirc: simplify scripts; PR:11163: Fix silent failure when game add-on can't be installed)
  • #0207, 07-Feb-2017: RPi / RPi2 -- Release post (RPi kernel udpates. Sync options.; include media_build patch for pctv452)
  • #0206, 06-Feb-2017: RPi / RPi2 -- Release post (Drop jemalloc, switch to MALLOC_MMAP_THRESHOLD_=512KB; controller fixes)
  • #0205, 05-Feb-2017: RPi / RPi2 -- Release post (Run kodi with jemalloc; PR:1281: fix lirc cross-compilation and non-working left/right keys; Implement in-game saves; fix queueing .strm and .pls music files; libnfs update)
  • #0204, 04-Feb-2017: RPi / RPi2 -- Release post (New 4.9.8 kernel; fix X11 handling; videosync windowing; PR:11615: [PVR] Fix trac17246 - another approach)
  • #0203, 03-Feb-2017: RPi / RPi2 -- Release post (New firmware (CEC updates, with debug parameter); PVR, EPG and controller fixes; eventlircd/gpio update)
  • #0202, 02-Feb-2017: RPi / RPi2 -- Release post (LibreELEC 9.0; new firmware (update CEC code clenaup 13); use lower case table names in query)
  • #0201, 01-Feb-2017: RPi / RPi2 -- Release post (New firmware (update CEC code cleanup 13); new 4.9.7 kernel; PulseAudio bump)
  • #0131, 31-Jan-2017: RPi / RPi2 -- Release post (FIX: [regression] URL encoding is case-insentive; revert "[PVR] Fix deadlock that might occure during initial channel icon search.")
  • #0130, 30-Jan-2017: RPi / RPi2 -- Release post (New firmware (hdmi/cec logging); new 4.9.6 kernel; alternative add-on cache fix)
  • #0129, 29-Jan-2017: RPi / RPi2 -- Release post (Minors)
  • #0128, 28-Jan-2017: RPi / RPi2 -- Release post (VideoPlayer fixes)
  • #0127, 27-Jan-2017: RPi / RPi2 -- Release post (New firmware; config: Add SND_SOC_ADAU7002 codec module; media_build: use PR version of rc fix; don't clear directory cache on window init)
  • #0125, 25-Jan-2017: RPi / RPi2 -- Release post (media_build: fix for remote controls)
  • #0124, 24-Jan-2017: RPi / RPi2 -- Release post (New firmware (fix limited memory, artefacts; USB boot as standard; CEC cleanup); new 4.9.5 kernel; libcec, libnfs, kodi updates; updated media_build package)
  • #0117, 18-Jan-2017: RPi / RPi2 -- Release post (Bump e2fsprogs and populatefs; restore caching for slow plugins; default to CONFIG_TCP_CONG_BBR; disable ADSP support)
  • #0116, 16-Jan-2017: RPi / RPi2 -- Release post (New 4.9.4 kernel; bitstream refactor / VC1Bitstream parser; revert ISO/filedirectory fix; NFSFile: Change ChunkSize to 128K)
  • #0115, 15-Jan-2017: RPi / RPi2 -- Release post (New firmware (default to using total_mem=1023); new AddonsDB schema v27; add support for SMB File Rename)
  • #0114, 14-Jan-2017: RPi / RPi2 -- Release post (New firmware (total_mem fixes); PR:1176: remove and rework kodi patches; PR:1179: lirc: fix [email protected])
  • #0113, 13-Jan-2017: RPi / RPi2 -- Release post (New firmware (CEC code cleanup parts 2-10); new 4.9.3 kernel; [cmake] fix libdvd depends build)
  • #0112, 12-Jan-2017: RPi / RPi2 -- Release post (New firmware (fix usb/net boot issue); bump openvpn)
  • #0111, 11-Jan-2017: RPi / RPi2 -- Release post (lirc: check for socket in lircd-uinput.service; MMALCodec: Add extra prime to avoid stalled video; BCM270X_DT: Add pi3-disable-wifi overlay)
  • #0110, 10-Jan-2017: RPi / RPi2 -- Release post (New firmware (rebase usb/net booting); fix for stalled audio issue)
  • #0109, 10-Jan-2017: RPi / RPi2 -- Release post (New firmware (force_pvt, hdmi drive, removed CEC bridge); new 4.9.2 kernel; enable HiFiBerry AMP support; bump GUI ABI)
  • #0108, 08-Jan-2017: RPi / RPi2 -- Release post (Include media_build)
  • #0107, 07-Jan-2017: RPi / RPi2 -- Release post (New 4.9.1 kernel; minor libcec and libnfs updates)
  • #0106, 06-Jan-2017: RPi / RPi2 -- Release post (Minors)
  • #0105, 05-Jan-2017: RPi / RPi2 -- Release post (Fix crash due to too many streams)
  • #0104, 04-Jan-2017: RPi / RPi2 -- Release post (New firmware - revert CEC code clean up; cmake fixes and cleanup; mediacenter: use $MEDIACENTER instead of kodi)
  • #0103, 03-Jan-2017: RPi / RPi2 -- Release post (patch: cmake: always set -DWITH_CPU and -DWITH_ARCH for target)
  • #0102, 02-Jan-2017: RPi / RPi2 -- Release post (Fixes cpack support and WiiRemote packaging for rpi; libcec fix; 3D OSD aspect ratio fix; fix update channel listing)
  • #0101, 01-Jan-2017: RPi / RPi2 -- Release post (Wait for network after suspend; Enable RFKILL; bump libpng-1.6.27, flac-1.3.2, zlib-1.2.9)
  • #1231, 31-Dec-2016: RPi / RPi2 -- Release post (Bump xz 5.2.3)
  • #1230, 30-Dec-2016: RPi / RPi2 -- Release post (Bump curl-7.52.1, alsa-utils-1.1.3, alsa-lib-1.1.3, openssh-7.4p1, libass-0.13.5)
  • #1229, 29-Dec-2016: RPi / RPi2 -- Release post (Create symbolic links for systemd unit aliases; PVR and GUI fixes; PR:11298)
  • #1228, 28-Dec-2016: RPi / RPi2 -- Release post (Update lirc to 0.9.4c; PR:11283: [PVR] Fix PVR Manager crash on startup)
  • #1227, 27-Dec-2016: RPi / RPi2 -- Release post (No longer separate skin from kodi for building; AE: fix normalize volume on reconfigure)
  • #1226, 27-Dec-2016: RPi / RPi2 -- Release post (libnfs: NFSv4 and RPC server support)
  • #1225, 25-Dec-2016: RPi / RPi2 -- Release post (Improve German keyboard; remember last used keyboard layout)
  • #1224, 24-Dec-2016: RPi / RPi2 -- Release post (Minors)
  • #1223, 23-Dec-2016: RPi / RPi2 -- Release post (New firmware with CEC fix; bump ffmpeg 3.1.6-Krypton; don't revert PR10446; Estuary sync)
  • #1222, 22-Dec-2016: RPi / RPi2 -- Release post (Revert PR10446 due to TexturePacker build issues)
  • #1221, 21-Dec-2016: RPi / RPi2 -- Release post (New firmware; bump various packages including Python, curl, dbus etc.; restore NET_WM_STATE_FULLSCREEN patch)
  • #1220, 20-Dec-2016: RPi / RPi2 -- Release post (Update PR:1075 with more packages; additional fixes for PVR manager deinit/reinit)
  • #1219, 19-Dec-2016: RPi / RPi2 -- Release post (Fix stack overflow while trying to get play resume point from PVR client; bump various packages (mysql, sqlite, etc.))
  • #1218, 18-Dec-2016: RPi / RPi2 -- Release post (Rename add-on function structures, remove try/catch; pvr.myth updates; libcec: don't add defines)
  • #1217, 17-Dec-2016: RPi / RPi2 -- Release post (remove the use of IAddonInterface class; remove the use of template's from add-on interface)
  • #1216, 16-Dec-2016: RPi / RPi2 -- Release post (VideoPlayer and MMAL fixes)
  • #1215, 16-Dec-2016: RPi / RPi2 -- Release post (New 4.9.0 kernel; remove autotools, addon/game libraries; inputstream.adaptive 1.0.6)
  • #1214, 14-Dec-2016: RPi / RPi2 -- Release post (New VideoDB schema v108; drop guilib library)
  • #1213, 14-Dec-2016: RPi / RPi2 -- Release post (Fix Estuary and LE Settings after deprecated infobools; remove adsp, peripheral, codec and audioengine libraries; cmake fixes (json, mmal, texturepacker); drop PR11033 in order to test PR11163)
  • #1212b, 12-Dec-2016: RPi / RPi2 -- Release post (No longer revert PR11129; build with updated PR11143)
  • #1211b, 12-Dec-2016: RPi / RPi2 -- Release post (New firmware; Estuary sync; samba: drop "strict allocate")
  • #1210, 10-Dec-2016: RPi / RPi2 -- Release post (Package bumps: libjpeg-turbo, libpng, taglib, libmicrohttpd)
  • #1209b, 09-Dec-2016: RPi / RPi2 -- Release post (New 4.8.13 kernel)
  • #1208, 08-Dec-2016: RPi / RPi2 -- Release post (Drop LCMS2)
  • #1207, 08-Dec-2016: RPi / RPi2 -- Release post (Drop PR11034 due to skin sync breakage; drm/vc4 kernel updates)
  • #1206, 06-Dec-2016: RPi / RPi2 -- Release post (Update inputstream.adaptive with widevine; add temporary LE RetroPlayer repository)
  • #1204, 04-Dec-2016: RPi / RPi2 -- Release post (NFS dir symlink fix)
  • #1203, 03-Dec-2016: RPi / RPi2 -- Release post (Fix problems with EAC3 streams (link))
  • #1202, 03-Dec-2016: RPi / RPi2 -- Release post (New 4.8.12 kernel; temporarily switch back to stock kodi-theme-Estuary)
  • #1201, 01-Dec-2016: RPi / RPi2 -- Release post (New firmware; update hifiberry driver config)
  • #1130, 01-Dec-2016: RPi / RPi2 -- Release post (Kodi 18 alpha 1)
New LibreELEC.tv Krypton build #1130: RPi / RPi2
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 4.8.11 #1 Thu Dec 1 04:29:29 GMT 2016 armv6l GNU/Linux

# vcgencmd version
Nov 26 2016 13:28:47
Copyright (c) 2012 Broadcom
version 6f567a4db96231f764d5a9a5b11b153009d13d5b (clean) (release)

# lsb_release
LibreELEC (Milhouse) - Version: devel-20161201042826-#1130-g0ad9cf6 [Build #1130]

# Kodi version
(18.0-ALPHA1 Git:17.0-beta6-654f1b7). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (0ad9cf66, changelog) and tip of XBMC master (afa567b3, changelog) with the following modifications: Build Highlights:
  1. Kodi 18 alpha 1
Build Details:
  1. LibreELEC.tv:
    • linux: remove gcc patches (PR:996, 2 commits, 4 files changed)
    • chromium: update to 55.0.2883.44 (PR:1000, 4 commits, 9 files changed)
    • btrfs-progs: initial add-on (PR:992, 1 commit, 4 files changed)
    • gcc: do not abort when including host headers like from /usr/include,… (PR:1004, 1 commit, 1 file changed)
    • scripts/create_addon: workaround for pvr addons (PR:1007, 1 commit, 1 file changed)
  2. XBMC:
    • reset slideshow state on window close (PR:10997, 1 commit, 1 file changed)
    • FFmpeg: Bump to 3.1.6-Krypton-Beta6 (PR:10992, 1 commit, 1 file changed)
    • [estuary] sync (PR:11014, 1 commit, 38 files changed)
    • bump to v18.0 alpha 1 (PR:11015, 1 commit, 2 files changed)
    • Use DRM as a fallback if not on X11 for VAAPI (PR:10922, 1 commit, 2 files changed)
    • Quell some warnings (PR:11010, 10 commits, 15 files changed)
    • use video disptime only in case video is running (PR:11018, 1 commit, 1 file changed)
    • [cmake] Win-Binary-Addon fixes + Handle "select" as setting type for binary addons (PR:10875, 3 commits, 2 files changed)
    • [binary-addons/win32] Add support for MSYS/MinGW (PR:10964, 4 commits, 12 files changed)
    • Fixes and code improvements from game branch (PR:11013, 8 commits, 7 files changed)
    • [lang][kodi.core] automatic syntax corrections for the en_GB language file (fe8b16fa)
  3. kodi-theme-Estuary:
  4. pvr.vbox:
    • Fixed yet more Coverity issues (#163) (4bc6f1e1)
  5. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] PR:1008: kodi: bump to 17.0-beta6-654f1b7
    • Reverted: [env] PR:1004: gcc: do not abort when including host headers like from /usr/include, just ignore them
i see that GUI is updated
I have freshly installed you Build
i can not install addons from repo

http://sprunge.us/BHFM
You'll need to wait a few days until the repository is updated.
(2016-12-01, 12:15)kampfi Wrote: [ -> ]I have freshly installed you Build
i can not install addons from repo

http://sprunge.us/BHFM

Enable unknow sources in settings
I had it on, Milhouse Is right, we should wait for repo update
New LibreELEC.tv Krypton build #1201: RPi / RPi2
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 4.8.11 #1 Thu Dec 1 22:02:38 GMT 2016 armv6l GNU/Linux

# vcgencmd version
Dec  1 2016 17:33:24
Copyright (c) 2012 Broadcom
version 0b89c6d8c5820e2b81576a7d2e80b93120fedd40 (clean) (release)

# lsb_release
LibreELEC (Milhouse) - Version: devel-20161201220135-#1201-g87d7e3b [Build #1201]

# Kodi version
(18.0-ALPHA1 Git:17.0-beta6-654f1b7). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (87d7e3b3, changelog) and tip of XBMC master (02846f23, changelog) with the following modifications: Build Highlights:
  1. New firmware
  2. Update hifiberry driver config
Build Details:
  1. Firmware (Dec 1):
    • firmware: TC358762: Fix bad cast in backlight ratelimiting See: link
    • firmware: CEC code clean up
    • firmware: di_adv: Add direct suppport for YUV420
  2. LibreELEC.tv:
    • kodi: bump to 17.0-beta6-654f1b7 (PR:1008, 11 commits, 44 files changed)
    • kodi-binary-addons: inputstream.adaptive replaces inputstream.mpd and … (PR:994, 1 commit, 2 files changed)
    • projects/WeTek_Hub,Play_2: enable temperature sensor (PR:1005, 1 commit, 2 files changed)
    • aarch64 kernel changes for docker (PR:1009, 3 commits, 3 files changed)
    • libnfs: build parallel (PR:1010, 1 commit, 1 file changed)
    • Revert "gcc: do not abort when including host headers" (PR:1012, 1 commit, 1 file changed)
  3. XBMC:
    • [doxygen] add pydocs v18 support (PR:11028, 1 commit, 3 files changed)
  4. newclock5:
    • New commits in this build:
      • MMALRender: Allow advanced deinterlace with software decode (20fc1c7e)
  5. kernel 4.8.y:
    • New commits in this build:
      • BCM2835-v4l2: Fix a conformance test failure (3f1a873c)
      • hifiberry: Make driver names unique in first 15 characters (108b9536)
How are you determining RAM usage, with bcmstat.sh or something else? I don't recall any change that would result in 100MB less RAM being used... possibly Estuary is working more efficiently (total guess, and assuming this is your skin). Would be great if you could narrow down the build when the improvement occurred.
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