Plugin plugin.audio.radio_data

  • Code
    cd /storage/.kodi/addons
    wget https://github.com/glab84/plugin.audio.radio_data/archive/refs/heads/master.zip
    unzip master.zip
    mv plugin.audio.radio_data-master plugin.audio.radio_data
    systemctl restart kodi

    LibreELEC does not include git but you can download a `zip file from GitHub ^ and unpack it. Then you need to restart Kodi and navigate to the add-on and enable it.

  • I've updated my post.

    If there are still errors:

    Please provide a full debug log.

    How to post a log (wiki)

    1. Enable debugging in Settings>System Settings>Logging
    2. Restart Kodi
    3. Replicate the problem
    4. Generate a log URL (do not post/upload logs to the forum)

    use "Settings > LibreELEC > System > Paste system logs" or run "pastekodi" over SSH, then post the URL link
  • Python
    2023-09-30 11:33:58.908 T:1502    ERROR <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                                        - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                                       Error Type: <class 'ModuleNotFoundError'>
                                                       Error Contents: No module named 'kodi_six'
                                                       Traceback (most recent call last):
                                                         File "/storage/.kodi/addons/plugin.audio.radio_data/addon.py", line 16, in <module>
                                                           from kodi_six import xbmc, xbmcgui, xbmcvfs, xbmcplugin, xbmcaddon
                                                       ModuleNotFoundError: No module named 'kodi_six'
                                                       -->End of Python script error report<--

    Looks like the add-on depends on a Python module (kodi_six) that isn't installed (or registered as a dependency). Best to report that to the add-on developer(s).