Adding video sources: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:


You can use local media, file shares, removable USB drives, etc. '''UPnP won't work with the library features in XBMC''', but just about all the other options should be fine.
You can use local media, file shares, removable USB drives, etc. '''UPnP won't work with the library features in XBMC''', but just about all the other options should be fine.
__TOC__
==Adding sources==
<gallery widths=500px heights=313px>
<gallery widths=500px heights=313px>
File:Quick-start-1.png|'''Step 1:''' Click "Videos" in the home screen menu.
File:Quick-start-1.png|'''Step 1:''' Click "Videos" in the home screen menu.
Line 14: Line 17:
File:Quick-start-8.png|'''Step 8:''' Press Yes the scan the content to the library (if no is pressed, it can be scanned later).
File:Quick-start-8.png|'''Step 8:''' Press Yes the scan the content to the library (if no is pressed, it can be scanned later).
</gallery>
</gallery>
==Making one source point to multiple locations==
You might notice that XBMC has an "ADD" button in addition to a "BROWSE" button when you are adding a source. After you add your first location, you can add a second location (network or local. you can even mix them) and XBMC will show both folders as a single folder/source.
XBMC will also combine the subfolders within the source/locations. For example, if you had a hard drive for TV shows, but ran out of space, you could make a second hard drive with the same folder set up and XBMC would treat it all as one. Such as
:<code>Hard drive 1/TV shows/<br/>
:Hard drive 2/TV shows/</code>
and the same is true for an additional nested folder with the same way:
:<code>Hard drive 1/TV shows/American Dad/<br/>
:Hard drive 2/TV shows/American Dad/</code>
You could have half of a show on one hard drive, half on another, and XBMC will show it to you as if it was in a single location by using multiple locations in a single source.
As mentioned before, you can do this with network paths, local paths, or mixed.
==Password protected sources==
{{incomplete}}


==See also==
==See also==
*[[Media sources]]
*[[Media sources]]

Revision as of 03:17, 26 June 2012

Adding videos to the library/Contents

Media sources are the links that tell XBMC where your content is stored and what type of content is contained within each one. You can have multiple sources for each media type.

You can use local media, file shares, removable USB drives, etc. UPnP won't work with the library features in XBMC, but just about all the other options should be fine.

Adding sources

Making one source point to multiple locations

You might notice that XBMC has an "ADD" button in addition to a "BROWSE" button when you are adding a source. After you add your first location, you can add a second location (network or local. you can even mix them) and XBMC will show both folders as a single folder/source.

XBMC will also combine the subfolders within the source/locations. For example, if you had a hard drive for TV shows, but ran out of space, you could make a second hard drive with the same folder set up and XBMC would treat it all as one. Such as

Hard drive 1/TV shows/
Hard drive 2/TV shows/

and the same is true for an additional nested folder with the same way:

Hard drive 1/TV shows/American Dad/
Hard drive 2/TV shows/American Dad/

You could have half of a show on one hard drive, half on another, and XBMC will show it to you as if it was in a single location by using multiple locations in a single source.

As mentioned before, you can do this with network paths, local paths, or mixed.

Password protected sources

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

See also