LE13 Testing for RK3288, RK3328, RK3399, RK3566, RK3568, RK3576, RK3588

  • On the Pine64 Rock64 (RK3328) the slide show does not work, but just displays a black screen. Not sure if that is a kodi issue or if it has something to do with libreelec.

    kodi.log contains an error as last entry:

    Code
    2025-12-07 20:44:21.115 T:1049     info <general>: Loading skin file: SlideShow.xml, load type: KEEP_IN_MEMORY 
    2025-12-07 20:44:23.840 T:1073    error <general>: EXCEPTION: Kodi is not playing any file
  • rdorsch slideshows are probably using shaders which might have a connection to e.g. the mesa version, but in general it sounds like something that needs to be investigated from the Kodi side; especially with Piers technically still in a pre-alpha state. It's worth seeing if the feature works on another distro or platform.

  • Let me also add the debug log:

    Code
    2025-12-08 09:44:38.631 T:1056    debug <general>: Keyboard: scancode: 0x1c, sym: 0x0d (enter), unicode: 0x0d, modifier: 0x0 
    2025-12-08 09:44:38.632 T:1056    debug <general>: bool CInputManager::HandleKey(const CKey&): return (0xf00d) pressed, window 10002, action is Select 
    2025-12-08 09:44:38.653 T:1056    debug <general>: Activating window ID: 12007 
    2025-12-08 09:44:38.653 T:1056    debug <general>: ------ Window Init (SlideShow.xml) ------ 
    2025-12-08 09:44:38.653 T:1056     info <general>: Loading skin file: SlideShow.xml, load type: KEEP_IN_MEMORY 
    2025-12-08 09:44:38.659 T:1301    debug <general>: Thread BgPicLoader start, auto delete: false 
    2025-12-08 09:44:38.659 T:1056    debug <general>: Loading the current image 7: /storage/fs/pictures/BCN/2025-09-11-20-14-53-729.jpg 
    2025-12-08 09:44:39.061 T:1080    error <general>: EXCEPTION: Kodi is not playing any file 
    2025-12-08 09:44:39.062 T:1080    debug <general>: [plugin.video.youtube] Clear property |plugin_sleeping| 
    2025-12-08 09:44:39.063 T:1080    debug <general>: [plugin.video.youtube] Set property |plugin_sleeping|: 'true'

    Full log


    What might be also interesting to add: The preview for the images works well. Even it is used as background with overlays when navigating through the image works well.

    Probably a different issue:: during scanning of the images a popup window with a progress bar is shown. During the scan the entire screen is flickering from time to time. I could not identify a pattern though.

    I don't have easy access to another platform with Piers, but the slide show does not work at all, so it should be easy to check.

    Edited once, last by rdorsch (December 8, 2025 at 5:23 PM).