Archive:WebDAV: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
No edit summary
Line 7: Line 7:
:dav://username:password@server/share/
:dav://username:password@server/share/
To test this, you can open your web browser to http://username:password@server/share/
To test this, you can open your web browser to http://username:password@server/share/
===sources.xml===
Here is an example of a pictures source:
<code>
  &lt;pictures>
    &lt;default pathversion="1">pictures&lt;/default>
    &lt;source>
      &lt;name>pictures&lt;/name>
      &lt;path pathversion="1">dav://username:password@server/pictures/&lt;/path>
    &lt;/source>
  &lt;/pictures>
</code>
=Servers=
=Servers=
==Linux==
==Linux==

Revision as of 10:18, 12 April 2013

Incomplete.png INCOMPLETE:
This page or section is incomplete. Please add information or correct uncertain data which is marked with a ?

As of XBMC v10 (Dharma), XBMC has WebDAV client support for media.

Source example

Sources GUI

When entering a source path through the GUI, be sure to include the dav: to start the address.

dav://username:password@server/share/

To test this, you can open your web browser to http://username:password@server/share/

Servers

Linux

Mac OS X

Mac OS X- (free) Mac OS X Editor note: Starting in 10.6?? has a built-in webDAV server, but requires setup from the command line.
MediaMaster Server - (free) - MediaMaster Server

Windows

Windows 7- (free) Windows 7 has a built-in webDAV server. If XBMC can't connect to Windows 7 webDAV server: use basic authorization. Disable anonymous authorzation and Windows authorization, use basic only and it will connect.

iOS

AirSharing- (paid) AirSharing is one of several iPhone/iPad programs that can also act as a webDAV server for XBMC, basically turning the device into a portable wireless hard drive. iOS App Store link