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
New LibreELEC.tv Leia build #0322: RPi / RPi2
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 4.10.4 #1 Wed Mar 22 23:33:49 GMT 2017 armv6l GNU/Linux

# vcgencmd version
Mar 21 2017 20:31:08
Copyright (c) 2012 Broadcom
version 3fd9e96ec97d387f230e66872443c1ecf44c04c6 (clean) (release)

# lsb_release
LibreELEC (Milhouse) - Version: devel-20170322233240-#0322-gbdbe578 [Build #0322]

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

Based on tip of LibreELEC.tv master (bdbe5783, changelog) and tip of XBMC master (5ad6cea3, changelog) with the following modifications: Build Highlights:
  1. New firmware (allow top 16M of sdram to be used if enabled with total_mem=1024 - disabled by default)
  2. Update to samba 4.6.0, with SMB3 support - if you're using a custom samba.conf please rebase on /etc/samba/smb.conf
  3. bluray - restore "Play main title" menu item
Build Details:
  1. Firmware (Mar 21):
    • bootcode: Allow top 16M if sdram to be used
    • Disabled by default, but can be enabled with total_mem=1024
  2. LibreELEC.tv:
    • Fix file system resize script hang (PR:1369, 2 commits, 3 files changed)
  3. XBMC:
    • [bluray] Fix CID 1403183: Control flow issues (NO_EFFECT). (PR:11889, 1 commit, 1 file changed)
    • [cmake] Fix compiling of Android-X86 after 742cc3c31b by checking SSE support again (PR:11888, 1 commit, 1 file changed)
    • depends: remove libsdl_image and libsdl2 (PR:11881, 5 commits, 14 files changed)
    • [Fix] adapt gitignore for depends after da63933 (PR:11890, 1 commit, 1 file changed)
    • Revert "[bluray] Early return if requested "dir" is in fact a file." (PR:11891, 1 commit, 1 file changed)
  4. pvr.vbox:
    • Fix path to CMakeLists.txt (PR:187, 1 commit, 1 file changed)
  5. pvr.vdr.vnsi:
    • Fix path to CMakeLists.txt (PR:1, 1 commit, 1 file changed)
  6. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] PR:1469: samba: update to samba-4.6.0
    • Added: [pkg] PR:62: #change smbd and nmbd location (service.libreelec.settings)
> Update to samba 4.6.0, with SMB3 support - if you're using a custom samba.conf please rebase on /etc/samba/smb.conf

RPi3b.
I have a custom samba.conf in .kodi/.config. /etc/samba/smb.conf does not appear to reflect this.
With #322 the share on the Pi is no longer accessible from Windows.
Revert to #321 and the share is accessible again.
Any ideas?
(2017-03-23, 19:01)agb2 Wrote: [ -> ]> Update to samba 4.6.0, with SMB3 support - if you're using a custom samba.conf please rebase on /etc/samba/smb.conf

RPi3b.
I have a custom samba.conf in .kodi/.config. /etc/samba/smb.conf does not appear to reflect this.
With #322 the share on the Pi is no longer accessible from Windows.
Revert to #321 and the share is accessible again.
Any ideas?

Is the share available when using the stock /etc/samba/smb.conf (ie. remove your custom /storage/.config/samba.conf)?

Have you confirmed samba is enabled in LE Settings addon?
New LibreELEC.tv Leia build #0323: RPi / RPi2
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 4.10.5 #1 Thu Mar 23 21:04:16 GMT 2017 armv6l GNU/Linux

# vcgencmd version
Mar 21 2017 20:31:08
Copyright (c) 2012 Broadcom
version 3fd9e96ec97d387f230e66872443c1ecf44c04c6 (clean) (release)

# lsb_release
LibreELEC (Milhouse) - Version: devel-20170323210311-#0323-ga339aa7 [Build #0323]

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

