Archive:Custom video entries: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Video setup quick links}}
{{mininav|[[Video library]]|[[Video management|Management]]}}
{{mininav|[[Video library]]|[[Video management|Management]]}}
<section begin="intro" />Need to add videos such as home movies or other videos that are not normally found by Kodi's scrapers? This page will show you a few solutions on adding custom videos, such as home movies, clips, special editions, and more. <section end="intro" />
<section begin="intro" />Need to add videos such as home movies or other videos that are not normally found by Kodi's scrapers? This page will show you a few solutions on adding custom videos, such as home movies, clips, special editions, and more. <section end="intro" />
Line 20: Line 19:
   </movie>
   </movie>
</syntaxhighlight>
</syntaxhighlight>
* If you like to use photo (aka artwork, poster); Save the desired .jpg file in the '''same folder as the movie and the NFO file'''.  The jpg file should be named '''exactly the same''' as the video file to which it refers, '''except''' add "-poster" to the jpg filename, so for 'cartrip.mkv', the artwork file should be named 'cartrip-poster.jpg'.  Kodi will import the jpg image automatically.
* Kodi will only look at your NFO files ONCE. To refresh see: [[Video library/Updating or removing videos#Refreshing the library]]
* Kodi will only look at your NFO files ONCE. To refresh see: [[Video library/Updating or removing videos#Refreshing the library]]


Line 27: Line 27:
== Additional guides ==
== Additional guides ==
* [http://forum.kodi.tv/showthread.php?tid=118344&pid=1299816#pid1299816 Best way to have "home videos" in Kodi (Kodi forum)]
* [http://forum.kodi.tv/showthread.php?tid=118344&pid=1299816#pid1299816 Best way to have "home videos" in Kodi (Kodi forum)]
== See also ==
*[[Custom home items]]
*[[Video nodes]]
*[[Video library tags]]


{{Isengard updated}}
{{Isengard updated}}

Revision as of 22:48, 5 August 2016

Home icon grey.png   ▶ Video library ▶ Management ▶ Custom video entries

Need to add videos such as home movies or other videos that are not normally found by Kodi's scrapers? This page will show you a few solutions on adding custom videos, such as home movies, clips, special editions, and more.

JustUseTheFileName

To simply add videos to the library as movies without any special info you can install the JustUseTheFileName scraper: http://up.kibje.com/20130711/metadata.justUseFilename.org.zip

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>
  • If you like to use photo (aka artwork, poster); Save the desired .jpg file in the same folder as the movie and the NFO file. The jpg file should be named exactly the same as the video file to which it refers, except add "-poster" to the jpg filename, so for 'cartrip.mkv', the artwork file should be named 'cartrip-poster.jpg'. Kodi will import the jpg image automatically.
  • Kodi will only look at your NFO files ONCE. To refresh see: Video library/Updating or removing videos#Refreshing the library

Filtering custom videos

See: Custom home items

Additional guides

See also