Kodi Community Forum
SMB and PlayFile - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+--- Thread: SMB and PlayFile (/showthread.php?tid=76452)



[Web] SMB and PlayFile - brantje - 2010-06-30

Hello,
I'am creating my own webinterface.
But have some problems with requesting the File i want to play

I tried this:
smb:\\xbox:[email protected]\Muziek\Pendulum\Pendulum - Blood Sugar.mp3
smb:\\xbox:[email protected]/Muziek/Pendulum/Pendulum - Blood Sugar.mp3
smb://xbox:[email protected]/Muziek/Pendulum/Pendulum - Blood Sugar.mp3

Every time i get this error:
Access Error: Site or Page Not Found

Cannot open URL.

How can i solve this problem?


- spiff - 2010-07-02

last one is the correct one - but you need to url encode those spaces (%20)


- brantje - 2010-07-10

This doesn't work either:
http://xbox/xbmcCmds/xbmcHttp?command=GetDirectory%28smb://xbox:xbox@SNAKEZ/Muziek/;.mp3;1%29