Based on tip of LibreELEC.tv master (a339aa7a, changelog) and tip of XBMC master (bae219a8, changelog) with the following modifications:
  • Includes newclock5 patches
  • Excludes the LibreELEC linux-01-RPi_support patch in favour of sourcing these and possibly more recent patches directly from kernel branch rpi-4.10.y
  • Includes latest bcm2835-driver master (3e82d901, ahead +1)
  • Includes latest kodi-platform master (36fb4937)
  • Includes latest libcec master (8563411d, ahead +11)
  • Includes latest libnfs master (d501dc8a, ahead +55)
  • Includes latest p8-platform master (2d90f986)
  • Includes latest addons: inputstream.adaptive (aa0d5113), inputstream.rtmp (6c1af46a), peripheral.joystick (b4642600, +2), pvr.argustv (7135b279, +1), pvr.demo (1606b612, +1), pvr.dvblink (7296c5b5, +1), pvr.dvbviewer (13c6e5e7, +1), pvr.filmon (e026519d, +1), pvr.hdhomerun (98cb8d40), pvr.hts (819129d5), pvr.iptvsimple (53d63cce), pvr.mediaportal.tvserver (d4dad613, +1), pvr.mythtv (08d609b2, +1), pvr.nextpvr (bb21826b, +1), pvr.njoy (1ce9aba1, +1), pvr.octonet (8549a31c), pvr.pctv (e3b2b845, +1), pvr.stalker (0466af9d, +1), pvr.vbox (4215450f, +1), pvr.vdr.vnsi (9ede401c), pvr.vuplus (12930650, +1), pvr.wmc (5aa3b1ca, +1)
  • Include [env] compare: linux: update to linux-4.10.5
  • Include [env] patch: tvheadend42: fix ffmpeg
  • Include [env] patch: iwlwifi-firmware: update to iwlwifi-firmware-ba301aa
  • Include [env] patch: rapidjson: drop yajl, add rapidjson
  • Include [env] patch: Bump included addon versions to prevent online updates
  • Include [env] patch: linux: enable in-tree rtl8192cu for RPi/RPi2
  • Include [env] patch: Add experimental splash video for RPi
  • Include [env] patch: HACK: Disable multiple PVR addons during migration. Always enable inputstream.* and os.*
  • Include [env] patch: Add kodi binary addons (pvr, adsp, other)
  • Include [env] PR:1431: scripts/mkimage: align partitions to 4MiB
  • Include [env] PR:1459: support for ip advanced router and add multiple tcp congestion algorithms
  • Include [env] PR:1465: Package updates: update kodi, ffmpeg, libcec
  • Include [env] PR:1469: samba: update to samba-4.6.0
  • Include [env] PR:1474: scripts: revert changes that led to accumulation of old packages
  • Include [env] PR:1477: config/path: addons need kodi
  • Include [env] PR:1478: userconfig: overwrite our sample files
  • Include [pkg] PR:56: bluetooth: add missing 'Connect' option when device is Trusted (service.libreelec.settings)
  • Include [pkg] PR:62: #change smbd and nmbd location (service.libreelec.settings)
  • Include [pkg] PR:8008: JSON: replace YAJL with RapidJSON
  • Include [pkg] PR:11668: FFmpegImage: Document and change alignment
  • Include [pkg] PR:11879: [PVR] Guide window: Fix selection after channelgroup switching
Build Highlights:
  1. New 4.10.5 kernel
  2. [PVR] Guide window: Fix selection after channelgroup switching
Build Details:
  1. LibreELEC.tv:
  2. XBMC:
    • [docs] Update README.android (PR:11854, 1 commit, 1 file changed)
  3. peripheral.joystick:
    • [sdl] Fix hang when rescanning for joysticks (PR:92, 1 commit, 1 file changed)
    • Bump peripheral.joystick to v1.3.2 for SDL fix (PR:93, 1 commit, 1 file changed)
  4. pvr.argustv:
    • Fix path to CMakeLists.txt (PR:63, 1 commit, 1 file changed)
  5. pvr.demo:
    • Fix path to CMakeLists.txt (PR:41, 1 commit, 1 file changed)
  6. pvr.dvblink:
    • Fix path to CMakeLists.txt (PR:80, 1 commit, 1 file changed)
  7. pvr.dvbviewer:
    • Fix path to CMakeLists.txt (PR:55, 1 commit, 1 file changed)
  8. pvr.filmon:
    • Fix path to CMakeLists.txt (PR:66, 1 commit, 1 file changed)
  9. pvr.mediaportal.tvserver:
    • Fix path to CMakeLists.txt (PR:61, 1 commit, 1 file changed)
  10. pvr.mythtv:
    • Fix path to CMakeLists.txt (PR:107, 1 commit, 1 file changed)
  11. pvr.nextpvr:
    • Fix path to CMakeLists.txt (PR:55, 1 commit, 1 file changed)
  12. pvr.njoy:
    • Fix path to CMakeLists.txt (PR:34, 1 commit, 1 file changed)
  13. pvr.pctv:
    • Fix path to CMakeLists.txt (PR:43, 1 commit, 1 file changed)
  14. pvr.stalker:
    • Fix path to CMakeLists.txt (PR:86, 1 commit, 1 file changed)
  15. pvr.vuplus:
    • Fix path to CMakeLists.txt (PR:55, 1 commit, 1 file changed)
  16. pvr.wmc:
    • Fix path to CMakeLists.txt (PR:49, 1 commit, 1 file changed)
  17. kernel 4.10.y:
    • New commits in this build:
      • ASoC: Add prompt for ICS43432 codec (b9503a4a)
      • bcm2835-aux: Add aux interrupt controller (804636a1)
      • BCM270X_DT: Enable AUX interrupt controller in DT (39c6ddfc)
  18. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] compare: linux: update to linux-4.10.5
    • Added: [env] PR:1474: scripts: revert changes that led to accumulation of old packages
    • Added: [env] PR:1477: config/path: addons need kodi
    • Added: [env] PR:1478: userconfig: overwrite our sample files
    • Added: [pkg] PR:11879: [PVR] Guide window: Fix selection after channelgroup switching
