Posts by sam-y

    Hi,

    on Linux i can run a command using the files that are found with 'find' as input with that command line

    Code
    find /input/path -type f -name "*.mkv" -exec echo  {} \;

    where is {} the file name.

    Thats doesn't work on LibreELEC. Here i have this error

    Code
    find: echo: No such file or directory

    Hi,

    the command line file manager midnight commander is installed together with an addon (system tools i think). On my normal ubuntu mc is running with the skin modarin256.ini because the default skin is really ugly. But i can't start mc with the skin on libreelec (mc -S /storage/modarin256.ini). There is the error

    Code
    Unable to use '/storage/modarin256.ini' skin with 256 colors support
    on non-256 colors terminal.
    Default skin has been loaded

    Can i run the terminal in 256 color mode?

    I had the problem again a few days ago and here is the log.

    Code
    journalctl -u smbd -f
    -- Journal begins at Tue 2021-12-14 14:17:02 CET. --
    Dec 14 14:17:02 LibreELEC systemd[1]: Starting Samba SMB Daemon...
    Dec 14 14:17:02 LibreELEC systemd[1]: Started Samba SMB Daemon.
    Dec 14 14:17:02 LibreELEC smbd[968]: [2021/12/14 14:17:02.625961,  0] ../../lib/util/become_daemon.c:135(daemon_ready)
    Dec 14 14:17:02 LibreELEC smbd[968]:   daemon_ready: daemon 'smbd' finished starting up and ready to serve connections
    Quote

    the smb server box is connected via ethernet, too ?

    yes.

    Quote

    one of this has caused trouble for some users (I guess the first one)

    server max protocol ?

    server min protocol ?

    i tried all compinations from sm1 to smb3. its the same every time.

    There is nothing in the log that helps solving the problem:

    Code
    -- Journal begins at Tue 2021-11-30 18:10:16 CET, ends at Tue 2021-11-30 18:38:14 CET. --
    Nov 30 18:10:17 LibreELEC systemd[1]: Starting Samba SMB Daemon...
    Nov 30 18:10:17 LibreELEC systemd[1]: Started Samba SMB Daemon.
    Nov 30 18:10:17 LibreELEC smbd[969]: [2021/11/30 18:10:17.620652,  0] ../../lib/util/become_daemon.c:135(daemon_ready)
    Nov 30 18:10:17 LibreELEC smbd[969]:   daemon_ready: daemon 'smbd' finished starting up and ready to serve connections


    Hi,

    i had no Problems with rthe Samba Server with LibreELEC 9. After a new installation of LE 10 the samba server is sometimes down. I see the directories in the home dir but to my HDDs. After a restart all is working fine. Is there a problem with the server? I have the problem with all clients (android smartphone and tablet, windows on my desktop computer and linux on my notebook).

    Hi,

    i used a script with LibreELEC 9 that checks for new files in a "sync-folder" on the Flash drive on my Network router and moves the files to the Hard drive on the HTPC. The scripted runs in background and there was so notification while its running or after completing the process.

    Is there a way to show a Notification while the script is running? something like "copying file 1 of 3 - <name-of-the-file>? similar to the notification i have when i update the database?

    Hi,

    i have a 4k-tv but i don't use it when watching videos with my htpc - the hardware is top weak. sometimes the resolution is 4096x2160 or 3840x2160. This is annoying because i can't navigate kodi without stuttering. Maybe this is because sometimes i start the htpc before my tv and sometimes the tv is already running when the htpc starts. But its not a solution to power off the tv before power on the htpc only because libreelec/kodi can't save the resolution settings.

    How can i do this? How can i save this settings so that every time i have the same resolution and the same framerate?