Posts by Cris_

    In LibreElec 13 nightly for rpi5 my Xbox BT controller is successfully connected and a i can control the Kodi UI with it but not the puae addon with a game loaded. I have successfully configured the blue hog controller profile with the Xbox BT Gamepad which comes with the puae addon already. Still controlling the Kodi UI. :(


    Any hint?

    Hi,

    LibreElec is crashing after some minutes without doing anything by me. Tested also with Estuary skin.

    Maybe anyone can look into the debug logs to shed some light here.

    pastekodi command in terminal gives me no url, maybe it fails on dnsforge.de DNS for filterung ads.


    LibreELEC release: RPi4.aarch64-nightly-20231207-2b7c647

    Crashing in last three nightly releases which i tried..


    Can be closed. Switched to the RPi5 with a fresh LE12 install.

    I got it working perfectly last year (audio totally in sync on LibreElec and the Snapcast clients!) on LE10 but needs Snapcast server and client addon installed if LibreElec must playing audio out also!

    Native Snapcast server/client support by LE would be awesome i think!

    After updating LE to v11 it didn't work anymore, i think .. but used not often maybe another update pre LE11 breaks that. I will do now another try and report here..

    Here is a another good thread about Snapcast

    Hi,

    is it possible to run a Squeezebox server on a RPi4+LibreElec so then any audio played from kodi get streamed to Squeezebox clients in sync?

    I'm searching for a multiroom audio solution without an extra device. My Synology is quite old and if i took too much file handles (SMB, FTP, etc) with a running LMS on this NAS audio stutters then a lot.

    I tried Snapcast last year on LE10 but it runs a bit clunky, needs Snapcast server and client addon installed, weird config time to got it running but not very stable.

    Hope anyone can shed some light for me .. :angel:

    Also here but can't find in the log any addon related error except some old repository addons.

    There something with edid and alsa but it is more kernel related or?

    Maybe someone is willing to shed some light for me?

    http://ix.io/46eM

    RPi4 with LibreELEC-RPi4.arm-11.0-nightly-20220720-3a4dc81 is also the last working one for me.

    Safemode works.


    Update:

    Re-created the edid.bin with:

    Code
    getedid delete
    getedid create

    Deleted the pvr.iptvsimple with:

    Code
    rm -rf .kodi.FAILED/addons/pvr.iptvsimple
    rm .kodi.FAILED/addons/packages/*
    reboot

    Updated to LibreELEC-RPi4.arm-11.0-nightly-20220730-c9c09cc successfully!

    from Klojum in the Kodi forum:

    "Also, LibreELEC questions, especially concerning nightly builds, are best asked on the LibreELEC forum."

    Hope I find the right place.. 😁

    Anyway here a full log

    External Content pastebin.com
    Content embedded from external sources will not be displayed without your consent.
    Through the activation of external content, you agree that personal data may be transferred to third party platforms. We have provided more information on this in our privacy policy.

    Hi,

    i try to play a radio stream via favorites and kodi freezes completely.

    Code
     <favourite name="FluxFM - Livestream" thumb="https://static.radio.de/images/broadcasts/01/ee/2226/1/c175.png">PlayMedia (&quot;http://streams.fluxfm.de/live/mp3-128/raspberry/&quot;)</favourite>

    If i remove the last slash in the url it works now but no artist/title info then.

    If i open the same url via Windows/MPC-BE it starts immediately with artist/title info!


    Debug log with audio component too..nothing more relevant i think but i can send full log also or another one.

    Code
    2022-02-10 11:22:14.139 T:730     DEBUG <general>: CurlFile::Open - <http://streams.fluxfm.de/live/mp3-128/raspberry/>
    2022-02-10 11:22:14.139 T:730     DEBUG <general>: easy_acquire - Created session to http://streams.fluxfm.de
    2022-02-10 11:22:15.856 T:730     DEBUG <general>: CCurlFile::Open - <http://streams.fluxfm.de/live/mp3-128/raspberry/> Effective URL is http://fluxfm.streamabc.net/flx-fluxfmberlin-mp3-128-5859035?sABC=6204r757%230%23p829sq5379p0ss1nq24o8q36ssp4r6n2%23enfcoreel&amsparams=playerid:raspberry;skey:1644488535

    Raspberry 4B, LibreELEC (community): nightly-20220206-3995212 (RPi4.arm) via cable LAN.

    Hi,

    don't know if it is better to post this in kodi forum, tell me, anyway here the bug:

    If i try to play an audio stream from the favorite menu kodi freezes. No audio.

    Another one without slash at the end of the url works but without meta data which artist/song is playing.

    Tested these two variants on Windows with the MPC-BE player and no problem. Audio is playing fine and meta data are loaded also on booth variants!

    Code
        <favourite name="FluxFM (crashes!)" thumb="#">PlayMedia (&quot;https://streams.fluxfm.de/live/mp3-320/audio/&quot;)</favourite>
        <favourite name="FluxFM (works ok)" thumb="#">PlayMedia (&quot;https://streams.fluxfm.de/live/mp3-320/audio&quot;)</favourite>

    The website of FLuxFM with the stream url's:

    Streaminglinks zu allen Channels
    Ihr könnt in unserer App FluxMusic - Next Level Radio und in unserem Webplayer zwischen verschiedenen Channels wählen, alle als 64kbps aac, 128kbps oder 320kb
    www.fluxfm.de

    pastekodi with debug on:

    http://ix.io/3FqD

    Affected LE versions:

    v10.0.0, v10.0.1, v11.0-nightly-20211116-df8716a, v11.0-nightly-20211117-df8716a, v11.0-nightly-20211118-5e534df

    RPI4 with latest official firmware.


    P.S.: If anyone is willing to help me with an udev rule and auto switch 2 scripts on bluetooth connect...

    Cris_
    November 18, 2021 at 10:56 AM

    Seems ok. My udev 99-btautoconnect.rules is there, the two scripts starting from shell are working also, MAC adress from BT headphones didn't changed. Only the udev didn't trigger if my Bluetooth headphones are automatically connected by LE.

    99-btautoconnect.rules

    Code
    ACTION=="add", SUBSYSTEMS=="input", ATTRS{name}=="00:22:37:1B:F7:2F", RUN+="/storage/.kodi/userdata/scripts/switchtobluetoothprofile.sh"
    
    ACTION=="remove", SUBSYSTEMS=="input", ATTRS{name}=="00:22:37:1B:F7:2F", RUN+="/storage/.kodi/userdata/scripts/switchtoHDMIprofile.sh"


    Any way to log this to find the problem?