(2017-03-23, 20:37)Milhouse Wrote: [ -> ]
(2017-03-23, 19:01)agb2 Wrote: [ -> ]> Update to samba 4.6.0, with SMB3 support - if you're using a custom samba.conf please rebase on /etc/samba/smb.conf

RPi3b.
I have a custom samba.conf in .kodi/.config. /etc/samba/smb.conf does not appear to reflect this.
With #322 the share on the Pi is no longer accessible from Windows.
Revert to #321 and the share is accessible again.
Any ideas?

Is the share available when using the stock /etc/samba/smb.conf (ie. remove your custom /storage/.config/samba.conf)?

Have you confirmed samba is enabled in LE Settings addon?

[scrapes egg off face]
Yes, Samba is enabled.
I renamed the custom samba.conf and all works!

The custom parts were there because I wanted to change the workgroup name and 'master browser' settings.
Presumably what I need to do is copy /run/samba/smb.conf to .config and edit it there?
I guess this is what "rebase on /etc/samba/smb.conf" means.
This is on #323 by the way.
Thanks for the help :-}

Edit.
Yep, did that, changed workgroup name and master browser settings, working fine.
(2017-03-24, 11:30)agb2 Wrote: [ -> ]I renamed the custom samba.conf and all works!

The custom parts were there because I wanted to change the workgroup name and 'master browser' settings.
Presumably what I need to do is copy /run/samba/smb.conf to .config and edit it there?
I guess this is what "rebase on /etc/samba/smb.conf" means.
This is on #323 by the way.
Thanks for the help :-}

Edit.
Yep, did that, changed workgroup name and master browser settings, working fine.

Thanks for the update.

With #0323 there's a fix so that the previously static (and potentially stale) *.conf.sample files in /storage/.config now update to latest sample files shipped with the system, so you should be able to copy /storage/.config/samba.conf.sample to /storage/.config/samba.conf and then edit the latter.

Using /run/samba/smb.conf isn't actually a good idea as that is an automatically generated file based on your config file (either /etc/samba/smb.conf, or /storage/.config/samba.conf). Several modifications are made, including the addition of automounted shares, and enabling passwords (if configured).
(2017-03-24, 14:06)Milhouse Wrote: [ -> ]
(2017-03-24, 11:30)agb2 Wrote: [ -> ]I renamed the custom samba.conf and all works!

The custom parts were there because I wanted to change the workgroup name and 'master browser' settings.
Presumably what I need to do is copy /run/samba/smb.conf to .config and edit it there?
I guess this is what "rebase on /etc/samba/smb.conf" means.
This is on #323 by the way.
Thanks for the help :-}

Edit.
Yep, did that, changed workgroup name and master browser settings, working fine.

Thanks for the update.

With #0323 there's a fix so that the previously static (and potentially stale) *.conf.sample files in /storage/.config now update to latest sample files shipped with the system, so you should be able to copy /storage/.config/samba.conf.sample to /storage/.config/samba.conf and then edit the latter.

Using /run/samba/smb.conf isn't actually a good idea as that is an automatically generated file based on your config file (either /etc/samba/smb.conf, or /storage/.config/samba.conf). Several modifications are made, including the addition of automounted shares, and enabling passwords (if configured).

OK, I'll have a look at the sample, and so as you suggest. Thanks for the info.
Build #0322 and "Update to samba 4.6.0, with SMB3 support - if you're using a custom samba.conf please rebase on /etc/samba/smb.conf"

Just a heads up that like agb2 this inclusion initially caught me off guard as well; as I had completely forgotten, that I had created a samba.conf from samba.conf.sample in order to enable quick access from Windows to [Storage] path = /storage

I removed existing samba.conf from .config folder then used new samba.conf.sample to re-create my custom samba.conf and all is working correctly again BlushCool

Thank you for clear warning in build #0322 notes Milhouse
New LibreELEC.tv Leia build #0324: RPi / RPi2
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 4.10.5 #1 Fri Mar 24 21:04:05 GMT 2017 armv6l GNU/Linux

# vcgencmd version
Mar 24 2017 13:57:27
Copyright (c) 2012 Broadcom
version 7e9eb8ef90a1cfb42aca39c27807d2d145a403a1 (clean) (release)

