Posts: 625
Joined: Mar 2015
Reputation:
14
2017-07-03, 05:54
(This post was last modified: 2017-07-03, 05:55 by clarkss12.)
Benrita, if I understand correctly, follow step 3. 3. go to system.d folder from Configfiles folder.
If you are using Windows, under your windows explorer, you should see your networked devices. You should see your LIBREELEC device. One of the sub directories is Configfiles, under that you will see the system.d directory, just copy your "mount" file that you created into that directory.
For the "mount" file, just create a simple text file, and copy and paste this info into the text file, then save it as "storage-myrecordings.mount".
[ [Unit]
Description=test nfs mount
Requires=network-online.service
After=network-online.service
Before=kodi.service
#Before=xbmc.service
[Mount]
#enter in the share and place it will mount to
What=192.168.1.74:/volume1/myrecordings
Where=/storage/myrecordings
Options=
Type=nfs
[Install]
WantedBy=multi-user.target ]
into the text file you created. Then save the file with the name "storage-myrecordings", it will have a suffix of ".txt", change the suffix from .txt to ".mount".
Obviously, you will use the IP address and file location from your NAS.
Posts: 625
Joined: Mar 2015
Reputation:
14
2017-07-04, 17:45
(This post was last modified: 2017-07-04, 17:50 by clarkss12.)
Benrita, yes, you will NOT need both of those "mount" files, just use the one you created. If you look at "storage" on your device, if you have it setup correctly, you will "see" your mounted folders from your NAS. Just make sure you have a folder on your NAS that shows either "myrecordings" or "recordings", depending on which mount you are using. In other words, If you look under your Windows explorer, you will "see" your NAS, and under your NAS, you will see the folder you created, either "myrecordings" or "recordings".
Edit: I removed step 5, thanks for pointing it out.
Posts: 625
Joined: Mar 2015
Reputation:
14
Benrita, did you get it working?
Posts: 18
Joined: Mar 2015
Reputation:
0
I have s905 tv Box(kii pro) with kszaq 8.0.2e latest build Libreelec installed on it.
Every plugin works. But I tried to setup tvheadend using this guide, now I am not able to login to the tvheadend website. And my htps client keep popping up server reach failed. I tried to uninstall and reinstall both tvheadend and htps client, but no use. I have tried all the possible username and password. It simply refuses to login. To my surprise I didn't setup a password during tvheadend setup. And I don't know how to reset it to default...
I am clueless and I am not that tech guy. Pls guide me in getting my internal tuner in Kii Pro with libreelec to work.
Thanks in advance. I don't know how to get the error log for tvheadend related problems also...
Posts: 625
Joined: Mar 2015
Reputation:
14
Under services do you see "Tvheadend 4.2 ........... libreelec.tv - 8.1.112", and did you configure it?