1. Create a mountpoint like /storage/Recordings, go to /storage/.config/system.d and create a new file like recordings.mount
Code
[Unit]
Description=cifs mount script
Requires=network-online.service
After=network-online.service
Before=kodi.service
[Mount]
What=//192.168.178.10/Recordings
Where=/storage/Movies
Options=username=yourusername,password=yourpassword
Type=cifs
[Install]
WantedBy=multi-user.target
Display More
save it.
2. run systemctl daemon-reload
3. run systemctl enable recordings.mount
4. reboot
you should be able to access your content