Sources.xml/Types: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
>UPnP4XBMC
No edit summary
>Scape
Line 81: Line 81:
===UPnP (Universal Plug and Play)===
===UPnP (Universal Plug and Play)===


[[UPnP Sharing|UPnP (short for "Universal Plug and Play")]] media sharing is an extremely easy method of sharing your media (pictures/video/audio) on your network as it features automatic-discovery and does not require any configuration. The UPnP-client in XBMC (also called "UPnP AV MediaServer ControlPoint") supports direct links to the server/shares and auto-discovery of servers available on the local network. UPnP require a UPnP-server (also called "UPnP AV MediaServer"), UPnP AV MediaServers is where you store and share your media (pictures/videos/audio/music) from. There are UPnP MediaServers available for most operating-systems and many hardware-platforms, UPnP AV MediaServers can be either be categorized as software-based or hardware-based. Software-based MediaServers can be run on PC (personal-computer), mainly on Win32, Linux, BSD, Unix or Mac platform. And, hardware-based MediaServers may run on any NAS (Network Attached Storage) or any specific hardware for delivering media, like for example a PVR (Personal Video Recorder) device. For more information about using XBMS, see [[UPnP Sharing]].
[[UPnP Sharing|UPnP (short for "Universal Plug and Play")]] media sharing is an extremely easy method of sharing your media (pictures/video/audio) on your network as it features automatic-discovery and does not require any configuration. The UPnP-client in XBMC (also called "UPnP AV MediaServer ControlPoint") supports direct links to the server/shares and auto-discovery of servers available on the local network. UPnP require a UPnP-server (also called "UPnP AV MediaServer"), UPnP AV MediaServers is where you store and share your media (pictures/videos/audio/music) from. There are UPnP MediaServers available for most operating-systems and many hardware-platforms, UPnP AV MediaServers can be either be categorized as software-based or hardware-based. Software-based MediaServers can be run on PC (personal-computer), mainly on Win32, Linux, BSD, Unix or Mac platform. And, hardware-based MediaServers may run on any NAS (Network Attached Storage) or any specific hardware for delivering media, like for example a PVR (Personal Video Recorder) device. For more information about using UPnP, see [[UPnP Sharing]].


For auto-discovery (default in xbmc) use the following share:<br>
For auto-discovery (default in xbmc) use the following share:<br>
Line 94: Line 94:
For a direct link subfolder under share on a server use:<br>
For a direct link subfolder under share on a server use:<br>
'''upnp://ip_address:1901/share/path/'''
'''upnp://ip_address:1901/share/path/'''


===XBMS Protocol (CCX/ccXStream)===
===XBMS Protocol (CCX/ccXStream)===

Revision as of 10:29, 12 July 2006

There are two main types of bookmarks, Local and Network. In addition, there are specialty bookmarks that are only available in certain sections of XBMC. (Such as My Programs or My Music)


Local Bookmarks

Basic Bookmarks

Local bookmarks are ones that reference the local xbox hard drive, dvd-rom drive or memory cards.

Simply use standard DOS drive:/path syntax for your path.

C D E F G are all valid xbox drives to access

