Add-on:Special Features: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
m (Addon-Bot repo category update)
(Removed duplicated info after bot update)
Line 16: Line 16:
|Email=
|Email=
|broken=
|broken=
|icon url=http://mirrors.kodi.tv/addons/krypton/plugin.video.specialfeatures/icon.png}}
|icon url=http://mirrors.kodi.tv/addons/krypton/plugin.video.specialfeatures/icon.png
{{Add-on
|Name= Special Features
|provider-name= smitchell6879
|ID= plugin.video.specialfeatures
|latest-version= 2.0.5
|extension point= xbmc.service
|provides=
|Platform= all
|Language=
|License=
|Forum= https://forum.kodi.tv/showthread.php?tid=327042
|Website= https://github.com/smitchell6879/plugin.video.specialfeatures/releases
|Source= https://github.com/smitchell6879/plugin.video.specialfeatures/
|Email=
|repo=
|icon url= https://raw.githubusercontent.com/smitchell6879/plugin.video.specialfeatures/Alpha-Features/icon.png
|Summary= Given a properly structured 'Extras' directory, this addon will present all of the bonus media in your library.
|Description= Given a properly structured 'Extras' directory, this addon will present all of the bonus videos, discs and alternate versions of the movies and tv shows in your library.
}}
}}


== What Is It? ==
== What Is It? ==

Revision as of 07:34, 20 March 2018

Special Features
icon.png

See this add-on on the kodi.tv showcase

Author: smitchell6879, evertiro

Type: Context menu items
Repo:

Summary: Given a properly structured 'Extras' directory, this addon will present all of the bonus media in your library.
Home icon grey.png   ▶ Add-ons ▶ Special Features

Special Features is inspired by the upcoming Blu-ray features being introduced in Kodi 18. Given a properly structured 'Extras' directory, this addon will present all of the bonus videos, discs and alternate versions of the movies and tv shows in your library.

Installing

This add-on is installed from the Add-on browser located in Kodi as follows:

  1. Settings
  2. Add-ons
  3. Install from repository
  4. Context items
  5. Special Features
  6. Install


What Is It?

Special Features is inspired by the upcoming Blu-ray features being introduced in Kodi 18. Given a properly structured 'Extras' directory, this addon will present all of the bonus videos, discs and alternate versions of the movies and tv shows in your library.

Installation

Requirements

  • Kodi 17/18

Installation Sources

Manual

Releases of Special Features are available on github, at these links:

Download the zip of the version you'd like to install, and "install from zip file" in Kodi. Installation this way won't allow for automatic updates.

Setup

For Special Features to properly detect your extras, you wll need to create an 'Extras' folder in the root folder of each video that you want to add special features to.

eg.

The Pirates of the Caribbean\
                              >BDMV
                              >CERTIFICATE
                              >Extras
                              >poster.jpg
                              >fanart.jpg

This Extras folder can contain individual video clips, or full Blu-ray or DVD rips.

The Pirates of the Caribbean\Extras\
                                    >Theactrical Trailer.mkv/mp4/ etc
                                    >3D Verison\BDMV\index.bdmv
                                    >Bonus Disc\VIDEO_TS\VIDEO_TS.IFO

Accessing Special Features

There are currently two ways to access Special Features. The 'builtin' method is to simply access the 'Special Features' addon directly. If any special features are available, they will be presented in a video list.

While the long-term goal is to see every skin supporting Special Features natively, for now patches are available for many of the official skins in the skin xml directory. The following skins are currently supported, with more being added as time permits:

  • Aeon Nox Silvo
  • Amber
  • AppTV
  • Arctic Zephyr
  • Bello 6
  • Black Glass Nova
  • Box
  • Chroma
  • Confluence
  • Eminence 2
  • Estuary
  • FTV
  • Fuse Neue
  • Nebula

If you use one of these skins, you can add a handy button to video info pages for videos with Special Features by overwriting the files in your skin folder with the supplied patches. Don't see a patch for your favorite skin? Feel free to request it (or submit it yourself)!

Context Menu Access

Originally, Special Features were accessed through a context menu entry. This method was dropped to prevent adding to the existing clutter of context menus and in the hopes of providing a more intuitive, streamlined solution. However, given that patches are not available for all themes, the context menu is back as a togglable option.

Recommended Advanced User Settings

Without tweaking your advanced settings, you will end up with all of your extras being unceremoniously dumped into your media library. To prevent this, it is recommended that you add the following block to your advancedsettings.xml file. The Advanced Settings file is not created by default, so you will likely have to add it yourself.

<advancedsettings>
    <video>
        <excludefromscan action="append">
            <regexp>/Extras/</regexp>
            <regexp>[\\/]Extras[\\/]</regexp>
        </excludefromscan>
        <excludetvshowsfromscan action="append">
            <regexp>/Extras/</regexp>
            <regexp>[\\/]Extras[\\/]</regexp>
        </excludetvshowsfromscan>
    </video>
</advancedsettings>

MySQL Server Support

The optional SQL database option has been tested on MySQL 5.7 and MariaDB 10.2.

Assuming you already have MySQL setup and running, simply go to addon settings MySQL tab and fill in your information. It's as simple as that!