I'm sharing my media via SMB to LibreELEC (LE is the SMB client) using a username and password protected share. I'm able to enter the username and password when prompted in LE so that's fine. And media plays fine too.
The problem is that I have extensions that need write access (Janitor to delete watched files for example, or downloading subtitles)
On other machines, I can use file_mode=0777,dir_mode=0777 or uid=myuser and this is enough to get write access to that share without sudo.
How do I achieve this on LE so that my password protected shares aren't read only?