Posts by Supperka1
-
-
All works fine thanks alot!!
-
Hello when Im trying run script always end with
LibreELEC:~/.kodi/userdata # python autoexec.py
Traceback (most recent call last):
File "autoexec.py", line 10, in <module>
import RPi.GPIO as GPIO
ImportError: No module named RPi.GPIO
-
Hello,
i'm trying to set up network shares in libreelec 8.9
I follow the instructions fromMounting network shares [LibreELEC.wiki]
1)I created folder in storage/elmo
2)I found path to network folder in \\192.168.1.10\media\Soubor (i can operate with that folder through samba) it is another MMC
3)then i made storage-elmo.mount
4) Then enable mount : systemctl enable storage-recordings.mount
Error mesg. afrer I rebooted my system
Code
Display More● storage-elmo.mount - cifs mount script Loaded: loaded (/storage/.config/system.d/storage-elmo.mount; enabled; vendor Active: failed (Result: exit-code) since Tue 2018-11-27 07:01:13 UTC; 8s ago Where: /storage/elmo What: //192.168.1.10/media/Soubor Nov 27 07:01:13 LibreELEC systemd[1]: Mounting cifs mount script... Nov 27 07:01:13 LibreELEC mount[1007]: mount: mounting //192.168.1.10/media/Soub Nov 27 07:01:13 LibreELEC systemd[1]: storage-elmo.mount: Mount process exited, Nov 27 07:01:13 LibreELEC systemd[1]: storage-elmo.mount: Failed with result 'ex Nov 27 07:01:13 LibreELEC systemd[1]: Failed to mount cifs mount script.
here is my storage-elmo.mount stored in \Configfiles\system.d
Code
Display More[Unit] Description=cifs mount script Requires=network-online.service After=network-online.service Before=kodi.service [Mount] What=//192.168.1.10/media/Soubor Where=/storage/elmo Options= Type=cifs [Install] WantedBy=multi-user.target
I tried Options set up like : rw ; vers=2.1 but same errors
if i put adress in explorer i can easily go to disare folder
some ideas how make it works?
-
Thank you ! Upgrade fix it.
-
Hello, (libreelec 8.0.2)
I'm using DOCKER with JDownloader2 container a I want set download directory on my flash disk, system mounted flash disk as var/media/KINGSTON
Used JD CONTAINER from:
So I edit install scrip from : -v ~/Downloads:/root/Downloads on -v ~/var/media/KINGSTON :/root/Downloads
Everything works fine and I could stored my downloads on flash disk, but after I reset system, JDownloader can download files but flash disk Is empty and JD2 saying all is 100% downloaded. After re-install, I can download on flash again till new reset. Is there anything what can help me?