H I J K L M N O are the memory card ports (but fair warning XBMC's memory card support is little to none)

X Y Z are cache partitions and should not need to be referenced for any reason

<xml>

 <bookmark>
   <name>Local E Drive</name>
   <path>e:/media/movies/</path>
 </bookmark>

</xml>


Advanced Special Bookmarks

XBMC has the option to force the DVD drive to read the disk as a iso9660 or UDF filesystem.
If you have the need for these functions simply use the following bookmarks: <xml>

 <bookmark>
   <name>ISO</name>
   <path>iso9660://</path>
 </bookmark>
 <bookmark>
   <name>UDF</name>
   <path>UDF://</path>
 </bookmark>

</xml>


Network Bookmarks

Network bookmarks reference remote shares of various types. XBMC supports SMB (windows file sharing), XBMS (also known as CCX), among others.


Windows File Sharing (SMB/SAMBA/CIFS)

SMB sharing is the most common and best performing sharing solution for XBMC. It supports domains and workgroups as well. The full syntax for sharing follows,

smb://domain;username:password@computername_or_ipaddress/sharename/path

domain - If you use a domain controller you may enter it here

username - The username used to authenticate with the server

password - The password used to authenticate with the server

computername/ipaddress - As long as a name server is available on the network computer names *should* work. If any connectivity issues are encountered when using computer names replace it with the direct IP address of the computer.

sharename - Share name on the remote server

path - path relative to the share


If any variables are not needed omit the required punctuation.
Examples (where "xbox" is the user-name and "12345" is the password):

For a direct link to a server use:
smb://192.168.0.200/19'

For a direct link to share on a server use:
smb://xbox:[email protected]/share/

For a direct link subfolder under share on a server use:
smb://xbox:[email protected]/share/path/


UPnP (Universal Plug and Play)

UPnP (short for "Universal Plug and Play") media sharing is an extremely easy method of sharing your media (pictures/video/audio) on your network as it features automatic-discovery and does not require any configuration. The UPnP-client in XBMC (also called "UPnP AV MediaServer ControlPoint") supports direct links to the server/shares and auto-discovery of servers available on the local network. UPnP require a UPnP-server (also called "UPnP AV MediaServer"), UPnP AV MediaServers is where you store and share your media (pictures/videos/audio/music) from. There are UPnP MediaServers available for most operating-systems and many hardware-platforms, UPnP AV MediaServers can be either be categorized as software-based or hardware-based. Software-based MediaServers can be run on PC (personal-computer), mainly on Win32, Linux, BSD, Unix or Mac platform. And, hardware-based MediaServers may run on any NAS (Network Attached Storage) or any specific hardware for delivering media, like for example a PVR (Personal Video Recorder) device. For more information about using UPnP, see UPnP Sharing.

For auto-discovery (default in xbmc) use the following share:
upnp://

For a direct link to a server use:
upnp://ip_address:1901

For a direct link to spesific share on a server use:
upnp://ip_address:1901/share/

For a direct link subfolder under share on a server use:
upnp://ip_address:1901/share/path/

XBMS Protocol (CCX/ccXStream)

XBMSP (XBox Media Stream Protocol) was developed by PuhPuh and is a very user-friendly protocol. The XBMSP-client in XBMC supports direct links to the server/shares and auto-discovery of servers available on the local network. XBMSP (or "XBMS" for short) require that you run a XBMSP-server on your computer, XBMSP-servers are also known as "CCX" or "ccXStream" servers. For more information about using XBMS, see Configuring XBMS Shares.

For autodiscover (default in xbmc) use the following share:
xbms://

For a direct link to a server use:
xbmc://ip_address:1400

For a direct link to spesific share on a server use:
xbmc://ip_address:1400/share/

For a direct link subfolder under share on a server use:
xbmc://ip_address:1400/share/path/


ReplayTV sharing

ReplayTV is a stand-alone PVR/DVR (Personal Video Recoder/Digital Video Recoder) box, (a rival to TiVo). ReplayTV records TV (and sheduele recoding) to its built-in harddrive and stores it there, and via it's network-port the ReplayTV box can share that stored video on a local network. XBMC has a DVArchive-client which can auto-detect and browse such shares. Note that the system-clock on the ReplayTV box and the Xbox much match within a minute for streaming to work so be sure you set the correct date/time on both the Xbox and the ReplayTV box before you begin, (remember that the Xbox does not have a clock-battery so its date/time if it loases power for more than a couple of minutes).

For autodiscover (default in xbmc) use the following share:
rtv://*/


My Music-Specific Bookmarks

Microsoft Soundtracks

The Microsoft dashboard contains the ablity to rip your cd's to WMA format. This type of bookmark (enabled by default in xbmc) allows you to read the MS database and play those tracks

<xml>

 <bookmark>
   <name>MS Soundtracks</name>
   <path>soundtrack://</path>
 </bookmark>

</xml>


iTunes Network Share (DAAP)

iTunes contains a method of sharing its database. XBMC can play all unprotected files. This means purchased music CANNOT be played in xbmc. To enable sharing in iTunes look under the edit tab, click on preferences, click on sharing and enable the sharing checkbox. To enable itunes sharing in xbmc edit the path of the following bookmark with the ip address of the PC you wish to connect to. Note that you CANNOT use computer names in this field. For more information about setting up iTunes shares, see Configuring Itunes Shares

<xml>

 <bookmark>
   <name>iTunes Network Share (DAAP)</name>
   <!-- only use an IP address here !-->
   <path>daap://192.168.1.100</path>
 </bookmark>

</xml>

.


Shoutcast Top 500 Streams

This type of bookmark will contact www.shoutcast.com and list the top 500 webradio streams provided by them. This bookmark is available in My Music by default

<xml>

 <bookmark>
   <name>SHOUTcast Top 500</name>
   <path>shout://www.shoutcast.com/</path>
 </bookmark>

</xml>


Forced CDDA

XBMC employs auto detection of the type of cd or dvd in the drive. If for some reason you wish to have a share that forces the xbox to read the disk as an audio-cd (compact disk digital audio) use the following share.

<xml>

 <bookmark>  
   <name>CDDA</name>
   <path>cdda://</path>
 </bookmark>

</xml>