Nightly builds (NEW)

1 Like

Hello guys! Is it somehow possible to finally fix the issue the the CoreELEC Settings addon is not ready or very slow when Bluetooth Audio Changer is used? I have an enhanced version of this script made by vevs. It not only changes the Audio output but also disables passthough option in audio settings. Otherwise sound still comes through the AVR.
Can we maybe rework this setting? It is not working like it is logicalā€¦ I mean when you enable passthough in audio settings then there is the device the uncoded signal is being sent to and this is the AVR. Why is this setting on when the bluetooth headphones are connected? Doesnā€™t make sense to me.

Here are the files which normally are placed in configfiles udev.rules.d.
bluetooth-event.rules with the following code:
ACTION==ā€œadd|removeā€, SUBSYSTEM==ā€œbluetoothā€, RUN+="/bin/sh /storage/.config/udev.rules.d/bt-audio-switch.sh"

and the script itself bt-audio-switch.sh
# Bluetooth Autoswitch for CoreElec by vevs

Please visit http://kapiba.ru

device=ā€œALSA:surround71:CARD=AMLAUGESOUND,DEV=0ā€
passthrough=ā€œtrueā€

sleep 5; pactl info | grep ā€œa2dp_sinkā€ && { device=ā€œPULSE:Defaultā€; passthrough=ā€œfalseā€; }
curl -v -H ā€œContent-type: application/jsonā€ -d
ā€˜{ā€œjsonrpcā€:ā€œ2.0ā€,ā€œmethodā€:ā€œSettings.SetSettingValueā€, ā€œparamsā€:{ā€œsettingā€:ā€œaudiooutput.audiodeviceā€,ā€œvalueā€:"ā€™"$device"ā€™"},ā€œidā€:1}ā€™ http://localhost:8080/jsonrpc
curl -v -H ā€œContent-type: application/jsonā€ -d
ā€˜{ā€œjsonrpcā€:ā€œ2.0ā€,ā€œmethodā€:ā€œSettings.SetSettingValueā€, ā€œparamsā€:{ā€œsettingā€:ā€œaudiooutput.passthroughā€,ā€œvalueā€:ā€™$passthroughā€™},ā€œidā€:1}ā€™ http://localhost:8080/jsonrpc
This is the same as Bluetooth audio changer with the exception that it also disables audio passthough.
Is it possible to fix the conflict with the CoreELEC Settings addon??

To know latest nightly working build and first broken may be could help us to find a reason.
But I donā€™t know if somebody of us have S905W box for test it

Very easy, 20201126 was the build that runs very well.

Go to settings - system - input - peripherals - cec adapter. There you have physical address option. I have there 2400. Because my tv is connected using HDMI2 port of TV with ARC. And the port of the AVR where Kodi connected to is apparently 4. That is why 2400. Try it.

@Portisch
@Vodalex
Thank You for support.

Latest build solved issues with Restart option and thumbs in music library.

According to turning on/waking while changing source.
Neither PA 2000 nor PA 0 (deafult) doesnt change this. Both working but changing source in TV doesnt boot/wake box.

Is Kodi connected directly to the TV or is Kodi connected to AVR? If you delete the settings of CEC then it normally detects the settings in there. If it is connected to the TV directly, which port is it?

My box i directly connected to TV, to port 2 (ARC Panasonic). My s905x2 has 1 hdmi.

then adress should workā€¦ But Panasonic HDMI implementation is very bad as Portisch said. Try other value, maybe it is mixed up. Try like 1000 or 3000 or 4000.

Yeah, i know it is crap. Ill test some.
But it worked in firmware 4.0.7. Just lost this feature in MatrixCE (fw 5).

EDIT
In CE settings/CEC there are some IR protocols to choose (default is NEC). Should i consider this?

Why you connect it to ARC port? On the ARC port should be an AVR, not a CE device. So maybe you try another port. Like on my setup I have AVR on HDMI1 as itā€™s the ARC port. CE device on HDMI3 as HDMI2 does not have native resolution.
Itā€™s very device specific which port is best to use.

I switched to HDMI 1. And nothing changed.

So, i will upload two videos The first is with old 1126 nightly build and the other is with the new nightly build.
it seem, that every nigthly after 1126 have this error with my s905w box.
nightly 20201126
VID_20210116_203146218.mkv (1.8 MB)
nightly since 20201128
VID_20210116_203725402(1).mkv (9.3 MB)

Can you upload a sample of the problematic video?

A problematic video?
I canā€™t watch any HEVC File since 1128. Every HEVC movie looks like this Video i uploaded.
But only with S905W. With S905X all looks fine.

Hello,
After some tests everything seems to be ok on my N2.
But iā€™m trying to install a skin based on aeonmq8 customised by myself. Iā€™ve got the message xbmc.gui 5.14.0 not satisfied. Is there a way to install this skin anyway ?
Thanks a lot

You can try editing the skins addon.xml and change the xbmc.gui version from 5.14.0 to 5.15.0

However if the skin relies on any scripts that arenā€™t Matrix compatible then it might not work.

1 Like

Ok that worked, thank you very much

Well, it seems changing HDMI port didnt solve my issue.
Is it posible in Matrix CE downgrade to 4.0.7 firmawe?

Why donā€™t you just use nightly? 9.2. Matrix is not for daily use. current nightly 9.2 is working fine and switches to the right physical adress.