Posts: 18,085
Joined: Aug 2007
Reputation:
696
Hitcher
Team-Kodi Member
Posts: 18,085
Just got myself a NAS but I'm unsure as to what is the best way of mapping my connection to it, or whether it even matters.
I have these two options -
L:\Movies
smb://NAS/Movies/
Is one better than the other or is there on difference between them?
Thanks.
Posts: 124
Joined: Aug 2008
Reputation:
0
with smb, xbmc is making the connection to the network device
with mounted network volume in windows (L:\ in your case), it is windows handling all the network connections
i say use which ever you prefer, but if you have any issues with SMB then just use L:\ as an easy-fix alternative
Posts: 18,085
Joined: Aug 2007
Reputation:
696
Hitcher
Team-Kodi Member
Posts: 18,085
I see, so by not using SMB XBMC will have less to work to do.
Posts: 124
Joined: Aug 2008
Reputation:
0
essentially yes, and for mere simplicity too (ie: just setup xbmc to match all your windows drives.. thats what i do)
i also had some random issue with smb mounts (i forget what it was exactly) many builds ago, so thats when i switched to mapping network drives in windows and then just adding the drive letter to xbmc
never saw a need to go back really
Posts: 88
Joined: Apr 2007
Reputation:
0
Personally I use the smb://NAS/Movies/ format so that my sources.xml file is reusable across all platforms and OS's. Also if you (like I) use any of the Windows hacks to allow multiple RDP sessions, it can cause conflicts with mapped drives but the SMB stuff will still work.
Posts: 2,745
Joined: Oct 2003
Reputation:
1
WiSo
Team-Kodi Developer
Posts: 2,745
There're still issues with XBMC's smb client under Window. I already tracked a feature request for mounting smb// paths on startup via OS functions as drive letter.