Media stubs: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
>Artrafael
(Removed table listing default file extensions that are no longer support (only default is .disc). Added reference to <discstubextensions> so readers know which tag to use in advancedsettings.xml.)
(Page Overhaul)
(39 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{greenv|Information:|Contains information on how to add offline media (Physical Discs) to the XBMC library via media stubs}}
{{Mininav|[[Video library]]|[[Video management|Management]] }}
<section begin="intro" />As of v11 (Eden), XBMC has support for offline media stub files.  These are files that represent a media outside of the online digital infrastructure and allow XBMC's library to catalogue your "offline" media collection, as well as ask for the media when selected for playback.<section end="intro" />


==Outline==
The intended way for this to work is '''e.g.''' Two DVD's you want to add to your XBMC library, Finding Nemo, and Bug's Life. You would create two empty files where ever you store the rest of your digital media files called:
* Finding Nemo (2003).disc
* Bug's Life (1998).disc


==Supported stub file extensions and media source flags==
By default these files have a .disc extension.  You can modify the file extensions that are recognized as media stub files via the <discstubextensions> tag in [[advancedsettings.xml|advancedsettings.xml]].
 
You can also add media source flags (if the skin you are using supports them) to indicate the type of media (DVD, BLURAY, VHS, etc) in the GUI. For more info on this, see [[Media flags#Media source]].  In cooperation with Confluence Skin's (and possibly others) feature to search for words like DVD, Bluray, and HDDVD in the file name it is possible to create a disc stub file that will show correct media flags in the skin.  For example, if you have Finding Nemo on DVD, you could create an empty file called: "Finding Nemo (2003).dvd.disc" and add it to your library.  In the XBMC library this file will show up with the DVD media flag in the Confluence Skin and when selected you will be prompted to insert the Finding Nemo DVD.


==Messages==
= Introduction =  
Depending on which type of stub the user tries to play XBMC will present the user with corresponding feedback. For things like HDDVD, XBMC will simply tell the user that playback is not possible. For DVDs the XBMC will present a new Dialog introduced, called CGUIDialogPlayEjectCancel. It will prompt the user to insert the DVD and offer to play it right away (Play button only becomes available if/when the DVD is in the drive).  
<section begin="intro" />If you have a collection of DVD's and Bluray disks but do not want to rip them to a hard drive, then a Media Stub File allows you to add the collection of disks to the {{kodi}} Video Library. It is a simple text based file that is added to your Source in exactly the same way as any other Movie or TV Show, which is then scanned or scraped into the library.<section end="intro" />


{{note|You can also add a custom message to be displayed when attempting to play a Disc Stub file.}}
This is accomplished by treating the disc stub file as an .xml file with the following layout:


<source lang="xml">
 
= Creating =
The Media Stub File is a simple text file with the extension '''''.disc''''' instead of .txt extension. Once the file is saved correctly, {{kodi}} will see this file as an unplayable media file.
 
#Create a blank text file and rename the filename in accordance with proper Movie and TV Show '''''[[Naming_video_files|Naming Conventions]]'''''.
#Rename the extension to '''''.disc'''''
#Place the file in the Source as you would any other movie in your Source.
 
 
*Example 1- Media Stub file in a movie folder with local artwork, actors, Extras, NFO File, theme etc.
*Example 2- Media Stub file without local information and ready for scraping.
 
<gallery mode="packed" heights="500px">
MediaStubs02.jpg
</gallery>
 
 
 
= Usage =
Once the title is scanned into the library, it will be visible in the same way as any other title in the library. To view the title for playback...
#Select Play
#A box will display requesting you to insert the disk (as shown in the below image)
#Once the disk is inserted, the '''Play''' button will become active.
#Press '''Play''' to commence playback.
 
 
<gallery mode="packed-overlay" heights="283px">
MediaStubs01.jpg|Messages will differ based upon the contents of the Stub File
</gallery>
 
 
== Messages ==
The basic Stub File will display the default message '''Please insert the following disc: <movie name>'''
 
It is possible to add messages to the pop up box as shown in the above image. The above image uses the following code placed inside the stub file. Longer messages will automatically scroll.
 
<syntaxhighlight lang=xml enclose="div">
<discstub>
<discstub>
   <message>Message to be displayed</message>
  <title>Rogue Assassin aka WAR</title>
   <message>Released as Rogue Assassin in Australia, but as WAR globally
Bluray located in Storage 3, Drawer 2
Add what you like to the message.</message>
</discstub>
</discstub>
</source>
</syntaxhighlight>
 
*The ''<discstub></discstub>'' tag is required if using either of the next two tags
*The ''<title></title>'' tag is optional and can be used to display an alternate name
*The ''<message></message>'' tag is optional. Use only one set of <message> tags as multiples are ignored.
 
 
 
= Modifying Extensions =
This modification requires inserting the following code into the '''''[[Advancedsettings.xml]]''''' file.
{{#lst:Advancedsettings.xml|discstubextensions}}
 
 
 


The message will be displayed on the second line of the dialog box that asks you to insert a disc when selecting a disc stub file for playback.  This added feature allows users who use a numbered library for their disc media to also take advantage of this new Disc Stub file support in XBMC.


==Notes==
{{top}}
For more technical information on this new feature see [http://trac.xbmc.org/ticket/10384 here], [https://github.com/xbmc/xbmc/pull/76 here], and [https://github.com/xbmc/xbmc/pull/89 here].


[[Category:XBMC Manual]]
{{updated|18}}
[[Category:FAQ]]
[[Category:Index]]
[[Category:How-to]]
[[Category:Guides]]
[[Category:Manual]]
[[Category:Karellen]]
[[Category:Video library]]
[[Category:General topics]]
[[Category:First time user]]
[[Category:Quick Start Guide]]

Revision as of 02:02, 14 July 2018

Home icon grey.png   ▶ Video library ▶ Management ▶ Media stubs


Introduction

If you have a collection of DVD's and Bluray disks but do not want to rip them to a hard drive, then a Media Stub File allows you to add the collection of disks to the Kodi Video Library. It is a simple text based file that is added to your Source in exactly the same way as any other Movie or TV Show, which is then scanned or scraped into the library.


Creating

The Media Stub File is a simple text file with the extension .disc instead of .txt extension. Once the file is saved correctly, Kodi will see this file as an unplayable media file.

  1. Create a blank text file and rename the filename in accordance with proper Movie and TV Show Naming Conventions.
  2. Rename the extension to .disc
  3. Place the file in the Source as you would any other movie in your Source.


  • Example 1- Media Stub file in a movie folder with local artwork, actors, Extras, NFO File, theme etc.
  • Example 2- Media Stub file without local information and ready for scraping.


Usage

Once the title is scanned into the library, it will be visible in the same way as any other title in the library. To view the title for playback...

  1. Select Play
  2. A box will display requesting you to insert the disk (as shown in the below image)
  3. Once the disk is inserted, the Play button will become active.
  4. Press Play to commence playback.



Messages

The basic Stub File will display the default message Please insert the following disc: <movie name>

It is possible to add messages to the pop up box as shown in the above image. The above image uses the following code placed inside the stub file. Longer messages will automatically scroll.

<discstub>
  <title>Rogue Assassin aka WAR</title>
  <message>Released as Rogue Assassin in Australia, but as WAR globally
Bluray located in Storage 3, Drawer 2
Add what you like to the message.</message>
</discstub>
  • The <discstub></discstub> tag is required if using either of the next two tags
  • The <title></title> tag is optional and can be used to display an alternate name
  • The <message></message> tag is optional. Use only one set of <message> tags as multiples are ignored.


Modifying Extensions

This modification requires inserting the following code into the Advancedsettings.xml file.

The default filename extension for Disc Stubs is:

.disc

Using the following tags, it is possible to <add> additional or <remove> existing disc stub extensions to better suit your requirements.

<discstubextensions>
  <add>.disk|.stub</add>
  <remove>.disc</remove>
</discstubextensions>




Return to top