@glorifiedg Hi, that’s exacty that.
You write on networkdisks your smb paths, then the username and password to get there. You need to check a specific checkbox if you are using smb1.
This allows accessing either distant smb shares, or local hdd by mounting them first with (sambanas)[[New Addon] Samba NAS. (Mount external disk and share it )] .
Here are two examples :
- Will mount the smb share to /mnt/downloads, and set the download path
networkdisks :
//HOMEASSISTANT/NAS/downloads
cifsusername: homeassistant
cifspassword: password
SavePath: /mnt/downloads
- Will mount the smb shares to /mnt/downloads and /mnt/hello, and set the download path
networkdisks : "//192.168.178.1/FRITZNAS/downloads, //192.168.178.23/system/hello"
cifsusername: "homeassistant"
cifspassword: "password"
SavePath: /mnt/hello
If you have issues with network load, you can set a temporary local download directory from bittorrent webUI, then once the download is complete it will be moved to the path in the SavePath option