Archive:WebDAV: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
(it's a protocol, not a server itself)
mNo edit summary
 
(11 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{incomplete}}
{{incomplete}}
{{XBMC wiki toc}}
<section begin="intro"/>As of XBMC v10 (Dharma), XBMC has [[w:WebDAV|WebDAV]] client support for media.<section end="intro"/>
As of XBMC v10 (Dharma), XBMC has [[w:WebDAV|WebDAV]] client support for media.


==Source example==
== Source example ==
===Sources GUI===
=== Sources GUI ===
When entering a source path through the GUI, be sure to include the dav: to start the address.
When entering a source path through the GUI, be sure to include the dav: to start the address.
: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===
= Servers =
Here is an example of a pictures source:
== Linux ==
 
<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=
==Linux==
==Mac OS X==
==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.
:'''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)'' - {{#lst:MediaMaster Server|intro}}


==Windows==
 
== 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.
:'''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==
== 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. [http://itunes.apple.com/us/app/air-sharing/id312686749?mt=8 iOS App Store link]
:'''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. [http://itunes.apple.com/us/app/air-sharing/id312686749?mt=8 iOS App Store link]
[[Category:File Sharing]]

Latest revision as of 03:56, 21 July 2020

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.


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