Posts by sufr3ak

    I was running an old intel atom, (9.2.5). I wanted to upgrade to an RPi4, but keep the set up.

    Did a backup, and a restore onto the RPi4. Ended up in safe mode. I understand they're different devices, but I thought all the settings would be portable.

    Is this doable? Or do I manually have to redo all the skins, settings, libraries, etc.

    I updated to 9.2.2 a couple weeks ago to hopefully remove a diff bug.

    It seems that when a video is playing or is paused, a library update will crash it. The update can be initiated by API (eg - Sonarr) or locally by a hot key.

    I'm running LE on an Atom processor. (330 I think). Running on an Acer Revo 3610.

    I haven't tested it on another system yet.

    Before I go crazy with reformatting, skins, and redoing my setup, I just wanted to see if others have experienced issues.

    Running LE 9.0 with the aeon nox silvo skin using playlists for menu entries.


    It constantly freezes, crashes, random times. Changing options in the home screen or going a level in or out of a show.

    I'm hoping I don't need to replace it, otherwise I may need to go with a NUC. Not sure if a RaspPi 4 would cut it.

    I'm running LibreElec 17.3 (Kodi 16.1) on 2 different hosts, as well as Kodi 16 on a fire stick. Everything WORKS fine. But while looking through the logs, I found some error messages.


    Code
    22:36:57 1984108.375000 T:1500509088   ERROR: SMBDirectory->GetDirectory: Unable to open directory : 'smb://USERNAME:[email protected]/media/kodifiles/playlists/video/Holiday.xsp'
                                                unix_err:'2' error : 'No such file or directory'
    22:36:57 1984108.500000 T:1500509088   ERROR: GetDirectory - Error getting /storage/.kodi/userdata/playlists/video/Holiday.xsp/
    22:36:57 1984108.500000 T:1500509088   ERROR: GetDirectory - Error getting special://profile/playlists/video/Holiday.xsp/
    22:37:10 1984121.750000 T:1963139072  NOTICE: DVDPlayer: Opening: smb://10.10.10.20/media2/movies/Rips/Folder/file.ext
    22:37:10 1984121.750000 T:1963139072 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED

    I'm running a mysql db on an ubuntu 16 server. I'm also sharing playlists.

    advancedsettings.xml has


    Passwords.xml

    Code
    <passwords>
        <path>
            <from pathversion="1">smb://10.10.10.20/media</from>
            <to pathversion="1">smb://username:[email protected]/media/</to>
        </path>
        <path>
            <from pathversion="1">smb://HOSTNAME/media</from>
            <to pathversion="1">smb://username:password@HOSTNAME/media/</to>
        </path>
    </passwords>