# lsb_release
LibreELEC (Milhouse) - Version: devel-20170324210301-#0324-g0ee76f6 [Build #0324]

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

Based on tip of LibreELEC.tv master (0ee76f6d, changelog) and tip of XBMC master (414c0591, changelog) with the following modifications: Build Highlights:
  1. New firmware (gpu_server/qpu fixes)
Build Details:
  1. Firmware (Mar 24):
    • firmware: gpu_server: unreserve the qpu user shaders at end of each job
    • firmware: gpu_server: Only enable/disable qpus at start/end of service connection
  2. LibreELEC.tv:
    • scripts: revert changes that led to accumulation of old packages (PR:1474, 4 commits, 2 files changed)
    • config/path: addons need kodi (PR:1477, 1 commit, 1 file changed)
    • libdvbcsa: use enable-neon for Aarch64 (PR:1453, 1 commit, 1 file changed)
    • userconfig: overwrite our sample files (PR:1478, 1 commit, 3 files changed)
    • Re-enable lirc_serial driver (#1454) (cf13c269)
    • cosmetics: misc. https URL replacements (d3430d31)
    • config: remove unused/outdated file (0ee76f6d)
  3. XBMC:
    • [Peripherals] Fix segfault by adding some synchronization to peripheral add-ons (PR:11824, 6 commits, 70 files changed)
    • JSON: replace YAJL with RapidJSON (PR:8008, 4 commits, 30 files changed)
    • [pvr] cleanups in PVR manager (PR:11887, 5 commits, 55 files changed)
    • [cmake] change RapidJSON_INCLUDE_DIRS to capital letters to get added to SYSTEM_INCLUDES (PR:11896, 1 commit, 1 file changed)
Just updated from #323 to #324. Now the pvr manager can't get the channel list from tvheadend 4.2 service running on 127.0.0.1. It stays at 0%. I also tried both service versions , #323 and #324, just to make sure. According to tvheadend service the client is connected.Guess the latest pvr cleanup needs to be revisited?
(2017-03-25, 12:38)-DH- Wrote: [ -> ]Just updated from #323 to #324. Now the pvr manager can't get the channel list from tvheadend 4.2 service running on 127.0.0.1. It stays at 0%. I also tried both service versions , #323 and #324, just to make sure. According to tvheadend service the client is connected.Guess the latest pvr cleanup needs to be revisited?

I think there'll be a fix for that in tonight's build, PR11898
(2017-03-25, 12:38)-DH- Wrote: [ -> ]Just updated from #323 to #324. Now the pvr manager can't get the channel list from tvheadend 4.2 service running on 127.0.0.1. It stays at 0%. I also tried both service versions , #323 and #324, just to make sure. According to tvheadend service the client is connected.Guess the latest pvr cleanup needs to be revisited?
Same for me, after cleaning all data in pvr settings it's working.
(2017-03-25, 17:30)polo_joe Wrote: [ -> ]
(2017-03-25, 12:38)-DH- Wrote: [ -> ]Just updated from #323 to #324. Now the pvr manager can't get the channel list from tvheadend 4.2 service running on 127.0.0.1. It stays at 0%. I also tried both service versions , #323 and #324, just to make sure. According to tvheadend service the client is connected.Guess the latest pvr cleanup needs to be revisited?
Same for me, after cleaning all data in pvr settings it's working.

Yep, that worked. Thanks a lot.
New LibreELEC.tv Leia build #0325: RPi / RPi2
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 4.10.5 #1 Sat Mar 25 21:04:32 GMT 2017 armv6l GNU/Linux

# vcgencmd version
Mar 24 2017 13:57:27
Copyright (c) 2012 Broadcom
version 7e9eb8ef90a1cfb42aca39c27807d2d145a403a1 (clean) (release)

# lsb_release
LibreELEC (Milhouse) - Version: devel-20170325210326-#0325-g0ee76f6 [Build #0325]

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

Based on tip of LibreELEC.tv master (0ee76f6d, changelog) and tip of XBMC master (78cce573, changelog) with the following modifications: Build Highlights:
  1. Fix for PVR Manager
Build Details:
  1. Firmware (Mar 24):
    • Update README
  2. XBMC:
    • [PVR] Follow PR11887: Fix CPVRManager::ConnectionStateChange not to c… (PR:11898, 1 commit, 1 file changed)
  3. libnfs:
    • Cygwin should not use winsock2 (PR:177, 1 commit, 1 file changed)
Hi,

I am finding that the "clean library" function is not working properly.

For example if I have a movie "50.first.dates.2004.mp4" which successfully gets scanned in, then I rename it "50 First Dates (2004).mp4" and rescan it, I get two duplicate entries.

Running "clean library" does not delete the old entry. Running version 334.

Thanks.
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