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
@Milhouse
How do I properly build an image using the scripts and config files included in a .tar file? I'm just trying to build an image identical to your latest build with all newclock5 patches and stuff.
I tried building with "PROFILE=pi2 ./autobuild.sh" command but the resulting image is not fully functional (HEVC doesn't work) and Kodi is an older version from current LE master...
@smp1 should work, presumably something went wrong when packaging kodi if not building with latest Kodi. Assuming you have the latest oebuild.tar.gz and have followed the steps here then it should just work (and build the "latest" version). I update oebuild.tar.gz after each public build and currently it should match the contents of #0602 as far as scripts and config is concerned.

If you really want to build a specific version from a tar file then you need to run the "config/reset.sh" script you'll find within the tar as this will prepare your LibreELEC repo to build using the exact same commits and packages - however this is really only useful/necessary when trying to reproduce a build issue (and generally requires a good understanding of the build scripts/build system so not something I'd recommend).

If you didn't set a github username and password/personal access token then you may be exceeding the github hourly rate limit.

Beyond that I can't really comment without seeing your build log (post a link to the file called "log") as that will help me to understand what went wrong.
Here's what I did:
mkdir ~/projects
cd ~/projects
git clone https://github.com/LibreELEC/LibreELEC.tv
then copy the scripts into ~/projects
then run "PROFILE=pi2 ./autobuild.sh"

Here's the log https://pastebin.com/qFQzbsfB
@smp1 you've missed the final command from the "build steps":
Code:
mv build.conf.sample build.conf
Everyone seems to miss that. I thought I'd already added a sane default for OE_KODI_VER, however reviewing that code I now realise the default will only be set if build.conf exists (which isn't very useful). I've corrected that error and pushed a new oebuild.tar.gz (the fix is in "functions") so pull the new oebuild.tar.gz and/or create build.conf.
Hi milhouse!

I've update shadertoy visualization from the lastest version:

http://milhouse.libreelec.tv/builds/addo...lhouse.zip

The config dialog is still not working, i've tried to enable RANDOM visualization from setting.xml from .kodi/userdata/addon_data/visualization.shadertoy

<settings>
<setting id="lastactiveidx" value="0" />
<setting id="lastfilehash" value="0" />
<setting id="lastpresetidx" value="5" />
<setting id="random" value="1" />
<setting id="randomise" value="true" />
</settings>

Any help on how to entable the random value from settings.xml?

Thanks!
Hi,

i've updated to Version #530 a few days ago.
But now i've got a Problem with Audio Upscaling. Since Update Kodi ignores Upscaling Settings to 5.1 wich worked perfect before.
Has there anything changed? (i was on an older Versionabout #320 if i remember right)

Thanks for your help Smile
(2017-06-03, 10:27)CygnusHyoga Wrote: [ -> ]Hi milhouse!

I've update shadertoy visualization from the lastest version:

http://milhouse.libreelec.tv/builds/addo...lhouse.zip

The config dialog is still not working, i've tried to enable RANDOM visualization from setting.xml from .kodi/userdata/addon_data/visualization.shadertoy

I don't see a way to select a random preset at all. I think this comes via Kodi rather than the add-on itself - there's a VIS_ACTION_RANDOM_PRESET message that the addon handles but I've no idea how that is configured.

As far as config settings are concerned, there are none - this is all there is:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<settings>
    <setting id="lastpresetidx" type="integer" default="0" visible="false" />
</settings>
and that setting is hidden from the user.
(2017-06-03, 11:09)friedensstifter Wrote: [ -> ]i've updated to Version #530 a few days ago.
But now i've got a Problem with Audio Upscaling. Since Update Kodi ignores Upscaling Settings to 5.1 wich worked perfect before.
Has there anything changed? (i was on an older Versionabout #320 if i remember right)

Identifying the exact build where this stopped working would be very useful.
(2017-06-03, 07:12)Milhouse Wrote: [ -> ]Everyone seems to miss that. I thought I'd already added a sane default for OE_KODI_VER, however reviewing that code I now realise the default will only be set if build.conf exists (which isn't very useful). I've corrected that error and pushed a new oebuild.tar.gz (the fix is in "functions") so pull the new oebuild.tar.gz and/or create build.conf.
I created a build.conf file and now it builds properly and everything works. However, it still only builds with kodi-423072a. Is this normal?
(2017-06-03, 13:28)popcornmix Wrote: [ -> ]
(2017-06-03, 11:09)friedensstifter Wrote: [ -> ]i've updated to Version #530 a few days ago.
But now i've got a Problem with Audio Upscaling. Since Update Kodi ignores Upscaling Settings to 5.1 wich worked perfect before.
Has there anything changed? (i was on an older Versionabout #320 if i remember right)

Identifying the exact build where this stopped working would be very useful.

Hello popcornmix,

tried some older Versions. Problems seems to be anywhere between Build #325 and #401. I hope this helps.

Thanks Smile
(2017-06-03, 17:46)friedensstifter Wrote: [ -> ]tried some older Versions. Problems seems to be anywhere between Build #325 and #401. I hope this helps.

The exact build would be useful. You should be able to narrow it down in about 7 tests (each time picking half way between the newest working and oldest not-working builds).
(2017-06-03, 18:31)popcornmix Wrote: [ -> ]
(2017-06-03, 17:46)friedensstifter Wrote: [ -> ]tried some older Versions. Problems seems to be anywhere between Build #325 and #401. I hope this helps.

The exact build would be useful. You should be able to narrow it down in about 7 tests (each time picking half way between the newest working and oldest not-working builds).

Yeah, tested it earlier with less time. So,it's Version #328 which causes problems with audio upscaling. #327 works fine ...
If you need more information just let me know.
(2017-06-03, 19:03)friedensstifter Wrote: [ -> ]Yeah, tested it earlier with less time. So,it's Version #328 which causes problems with audio upscaling. #327 works fine ...
If you need more information just let me know.

Thanks. Looks like the removal of ADSP had an unwanted effect.
I've had a close look and have added a partial revert of the commit that looks most likely.
Please test with tonight's build and report if that fixes it.
(2017-06-03, 19:16)popcornmix Wrote: [ -> ]
(2017-06-03, 19:03)friedensstifter Wrote: [ -> ]Yeah, tested it earlier with less time. So,it's Version #328 which causes problems with audio upscaling. #327 works fine ...
If you need more information just let me know.

Thanks. Looks like the removal of ADSP had an unwanted effect.
I've had a close look and have added a partial revert of the commit that looks most likely.
Please test with tonight's build and report if that fixes it.

Great, i will have a look at the new version tonight and will report tomorrow. Thanks for that great work?

Is there a paypal donation possibility? Smile
(2017-06-03, 17:39)smp1 Wrote: [ -> ]However, it still only builds with kodi-423072a. Is this normal?

Yes - the Kodi source tarball is the latest, however it re-uses the same rev as that configured in the package.mk to avoid unnecessary complications (not least of which would mean having to host the new tarball on a webserver - re-using the existing rev makes that unnecessary).
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