Archive:Custom video entries: Difference between revisions
Appearance
m Bot: Automated text replacement (-class="wikitable" +class="prettytable" & -Available Tags +Available tags & -<source +<syntaxhighlight & -</source> +</syntaxhighlight>) |
m Bot: automated adding of 'enclose="div"' to syntaxhighlight |
||
| Line 10: | Line 10: | ||
* Add [[NFO files]] for each file. For step-by-steps look at the additional guides below. | * Add [[NFO files]] for each file. For step-by-steps look at the additional guides below. | ||
* Here's a basic/bare minimal example of an NFO file: | * Here's a basic/bare minimal example of an NFO file: | ||
<syntaxhighlight lang="xml"> | <syntaxhighlight lang="xml" enclose="div"> | ||
<?xml version="1.0" encoding="utf-8"?> | <?xml version="1.0" encoding="utf-8"?> | ||
<movie> | <movie> | ||
Revision as of 06:42, 14 March 2014
Adding videos to the library/Contents
Need to add videos such as home movies or other videos that are not normally found by XBMC's scrapers? Here's some solutions:
JustUseTheFileName
To simply add videos to the library without any special info you can install the JustUseTheFileName scraper: http://up.kibje.com/20130711/metadata.justUseFilename.org.zip
NFO files
Main page: NFO files
- Add NFO files for each file. For step-by-steps look at the additional guides below.
- Here's a basic/bare minimal example of an NFO file:
<?xml version="1.0" encoding="utf-8"?>
<movie>
<title>Some title</title>
<originaltitle>Some title just in case - you most likely dont need this either</originaltitle>
<sorttitle>It will sort by this title if you include it</sorttitle>
<genre>HomeMovies</genre>
<id>-1</id>
</movie>
- XBMC will only look at your NFO files ONCE. To refresh see: Video library/Updating or removing videos#Refreshing the library