September 18, 2024 at 2:58 PM #1 hello todos!I have librelec 11.0 on raspberry PI 5 and it works great!Just a quick question...when you edit a film file, there is an update button, can this action be done from the terminal using ssh?
September 18, 2024 at 6:04 PM #2 You can edit files via SSH by running command via SSH. You probably do not want to learn sedssh root@libreelec sed -i 's/old/new/g' /storage/test.txtIf you are about editing metadata in video files, commands depend on video format.
September 18, 2024 at 6:18 PM #3 Or try the Web File Browser addon where you can connect to your Pi through your pc's web browser.
September 19, 2024 at 11:29 AM #5 Code kodi-send --action="UpdateLibrary(video)" If you mean updating the library after adding files, "kodi-send" commands can be used.See https://kodi.wiki/view/List_of_built-in_functions