Some settings always return to their default value

  • I have been using Libreelec on a Nuc Intel platform for a short time.

    by default I have these settings :

    Player => Video => Adjust display refresh rate => "On start / stop"

    Player => Video => Sync playback to display => "enable"

    System = > Display => Refresh rate => "60.00"

    if I change them with these:

    Player => Video => Adjust display refresh rate => "Off"

    Player => Video => Sync playback to display => "enable"

    System = > Display => Refresh rate => "59.94"

    The first time I launch a video, the new settings have a effect.

    But when I stop the video all the this settings are reset to default value every time.

    So my question is very simple:

    Is it normal ? If not what is possible to do ?

    I post a "log debug" where I did this:

    1. Start Libreelec
    2. Change the values described at the top of the post
    3. Start a video
    4. Stop a video

    Debug log : hastebin

    Anyway thanks for reading :)

  • Code
    2021-06-30 18:30:39.950 T:893     DEBUG <general>: ------ Window Deinit (/storage/.kodi/addons/script.audio.profiles/resources/skins/Default/720p/script.audioprofiles-apmenu.xml) ------
    2021-06-30 18:30:40.470 T:934      INFO <general>: [Audio Profiles Service] RESTORING SETTING: Casque
    2021-06-30 18:30:40.472 T:934     DEBUG <CSettingsManager>: requested setting (volume) was not found.
    2021-06-30 18:30:40.474 T:934     ERROR <general>: JSONRPC: Failed to parse '{"jsonrpc": "2.0", "method": "Settings.SetSettingValue", "params": {"setting": "videoscreen.monitor", "value": Default}, "id": 1}'

    Try disabling addon script.audio.profiles

  • When you know the answer, it's so obvious.

    Indeed you are right. there were 2 settings to disable in the script.audio.profiles addons settings.

    Sincerely sorry for having bothered with a problem that is not related to Libreelec.

    Thank you very much for your time and your quick and efficient answer.