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?
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?
You can edit files via SSH by running command via SSH. You probably do not want to learn sed
ssh root@libreelec sed -i 's/old/new/g' /storage/test.txt
If you are about editing metadata in video files, commands depend on video format.
Or try the Web File Browser addon where you can connect to your Pi through your pc's web browser.
ok thank you I will try all that!
If you mean updating the library after adding files, "kodi-send" commands can be used.