JSON-RPC API/v12: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(14 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{JSON-RPC_API_nav}}
{{mininav|[[Development]]|[[JSON-RPC API]]}}
{{mininav|[[Development]]|[[JSON-RPC API]]}}
Version 12 is the current development version of Kodi's JSON-RPC API and will be published with the release of v19.<br />
Version 12 is the stable version of Kodi's JSON-RPC API and is published with the release of v19 (Matrix).
This document has been updated to version 11.8.1. Recent changes are announced on the [https://forum.kodi.tv/forumdisplay.php?fid=174 forum]
This document has been updated to version 12.3.0. Recent changes are announced on the [https://forum.kodi.tv/forumdisplay.php?fid=174 forum]


It comes with support for [http://en.wikipedia.org/wiki/WebSocket WebSockets] as an alternative transport for third party clients. Using WebSockets will allow webinterfaces (which are currently restricted to the HTTP transport only) to get access to a bidirectional transport with Kodi's JSON-RPC API and can therefore also profit from additional features like notifications.
It comes with support for [http://en.wikipedia.org/wiki/WebSocket WebSockets] as an alternative transport for third party clients. Using WebSockets will allow webinterfaces (which are currently restricted to the HTTP transport only) to get access to a bidirectional transport with Kodi's JSON-RPC API and can therefore also profit from additional features like notifications.
Line 249: Line 250:
'''Type:''' ''string''<br />
'''Type:''' ''string''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Executes the given addon with the given parameters (if possible)",
   "description": "Executes the given addon with the given parameters (if possible)",
Line 310: Line 311:
# ''[[#List.LimitsReturned|List.LimitsReturned]]'' limits<br />
# ''[[#List.LimitsReturned|List.LimitsReturned]]'' limits<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Gets the details of a specific addon",
   "description": "Gets the details of a specific addon",
Line 358: Line 359:
'''Type:''' ''object''<br />
'''Type:''' ''object''<br />
'''Properties:'''
'''Properties:'''
# [''array[[#Addon.Details|Addon.Details]]'' addons]<br />
# [''array[ [[#Addon.Details|Addon.Details]] ]'' addons]<br />
# ''[[#List.LimitsReturned|List.LimitsReturned]]'' limits<br />
# ''[[#List.LimitsReturned|List.LimitsReturned]]'' limits<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Gets all available addons",
   "description": "Gets all available addons",
Line 447: Line 448:
'''Type:''' ''string''<br />
'''Type:''' ''string''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Enables/Disables a specific addon",
   "description": "Enables/Disables a specific addon",
Line 476: Line 477:
'''Parameters:'''
'''Parameters:'''
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
# ''array'' properties<br />
# ''array[ [[#Application.Property.Name|Application.Property.Name]] ]'' properties<br />
</div>
</div>
'''Returns:'''  
'''Returns:'''  
Line 482: Line 483:
'''Type:''' ''[[#Application.Property.Value|Application.Property.Value]]''<br />
'''Type:''' ''[[#Application.Property.Value|Application.Property.Value]]''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Retrieves the values of the given properties",
   "description": "Retrieves the values of the given properties",
Line 511: Line 512:
'''Type:''' ''string''<br />
'''Type:''' ''string''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Quit application",
   "description": "Quit application",
Line 534: Line 535:
'''Type:''' ''boolean (Mute state)''<br />
'''Type:''' ''boolean (Mute state)''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Toggle mute/unmute",
   "description": "Toggle mute/unmute",
Line 564: Line 565:
'''Type:''' ''integer''<br />
'''Type:''' ''integer''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Set the current volume",
   "description": "Set the current volume",
Line 603: Line 604:
'''Type:''' ''string''<br />
'''Type:''' ''string''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Cleans the audio library from non-existent items",
   "description": "Cleans the audio library from non-existent items",
Line 633: Line 634:
'''Type:''' ''string''<br />
'''Type:''' ''string''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Exports all items from the audio library",
   "description": "Exports all items from the audio library",
Line 693: Line 694:
# [''[[#Audio.Details.Album|Audio.Details.Album]]'' albumdetails]<br />
# [''[[#Audio.Details.Album|Audio.Details.Album]]'' albumdetails]<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Retrieve details about a specific album",
   "description": "Retrieve details about a specific album",
Line 736: Line 737:
'''Type:''' ''object''<br />
'''Type:''' ''object''<br />
'''Properties:'''
'''Properties:'''
# [''array[[#Audio.Details.Album|Audio.Details.Album]]'' albums]<br />
# [''array[ [[#Audio.Details.Album|Audio.Details.Album]] ]'' albums]<br />
# ''[[#List.LimitsReturned|List.LimitsReturned]]'' limits<br />
# ''[[#List.LimitsReturned|List.LimitsReturned]]'' limits<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Retrieve all albums from specified artist (and role) or that has songs of the specified genre",
   "description": "Retrieve all albums from specified artist (and role) or that has songs of the specified genre",
Line 913: Line 914:
# [''[[#Audio.Details.Artist|Audio.Details.Artist]]'' artistdetails]<br />
# [''[[#Audio.Details.Artist|Audio.Details.Artist]]'' artistdetails]<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Retrieve details about a specific artist",
   "description": "Retrieve details about a specific artist",
Line 940: Line 941:
</syntaxhighlight>}}
</syntaxhighlight>}}
==== AudioLibrary.GetArtists ====
==== AudioLibrary.GetArtists ====
Retrieve all artists. For backward compatibility by default this implicity does not include those that only contribute other roles, however absolutely all artists can be returned using allroles=true<br />
Retrieve all artists. For backward compatibility by default this implicitly does not include those that only contribute other roles, however absolutely all artists can be returned using allroles=true<br />
'''Permissions:'''
'''Permissions:'''
* ReadData
* ReadData
Line 956: Line 957:
'''Type:''' ''object''<br />
'''Type:''' ''object''<br />
'''Properties:'''
'''Properties:'''
# [''array[[#Audio.Details.Artist|Audio.Details.Artist]]'' artists]<br />
# [''array[ [[#Audio.Details.Artist|Audio.Details.Artist]] ]'' artists]<br />
# ''[[#List.LimitsReturned|List.LimitsReturned]]'' limits<br />
# ''[[#List.LimitsReturned|List.LimitsReturned]]'' limits<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Retrieve all artists. For backward compatibility by default this implicity does not include those that only contribute other roles, however absolutely all artists can be returned using allroles=true",
   "description": "Retrieve all artists. For backward compatibility by default this implicitly does not include those that only contribute other roles, however absolutely all artists can be returned using allroles=true",
   "params": [
   "params": [
     {
     {
Line 1,204: Line 1,205:
}
}
</syntaxhighlight>}}
</syntaxhighlight>}}
==== AudioLibrary.GetGenres ====
==== AudioLibrary.GetAvailableArt ====
Retrieve all genres<br />
Retrieve all potential art URLs for a media item by art type<br />
'''Permissions:'''
'''Permissions:'''
* ReadData
* ReadData
'''Parameters:'''
'''Parameters:'''
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
# [''[[#Library.Fields.Genre|Library.Fields.Genre]]'' properties]<br />
# ''mixed: object|object'' item<br />
# [''[[#List.Limits|List.Limits]]'' limits]<br />
# [''string'' arttype = ""]<br />
# [''[[#List.Sort|List.Sort]]'' sort]<br />
</div>
</div>
'''Returns:'''  
'''Returns:'''  
Line 1,218: Line 1,218:
'''Type:''' ''object''<br />
'''Type:''' ''object''<br />
'''Properties:'''
'''Properties:'''
# ''array[[#Library.Details.Genre|Library.Details.Genre]]'' genres<br />
# ''array'' availableart<br />
# ''[[#List.LimitsReturned|List.LimitsReturned]]'' limits<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Retrieve all genres",
   "description": "Retrieve all potential art URLs for a media item by art type",
   "params": [
   "params": [
     {
     {
       "$ref": "Library.Fields.Genre",
       "name": "item",
      "name": "properties"
      "required": true,
      "type": [
        {
          "additionalProperties": false,
          "properties": {
            "albumid": {
              "$ref": "Library.Id",
              "required": true
            }
          },
          "type": "object"
        },
        {
          "additionalProperties": false,
          "properties": {
            "artistid": {
              "$ref": "Library.Id",
              "required": true
            }
          },
          "type": "object"
        }
      ]
     },
     },
     {
     {
       "$ref": "List.Limits",
       "default": "",
       "name": "limits"
       "name": "arttype",
    },
       "type": "string"
    {
       "$ref": "List.Sort",
      "name": "sort"
     }
     }
   ],
   ],
Line 1,241: Line 1,259:
   "returns": {
   "returns": {
     "properties": {
     "properties": {
       "genres": {
       "availableart": {
         "items": {
         "items": {
           "$ref": "Library.Details.Genre"
           "properties": {
            "arttype": {
              "required": true,
              "type": "string"
            },
            "previewurl": {
              "default": "",
              "description": "URL to a preview thumbnail of the image",
              "type": "string"
            },
            "url": {
              "description": "URL to the original image",
              "required": true,
              "type": "string"
            }
          },
          "type": "object"
         },
         },
         "required": true,
         "required": true,
         "type": "array"
         "type": "array"
      },
      "limits": {
        "$ref": "List.LimitsReturned",
        "required": true
       }
       }
     },
     },
Line 1,258: Line 1,288:
}
}
</syntaxhighlight>}}
</syntaxhighlight>}}
==== AudioLibrary.GetProperties ====
==== AudioLibrary.GetAvailableArtTypes ====
Retrieves the values of the music library properties<br />
Retrieve a list of potential art types for a media item<br />
'''Permissions:'''
'''Permissions:'''
* ReadData
* ReadData
'''Parameters:'''
'''Parameters:'''
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
# ''array'' properties<br />
# ''mixed: object|object'' item<br />
</div>
</div>
'''Returns:'''  
'''Returns:'''  
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
'''Type:''' ''[[#Audio.Property.Value|Audio.Property.Value]]''<br />
'''Type:''' ''object''<br />
'''Properties:'''
# ''array'' availablearttypes<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Retrieves the values of the music library properties",
   "description": "Retrieve a list of potential art types for a media item",
   "params": [
   "params": [
     {
     {
      "items": {
       "name": "item",
        "$ref": "Audio.Property.Name"
      },
       "name": "properties",
       "required": true,
       "required": true,
       "type": "array",
       "type": [
      "uniqueItems": true
        {
     }
          "additionalProperties": false,
   ],
          "properties": {
   "permission": "ReadData",
            "albumid": {
   "returns": {
              "$ref": "Library.Id",
     "$ref": "Audio.Property.Value"
              "required": true
            }
          },
          "type": "object"
        },
        {
          "additionalProperties": false,
          "properties": {
            "artistid": {
              "$ref": "Library.Id",
              "required": true
            }
          },
          "type": "object"
        }
      ]
     }
   ],
   "permission": "ReadData",
   "returns": {
     "properties": {
      "availablearttypes": {
        "items": {
          "type": "string"
        },
        "required": true,
        "type": "array"
      }
    },
    "type": "object"
   },
   },
   "type": "method"
   "type": "method"
}
}
</syntaxhighlight>}}
</syntaxhighlight>}}
==== AudioLibrary.GetRecentlyAddedAlbums ====
==== AudioLibrary.GetGenres ====
Retrieve recently added albums<br />
Retrieve all genres<br />
'''Permissions:'''
'''Permissions:'''
* ReadData
* ReadData
'''Parameters:'''
'''Parameters:'''
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
# [''[[#Audio.Fields.Album|Audio.Fields.Album]]'' properties]<br />
# [''[[#Library.Fields.Genre|Library.Fields.Genre]]'' properties]<br />
# [''[[#List.Limits|List.Limits]]'' limits]<br />
# [''[[#List.Limits|List.Limits]]'' limits]<br />
# [''[[#List.Sort|List.Sort]]'' sort]<br />
# [''[[#List.Sort|List.Sort]]'' sort]<br />
Line 1,305: Line 1,363:
'''Type:''' ''object''<br />
'''Type:''' ''object''<br />
'''Properties:'''
'''Properties:'''
# [''array[[#Audio.Details.Album|Audio.Details.Album]]'' albums]<br />
# ''array[ [[#Library.Details.Genre|Library.Details.Genre]] ]'' genres<br />
# ''[[#List.LimitsReturned|List.LimitsReturned]]'' limits<br />
# ''[[#List.LimitsReturned|List.LimitsReturned]]'' limits<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Retrieve recently added albums",
   "description": "Retrieve all genres",
   "params": [
   "params": [
     {
     {
       "$ref": "Audio.Fields.Album",
       "$ref": "Library.Fields.Genre",
       "name": "properties"
       "name": "properties"
     },
     },
Line 1,328: Line 1,386:
   "returns": {
   "returns": {
     "properties": {
     "properties": {
       "albums": {
       "genres": {
         "items": {
         "items": {
           "$ref": "Audio.Details.Album"
           "$ref": "Library.Details.Genre"
         },
         },
        "required": true,
         "type": "array"
         "type": "array"
       },
       },
Line 1,344: Line 1,403:
}
}
</syntaxhighlight>}}
</syntaxhighlight>}}
==== AudioLibrary.GetRecentlyAddedSongs ====
==== AudioLibrary.GetProperties ====
Retrieve recently added songs<br />
Retrieves the values of the music library properties<br />
'''Permissions:'''
'''Permissions:'''
* ReadData
* ReadData
'''Parameters:'''
'''Parameters:'''
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
# [''[[#List.Amount|List.Amount]]'' albumlimit = -1] (The amount of recently added albums from which to return the songs)<br />
# ''array[ [[#Audio.Property.Name|Audio.Property.Name]] ]'' properties<br />
# [''[[#Audio.Fields.Song|Audio.Fields.Song]]'' properties]<br />
# [''[[#List.Limits|List.Limits]]'' limits]<br />
# [''[[#List.Sort|List.Sort]]'' sort]<br />
</div>
</div>
'''Returns:'''  
'''Returns:'''  
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
'''Type:''' ''object''<br />
'''Type:''' ''[[#Audio.Property.Value|Audio.Property.Value]]''<br />
'''Properties:'''
# ''[[#List.LimitsReturned|List.LimitsReturned]]'' limits<br />
# [''array[[#Audio.Details.Song|Audio.Details.Song]]'' songs]<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Retrieve recently added songs",
   "description": "Retrieves the values of the music library properties",
   "params": [
   "params": [
     {
     {
       "$ref": "List.Amount",
       "items": {
      "default": -1,
        "$ref": "Audio.Property.Name"
      "description": "The amount of recently added albums from which to return the songs",
       },
      "name": "albumlimit"
       "name": "properties",
    },
       "required": true,
    {
       "type": "array",
      "$ref": "Audio.Fields.Song",
       "uniqueItems": true
       "name": "properties"
    },
    {
       "$ref": "List.Limits",
       "name": "limits"
    },
    {
       "$ref": "List.Sort",
       "name": "sort"
     }
     }
   ],
   ],
   "permission": "ReadData",
   "permission": "ReadData",
   "returns": {
   "returns": {
     "properties": {
     "$ref": "Audio.Property.Value"
      "limits": {
        "$ref": "List.LimitsReturned",
        "required": true
      },
      "songs": {
        "items": {
          "$ref": "Audio.Details.Song"
        },
        "type": "array"
      }
    },
    "type": "object"
   },
   },
   "type": "method"
   "type": "method"
}
}
</syntaxhighlight>}}
</syntaxhighlight>}}
==== AudioLibrary.GetRecentlyPlayedAlbums ====
==== AudioLibrary.GetRecentlyAddedAlbums ====
Retrieve recently played albums<br />
Retrieve recently added albums<br />
'''Permissions:'''
'''Permissions:'''
* ReadData
* ReadData
Line 1,418: Line 1,450:
'''Type:''' ''object''<br />
'''Type:''' ''object''<br />
'''Properties:'''
'''Properties:'''
# [''array[[#Audio.Details.Album|Audio.Details.Album]]'' albums]<br />
# [''array[ [[#Audio.Details.Album|Audio.Details.Album]] ]'' albums]<br />
# ''[[#List.LimitsReturned|List.LimitsReturned]]'' limits<br />
# ''[[#List.LimitsReturned|List.LimitsReturned]]'' limits<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Retrieve recently played albums",
   "description": "Retrieve recently added albums",
   "params": [
   "params": [
     {
     {
Line 1,457: Line 1,489:
}
}
</syntaxhighlight>}}
</syntaxhighlight>}}
==== AudioLibrary.GetRecentlyPlayedSongs ====
==== AudioLibrary.GetRecentlyAddedSongs ====
Retrieve recently played songs<br />
Retrieve recently added songs<br />
'''Permissions:'''
'''Permissions:'''
* ReadData
* ReadData
'''Parameters:'''
'''Parameters:'''
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
# [''[[#List.Amount|List.Amount]]'' albumlimit = -1] (The amount of recently added albums from which to return the songs)<br />
# [''[[#Audio.Fields.Song|Audio.Fields.Song]]'' properties]<br />
# [''[[#Audio.Fields.Song|Audio.Fields.Song]]'' properties]<br />
# [''[[#List.Limits|List.Limits]]'' limits]<br />
# [''[[#List.Limits|List.Limits]]'' limits]<br />
Line 1,472: Line 1,505:
'''Properties:'''
'''Properties:'''
# ''[[#List.LimitsReturned|List.LimitsReturned]]'' limits<br />
# ''[[#List.LimitsReturned|List.LimitsReturned]]'' limits<br />
# [''array[[#Audio.Details.Song|Audio.Details.Song]]'' songs]<br />
# [''array[ [[#Audio.Details.Song|Audio.Details.Song]] ]'' songs]<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Retrieve recently played songs",
   "description": "Retrieve recently added songs",
   "params": [
   "params": [
    {
      "$ref": "List.Amount",
      "default": -1,
      "description": "The amount of recently added albums from which to return the songs",
      "name": "albumlimit"
    },
     {
     {
       "$ref": "Audio.Fields.Song",
       "$ref": "Audio.Fields.Song",
Line 1,510: Line 1,549:
}
}
</syntaxhighlight>}}
</syntaxhighlight>}}
==== AudioLibrary.GetRoles ====
==== AudioLibrary.GetRecentlyPlayedAlbums ====
Retrieve all contributor roles<br />
Retrieve recently played albums<br />
'''Permissions:'''
'''Permissions:'''
* ReadData
* ReadData
'''Parameters:'''
'''Parameters:'''
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
# [''[[#Audio.Fields.Role|Audio.Fields.Role]]'' properties]<br />
# [''[[#Audio.Fields.Album|Audio.Fields.Album]]'' properties]<br />
# [''[[#List.Limits|List.Limits]]'' limits]<br />
# [''[[#List.Limits|List.Limits]]'' limits]<br />
# [''[[#List.Sort|List.Sort]]'' sort]<br />
# [''[[#List.Sort|List.Sort]]'' sort]<br />
Line 1,524: Line 1,563:
'''Type:''' ''object''<br />
'''Type:''' ''object''<br />
'''Properties:'''
'''Properties:'''
# [''array[ [[#Audio.Details.Album|Audio.Details.Album]] ]'' albums]<br />
# ''[[#List.LimitsReturned|List.LimitsReturned]]'' limits<br />
# ''[[#List.LimitsReturned|List.LimitsReturned]]'' limits<br />
# ''array[[#Audio.Details.Role|Audio.Details.Role]]'' roles<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Retrieve all contributor roles",
   "description": "Retrieve recently played albums",
   "params": [
   "params": [
     {
     {
       "$ref": "Audio.Fields.Role",
       "$ref": "Audio.Fields.Album",
       "name": "properties"
       "name": "properties"
     },
     },
Line 1,547: Line 1,586:
   "returns": {
   "returns": {
     "properties": {
     "properties": {
      "albums": {
        "items": {
          "$ref": "Audio.Details.Album"
        },
        "type": "array"
      },
       "limits": {
       "limits": {
         "$ref": "List.LimitsReturned",
         "$ref": "List.LimitsReturned",
         "required": true
         "required": true
      },
      "roles": {
        "items": {
          "$ref": "Audio.Details.Role"
        },
        "required": true,
        "type": "array"
       }
       }
     },
     },
Line 1,564: Line 1,602:
}
}
</syntaxhighlight>}}
</syntaxhighlight>}}
==== AudioLibrary.GetSongDetails ====
==== AudioLibrary.GetRecentlyPlayedSongs ====
Retrieve details about a specific song<br />
Retrieve recently played songs<br />
'''Permissions:'''
'''Permissions:'''
* ReadData
* ReadData
'''Parameters:'''
'''Parameters:'''
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
# ''[[#Library.Id|Library.Id]]'' songid<br />
# [''[[#Audio.Fields.Song|Audio.Fields.Song]]'' properties]<br />
# [''[[#Audio.Fields.Song|Audio.Fields.Song]]'' properties]<br />
# [''[[#List.Limits|List.Limits]]'' limits]<br />
# [''[[#List.Sort|List.Sort]]'' sort]<br />
</div>
</div>
'''Returns:'''  
'''Returns:'''  
Line 1,577: Line 1,616:
'''Type:''' ''object''<br />
'''Type:''' ''object''<br />
'''Properties:'''
'''Properties:'''
# [''[[#Audio.Details.Song|Audio.Details.Song]]'' songdetails]<br />
# ''[[#List.LimitsReturned|List.LimitsReturned]]'' limits<br />
# [''array[ [[#Audio.Details.Song|Audio.Details.Song]] ]'' songs]<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Retrieve details about a specific song",
   "description": "Retrieve recently played songs",
   "params": [
   "params": [
     {
     {
       "$ref": "Library.Id",
       "$ref": "Audio.Fields.Song",
       "name": "songid",
       "name": "properties"
       "required": true
    },
    {
       "$ref": "List.Limits",
      "name": "limits"
     },
     },
     {
     {
       "$ref": "Audio.Fields.Song",
       "$ref": "List.Sort",
       "name": "properties"
       "name": "sort"
     }
     }
   ],
   ],
Line 1,596: Line 1,639:
   "returns": {
   "returns": {
     "properties": {
     "properties": {
       "songdetails": {
       "limits": {
         "$ref": "Audio.Details.Song"
         "$ref": "List.LimitsReturned",
        "required": true
      },
      "songs": {
        "items": {
          "$ref": "Audio.Details.Song"
        },
        "type": "array"
       }
       }
     },
     },
Line 1,605: Line 1,655:
}
}
</syntaxhighlight>}}
</syntaxhighlight>}}
==== AudioLibrary.GetSongs ====
==== AudioLibrary.GetRoles ====
Retrieve all songs from specified album, artist or genre<br />
Retrieve all contributor roles<br />
'''Permissions:'''
'''Permissions:'''
* ReadData
* ReadData
'''Parameters:'''
'''Parameters:'''
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
# [''[[#Audio.Fields.Song|Audio.Fields.Song]]'' properties]<br />
# [''[[#Audio.Fields.Role|Audio.Fields.Role]]'' properties]<br />
# [''[[#List.Limits|List.Limits]]'' limits]<br />
# [''[[#List.Limits|List.Limits]]'' limits]<br />
# [''[[#List.Sort|List.Sort]]'' sort]<br />
# [''[[#List.Sort|List.Sort]]'' sort]<br />
# [''mixed: object|object|object|object|object|object|object|object|object|object|[[#List.Filter.Songs|List.Filter.Songs]]'' filter]<br />
# [''boolean'' includesingles = True] (Only songs from albums are returned when false, but overidden when singlesonly parameter is true)<br />
# [''boolean'' allroles = False] (Whether or not to include all roles when filtering by artist, rather than default of excluding other contributors. When true it overrides any role filter value.)<br />
# [''boolean'' singlesonly = False] (Only singles are returned when true, and overides includesingles parameter)<br />
</div>
</div>
'''Returns:'''  
'''Returns:'''  
Line 1,624: Line 1,670:
'''Properties:'''
'''Properties:'''
# ''[[#List.LimitsReturned|List.LimitsReturned]]'' limits<br />
# ''[[#List.LimitsReturned|List.LimitsReturned]]'' limits<br />
# [''array[[#Audio.Details.Song|Audio.Details.Song]]'' songs]<br />
# ''array[ [[#Audio.Details.Role|Audio.Details.Role]] ]'' roles<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Retrieve all songs from specified album, artist or genre",
   "description": "Retrieve all contributor roles",
   "params": [
   "params": [
     {
     {
       "$ref": "Audio.Fields.Song",
       "$ref": "Audio.Fields.Role",
       "name": "properties"
       "name": "properties"
     },
     },
Line 1,641: Line 1,687:
       "$ref": "List.Sort",
       "$ref": "List.Sort",
       "name": "sort"
       "name": "sort"
    }
  ],
  "permission": "ReadData",
  "returns": {
    "properties": {
      "limits": {
        "$ref": "List.LimitsReturned",
        "required": true
      },
      "roles": {
        "items": {
          "$ref": "Audio.Details.Role"
        },
        "required": true,
        "type": "array"
      }
    },
    "type": "object"
  },
  "type": "method"
}
</syntaxhighlight>}}
==== AudioLibrary.GetSongDetails ====
Retrieve details about a specific song<br />
'''Permissions:'''
* ReadData
'''Parameters:'''
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
# ''[[#Library.Id|Library.Id]]'' songid<br />
# [''[[#Audio.Fields.Song|Audio.Fields.Song]]'' properties]<br />
</div>
'''Returns:'''
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
'''Type:''' ''object''<br />
'''Properties:'''
# [''[[#Audio.Details.Song|Audio.Details.Song]]'' songdetails]<br />
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
  "description": "Retrieve details about a specific song",
  "params": [
    {
      "$ref": "Library.Id",
      "name": "songid",
      "required": true
     },
     },
     {
     {
       "name": "filter",
      "$ref": "Audio.Fields.Song",
       "type": [
      "name": "properties"
         {
    }
           "additionalProperties": false,
  ],
           "properties": {
  "permission": "ReadData",
             "genreid": {
  "returns": {
               "$ref": "Library.Id",
    "properties": {
               "description": "Song genre. Filter for existence of songs with this genre",
      "songdetails": {
               "required": true
        "$ref": "Audio.Details.Song"
             }
      }
           },
    },
    "type": "object"
  },
  "type": "method"
}
</syntaxhighlight>}}
==== AudioLibrary.GetSongs ====
Retrieve all songs from specified album, artist or genre<br />
'''Permissions:'''
* ReadData
'''Parameters:'''
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
# [''[[#Audio.Fields.Song|Audio.Fields.Song]]'' properties]<br />
# [''[[#List.Limits|List.Limits]]'' limits]<br />
# [''[[#List.Sort|List.Sort]]'' sort]<br />
# [''mixed: object|object|object|object|object|object|object|object|object|object|[[#List.Filter.Songs|List.Filter.Songs]]'' filter]<br />
# [''boolean'' includesingles = True] (Only songs from albums are returned when false, but overridden when singlesonly parameter is true)<br />
# [''boolean'' allroles = False] (Whether or not to include all roles when filtering by artist, rather than default of excluding other contributors. When true it overrides any role filter value.)<br />
# [''boolean'' singlesonly = False] (Only singles are returned when true, and overrides includesingles parameter)<br />
</div>
'''Returns:'''
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
'''Type:''' ''object''<br />
'''Properties:'''
# ''[[#List.LimitsReturned|List.LimitsReturned]]'' limits<br />
# [''array[ [[#Audio.Details.Song|Audio.Details.Song]] ]'' songs]<br />
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
  "description": "Retrieve all songs from specified album, artist or genre",
  "params": [
    {
      "$ref": "Audio.Fields.Song",
      "name": "properties"
    },
    {
      "$ref": "List.Limits",
      "name": "limits"
    },
    {
      "$ref": "List.Sort",
      "name": "sort"
    },
    {
       "name": "filter",
       "type": [
         {
           "additionalProperties": false,
           "properties": {
             "genreid": {
               "$ref": "Library.Id",
               "description": "Song genre. Filter for existence of songs with this genre",
               "required": true
             }
           },
           "type": "object"
           "type": "object"
         },
         },
Line 1,777: Line 1,922:
     {
     {
       "default": true,
       "default": true,
       "description": "Only songs from albums are returned when false, but overidden when singlesonly parameter is true",
       "description": "Only songs from albums are returned when false, but overridden when singlesonly parameter is true",
       "name": "includesingles",
       "name": "includesingles",
       "type": "boolean"
       "type": "boolean"
Line 1,789: Line 1,934:
     {
     {
       "default": false,
       "default": false,
       "description": "Only singles are returned when true, and overides includesingles parameter",
       "description": "Only singles are returned when true, and overrides includesingles parameter",
       "name": "singlesonly",
       "name": "singlesonly",
       "type": "boolean"
       "type": "boolean"
Line 1,828: Line 1,973:
'''Properties:'''
'''Properties:'''
# ''[[#List.LimitsReturned|List.LimitsReturned]]'' limits<br />
# ''[[#List.LimitsReturned|List.LimitsReturned]]'' limits<br />
# ''array[[#Library.Details.Source|Library.Details.Source]]'' sources<br />
# ''array[ [[#Library.Details.Source|Library.Details.Source]] ]'' sources<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Get all music sources, including unique ID",
   "description": "Get all music sources, including unique ID",
Line 1,880: Line 2,025:
'''Type:''' ''string''<br />
'''Type:''' ''string''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Scans the audio sources for new library items",
   "description": "Scans the audio sources for new library items",
Line 1,937: Line 2,082:
'''Type:''' ''string''<br />
'''Type:''' ''string''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Update the given album with the given details",
   "description": "Update the given album with the given details",
Line 2,142: Line 2,287:
'''Type:''' ''string''<br />
'''Type:''' ''string''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Update the given artist with the given details",
   "description": "Update the given artist with the given details",
Line 2,321: Line 2,466:
'''Type:''' ''string''<br />
'''Type:''' ''string''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Update the given song with the given details",
   "description": "Update the given song with the given details",
Line 2,492: Line 2,637:
'''Type:''' ''string''<br />
'''Type:''' ''string''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Add a favourite with the given details",
   "description": "Add a favourite with the given details",
Line 2,549: Line 2,694:
'''Type:''' ''object''<br />
'''Type:''' ''object''<br />
'''Properties:'''
'''Properties:'''
# [''array[[#Favourite.Details.Favourite|Favourite.Details.Favourite]]'' favourites]<br />
# [''array[ [[#Favourite.Details.Favourite|Favourite.Details.Favourite]] ]'' favourites]<br />
# ''[[#List.LimitsReturned|List.LimitsReturned]]'' limits<br />
# ''[[#List.LimitsReturned|List.LimitsReturned]]'' limits<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Retrieve all favourites",
   "description": "Retrieve all favourites",
Line 2,593: Line 2,738:
</syntaxhighlight>}}
</syntaxhighlight>}}
=== Files ===
=== Files ===
==== Files.Download ====
Downloads the given file<br />
'''Permissions:'''
* ReadData
'''Parameters:'''
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
# ''string'' path<br />
</div>
'''Returns:'''
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
'''Type:''' ''any''<br />
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
  "description": "Downloads the given file",
  "params": [
    {
      "name": "path",
      "required": true,
      "type": "string"
    }
  ],
  "permission": "ReadData",
  "returns": {
    "type": "any"
  },
  "type": "method"
}
</syntaxhighlight>}}
==== Files.GetDirectory ====
==== Files.GetDirectory ====
Get the directories and files in the given directory<br />
Get the directories and files in the given directory<br />
Line 2,609: Line 2,783:
'''Type:''' ''object''<br />
'''Type:''' ''object''<br />
'''Properties:'''
'''Properties:'''
# ''array[[#List.Item.File|List.Item.File]]'' files<br />
# ''array[ [[#List.Item.File|List.Item.File]] ]'' files<br />
# ''[[#List.LimitsReturned|List.LimitsReturned]]'' limits<br />
# ''[[#List.LimitsReturned|List.LimitsReturned]]'' limits<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Get the directories and files in the given directory",
   "description": "Get the directories and files in the given directory",
Line 2,676: Line 2,850:
# ''[[#List.Item.File|List.Item.File]]'' filedetails<br />
# ''[[#List.Item.File|List.Item.File]]'' filedetails<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Get details for a specific file",
   "description": "Get details for a specific file",
Line 2,726: Line 2,900:
# ''[[#List.Items.Sources|List.Items.Sources]]'' sources<br />
# ''[[#List.Items.Sources|List.Items.Sources]]'' sources<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Get the sources of the media windows",
   "description": "Get the sources of the media windows",
Line 2,761: Line 2,935:
}
}
</syntaxhighlight>}}
</syntaxhighlight>}}
==== Files.SetFileDetails ====
==== Files.PrepareDownload ====
Update the given specific file with the given details<br />
Provides a way to download a given file (e.g. providing an URL to the real file location)<br />
'''Permissions:'''
'''Permissions:'''
* UpdateData
* ReadData
'''Parameters:'''
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
# ''string'' path<br />
</div>
'''Returns:'''
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
'''Type:''' ''object''<br />
'''Properties:'''
# ''any'' details (Transport specific details on how/from where to download the given file)<br />
# ''string'' mode (Direct mode allows using Files.Download whereas redirect mode requires the usage of a different protocol)<br />
# ''string'' protocol<br />
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
  "description": "Provides a way to download a given file (e.g. providing an URL to the real file location)",
  "params": [
    {
      "name": "path",
      "required": true,
      "type": "string"
    }
  ],
  "permission": "ReadData",
  "returns": {
    "properties": {
      "details": {
        "description": "Transport specific details on how/from where to download the given file",
        "required": true,
        "type": "any"
      },
      "mode": {
        "description": "Direct mode allows using Files.Download whereas redirect mode requires the usage of a different protocol",
        "enums": [
          "redirect",
          "direct"
        ],
        "required": true,
        "type": "string"
      },
      "protocol": {
        "enums": [
          "http"
        ],
        "required": true,
        "type": "string"
      }
    },
    "type": "object"
  },
  "type": "method"
}
</syntaxhighlight>}}
==== Files.SetFileDetails ====
Update the given specific file with the given details<br />
'''Permissions:'''
* UpdateData
'''Parameters:'''
'''Parameters:'''
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
Line 2,777: Line 3,007:
'''Type:''' ''string''<br />
'''Type:''' ''string''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Update the given specific file with the given details",
   "description": "Update the given specific file with the given details",
Line 2,832: Line 3,062:
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
# ''[[#GUI.Window|GUI.Window]]'' window<br />
# ''[[#GUI.Window|GUI.Window]]'' window<br />
# [''array'' parameters]<br />
# [''array[string]'' parameters]<br />
</div>
</div>
'''Returns:'''  
'''Returns:'''  
Line 2,838: Line 3,068:
'''Type:''' ''string''<br />
'''Type:''' ''string''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Activates the given window",
   "description": "Activates the given window",
Line 2,870: Line 3,100:
'''Parameters:'''
'''Parameters:'''
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
# ''array'' properties<br />
# ''array[ [[#GUI.Property.Name|GUI.Property.Name]] ]'' properties<br />
</div>
</div>
'''Returns:'''  
'''Returns:'''  
Line 2,876: Line 3,106:
'''Type:''' ''[[#GUI.Property.Value|GUI.Property.Value]]''<br />
'''Type:''' ''[[#GUI.Property.Value|GUI.Property.Value]]''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Retrieves the values of the given properties",
   "description": "Retrieves the values of the given properties",
Line 2,905: Line 3,135:
'''Type:''' ''object''<br />
'''Type:''' ''object''<br />
'''Properties:'''
'''Properties:'''
# [''array[[#GUI.Stereoscopy.Mode|GUI.Stereoscopy.Mode]]'' stereoscopicmodes]<br />
# [''array[ [[#GUI.Stereoscopy.Mode|GUI.Stereoscopy.Mode]] ]'' stereoscopicmodes]<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Returns the supported stereoscopic modes of the GUI",
   "description": "Returns the supported stereoscopic modes of the GUI",
Line 2,939: Line 3,169:
'''Type:''' ''boolean (Fullscreen state)''<br />
'''Type:''' ''boolean (Fullscreen state)''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Toggle fullscreen/GUI",
   "description": "Toggle fullscreen/GUI",
Line 2,969: Line 3,199:
'''Type:''' ''string''<br />
'''Type:''' ''string''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Sets the stereoscopic mode of the GUI to the given mode",
   "description": "Sets the stereoscopic mode of the GUI to the given mode",
Line 3,016: Line 3,246:
'''Type:''' ''string''<br />
'''Type:''' ''string''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Shows a GUI notification",
   "description": "Shows a GUI notification",
Line 3,071: Line 3,301:
'''Type:''' ''string''<br />
'''Type:''' ''string''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Goes back in GUI",
   "description": "Goes back in GUI",
Line 3,096: Line 3,326:
'''Type:''' ''string''<br />
'''Type:''' ''string''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Send a button press event",
   "description": "Send a button press event",
Line 3,141: Line 3,371:
'''Type:''' ''string''<br />
'''Type:''' ''string''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Shows the context menu",
   "description": "Shows the context menu",
Line 3,160: Line 3,390:
'''Type:''' ''string''<br />
'''Type:''' ''string''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Navigate down in GUI",
   "description": "Navigate down in GUI",
Line 3,183: Line 3,413:
'''Type:''' ''string''<br />
'''Type:''' ''string''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Execute a specific action",
   "description": "Execute a specific action",
Line 3,208: Line 3,438:
'''Type:''' ''string''<br />
'''Type:''' ''string''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Goes to home window in GUI",
   "description": "Goes to home window in GUI",
Line 3,227: Line 3,457:
'''Type:''' ''string''<br />
'''Type:''' ''string''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Shows the information dialog",
   "description": "Shows the information dialog",
Line 3,246: Line 3,476:
'''Type:''' ''string''<br />
'''Type:''' ''string''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Navigate left in GUI",
   "description": "Navigate left in GUI",
Line 3,265: Line 3,495:
'''Type:''' ''string''<br />
'''Type:''' ''string''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Navigate right in GUI",
   "description": "Navigate right in GUI",
Line 3,284: Line 3,514:
'''Type:''' ''string''<br />
'''Type:''' ''string''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Select current item in GUI",
   "description": "Select current item in GUI",
Line 3,308: Line 3,538:
'''Type:''' ''string''<br />
'''Type:''' ''string''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Send a generic (unicode) text",
   "description": "Send a generic (unicode) text",
Line 3,340: Line 3,570:
'''Type:''' ''string''<br />
'''Type:''' ''string''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Show codec information of the playing item",
   "description": "Show codec information of the playing item",
Line 3,359: Line 3,589:
'''Type:''' ''string''<br />
'''Type:''' ''string''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Show the on-screen display for the current player",
   "description": "Show the on-screen display for the current player",
Line 3,378: Line 3,608:
'''Type:''' ''string''<br />
'''Type:''' ''string''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Show player process information of the playing item, like video decoder, pixel format, pvr signal strength, ...",
   "description": "Show player process information of the playing item, like video decoder, pixel format, pvr signal strength, ...",
Line 3,397: Line 3,627:
'''Type:''' ''string''<br />
'''Type:''' ''string''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Navigate up in GUI",
   "description": "Navigate up in GUI",
Line 3,409: Line 3,639:
</syntaxhighlight>}}
</syntaxhighlight>}}
=== JSONRPC ===
=== JSONRPC ===
==== JSONRPC.GetConfiguration ====
Get client-specific configurations<br />
'''Permissions:'''
* ReadData
'''Returns:'''
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
'''Type:''' ''[[#Configuration|Configuration]]''<br />
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
  "description": "Get client-specific configurations",
  "params": [],
  "permission": "ReadData",
  "returns": {
    "$ref": "Configuration"
  },
  "type": "method"
}
</syntaxhighlight>}}
==== JSONRPC.Introspect ====
==== JSONRPC.Introspect ====
Enumerates all actions and descriptions<br />
Enumerates all actions and descriptions<br />
Line 3,424: Line 3,673:
'''Type:''' ''object''<br />
'''Type:''' ''object''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Enumerates all actions and descriptions",
   "description": "Enumerates all actions and descriptions",
Line 3,493: Line 3,742:
'''Type:''' ''any''<br />
'''Type:''' ''any''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Notify all other connected clients",
   "description": "Notify all other connected clients",
Line 3,542: Line 3,791:
# ''boolean'' writefile<br />
# ''boolean'' writefile<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Retrieve the clients permissions",
   "description": "Retrieve the clients permissions",
Line 3,615: Line 3,864:
'''Type:''' ''string''<br />
'''Type:''' ''string''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Ping responder",
   "description": "Ping responder",
Line 3,626: Line 3,875:
}
}
</syntaxhighlight>}}
</syntaxhighlight>}}
==== JSONRPC.Version ====
==== JSONRPC.SetConfiguration ====
Retrieve the JSON-RPC protocol version.<br />
Change the client-specific configuration<br />
'''Permissions:'''
'''Permissions:'''
* ReadData
* ControlNotify
'''Parameters:'''
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
# [''object'' notifications]<br />
</div>
'''Returns:'''  
'''Returns:'''  
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
'''Type:''' ''object''<br />
'''Type:''' ''[[#Configuration|Configuration]]''<br />
'''Properties:'''
# ''object'' version<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Retrieve the JSON-RPC protocol version.",
  "description": "Change the client-specific configuration",
   "params": [],
  "params": [
   "permission": "ReadData",
    {
   "returns": {
      "name": "notifications",
     "properties": {
      "properties": {
       "version": {
        "application": {
         "properties": {
          "$ref": "Optional.Boolean",
           "major": {
          "default": null
             "description": "Bumped on backwards incompatible changes to the API definition",
        },
             "minimum": 0,
        "audiolibrary": {
          "$ref": "Optional.Boolean",
          "default": null
        },
        "gui": {
          "$ref": "Optional.Boolean",
          "default": null
        },
        "input": {
          "$ref": "Optional.Boolean",
          "default": null
        },
        "other": {
          "$ref": "Optional.Boolean",
          "default": null
        },
        "player": {
          "$ref": "Optional.Boolean",
          "default": null
        },
        "playlist": {
          "$ref": "Optional.Boolean",
          "default": null
        },
        "system": {
          "$ref": "Optional.Boolean",
          "default": null
        },
        "videolibrary": {
          "$ref": "Optional.Boolean",
          "default": null
        }
      },
      "type": "object"
    }
  ],
  "permission": "ControlNotify",
  "returns": {
    "$ref": "Configuration"
  },
  "type": "method"
}
</syntaxhighlight>}}
==== JSONRPC.Version ====
Retrieve the JSON-RPC protocol version.<br />
'''Permissions:'''
* ReadData
'''Returns:'''
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
'''Type:''' ''object''<br />
'''Properties:'''
# ''object'' version<br />
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
   "description": "Retrieve the JSON-RPC protocol version.",
   "params": [],
   "permission": "ReadData",
   "returns": {
     "properties": {
       "version": {
         "properties": {
           "major": {
             "description": "Bumped on backwards incompatible changes to the API definition",
             "minimum": 0,
             "required": true,
             "required": true,
             "type": "integer"
             "type": "integer"
Line 3,675: Line 3,990:
=== PVR ===
=== PVR ===
==== PVR.AddTimer ====
==== PVR.AddTimer ====
Adds a timer to record the given show one times or a timer rule to record all showings of the given show<br />
Adds a timer to record the given show one times or a timer rule to record all showings of the given show or adds a reminder timer or reminder timer rule<br />
'''Permissions:'''
'''Permissions:'''
* ControlPVR
* ControlPVR
Line 3,682: Line 3,997:
# ''[[#Library.Id|Library.Id]]'' broadcastid (the broadcast id of the item to record)<br />
# ''[[#Library.Id|Library.Id]]'' broadcastid (the broadcast id of the item to record)<br />
# [''boolean'' timerrule = False] (controls whether to create a timer rule or a onetime timer)<br />
# [''boolean'' timerrule = False] (controls whether to create a timer rule or a onetime timer)<br />
# [''boolean'' reminder = False] (controls whether to create a reminder timer or a recording timer)<br />
</div>
</div>
'''Returns:'''  
'''Returns:'''  
Line 3,687: Line 4,003:
'''Type:''' ''string''<br />
'''Type:''' ''string''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Adds a timer to record the given show one times or a timer rule to record all showings of the given show",
   "description": "Adds a timer to record the given show one times or a timer rule to record all showings of the given show or adds a reminder timer or reminder timer rule",
   "params": [
   "params": [
     {
     {
Line 3,701: Line 4,017:
       "description": "controls whether to create a timer rule or a onetime timer",
       "description": "controls whether to create a timer rule or a onetime timer",
       "name": "timerrule",
       "name": "timerrule",
      "type": "boolean"
    },
    {
      "default": false,
      "description": "controls whether to create a reminder timer or a recording timer",
      "name": "reminder",
       "type": "boolean"
       "type": "boolean"
     }
     }
Line 3,723: Line 4,045:
'''Type:''' ''string''<br />
'''Type:''' ''string''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Deletes a onetime timer or a timer rule",
   "description": "Deletes a onetime timer or a timer rule",
Line 3,756: Line 4,078:
# [''[[#PVR.Details.Broadcast|PVR.Details.Broadcast]]'' broadcastdetails]<br />
# [''[[#PVR.Details.Broadcast|PVR.Details.Broadcast]]'' broadcastdetails]<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Retrieves the details of a specific broadcast",
   "description": "Retrieves the details of a specific broadcast",
Line 3,778: Line 4,100:
     },
     },
     "type": "object"
     "type": "object"
  },
  "type": "method"
}
</syntaxhighlight>}}
==== PVR.GetBroadcastIsPlayable ====
Retrieves whether or not a broadcast is playable<br />
'''Permissions:'''
* ReadData
'''Parameters:'''
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
# ''[[#Library.Id|Library.Id]]'' broadcastid (the id of the broadcast to to check for playability)<br />
</div>
'''Returns:'''
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
'''Type:''' ''boolean''<br />
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
  "description": "Retrieves whether or not a broadcast is playable",
  "params": [
    {
      "$ref": "Library.Id",
      "description": "the id of the broadcast to to check for playability",
      "name": "broadcastid",
      "required": true
    }
  ],
  "permission": "ReadData",
  "returns": {
    "type": "boolean"
   },
   },
   "type": "method"
   "type": "method"
Line 3,796: Line 4,148:
'''Type:''' ''object''<br />
'''Type:''' ''object''<br />
'''Properties:'''
'''Properties:'''
# ''array[[#PVR.Details.Broadcast|PVR.Details.Broadcast]]'' broadcasts<br />
# ''array[ [[#PVR.Details.Broadcast|PVR.Details.Broadcast]] ]'' broadcasts<br />
# ''[[#List.LimitsReturned|List.LimitsReturned]]'' limits<br />
# ''[[#List.LimitsReturned|List.LimitsReturned]]'' limits<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Retrieves the program of a specific channel",
   "description": "Retrieves the program of a specific channel",
Line 3,852: Line 4,204:
# [''[[#PVR.Details.Channel|PVR.Details.Channel]]'' channeldetails]<br />
# [''[[#PVR.Details.Channel|PVR.Details.Channel]]'' channeldetails]<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Retrieves the details of a specific channel",
   "description": "Retrieves the details of a specific channel",
Line 3,893: Line 4,245:
# [''[[#PVR.Details.ChannelGroup.Extended|PVR.Details.ChannelGroup.Extended]]'' channelgroupdetails]<br />
# [''[[#PVR.Details.ChannelGroup.Extended|PVR.Details.ChannelGroup.Extended]]'' channelgroupdetails]<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Retrieves the details of a specific channel group",
   "description": "Retrieves the details of a specific channel group",
Line 3,940: Line 4,292:
'''Type:''' ''object''<br />
'''Type:''' ''object''<br />
'''Properties:'''
'''Properties:'''
# ''array[[#PVR.Details.ChannelGroup|PVR.Details.ChannelGroup]]'' channelgroups<br />
# ''array[ [[#PVR.Details.ChannelGroup|PVR.Details.ChannelGroup]] ]'' channelgroups<br />
# ''[[#List.LimitsReturned|List.LimitsReturned]]'' limits<br />
# ''[[#List.LimitsReturned|List.LimitsReturned]]'' limits<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Retrieves the channel groups for the specified type",
   "description": "Retrieves the channel groups for the specified type",
Line 3,986: Line 4,338:
# [''[[#PVR.Fields.Channel|PVR.Fields.Channel]]'' properties]<br />
# [''[[#PVR.Fields.Channel|PVR.Fields.Channel]]'' properties]<br />
# [''[[#List.Limits|List.Limits]]'' limits]<br />
# [''[[#List.Limits|List.Limits]]'' limits]<br />
# [''[[#List.Sort|List.Sort]]'' sort]<br />
</div>
</div>
'''Returns:'''  
'''Returns:'''  
Line 3,991: Line 4,344:
'''Type:''' ''object''<br />
'''Type:''' ''object''<br />
'''Properties:'''
'''Properties:'''
# ''array[[#PVR.Details.Channel|PVR.Details.Channel]]'' channels<br />
# ''array[ [[#PVR.Details.Channel|PVR.Details.Channel]] ]'' channels<br />
# ''[[#List.LimitsReturned|List.LimitsReturned]]'' limits<br />
# ''[[#List.LimitsReturned|List.LimitsReturned]]'' limits<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Retrieves the channel list",
   "description": "Retrieves the channel list",
Line 4,010: Line 4,363:
       "$ref": "List.Limits",
       "$ref": "List.Limits",
       "name": "limits"
       "name": "limits"
     }
    },
    {
      "$ref": "List.Sort",
      "name": "sort"
     }
   ],
   ],
   "permission": "ReadData",
   "permission": "ReadData",
Line 4,018: Line 4,375:
         "items": {
         "items": {
           "$ref": "PVR.Details.Channel"
           "$ref": "PVR.Details.Channel"
        },
        "required": true,
        "type": "array"
      },
      "limits": {
        "$ref": "List.LimitsReturned",
        "required": true
      }
    },
    "type": "object"
  },
  "type": "method"
}
</syntaxhighlight>}}
==== PVR.GetClients ====
Retrieves the enabled PVR clients and their capabilities<br />
'''Permissions:'''
* ReadData
'''Parameters:'''
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
# [''[[#List.Limits|List.Limits]]'' limits]<br />
</div>
'''Returns:'''
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
'''Type:''' ''object''<br />
'''Properties:'''
# ''array[ [[#PVR.Details.Client|PVR.Details.Client]] ]'' clients<br />
# ''[[#List.LimitsReturned|List.LimitsReturned]]'' limits<br />
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
  "description": "Retrieves the enabled PVR clients and their capabilities",
  "params": [
    {
      "$ref": "List.Limits",
      "name": "limits"
    }
  ],
  "permission": "ReadData",
  "returns": {
    "properties": {
      "clients": {
        "items": {
          "$ref": "PVR.Details.Client"
         },
         },
         "required": true,
         "required": true,
Line 4,038: Line 4,439:
'''Parameters:'''
'''Parameters:'''
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
# ''array'' properties<br />
# ''array[ [[#PVR.Property.Name|PVR.Property.Name]] ]'' properties<br />
</div>
</div>
'''Returns:'''  
'''Returns:'''  
Line 4,044: Line 4,445:
'''Type:''' ''[[#PVR.Property.Value|PVR.Property.Value]]''<br />
'''Type:''' ''[[#PVR.Property.Value|PVR.Property.Value]]''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Retrieves the values of the given properties",
   "description": "Retrieves the values of the given properties",
Line 4,080: Line 4,481:
# [''[[#PVR.Details.Recording|PVR.Details.Recording]]'' recordingdetails]<br />
# [''[[#PVR.Details.Recording|PVR.Details.Recording]]'' recordingdetails]<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Retrieves the details of a specific recording",
   "description": "Retrieves the details of a specific recording",
Line 4,114: Line 4,515:
# [''[[#PVR.Fields.Recording|PVR.Fields.Recording]]'' properties]<br />
# [''[[#PVR.Fields.Recording|PVR.Fields.Recording]]'' properties]<br />
# [''[[#List.Limits|List.Limits]]'' limits]<br />
# [''[[#List.Limits|List.Limits]]'' limits]<br />
# [''[[#List.Sort|List.Sort]]'' sort]<br />
</div>
</div>
'''Returns:'''  
'''Returns:'''  
Line 4,120: Line 4,522:
'''Properties:'''
'''Properties:'''
# ''[[#List.LimitsReturned|List.LimitsReturned]]'' limits<br />
# ''[[#List.LimitsReturned|List.LimitsReturned]]'' limits<br />
# ''array[[#PVR.Details.Recording|PVR.Details.Recording]]'' recordings<br />
# ''array[ [[#PVR.Details.Recording|PVR.Details.Recording]] ]'' recordings<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Retrieves the recordings",
   "description": "Retrieves the recordings",
Line 4,133: Line 4,535:
       "$ref": "List.Limits",
       "$ref": "List.Limits",
       "name": "limits"
       "name": "limits"
    },
    {
      "$ref": "List.Sort",
      "name": "sort"
     }
     }
   ],
   ],
Line 4,170: Line 4,576:
# [''[[#PVR.Details.Timer|PVR.Details.Timer]]'' timerdetails]<br />
# [''[[#PVR.Details.Timer|PVR.Details.Timer]]'' timerdetails]<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Retrieves the details of a specific timer",
   "description": "Retrieves the details of a specific timer",
Line 4,204: Line 4,610:
# [''[[#PVR.Fields.Timer|PVR.Fields.Timer]]'' properties]<br />
# [''[[#PVR.Fields.Timer|PVR.Fields.Timer]]'' properties]<br />
# [''[[#List.Limits|List.Limits]]'' limits]<br />
# [''[[#List.Limits|List.Limits]]'' limits]<br />
# [''[[#List.Sort|List.Sort]]'' sort]<br />
</div>
</div>
'''Returns:'''  
'''Returns:'''  
Line 4,210: Line 4,617:
'''Properties:'''
'''Properties:'''
# ''[[#List.LimitsReturned|List.LimitsReturned]]'' limits<br />
# ''[[#List.LimitsReturned|List.LimitsReturned]]'' limits<br />
# ''array[[#PVR.Details.Timer|PVR.Details.Timer]]'' timers<br />
# ''array[ [[#PVR.Details.Timer|PVR.Details.Timer]] ]'' timers<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Retrieves the timers",
   "description": "Retrieves the timers",
Line 4,223: Line 4,630:
       "$ref": "List.Limits",
       "$ref": "List.Limits",
       "name": "limits"
       "name": "limits"
    },
    {
      "$ref": "List.Sort",
      "name": "sort"
     }
     }
   ],
   ],
Line 4,258: Line 4,669:
'''Type:''' ''string''<br />
'''Type:''' ''string''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Toggle recording of a channel",
   "description": "Toggle recording of a channel",
Line 4,294: Line 4,705:
'''Permissions:'''
'''Permissions:'''
* ControlPVR
* ControlPVR
'''Parameters:'''
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
# [''[[#Library.Id|Library.Id]]'' clientid = -1] (Specify a PVR client id to avoid UI dialog, optional in kodi 19, required in kodi 20)<br />
</div>
'''Returns:'''  
'''Returns:'''  
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
'''Type:''' ''string''<br />
'''Type:''' ''string''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Starts a channel scan",
   "description": "Starts a channel scan",
   "params": [],
   "params": [
    {
      "$ref": "Library.Id",
      "default": -1,
      "description": "Specify a PVR client id to avoid UI dialog, optional in kodi 19, required in kodi 20",
      "name": "clientid"
    }
  ],
   "permission": "ControlPVR",
   "permission": "ControlPVR",
   "returns": {
   "returns": {
Line 4,322: Line 4,744:
'''Type:''' ''string''<br />
'''Type:''' ''string''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Creates or deletes a onetime timer or timer rule for a given show. If it exists, it will be deleted. If it does not exist, it will be created",
   "description": "Creates or deletes a onetime timer or timer rule for a given show. If it exists, it will be deleted. If it does not exist, it will be created",
Line 4,347: Line 4,769:
</syntaxhighlight>}}
</syntaxhighlight>}}
=== Player ===
=== Player ===
==== Player.GetActivePlayers ====
==== Player.AddSubtitle ====
Returns all active players<br />
Add subtitle to the player<br />
'''Permissions:'''
'''Permissions:'''
* ReadData
* ControlPlayback
'''Parameters:'''
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
# ''[[#Player.Id|Player.Id]]'' playerid<br />
# ''string'' subtitle (Local path or remote URL to the subtitle file to load)<br />
</div>
'''Returns:'''  
'''Returns:'''  
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
'''Type:''' ''array''<br />
'''Type:''' ''string''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Returns all active players",
  "description": "Add subtitle to the player",
   "params": [],
  "params": [
   "permission": "ReadData",
    {
   "returns": {
      "$ref": "Player.Id",
     "items": {
      "name": "playerid",
      "required": true
    },
    {
      "description": "Local path or remote URL to the subtitle file to load",
      "name": "subtitle",
      "required": true,
      "type": "string"
    }
  ],
  "permission": "ControlPlayback",
  "returns": {
    "type": "string"
  },
  "type": "method"
}
</syntaxhighlight>}}
==== Player.GetActivePlayers ====
Returns all active players<br />
'''Permissions:'''
* ReadData
'''Returns:'''
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
'''Type:''' ''array''<br />
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
   "description": "Returns all active players",
   "params": [],
   "permission": "ReadData",
   "returns": {
     "items": {
       "properties": {
       "properties": {
         "playerid": {
         "playerid": {
Line 4,404: Line 4,862:
# ''[[#List.Item.All|List.Item.All]]'' item<br />
# ''[[#List.Item.All|List.Item.All]]'' item<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Retrieves the currently played item",
   "description": "Retrieves the currently played item",
Line 4,443: Line 4,901:
'''Type:''' ''array''<br />
'''Type:''' ''array''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Get a list of available players",
   "description": "Get a list of available players",
Line 4,499: Line 4,957:
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
# ''[[#Player.Id|Player.Id]]'' playerid<br />
# ''[[#Player.Id|Player.Id]]'' playerid<br />
# ''array'' properties<br />
# ''array[ [[#Player.Property.Name|Player.Property.Name]] ]'' properties<br />
</div>
</div>
'''Returns:'''  
'''Returns:'''  
Line 4,505: Line 4,963:
'''Type:''' ''[[#Player.Property.Value|Player.Property.Value]]''<br />
'''Type:''' ''[[#Player.Property.Value|Player.Property.Value]]''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Retrieves the values of the given properties",
   "description": "Retrieves the values of the given properties",
Line 4,545: Line 5,003:
# ''number'' zoom<br />
# ''number'' zoom<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Get view mode of video player",
   "description": "Get view mode of video player",
Line 4,591: Line 5,049:
'''Type:''' ''string''<br />
'''Type:''' ''string''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Go to previous/next/specific item in the playlist",
   "description": "Go to previous/next/specific item in the playlist",
Line 4,638: Line 5,096:
'''Type:''' ''string''<br />
'''Type:''' ''string''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "If picture is zoomed move viewport left/right/up/down otherwise skip previous/next",
   "description": "If picture is zoomed move viewport left/right/up/down otherwise skip previous/next",
Line 4,672: Line 5,130:
'''Parameters:'''
'''Parameters:'''
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
# [''mixed: object|[[#Playlist.Item|Playlist.Item]]|object|object|object|object'' item]<br />
# [''mixed: object|[[#Playlist.Item|Playlist.Item]]|object|object|object|object|object'' item]<br />
# [''object'' options]<br />
# [''object'' options]<br />
</div>
</div>
Line 4,679: Line 5,137:
'''Type:''' ''string''<br />
'''Type:''' ''string''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Start playback of either the playlist with the given ID, a slideshow with the pictures from the given directory or a single file or an item from the database.",
   "description": "Start playback of either the playlist with the given ID, a slideshow with the pictures from the given directory or a single file or an item from the database.",
Line 4,741: Line 5,199:
                 }
                 }
               ]
               ]
            }
          },
          "type": "object"
        },
        {
          "additionalProperties": false,
          "properties": {
            "broadcastid": {
              "$ref": "Library.Id",
              "required": true
             }
             }
           },
           },
Line 4,846: Line 5,314:
'''Type:''' ''[[#Player.Speed|Player.Speed]]''<br />
'''Type:''' ''[[#Player.Speed|Player.Speed]]''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Pauses or unpause playback and returns the new state",
   "description": "Pauses or unpause playback and returns the new state",
Line 4,881: Line 5,349:
'''Type:''' ''string''<br />
'''Type:''' ''string''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Rotates current picture",
   "description": "Rotates current picture",
Line 4,921: Line 5,389:
'''Properties:'''
'''Properties:'''
# [''[[#Player.Position.Percentage|Player.Position.Percentage]]'' percentage]<br />
# [''[[#Player.Position.Percentage|Player.Position.Percentage]]'' percentage]<br />
# [''[[#Global.Time|Global.Time]]'' time]<br />
# [''[[#Global.Time|Global.Time]]'' time] (A duration.)<br />
# [''[[#Global.Time|Global.Time]]'' totaltime]<br />
# [''[[#Global.Time|Global.Time]]'' totaltime] (A duration.)<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Seek through the playing item",
   "description": "Seek through the playing item",
Line 4,998: Line 5,466:
       },
       },
       "time": {
       "time": {
         "$ref": "Global.Time"
         "$ref": "Global.Time",
        "description": "A duration."
       },
       },
       "totaltime": {
       "totaltime": {
         "$ref": "Global.Time"
         "$ref": "Global.Time",
        "description": "A duration."
       }
       }
     },
     },
Line 5,022: Line 5,492:
'''Type:''' ''string''<br />
'''Type:''' ''string''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Set the audio stream played by the player",
   "description": "Set the audio stream played by the player",
Line 5,070: Line 5,540:
'''Type:''' ''string''<br />
'''Type:''' ''string''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Turn partymode on or off",
   "description": "Turn partymode on or off",
Line 5,105: Line 5,575:
'''Type:''' ''string''<br />
'''Type:''' ''string''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Set the repeat mode of the player",
   "description": "Set the repeat mode of the player",
Line 5,150: Line 5,620:
'''Type:''' ''string''<br />
'''Type:''' ''string''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Shuffle/Unshuffle items in the player",
   "description": "Shuffle/Unshuffle items in the player",
Line 5,185: Line 5,655:
'''Type:''' ''[[#Player.Speed|Player.Speed]]''<br />
'''Type:''' ''[[#Player.Speed|Player.Speed]]''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Set the speed of the current playback",
   "description": "Set the speed of the current playback",
Line 5,243: Line 5,713:
'''Type:''' ''string''<br />
'''Type:''' ''string''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Set the subtitle displayed by the player",
   "description": "Set the subtitle displayed by the player",
Line 5,299: Line 5,769:
'''Type:''' ''string''<br />
'''Type:''' ''string''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Set the video stream played by the player",
   "description": "Set the video stream played by the player",
Line 5,346: Line 5,816:
'''Type:''' ''string''<br />
'''Type:''' ''string''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Set view mode of video player",
   "description": "Set view mode of video player",
Line 5,383: Line 5,853:
'''Type:''' ''string''<br />
'''Type:''' ''string''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Stops playback",
   "description": "Stops playback",
Line 5,413: Line 5,883:
'''Type:''' ''string''<br />
'''Type:''' ''string''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Zoom current picture",
   "description": "Zoom current picture",
Line 5,463: Line 5,933:
'''Type:''' ''string''<br />
'''Type:''' ''string''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Add item(s) to playlist",
   "description": "Add item(s) to playlist",
Line 5,507: Line 5,977:
'''Type:''' ''string''<br />
'''Type:''' ''string''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Clear playlist",
   "description": "Clear playlist",
Line 5,539: Line 6,009:
'''Type:''' ''object''<br />
'''Type:''' ''object''<br />
'''Properties:'''
'''Properties:'''
# ''array[[#List.Item.All|List.Item.All]]'' items<br />
# ''array[ [[#List.Item.All|List.Item.All]] ]'' items<br />
# ''[[#List.LimitsReturned|List.LimitsReturned]]'' limits<br />
# ''[[#List.LimitsReturned|List.LimitsReturned]]'' limits<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Get all items from playlist",
   "description": "Get all items from playlist",
Line 5,592: Line 6,062:
'''Type:''' ''array''<br />
'''Type:''' ''array''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Returns all existing playlists",
   "description": "Returns all existing playlists",
Line 5,624: Line 6,094:
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
# ''[[#Playlist.Id|Playlist.Id]]'' playlistid<br />
# ''[[#Playlist.Id|Playlist.Id]]'' playlistid<br />
# ''array'' properties<br />
# ''array[ [[#Playlist.Property.Name|Playlist.Property.Name]] ]'' properties<br />
</div>
</div>
'''Returns:'''  
'''Returns:'''  
Line 5,630: Line 6,100:
'''Type:''' ''[[#Playlist.Property.Value|Playlist.Property.Value]]''<br />
'''Type:''' ''[[#Playlist.Property.Value|Playlist.Property.Value]]''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Retrieves the values of the given properties",
   "description": "Retrieves the values of the given properties",
Line 5,670: Line 6,140:
'''Type:''' ''string''<br />
'''Type:''' ''string''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Insert item(s) into playlist. Does not work for picture playlists (aka slideshows).",
   "description": "Insert item(s) into playlist. Does not work for picture playlists (aka slideshows).",
Line 5,720: Line 6,190:
'''Type:''' ''string''<br />
'''Type:''' ''string''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Remove item from playlist. Does not work for picture playlists (aka slideshows).",
   "description": "Remove item from playlist. Does not work for picture playlists (aka slideshows).",
Line 5,756: Line 6,226:
'''Type:''' ''string''<br />
'''Type:''' ''string''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Swap items in the playlist. Does not work for picture playlists (aka slideshows).",
   "description": "Swap items in the playlist. Does not work for picture playlists (aka slideshows).",
Line 5,796: Line 6,266:
'''Type:''' ''[[#Profiles.Details.Profile|Profiles.Details.Profile]]''<br />
'''Type:''' ''[[#Profiles.Details.Profile|Profiles.Details.Profile]]''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Retrieve the current profile",
   "description": "Retrieve the current profile",
Line 5,827: Line 6,297:
'''Properties:'''
'''Properties:'''
# ''[[#List.LimitsReturned|List.LimitsReturned]]'' limits<br />
# ''[[#List.LimitsReturned|List.LimitsReturned]]'' limits<br />
# ''array[[#Profiles.Details.Profile|Profiles.Details.Profile]]'' profiles<br />
# ''array[ [[#Profiles.Details.Profile|Profiles.Details.Profile]] ]'' profiles<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Retrieve all profiles",
   "description": "Retrieve all profiles",
Line 5,880: Line 6,350:
'''Type:''' ''string''<br />
'''Type:''' ''string''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Load the specified profile",
   "description": "Load the specified profile",
Line 5,923: Line 6,393:
'''Type:''' ''object''<br />
'''Type:''' ''object''<br />
'''Properties:'''
'''Properties:'''
# [''array[[#Setting.Details.Category|Setting.Details.Category]]'' categories]<br />
# [''array[ [[#Setting.Details.Category|Setting.Details.Category]] ]'' categories]<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Retrieves all setting categories",
   "description": "Retrieves all setting categories",
Line 5,978: Line 6,448:
'''Type:''' ''object''<br />
'''Type:''' ''object''<br />
'''Properties:'''
'''Properties:'''
# [''array[[#Setting.Details.Section|Setting.Details.Section]]'' sections]<br />
# [''array[ [[#Setting.Details.Section|Setting.Details.Section]] ]'' sections]<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Retrieves all setting sections",
   "description": "Retrieves all setting sections",
Line 6,029: Line 6,499:
# ''[[#Setting.Value.Extended|Setting.Value.Extended]]'' value<br />
# ''[[#Setting.Value.Extended|Setting.Value.Extended]]'' value<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Retrieves the value of a setting",
   "description": "Retrieves the value of a setting",
Line 6,066: Line 6,536:
'''Type:''' ''object''<br />
'''Type:''' ''object''<br />
'''Properties:'''
'''Properties:'''
# [''array[[#Setting.Details.Setting|Setting.Details.Setting]]'' settings]<br />
# [''array[ [[#Setting.Details.Setting|Setting.Details.Setting]] ]'' settings]<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Retrieves all settings",
   "description": "Retrieves all settings",
Line 6,126: Line 6,596:
'''Type:''' ''string''<br />
'''Type:''' ''string''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Resets the value of a setting",
   "description": "Resets the value of a setting",
Line 6,157: Line 6,627:
'''Type:''' ''boolean''<br />
'''Type:''' ''boolean''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Changes the value of a setting",
   "description": "Changes the value of a setting",
Line 6,189: Line 6,659:
'''Type:''' ''string''<br />
'''Type:''' ''string''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Ejects or closes the optical disc drive (if available)",
   "description": "Ejects or closes the optical disc drive (if available)",
Line 6,206: Line 6,676:
'''Parameters:'''
'''Parameters:'''
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
# ''array'' properties<br />
# ''array[ [[#System.Property.Name|System.Property.Name]] ]'' properties<br />
</div>
</div>
'''Returns:'''  
'''Returns:'''  
Line 6,212: Line 6,682:
'''Type:''' ''[[#System.Property.Value|System.Property.Value]]''<br />
'''Type:''' ''[[#System.Property.Value|System.Property.Value]]''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Retrieves the values of the given properties",
   "description": "Retrieves the values of the given properties",
Line 6,241: Line 6,711:
'''Type:''' ''string''<br />
'''Type:''' ''string''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Puts the system running Kodi into hibernate mode",
   "description": "Puts the system running Kodi into hibernate mode",
Line 6,260: Line 6,730:
'''Type:''' ''string''<br />
'''Type:''' ''string''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Reboots the system running Kodi",
   "description": "Reboots the system running Kodi",
Line 6,279: Line 6,749:
'''Type:''' ''string''<br />
'''Type:''' ''string''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Shuts the system running Kodi down",
   "description": "Shuts the system running Kodi down",
Line 6,298: Line 6,768:
'''Type:''' ''string''<br />
'''Type:''' ''string''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Suspends the system running Kodi",
   "description": "Suspends the system running Kodi",
Line 6,323: Line 6,793:
'''Type:''' ''object''<br />
'''Type:''' ''object''<br />
'''Properties:'''
'''Properties:'''
# ''array[[#Textures.Details.Texture|Textures.Details.Texture]]'' textures<br />
# ''array[ [[#Textures.Details.Texture|Textures.Details.Texture]] ]'' textures<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Retrieve all textures",
   "description": "Retrieve all textures",
Line 6,366: Line 6,836:
'''Type:''' ''string''<br />
'''Type:''' ''string''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Remove the specified texture",
   "description": "Remove the specified texture",
Line 6,393: Line 6,863:
# [''boolean'' showdialogs = True] (Whether or not to show the progress bar or any other GUI dialog)<br />
# [''boolean'' showdialogs = True] (Whether or not to show the progress bar or any other GUI dialog)<br />
# [''string'' content = video] (Content type to clean for)<br />
# [''string'' content = video] (Content type to clean for)<br />
# [''string'' directory = ""] (Path to the directory to clean up; performs a global cleanup if not specified)<br />
</div>
</div>
'''Returns:'''  
'''Returns:'''  
Line 6,398: Line 6,869:
'''Type:''' ''string''<br />
'''Type:''' ''string''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Cleans the video library for non-existent items",
   "description": "Cleans the video library for non-existent items",
Line 6,418: Line 6,889:
       ],
       ],
       "name": "content",
       "name": "content",
      "type": "string"
    },
    {
      "default": "",
      "description": "Path to the directory to clean up; performs a global cleanup if not specified",
      "name": "directory",
       "type": "string"
       "type": "string"
     }
     }
Line 6,440: Line 6,917:
'''Type:''' ''string''<br />
'''Type:''' ''string''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Exports all items from the video library",
   "description": "Exports all items from the video library",
Line 6,490: Line 6,967:
}
}
</syntaxhighlight>}}
</syntaxhighlight>}}
==== VideoLibrary.GetEpisodeDetails ====
==== VideoLibrary.GetAvailableArt ====
Retrieve details about a specific tv show episode<br />
Retrieve all potential art URLs for a media item by art type<br />
'''Permissions:'''
'''Permissions:'''
* ReadData
* ReadData
'''Parameters:'''
'''Parameters:'''
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
# ''[[#Library.Id|Library.Id]]'' episodeid<br />
# ''mixed: object|object|object|object|object|object'' item<br />
# [''[[#Video.Fields.Episode|Video.Fields.Episode]]'' properties]<br />
# [''string'' arttype = ""]<br />
</div>
</div>
'''Returns:'''  
'''Returns:'''  
Line 6,503: Line 6,980:
'''Type:''' ''object''<br />
'''Type:''' ''object''<br />
'''Properties:'''
'''Properties:'''
# [''[[#Video.Details.Episode|Video.Details.Episode]]'' episodedetails]<br />
# ''array'' availableart<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Retrieve details about a specific tv show episode",
   "description": "Retrieve all potential art URLs for a media item by art type",
   "params": [
   "params": [
     {
     {
      "$ref": "Library.Id",
       "name": "item",
       "name": "episodeid",
       "required": true,
       "required": true
       "type": [
    },
        {
    {
          "additionalProperties": false,
       "$ref": "Video.Fields.Episode",
          "properties": {
      "name": "properties"
            "episodeid": {
    }
              "$ref": "Library.Id",
  ],
              "required": true
  "permission": "ReadData",
            }
  "returns": {
          },
    "properties": {
          "type": "object"
      "episodedetails": {
        },
        "$ref": "Video.Details.Episode"
        {
      }
          "additionalProperties": false,
    },
          "properties": {
    "type": "object"
            "tvshowid": {
  },
              "$ref": "Library.Id",
  "type": "method"
              "required": true
}
            }
</syntaxhighlight>}}
          },
==== VideoLibrary.GetEpisodes ====
          "type": "object"
Retrieve all tv show episodes<br />
        },
'''Permissions:'''
* ReadData
'''Parameters:'''
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
# [''[[#Library.Id|Library.Id]]'' tvshowid = -1]<br />
# [''integer'' season = -1]<br />
# [''[[#Video.Fields.Episode|Video.Fields.Episode]]'' properties]<br />
# [''[[#List.Limits|List.Limits]]'' limits]<br />
# [''[[#List.Sort|List.Sort]]'' sort]<br />
# [''mixed: object|object|object|object|object|[[#List.Filter.Episodes|List.Filter.Episodes]]'' filter]<br />
</div>
'''Returns:'''
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
'''Type:''' ''object''<br />
'''Properties:'''
# [''array[[#Video.Details.Episode|Video.Details.Episode]]'' episodes]<br />
# ''[[#List.LimitsReturned|List.LimitsReturned]]'' limits<br />
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{
  "description": "Retrieve all tv show episodes",
  "params": [
    {
      "$ref": "Library.Id",
      "default": -1,
      "name": "tvshowid"
    },
    {
      "default": -1,
      "minimum": 0,
      "name": "season",
      "type": "integer"
    },
    {
      "$ref": "Video.Fields.Episode",
      "name": "properties"
    },
    {
      "$ref": "List.Limits",
      "name": "limits"
    },
    {
      "$ref": "List.Sort",
      "name": "sort"
    },
    {
      "name": "filter",
      "type": [
         {
         {
           "additionalProperties": false,
           "additionalProperties": false,
           "properties": {
           "properties": {
             "genreid": {
             "seasonid": {
               "$ref": "Library.Id",
               "$ref": "Library.Id",
              "description": "Requires tvshowid to be set",
               "required": true
               "required": true
             }
             }
Line 6,595: Line 7,023:
           "additionalProperties": false,
           "additionalProperties": false,
           "properties": {
           "properties": {
             "genre": {
             "movieid": {
               "description": "Requires tvshowid to be set",
               "$ref": "Library.Id",
              "minLength": 1,
               "required": true
               "required": true,
              "type": "string"
             }
             }
           },
           },
Line 6,607: Line 7,033:
           "additionalProperties": false,
           "additionalProperties": false,
           "properties": {
           "properties": {
             "year": {
             "setid": {
               "minimum": 0,
               "$ref": "Library.Id",
               "required": true,
               "required": true
              "type": "integer"
             }
             }
           },
           },
Line 6,618: Line 7,043:
           "additionalProperties": false,
           "additionalProperties": false,
           "properties": {
           "properties": {
             "actor": {
             "musicvideoid": {
               "description": "Requires tvshowid to be set",
               "$ref": "Library.Id",
              "minLength": 1,
               "required": true
               "required": true,
              "type": "string"
             }
             }
           },
           },
           "type": "object"
           "type": "object"
         },
         }
        {
      ]
          "additionalProperties": false,
    },
    {
      "default": "",
      "name": "arttype",
      "type": "string"
    }
  ],
  "permission": "ReadData",
  "returns": {
    "properties": {
      "availableart": {
        "items": {
           "properties": {
           "properties": {
             "director": {
             "arttype": {
               "minLength": 1,
               "required": true,
              "type": "string"
            },
            "previewurl": {
              "default": "",
              "description": "URL to a preview thumbnail of the image",
              "type": "string"
            },
            "url": {
              "description": "URL to the original image",
               "required": true,
               "required": true,
               "type": "string"
               "type": "string"
Line 6,638: Line 7,081:
           "type": "object"
           "type": "object"
         },
         },
         {
         "required": true,
          "$ref": "List.Filter.Episodes"
        }
      ]
    }
  ],
  "permission": "ReadData",
  "returns": {
    "properties": {
      "episodes": {
        "items": {
          "$ref": "Video.Details.Episode"
        },
         "type": "array"
         "type": "array"
      },
      "limits": {
        "$ref": "List.LimitsReturned",
        "required": true
       }
       }
     },
     },
Line 6,663: Line 7,090:
}
}
</syntaxhighlight>}}
</syntaxhighlight>}}
==== VideoLibrary.GetGenres ====
==== VideoLibrary.GetAvailableArtTypes ====
Retrieve all genres<br />
Retrieve a list of potential art types for a media item<br />
'''Permissions:'''
'''Permissions:'''
* ReadData
* ReadData
'''Parameters:'''
'''Parameters:'''
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
# ''string'' type<br />
# ''mixed: object|object|object|object|object|object'' item<br />
# [''[[#Library.Fields.Genre|Library.Fields.Genre]]'' properties]<br />
# [''[[#List.Limits|List.Limits]]'' limits]<br />
# [''[[#List.Sort|List.Sort]]'' sort]<br />
</div>
</div>
'''Returns:'''  
'''Returns:'''  
Line 6,678: Line 7,102:
'''Type:''' ''object''<br />
'''Type:''' ''object''<br />
'''Properties:'''
'''Properties:'''
# ''array[[#Library.Details.Genre|Library.Details.Genre]]'' genres<br />
# ''array'' availablearttypes<br />
# ''[[#List.LimitsReturned|List.LimitsReturned]]'' limits<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Retrieve all genres",
   "description": "Retrieve a list of potential art types for a media item",
   "params": [
   "params": [
     {
     {
      "enums": [
       "name": "item",
        "movie",
        "tvshow",
        "musicvideo"
      ],
       "name": "type",
       "required": true,
       "required": true,
       "type": "string"
       "type": [
    },
        {
    {
          "additionalProperties": false,
      "$ref": "Library.Fields.Genre",
          "properties": {
      "name": "properties"
            "episodeid": {
    },
              "$ref": "Library.Id",
    {
              "required": true
      "$ref": "List.Limits",
            }
      "name": "limits"
          },
    },
          "type": "object"
    {
        },
      "$ref": "List.Sort",
        {
      "name": "sort"
          "additionalProperties": false,
     }
          "properties": {
   ],
            "tvshowid": {
   "permission": "ReadData",
              "$ref": "Library.Id",
   "returns": {
              "required": true
     "properties": {
            }
       "genres": {
          },
         "items": {
          "type": "object"
           "$ref": "Library.Details.Genre"
        },
        {
          "additionalProperties": false,
          "properties": {
            "seasonid": {
              "$ref": "Library.Id",
              "required": true
            }
          },
          "type": "object"
        },
        {
          "additionalProperties": false,
          "properties": {
            "movieid": {
              "$ref": "Library.Id",
              "required": true
            }
          },
          "type": "object"
        },
        {
          "additionalProperties": false,
          "properties": {
            "setid": {
              "$ref": "Library.Id",
              "required": true
            }
          },
          "type": "object"
        },
        {
          "additionalProperties": false,
          "properties": {
            "musicvideoid": {
              "$ref": "Library.Id",
              "required": true
            }
          },
          "type": "object"
        }
      ]
     }
   ],
   "permission": "ReadData",
   "returns": {
     "properties": {
       "availablearttypes": {
         "items": {
           "type": "string"
         },
         },
         "required": true,
         "required": true,
         "type": "array"
         "type": "array"
      },
      "limits": {
        "$ref": "List.LimitsReturned",
        "required": true
       }
       }
     },
     },
Line 6,728: Line 7,191:
}
}
</syntaxhighlight>}}
</syntaxhighlight>}}
==== VideoLibrary.GetInProgressTVShows ====
==== VideoLibrary.GetEpisodeDetails ====
Retrieve all in progress tvshows<br />
Retrieve details about a specific tv show episode<br />
'''Permissions:'''
'''Permissions:'''
* ReadData
* ReadData
'''Parameters:'''
'''Parameters:'''
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
# [''[[#Video.Fields.TVShow|Video.Fields.TVShow]]'' properties]<br />
# ''[[#Library.Id|Library.Id]]'' episodeid<br />
# [''[[#List.Limits|List.Limits]]'' limits]<br />
# [''[[#Video.Fields.Episode|Video.Fields.Episode]]'' properties]<br />
# [''[[#List.Sort|List.Sort]]'' sort]<br />
</div>
</div>
'''Returns:'''  
'''Returns:'''  
Line 6,742: Line 7,204:
'''Type:''' ''object''<br />
'''Type:''' ''object''<br />
'''Properties:'''
'''Properties:'''
# ''[[#List.LimitsReturned|List.LimitsReturned]]'' limits<br />
# [''[[#Video.Details.Episode|Video.Details.Episode]]'' episodedetails]<br />
# [''array[[#Video.Details.TVShow|Video.Details.TVShow]]'' tvshows]<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Retrieve all in progress tvshows",
   "description": "Retrieve details about a specific tv show episode",
   "params": [
   "params": [
     {
     {
       "$ref": "Video.Fields.TVShow",
       "$ref": "Library.Id",
       "name": "properties"
       "name": "episodeid",
      "required": true
     },
     },
     {
     {
       "$ref": "List.Limits",
       "$ref": "Video.Fields.Episode",
      "name": "limits"
       "name": "properties"
    },
     }
    {
      "$ref": "List.Sort",
       "name": "sort"
     }
   ],
   ],
   "permission": "ReadData",
   "permission": "ReadData",
   "returns": {
   "returns": {
     "properties": {
     "properties": {
       "limits": {
       "episodedetails": {
         "$ref": "List.LimitsReturned",
         "$ref": "Video.Details.Episode"
        "required": true
      },
      "tvshows": {
        "items": {
          "$ref": "Video.Details.TVShow"
        },
        "type": "array"
       }
       }
     },
     },
Line 6,781: Line 7,232:
}
}
</syntaxhighlight>}}
</syntaxhighlight>}}
==== VideoLibrary.GetMovieDetails ====
==== VideoLibrary.GetEpisodes ====
Retrieve details about a specific movie<br />
Retrieve all tv show episodes<br />
'''Permissions:'''
'''Permissions:'''
* ReadData
* ReadData
'''Parameters:'''
'''Parameters:'''
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
# ''[[#Library.Id|Library.Id]]'' movieid<br />
# [''[[#Library.Id|Library.Id]]'' tvshowid = -1]<br />
# [''[[#Video.Fields.Movie|Video.Fields.Movie]]'' properties]<br />
# [''integer'' season = -1]<br />
# [''[[#Video.Fields.Episode|Video.Fields.Episode]]'' properties]<br />
# [''[[#List.Limits|List.Limits]]'' limits]<br />
# [''[[#List.Sort|List.Sort]]'' sort]<br />
# [''mixed: object|object|object|object|object|[[#List.Filter.Episodes|List.Filter.Episodes]]'' filter]<br />
</div>
</div>
'''Returns:'''  
'''Returns:'''  
Line 6,794: Line 7,249:
'''Type:''' ''object''<br />
'''Type:''' ''object''<br />
'''Properties:'''
'''Properties:'''
# [''[[#Video.Details.Movie|Video.Details.Movie]]'' moviedetails]<br />
# [''array[ [[#Video.Details.Episode|Video.Details.Episode]] ]'' episodes]<br />
# ''[[#List.LimitsReturned|List.LimitsReturned]]'' limits<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Retrieve details about a specific movie",
   "description": "Retrieve all tv show episodes",
   "params": [
   "params": [
     {
     {
       "$ref": "Library.Id",
       "$ref": "Library.Id",
       "name": "movieid",
      "default": -1,
       "required": true
       "name": "tvshowid"
    },
    {
      "default": -1,
       "minimum": 0,
      "name": "season",
      "type": "integer"
     },
     },
     {
     {
       "$ref": "Video.Fields.Movie",
       "$ref": "Video.Fields.Episode",
       "name": "properties"
       "name": "properties"
    }
  ],
  "permission": "ReadData",
  "returns": {
    "properties": {
      "moviedetails": {
        "$ref": "Video.Details.Movie"
      }
     },
     },
    "type": "object"
  },
  "type": "method"
}
</syntaxhighlight>}}
==== VideoLibrary.GetMovieSetDetails ====
Retrieve details about a specific movie set<br />
'''Permissions:'''
* ReadData
'''Parameters:'''
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
# ''[[#Library.Id|Library.Id]]'' setid<br />
# [''[[#Video.Fields.MovieSet|Video.Fields.MovieSet]]'' properties]<br />
# [''object'' movies]<br />
</div>
'''Returns:'''
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
'''Type:''' ''object''<br />
'''Properties:'''
# [''[[#Video.Details.MovieSet.Extended|Video.Details.MovieSet.Extended]]'' setdetails]<br />
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{
  "description": "Retrieve details about a specific movie set",
  "params": [
     {
     {
       "$ref": "Library.Id",
       "$ref": "List.Limits",
       "name": "setid",
       "name": "limits"
      "required": true
     },
     },
     {
     {
       "$ref": "Video.Fields.MovieSet",
       "$ref": "List.Sort",
       "name": "properties"
       "name": "sort"
     },
     },
     {
     {
       "name": "movies",
       "name": "filter",
       "properties": {
       "type": [
        "limits": {
        {
          "$ref": "List.Limits"
          "additionalProperties": false,
          "properties": {
            "genreid": {
              "$ref": "Library.Id",
              "description": "Requires tvshowid to be set",
              "required": true
            }
          },
          "type": "object"
        },
        {
          "additionalProperties": false,
          "properties": {
            "genre": {
              "description": "Requires tvshowid to be set",
              "minLength": 1,
              "required": true,
              "type": "string"
            }
          },
          "type": "object"
        },
        {
          "additionalProperties": false,
          "properties": {
            "year": {
              "minimum": 0,
              "required": true,
              "type": "integer"
            }
          },
          "type": "object"
        },
        {
          "additionalProperties": false,
          "properties": {
            "actor": {
              "description": "Requires tvshowid to be set",
              "minLength": 1,
              "required": true,
              "type": "string"
            }
          },
          "type": "object"
         },
         },
         "properties": {
         {
           "$ref": "Video.Fields.Movie"
          "additionalProperties": false,
          "properties": {
            "director": {
              "minLength": 1,
              "required": true,
              "type": "string"
            }
          },
           "type": "object"
         },
         },
         "sort": {
         {
           "$ref": "List.Sort"
           "$ref": "List.Filter.Episodes"
         }
         }
       },
       ]
      "type": "object"
     }
     }
   ],
   ],
Line 6,870: Line 7,348:
   "returns": {
   "returns": {
     "properties": {
     "properties": {
       "setdetails": {
       "episodes": {
         "$ref": "Video.Details.MovieSet.Extended"
         "items": {
       }
          "$ref": "Video.Details.Episode"
     },
        },
        "type": "array"
      },
      "limits": {
        "$ref": "List.LimitsReturned",
        "required": true
       }
     },
     "type": "object"
     "type": "object"
   },
   },
Line 6,879: Line 7,364:
}
}
</syntaxhighlight>}}
</syntaxhighlight>}}
==== VideoLibrary.GetMovieSets ====
==== VideoLibrary.GetGenres ====
Retrieve all movie sets<br />
Retrieve all genres<br />
'''Permissions:'''
'''Permissions:'''
* ReadData
* ReadData
'''Parameters:'''
'''Parameters:'''
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
# [''[[#Video.Fields.MovieSet|Video.Fields.MovieSet]]'' properties]<br />
# ''string'' type<br />
# [''[[#Library.Fields.Genre|Library.Fields.Genre]]'' properties]<br />
# [''[[#List.Limits|List.Limits]]'' limits]<br />
# [''[[#List.Limits|List.Limits]]'' limits]<br />
# [''[[#List.Sort|List.Sort]]'' sort]<br />
# [''[[#List.Sort|List.Sort]]'' sort]<br />
Line 6,893: Line 7,379:
'''Type:''' ''object''<br />
'''Type:''' ''object''<br />
'''Properties:'''
'''Properties:'''
# ''array[ [[#Library.Details.Genre|Library.Details.Genre]] ]'' genres<br />
# ''[[#List.LimitsReturned|List.LimitsReturned]]'' limits<br />
# ''[[#List.LimitsReturned|List.LimitsReturned]]'' limits<br />
# [''array[[#Video.Details.MovieSet|Video.Details.MovieSet]]'' sets]<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Retrieve all movie sets",
   "description": "Retrieve all genres",
   "params": [
   "params": [
     {
     {
       "$ref": "Video.Fields.MovieSet",
      "enums": [
        "movie",
        "tvshow",
        "musicvideo"
      ],
      "name": "type",
      "required": true,
      "type": "string"
    },
    {
       "$ref": "Library.Fields.Genre",
       "name": "properties"
       "name": "properties"
     },
     },
Line 6,916: Line 7,412:
   "returns": {
   "returns": {
     "properties": {
     "properties": {
      "genres": {
        "items": {
          "$ref": "Library.Details.Genre"
        },
        "required": true,
        "type": "array"
      },
       "limits": {
       "limits": {
         "$ref": "List.LimitsReturned",
         "$ref": "List.LimitsReturned",
         "required": true
         "required": true
      },
      "sets": {
        "items": {
          "$ref": "Video.Details.MovieSet"
        },
        "type": "array"
       }
       }
     },
     },
Line 6,932: Line 7,429:
}
}
</syntaxhighlight>}}
</syntaxhighlight>}}
==== VideoLibrary.GetMovies ====
==== VideoLibrary.GetInProgressTVShows ====
Retrieve all movies<br />
Retrieve all in progress tvshows<br />
'''Permissions:'''
'''Permissions:'''
* ReadData
* ReadData
'''Parameters:'''
'''Parameters:'''
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
# [''[[#Video.Fields.Movie|Video.Fields.Movie]]'' properties]<br />
# [''[[#Video.Fields.TVShow|Video.Fields.TVShow]]'' properties]<br />
# [''[[#List.Limits|List.Limits]]'' limits]<br />
# [''[[#List.Limits|List.Limits]]'' limits]<br />
# [''[[#List.Sort|List.Sort]]'' sort]<br />
# [''[[#List.Sort|List.Sort]]'' sort]<br />
# [''mixed: object|object|object|object|object|object|object|object|object|object|[[#List.Filter.Movies|List.Filter.Movies]]'' filter]<br />
</div>
</div>
'''Returns:'''  
'''Returns:'''  
Line 6,948: Line 7,444:
'''Properties:'''
'''Properties:'''
# ''[[#List.LimitsReturned|List.LimitsReturned]]'' limits<br />
# ''[[#List.LimitsReturned|List.LimitsReturned]]'' limits<br />
# [''array[[#Video.Details.Movie|Video.Details.Movie]]'' movies]<br />
# [''array[ [[#Video.Details.TVShow|Video.Details.TVShow]] ]'' tvshows]<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Retrieve all movies",
   "description": "Retrieve all in progress tvshows",
   "params": [
   "params": [
     {
     {
       "$ref": "Video.Fields.Movie",
       "$ref": "Video.Fields.TVShow",
       "name": "properties"
       "name": "properties"
     },
     },
Line 6,965: Line 7,461:
       "$ref": "List.Sort",
       "$ref": "List.Sort",
       "name": "sort"
       "name": "sort"
    }
  ],
  "permission": "ReadData",
  "returns": {
    "properties": {
      "limits": {
        "$ref": "List.LimitsReturned",
        "required": true
      },
      "tvshows": {
        "items": {
          "$ref": "Video.Details.TVShow"
        },
        "type": "array"
      }
     },
     },
     {
    "type": "object"
       "name": "filter",
  },
       "type": [
  "type": "method"
         {
}
          "additionalProperties": false,
</syntaxhighlight>}}
          "properties": {
==== VideoLibrary.GetMovieDetails ====
            "genreid": {
Retrieve details about a specific movie<br />
              "$ref": "Library.Id",
'''Permissions:'''
              "required": true
* ReadData
            }
'''Parameters:'''
           },
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
           "type": "object"
# ''[[#Library.Id|Library.Id]]'' movieid<br />
# [''[[#Video.Fields.Movie|Video.Fields.Movie]]'' properties]<br />
</div>
'''Returns:'''
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
'''Type:''' ''object''<br />
'''Properties:'''
# [''[[#Video.Details.Movie|Video.Details.Movie]]'' moviedetails]<br />
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
  "description": "Retrieve details about a specific movie",
  "params": [
     {
      "$ref": "Library.Id",
       "name": "movieid",
      "required": true
    },
    {
       "$ref": "Video.Fields.Movie",
      "name": "properties"
    }
  ],
  "permission": "ReadData",
  "returns": {
    "properties": {
      "moviedetails": {
         "$ref": "Video.Details.Movie"
      }
    },
    "type": "object"
  },
  "type": "method"
}
</syntaxhighlight>}}
==== VideoLibrary.GetMovieSetDetails ====
Retrieve details about a specific movie set<br />
'''Permissions:'''
* ReadData
'''Parameters:'''
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
# ''[[#Library.Id|Library.Id]]'' setid<br />
# [''[[#Video.Fields.MovieSet|Video.Fields.MovieSet]]'' properties]<br />
# [''object'' movies]<br />
</div>
'''Returns:'''
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
'''Type:''' ''object''<br />
'''Properties:'''
# [''[[#Video.Details.MovieSet.Extended|Video.Details.MovieSet.Extended]]'' setdetails]<br />
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
  "description": "Retrieve details about a specific movie set",
  "params": [
    {
      "$ref": "Library.Id",
      "name": "setid",
      "required": true
    },
    {
      "$ref": "Video.Fields.MovieSet",
      "name": "properties"
    },
    {
      "name": "movies",
      "properties": {
        "limits": {
           "$ref": "List.Limits"
        },
        "properties": {
           "$ref": "Video.Fields.Movie"
         },
         },
         {
         "sort": {
           "additionalProperties": false,
           "$ref": "List.Sort"
          "properties": {
        }
            "genre": {
      },
              "minLength": 1,
      "type": "object"
              "required": true,
    }
              "type": "string"
  ],
            }
  "permission": "ReadData",
          },
  "returns": {
           "type": "object"
    "properties": {
      "setdetails": {
        "$ref": "Video.Details.MovieSet.Extended"
      }
    },
    "type": "object"
  },
  "type": "method"
}
</syntaxhighlight>}}
==== VideoLibrary.GetMovieSets ====
Retrieve all movie sets<br />
'''Permissions:'''
* ReadData
'''Parameters:'''
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
# [''[[#Video.Fields.MovieSet|Video.Fields.MovieSet]]'' properties]<br />
# [''[[#List.Limits|List.Limits]]'' limits]<br />
# [''[[#List.Sort|List.Sort]]'' sort]<br />
</div>
'''Returns:'''
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
'''Type:''' ''object''<br />
'''Properties:'''
# ''[[#List.LimitsReturned|List.LimitsReturned]]'' limits<br />
# [''array[ [[#Video.Details.MovieSet|Video.Details.MovieSet]] ]'' sets]<br />
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
  "description": "Retrieve all movie sets",
  "params": [
    {
      "$ref": "Video.Fields.MovieSet",
      "name": "properties"
    },
    {
      "$ref": "List.Limits",
      "name": "limits"
    },
    {
      "$ref": "List.Sort",
      "name": "sort"
    }
  ],
  "permission": "ReadData",
  "returns": {
    "properties": {
      "limits": {
        "$ref": "List.LimitsReturned",
        "required": true
      },
      "sets": {
        "items": {
           "$ref": "Video.Details.MovieSet"
         },
         },
         {
        "type": "array"
           "additionalProperties": false,
      }
           "properties": {
    },
             "year": {
    "type": "object"
               "minimum": 0,
  },
               "required": true,
  "type": "method"
               "type": "integer"
}
             }
</syntaxhighlight>}}
==== VideoLibrary.GetMovies ====
Retrieve all movies<br />
'''Permissions:'''
* ReadData
'''Parameters:'''
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
# [''[[#Video.Fields.Movie|Video.Fields.Movie]]'' properties]<br />
# [''[[#List.Limits|List.Limits]]'' limits]<br />
# [''[[#List.Sort|List.Sort]]'' sort]<br />
# [''mixed: object|object|object|object|object|object|object|object|object|object|[[#List.Filter.Movies|List.Filter.Movies]]'' filter]<br />
</div>
'''Returns:'''
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
'''Type:''' ''object''<br />
'''Properties:'''
# ''[[#List.LimitsReturned|List.LimitsReturned]]'' limits<br />
# [''array[ [[#Video.Details.Movie|Video.Details.Movie]] ]'' movies]<br />
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
  "description": "Retrieve all movies",
  "params": [
    {
      "$ref": "Video.Fields.Movie",
      "name": "properties"
    },
    {
      "$ref": "List.Limits",
      "name": "limits"
    },
    {
      "$ref": "List.Sort",
      "name": "sort"
    },
    {
      "name": "filter",
      "type": [
        {
          "additionalProperties": false,
          "properties": {
            "genreid": {
              "$ref": "Library.Id",
              "required": true
            }
          },
          "type": "object"
        },
        {
          "additionalProperties": false,
          "properties": {
            "genre": {
              "minLength": 1,
              "required": true,
              "type": "string"
            }
          },
          "type": "object"
        },
         {
           "additionalProperties": false,
           "properties": {
             "year": {
               "minimum": 0,
               "required": true,
               "type": "integer"
             }
           },
           },
           "type": "object"
           "type": "object"
Line 7,117: Line 7,818:
# [''[[#Video.Details.MusicVideo|Video.Details.MusicVideo]]'' musicvideodetails]<br />
# [''[[#Video.Details.MusicVideo|Video.Details.MusicVideo]]'' musicvideodetails]<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Retrieve details about a specific music video",
   "description": "Retrieve details about a specific music video",
Line 7,159: Line 7,860:
'''Properties:'''
'''Properties:'''
# ''[[#List.LimitsReturned|List.LimitsReturned]]'' limits<br />
# ''[[#List.LimitsReturned|List.LimitsReturned]]'' limits<br />
# [''array[[#Video.Details.MusicVideo|Video.Details.MusicVideo]]'' musicvideos]<br />
# [''array[ [[#Video.Details.MusicVideo|Video.Details.MusicVideo]] ]'' musicvideos]<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Retrieve all music videos",
   "description": "Retrieve all music videos",
Line 7,295: Line 7,996:
'''Type:''' ''object''<br />
'''Type:''' ''object''<br />
'''Properties:'''
'''Properties:'''
# [''array[[#Video.Details.Episode|Video.Details.Episode]]'' episodes]<br />
# [''array[ [[#Video.Details.Episode|Video.Details.Episode]] ]'' episodes]<br />
# ''[[#List.LimitsReturned|List.LimitsReturned]]'' limits<br />
# ''[[#List.LimitsReturned|List.LimitsReturned]]'' limits<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Retrieve all recently added tv episodes",
   "description": "Retrieve all recently added tv episodes",
Line 7,349: Line 8,050:
'''Properties:'''
'''Properties:'''
# ''[[#List.LimitsReturned|List.LimitsReturned]]'' limits<br />
# ''[[#List.LimitsReturned|List.LimitsReturned]]'' limits<br />
# [''array[[#Video.Details.Movie|Video.Details.Movie]]'' movies]<br />
# [''array[ [[#Video.Details.Movie|Video.Details.Movie]] ]'' movies]<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Retrieve all recently added movies",
   "description": "Retrieve all recently added movies",
Line 7,402: Line 8,103:
'''Properties:'''
'''Properties:'''
# ''[[#List.LimitsReturned|List.LimitsReturned]]'' limits<br />
# ''[[#List.LimitsReturned|List.LimitsReturned]]'' limits<br />
# [''array[[#Video.Details.MusicVideo|Video.Details.MusicVideo]]'' musicvideos]<br />
# [''array[ [[#Video.Details.MusicVideo|Video.Details.MusicVideo]] ]'' musicvideos]<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Retrieve all recently added music videos",
   "description": "Retrieve all recently added music videos",
Line 7,455: Line 8,156:
# [''[[#Video.Details.Season|Video.Details.Season]]'' seasondetails]<br />
# [''[[#Video.Details.Season|Video.Details.Season]]'' seasondetails]<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Retrieve details about a specific tv show season",
   "description": "Retrieve details about a specific tv show season",
Line 7,497: Line 8,198:
'''Properties:'''
'''Properties:'''
# ''[[#List.LimitsReturned|List.LimitsReturned]]'' limits<br />
# ''[[#List.LimitsReturned|List.LimitsReturned]]'' limits<br />
# [''array[[#Video.Details.Season|Video.Details.Season]]'' seasons]<br />
# [''array[ [[#Video.Details.Season|Video.Details.Season]] ]'' seasons]<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Retrieve all tv seasons",
   "description": "Retrieve all tv seasons",
Line 7,555: Line 8,256:
# [''[[#Video.Details.TVShow|Video.Details.TVShow]]'' tvshowdetails]<br />
# [''[[#Video.Details.TVShow|Video.Details.TVShow]]'' tvshowdetails]<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Retrieve details about a specific tv show",
   "description": "Retrieve details about a specific tv show",
Line 7,597: Line 8,298:
'''Properties:'''
'''Properties:'''
# ''[[#List.LimitsReturned|List.LimitsReturned]]'' limits<br />
# ''[[#List.LimitsReturned|List.LimitsReturned]]'' limits<br />
# [''array[[#Video.Details.TVShow|Video.Details.TVShow]]'' tvshows]<br />
# [''array[ [[#Video.Details.TVShow|Video.Details.TVShow]] ]'' tvshows]<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Retrieve all tv shows",
   "description": "Retrieve all tv shows",
Line 7,724: Line 8,425:
'''Properties:'''
'''Properties:'''
# ''[[#List.LimitsReturned|List.LimitsReturned]]'' limits<br />
# ''[[#List.LimitsReturned|List.LimitsReturned]]'' limits<br />
# ''array[[#Library.Details.Tag|Library.Details.Tag]]'' tags<br />
# ''array[ [[#Library.Details.Tag|Library.Details.Tag]] ]'' tags<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Retrieve all tags",
   "description": "Retrieve all tags",
Line 7,787: Line 8,488:
'''Type:''' ''string''<br />
'''Type:''' ''string''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Refresh the given episode in the library",
   "description": "Refresh the given episode in the library",
Line 7,830: Line 8,531:
'''Type:''' ''string''<br />
'''Type:''' ''string''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Refresh the given movie in the library",
   "description": "Refresh the given movie in the library",
Line 7,873: Line 8,574:
'''Type:''' ''string''<br />
'''Type:''' ''string''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Refresh the given music video in the library",
   "description": "Refresh the given music video in the library",
Line 7,917: Line 8,618:
'''Type:''' ''string''<br />
'''Type:''' ''string''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Refresh the given tv show in the library",
   "description": "Refresh the given tv show in the library",
Line 7,964: Line 8,665:
'''Type:''' ''string''<br />
'''Type:''' ''string''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Removes the given episode from the library",
   "description": "Removes the given episode from the library",
Line 7,993: Line 8,694:
'''Type:''' ''string''<br />
'''Type:''' ''string''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Removes the given movie from the library",
   "description": "Removes the given movie from the library",
Line 8,022: Line 8,723:
'''Type:''' ''string''<br />
'''Type:''' ''string''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Removes the given music video from the library",
   "description": "Removes the given music video from the library",
Line 8,051: Line 8,752:
'''Type:''' ''string''<br />
'''Type:''' ''string''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Removes the given tv show from the library",
   "description": "Removes the given tv show from the library",
Line 8,081: Line 8,782:
'''Type:''' ''string''<br />
'''Type:''' ''string''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Scans the video sources for new library items",
   "description": "Scans the video sources for new library items",
Line 8,138: Line 8,839:
'''Type:''' ''string''<br />
'''Type:''' ''string''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Update the given episode with the given details",
   "description": "Update the given episode with the given details",
Line 8,345: Line 9,046:
'''Type:''' ''string''<br />
'''Type:''' ''string''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Update the given movie with the given details",
   "description": "Update the given movie with the given details",
Line 8,614: Line 9,315:
'''Type:''' ''string''<br />
'''Type:''' ''string''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Update the given movie set with the given details",
   "description": "Update the given movie set with the given details",
Line 8,686: Line 9,387:
'''Type:''' ''string''<br />
'''Type:''' ''string''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Update the given music video with the given details",
   "description": "Update the given music video with the given details",
Line 8,875: Line 9,576:
'''Type:''' ''string''<br />
'''Type:''' ''string''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Update the given season with the given details",
   "description": "Update the given season with the given details",
Line 8,950: Line 9,651:
'''Type:''' ''string''<br />
'''Type:''' ''string''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Update the given tvshow with the given details",
   "description": "Update the given tvshow with the given details",
Line 9,130: Line 9,831:
'''Parameters:'''
'''Parameters:'''
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
# ''array'' booleans<br />
# ''array[string]'' booleans<br />
</div>
</div>
'''Returns:'''  
'''Returns:'''  
Line 9,136: Line 9,837:
'''Type:''' ''object (Object containing key-value pairs of the retrieved info booleans)''<br />
'''Type:''' ''object (Object containing key-value pairs of the retrieved info booleans)''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Retrieve info booleans about Kodi and the system",
   "description": "Retrieve info booleans about Kodi and the system",
Line 9,168: Line 9,869:
'''Parameters:'''
'''Parameters:'''
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
# ''array'' labels (See http://kodi.wiki/view/InfoLabels for a list of possible info labels)<br />
# ''array[string]'' labels (See http://kodi.wiki/view/InfoLabels for a list of possible info labels)<br />
</div>
</div>
'''Returns:'''  
'''Returns:'''  
Line 9,174: Line 9,875:
'''Type:''' ''object (Object containing key-value pairs of the retrieved info labels)''<br />
'''Type:''' ''object (Object containing key-value pairs of the retrieved info labels)''<br />
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Retrieve info labels about Kodi and the system",
   "description": "Retrieve info labels about Kodi and the system",
Line 9,206: Line 9,907:
'''Type:''' ''string''
'''Type:''' ''string''
<br />
<br />
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "default": "unknown",
   "default": "unknown",
Line 9,229: Line 9,930:
* [''mixed: boolean|string'' broken]
* [''mixed: boolean|string'' broken]
* [''array'' dependencies]
* [''array'' dependencies]
* [''mixed: boolean|string'' deprecated]
* [''string'' description]
* [''string'' description]
* [''string'' disclaimer]
* [''string'' disclaimer]
Line 9,243: Line 9,945:
* [''string'' version]
* [''string'' version]
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "extends": "Item.Details.Base",
   "extends": "Item.Details.Base",
Line 9,286: Line 9,988:
       },
       },
       "type": "array"
       "type": "array"
    },
    "deprecated": {
      "default": null,
      "type": [
        {
          "type": "boolean"
        },
        {
          "type": "string"
        }
      ]
     },
     },
     "description": {
     "description": {
Line 9,357: Line 10,070:
'''Extends:'''
'''Extends:'''
* ''[[#Item.Fields.Base|Item.Fields.Base]]''
* ''[[#Item.Fields.Base|Item.Fields.Base]]''
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "extends": "Item.Fields.Base",
   "extends": "Item.Fields.Base",
Line 9,377: Line 10,090:
       "rating",
       "rating",
       "enabled",
       "enabled",
       "installed"
       "installed",
      "deprecated"
     ],
     ],
     "type": "string"
     "type": "string"
Line 9,386: Line 10,100:
'''Type:''' ''string''
'''Type:''' ''string''
<br />
<br />
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "default": "unknown",
   "default": "unknown",
Line 9,393: Line 10,107:
     "xbmc.player.musicviz",
     "xbmc.player.musicviz",
     "xbmc.gui.skin",
     "xbmc.gui.skin",
     "xbmc.pvrclient",
     "kodi.pvrclient",
     "kodi.inputstream",
     "kodi.inputstream",
     "kodi.gameclient",
     "kodi.gameclient",
Line 9,440: Line 10,154:
'''Type:''' ''string''
'''Type:''' ''string''
<br />
<br />
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "default": "volume",
   "default": "volume",
Line 9,467: Line 10,181:
* [''integer'' volume]
* [''integer'' volume]
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "id": "Application.Property.Value",
   "id": "Application.Property.Value",
Line 9,545: Line 10,259:
'''Type:''' ''array''
'''Type:''' ''array''
<br />
<br />
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "id": "Array.Integer",
   "id": "Array.Integer",
Line 9,557: Line 10,271:
'''Type:''' ''array''
'''Type:''' ''array''
<br />
<br />
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "id": "Array.String",
   "id": "Array.String",
Line 9,571: Line 10,285:
'''Type:''' ''string''
'''Type:''' ''string''
<br />
<br />
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "default": "album",
   "default": "album",
Line 9,585: Line 10,299:
'''Type:''' ''array''
'''Type:''' ''array''
<br />
<br />
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "id": "Audio.Artist.Roles",
   "id": "Audio.Artist.Roles",
Line 9,609: Line 10,323:
'''Type:''' ''array''
'''Type:''' ''array''
<br />
<br />
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "id": "Audio.Contributors",
   "id": "Audio.Contributors",
Line 9,643: Line 10,357:
'''Properties:'''
'''Properties:'''
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
* [''integer'' albumduration]
* ''[[#Library.Id|Library.Id]]'' albumid
* ''[[#Library.Id|Library.Id]]'' albumid
* [''string'' albumlabel]
* [''string'' albumlabel]
* [''string'' albumstatus]
* [''boolean'' compilation]
* [''boolean'' compilation]
* [''string'' description]
* [''string'' description]
Line 9,661: Line 10,377:
* [''string'' type]
* [''string'' type]
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "extends": "Audio.Details.Media",
   "extends": "Audio.Details.Media",
   "id": "Audio.Details.Album",
   "id": "Audio.Details.Album",
   "properties": {
   "properties": {
    "albumduration": {
      "default": 0,
      "type": "integer"
    },
     "albumid": {
     "albumid": {
       "$ref": "Library.Id",
       "$ref": "Library.Id",
Line 9,671: Line 10,391:
     },
     },
     "albumlabel": {
     "albumlabel": {
      "default": "",
      "type": "string"
    },
    "albumstatus": {
       "default": "",
       "default": "",
       "type": "string"
       "type": "string"
Line 9,759: Line 10,483:
* [''[[#Array.String|Array.String]]'' yearsactive]
* [''[[#Array.String|Array.String]]'' yearsactive]
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "extends": "Audio.Details.Base",
   "extends": "Audio.Details.Base",
Line 9,852: Line 10,576:
* [''[[#Array.String|Array.String]]'' genre]
* [''[[#Array.String|Array.String]]'' genre]
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "extends": "Media.Details.Base",
   "extends": "Media.Details.Base",
Line 9,873: Line 10,597:
'''Type:''' ''array''
'''Type:''' ''array''
<br />
<br />
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "id": "Audio.Details.Genres",
   "id": "Audio.Details.Genres",
Line 9,910: Line 10,634:
* [''integer'' year]
* [''integer'' year]
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "extends": "Audio.Details.Base",
   "extends": "Audio.Details.Base",
Line 9,971: Line 10,695:
* [''string'' title]
* [''string'' title]
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "extends": "Item.Details.Base",
   "extends": "Item.Details.Base",
Line 10,022: Line 10,746:
* [''integer'' track]
* [''integer'' track]
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "extends": "Audio.Details.Media",
   "extends": "Audio.Details.Media",
Line 10,143: Line 10,867:
'''Extends:'''
'''Extends:'''
* ''[[#Item.Fields.Base|Item.Fields.Base]]''
* ''[[#Item.Fields.Base|Item.Fields.Base]]''
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "extends": "Item.Fields.Base",
   "extends": "Item.Fields.Base",
Line 10,182: Line 10,906:
       "totaldiscs",
       "totaldiscs",
       "releasedate",
       "releasedate",
       "originaldate"
       "originaldate",
      "albumstatus",
      "datemodified",
      "datenew",
      "albumduration"
     ],
     ],
     "type": "string"
     "type": "string"
Line 10,191: Line 10,919:
'''Extends:'''
'''Extends:'''
* ''[[#Item.Fields.Base|Item.Fields.Base]]''
* ''[[#Item.Fields.Base|Item.Fields.Base]]''
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "extends": "Item.Fields.Base",
   "extends": "Item.Fields.Base",
Line 10,221: Line 10,949:
       "disambiguation",
       "disambiguation",
       "art",
       "art",
       "sourceid"
       "sourceid",
      "datemodified",
      "datenew"
     ],
     ],
     "type": "string"
     "type": "string"
Line 10,230: Line 10,960:
'''Extends:'''
'''Extends:'''
* ''[[#Item.Fields.Base|Item.Fields.Base]]''
* ''[[#Item.Fields.Base|Item.Fields.Base]]''
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "extends": "Item.Fields.Base",
   "extends": "Item.Fields.Base",
Line 10,245: Line 10,975:
'''Extends:'''
'''Extends:'''
* ''[[#Item.Fields.Base|Item.Fields.Base]]''
* ''[[#Item.Fields.Base|Item.Fields.Base]]''
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "extends": "Item.Fields.Base",
   "extends": "Item.Fields.Base",
Line 10,297: Line 11,027:
       "samplerate",
       "samplerate",
       "bitrate",
       "bitrate",
       "channels"
       "channels",
      "datemodified",
      "datenew"
     ],
     ],
     "type": "string"
     "type": "string"
Line 10,306: Line 11,038:
'''Type:''' ''string''
'''Type:''' ''string''
<br />
<br />
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "default": "missingartistid",
   "default": "missingartistid",
   "enums": [
   "enums": [
     "missingartistid",
     "missingartistid",
     "librarylastupdated"
     "librarylastupdated",
    "librarylastcleaned",
    "artistlinksupdated",
    "songslastadded",
    "albumslastadded",
    "artistslastadded",
    "genreslastadded",
    "songsmodified",
    "albumsmodified",
    "artistsmodified"
   ],
   ],
   "id": "Audio.Property.Name",
   "id": "Audio.Property.Name",
Line 10,322: Line 11,063:
'''Properties:'''
'''Properties:'''
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
* [''string'' albumslastadded]
* [''string'' albumsmodified]
* [''string'' artistlinksupdated]
* [''string'' artistslastadded]
* [''string'' artistsmodified]
* [''string'' genreslastadded]
* [''string'' librarylastcleaned]
* [''string'' librarylastupdated]
* [''string'' librarylastupdated]
* [''[[#Library.Id|Library.Id]]'' missingartistid = -1]
* [''[[#Library.Id|Library.Id]]'' missingartistid = -1]
* [''string'' songslastadded]
* [''string'' songsmodified]
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "id": "Audio.Property.Value",
   "id": "Audio.Property.Value",
   "properties": {
   "properties": {
    "albumslastadded": {
      "default": "",
      "type": "string"
    },
    "albumsmodified": {
      "default": "",
      "type": "string"
    },
    "artistlinksupdated": {
      "default": "",
      "type": "string"
    },
    "artistslastadded": {
      "default": "",
      "type": "string"
    },
    "artistsmodified": {
      "default": "",
      "type": "string"
    },
    "genreslastadded": {
      "default": "",
      "type": "string"
    },
    "librarylastcleaned": {
      "default": "",
      "type": "string"
    },
     "librarylastupdated": {
     "librarylastupdated": {
       "default": "",
       "default": "",
Line 10,336: Line 11,114:
       "$ref": "Library.Id",
       "$ref": "Library.Id",
       "default": -1
       "default": -1
    },
    "songslastadded": {
      "default": "",
      "type": "string"
    },
    "songsmodified": {
      "default": "",
      "type": "string"
     }
     }
   },
   },
Line 10,349: Line 11,135:
* ''[[#Configuration.Notifications|Configuration.Notifications]]'' notifications
* ''[[#Configuration.Notifications|Configuration.Notifications]]'' notifications
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "id": "Configuration",
   "id": "Configuration",
Line 10,378: Line 11,164:
* ''boolean'' videolibrary
* ''boolean'' videolibrary
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "additionalProperties": false,
   "additionalProperties": false,
Line 10,440: Line 11,226:
* [''string'' windowparameter]
* [''string'' windowparameter]
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "additionalProperties": false,
   "additionalProperties": false,
Line 10,476: Line 11,262:
'''Extends:'''
'''Extends:'''
* ''[[#Item.Fields.Base|Item.Fields.Base]]''
* ''[[#Item.Fields.Base|Item.Fields.Base]]''
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "extends": "Item.Fields.Base",
   "extends": "Item.Fields.Base",
Line 10,494: Line 11,280:
'''Type:''' ''string''
'''Type:''' ''string''
<br />
<br />
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "default": "media",
   "default": "media",
Line 10,512: Line 11,298:
'''Type:''' ''string''
'''Type:''' ''string''
<br />
<br />
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "default": "video",
   "default": "video",
Line 10,530: Line 11,316:
'''Type:''' ''string''
'''Type:''' ''string''
<br />
<br />
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "default": "currentwindow",
   "default": "currentwindow",
Line 10,555: Line 11,341:
* [''[[#GUI.Stereoscopy.Mode|GUI.Stereoscopy.Mode]]'' stereoscopicmode]
* [''[[#GUI.Stereoscopy.Mode|GUI.Stereoscopy.Mode]]'' stereoscopicmode]
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "id": "GUI.Property.Value",
   "id": "GUI.Property.Value",
Line 10,614: Line 11,400:
* ''string'' mode
* ''string'' mode
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "id": "GUI.Stereoscopy.Mode",
   "id": "GUI.Stereoscopy.Mode",
Line 10,644: Line 11,430:
'''Type:''' ''string''
'''Type:''' ''string''
<br />
<br />
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "default": "addon",
   "default": "addon",
Line 10,784: Line 11,570:
'''Type:''' ''string''
'''Type:''' ''string''
<br />
<br />
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "default": "increment",
   "default": "increment",
Line 10,798: Line 11,584:
'''Type:''' ''string''
'''Type:''' ''string''
<br />
<br />
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "default": "",
   "default": "",
Line 10,816: Line 11,602:
* ''integer'' seconds
* ''integer'' seconds
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "additionalProperties": false,
   "additionalProperties": false,
  "description": "A duration.",
   "id": "Global.Time",
   "id": "Global.Time",
   "properties": {
   "properties": {
     "hours": {
     "hours": {
      "maximum": 23,
       "minimum": 0,
       "minimum": 0,
       "required": true,
       "required": true,
Line 10,852: Line 11,638:
'''Type:''' ''mixed''
'''Type:''' ''mixed''
<br />
<br />
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "default": null,
   "default": null,
Line 10,872: Line 11,658:
'''Type:''' ''string''
'''Type:''' ''string''
<br />
<br />
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "default": "monday",
   "default": "monday",
Line 10,892: Line 11,678:
'''Type:''' ''string''
'''Type:''' ''string''
<br />
<br />
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "default": "analogfastforward",
   "default": "analogfastforward",
Line 10,931: Line 11,717:
     "cursorright",
     "cursorright",
     "cyclesubtitle",
     "cyclesubtitle",
    "cycletonemapmethod",
     "decreasepar",
     "decreasepar",
     "decreaserating",
     "decreaserating",
Line 10,954: Line 11,741:
     "green",
     "green",
     "guiprofile",
     "guiprofile",
    "hdrtoggle",
     "highlight",
     "highlight",
     "increasepar",
     "increasepar",
Line 11,011: Line 11,799:
     "play",
     "play",
     "playerdebug",
     "playerdebug",
    "playerdebugvideo",
     "playerprocessinfo",
     "playerprocessinfo",
     "playerprogramselect",
     "playerprogramselect",
Line 11,112: Line 11,901:
</syntaxhighlight>}}
</syntaxhighlight>}}
=== Item ===
=== Item ===
==== Item.CustomProperties ====
'''Type:''' ''object''
<br />
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
  "additionalProperties": {
    "$ref": "Global.String.NotEmpty",
    "default": ""
  },
  "id": "Item.CustomProperties",
  "type": "object"
}
</syntaxhighlight>}}
==== Item.Details.Base ====
==== Item.Details.Base ====
'''Type:''' ''object''
'''Type:''' ''object''
Line 11,119: Line 11,921:
* ''string'' label
* ''string'' label
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "id": "Item.Details.Base",
   "id": "Item.Details.Base",
Line 11,134: Line 11,936:
'''Type:''' ''array''
'''Type:''' ''array''
<br />
<br />
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "id": "Item.Fields.Base",
   "id": "Item.Fields.Base",
Line 11,155: Line 11,957:
* [''string'' title]
* [''string'' title]
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "extends": "Item.Details.Base",
   "extends": "Item.Details.Base",
Line 11,188: Line 11,990:
* ''[[#Library.Id|Library.Id]]'' sourceid
* ''[[#Library.Id|Library.Id]]'' sourceid
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "extends": "Item.Details.Base",
   "extends": "Item.Details.Base",
Line 11,217: Line 12,019:
* [''string'' title]
* [''string'' title]
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "extends": "Item.Details.Base",
   "extends": "Item.Details.Base",
Line 11,236: Line 12,038:
'''Extends:'''
'''Extends:'''
* ''[[#Item.Fields.Base|Item.Fields.Base]]''
* ''[[#Item.Fields.Base|Item.Fields.Base]]''
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "extends": "Item.Fields.Base",
   "extends": "Item.Fields.Base",
Line 11,253: Line 12,055:
'''Extends:'''
'''Extends:'''
* ''[[#Item.Fields.Base|Item.Fields.Base]]''
* ''[[#Item.Fields.Base|Item.Fields.Base]]''
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "extends": "Item.Fields.Base",
   "extends": "Item.Fields.Base",
Line 11,269: Line 12,071:
'''Extends:'''
'''Extends:'''
* ''[[#Item.Fields.Base|Item.Fields.Base]]''
* ''[[#Item.Fields.Base|Item.Fields.Base]]''
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "extends": "Item.Fields.Base",
   "extends": "Item.Fields.Base",
Line 11,284: Line 12,086:
'''Type:''' ''integer''
'''Type:''' ''integer''
<br />
<br />
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "default": -1,
   "default": -1,
Line 11,296: Line 12,098:
'''Type:''' ''integer''
'''Type:''' ''integer''
<br />
<br />
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "default": -1,
   "default": -1,
Line 11,307: Line 12,109:
'''Extends:'''
'''Extends:'''
* ''[[#Item.Fields.Base|Item.Fields.Base]]''
* ''[[#Item.Fields.Base|Item.Fields.Base]]''
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "extends": "Item.Fields.Base",
   "extends": "Item.Fields.Base",
Line 11,383: Line 12,185:
       "locked",
       "locked",
       "channelnumber",
       "channelnumber",
      "subchannelnumber",
       "starttime",
       "starttime",
       "endtime",
       "endtime",
Line 11,408: Line 12,211:
       "bitrate",
       "bitrate",
       "samplerate",
       "samplerate",
       "channels"
       "channels",
      "albumstatus",
      "datemodified",
      "datenew",
      "customproperties",
      "albumduration"
     ],
     ],
     "type": "string"
     "type": "string"
Line 11,417: Line 12,225:
'''Extends:'''
'''Extends:'''
* ''[[#Item.Fields.Base|Item.Fields.Base]]''
* ''[[#Item.Fields.Base|Item.Fields.Base]]''
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "extends": "Item.Fields.Base",
   "extends": "Item.Fields.Base",
Line 11,503: Line 12,311:
       "bitrate",
       "bitrate",
       "samplerate",
       "samplerate",
       "channels"
       "channels",
      "datemodified",
      "datenew",
      "customproperties",
      "albumduration"
     ],
     ],
     "type": "string"
     "type": "string"
Line 11,512: Line 12,324:
'''Type:''' ''mixed''
'''Type:''' ''mixed''
<br />
<br />
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "id": "List.Filter.Albums",
   "id": "List.Filter.Albums",
Line 11,551: Line 12,363:
'''Type:''' ''mixed''
'''Type:''' ''mixed''
<br />
<br />
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "id": "List.Filter.Artists",
   "id": "List.Filter.Artists",
Line 11,590: Line 12,402:
'''Type:''' ''mixed''
'''Type:''' ''mixed''
<br />
<br />
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "id": "List.Filter.Episodes",
   "id": "List.Filter.Episodes",
Line 11,629: Line 12,441:
'''Type:''' ''string''
'''Type:''' ''string''
<br />
<br />
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "default": "genre",
   "default": "genre",
Line 11,642: Line 12,454:
     "albumartist",
     "albumartist",
     "year",
     "year",
    "originalyear",
    "albumduration",
     "review",
     "review",
     "themes",
     "themes",
Line 11,654: Line 12,468:
     "lastplayed",
     "lastplayed",
     "path",
     "path",
    "albumstatus",
    "dateadded",
    "datemodified",
    "datenew",
     "playlist",
     "playlist",
     "virtualfolder"
     "virtualfolder"
Line 11,664: Line 12,482:
'''Type:''' ''string''
'''Type:''' ''string''
<br />
<br />
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "default": "artist",
   "default": "artist",
Line 11,684: Line 12,502:
     "role",
     "role",
     "path",
     "path",
    "dateadded",
    "datemodified",
    "datenew",
     "playlist",
     "playlist",
     "virtualfolder"
     "virtualfolder"
Line 11,694: Line 12,515:
'''Type:''' ''string''
'''Type:''' ''string''
<br />
<br />
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "default": "title",
   "default": "title",
Line 11,742: Line 12,563:
'''Type:''' ''string''
'''Type:''' ''string''
<br />
<br />
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "default": "title",
   "default": "title",
Line 11,792: Line 12,613:
'''Type:''' ''string''
'''Type:''' ''string''
<br />
<br />
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "default": "title",
   "default": "title",
Line 11,832: Line 12,653:
'''Type:''' ''string''
'''Type:''' ''string''
<br />
<br />
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "default": "genre",
   "default": "genre",
Line 11,844: Line 12,665:
     "title",
     "title",
     "year",
     "year",
    "originalyear",
     "time",
     "time",
     "tracknumber",
     "tracknumber",
Line 11,858: Line 12,680:
     "bitrate",
     "bitrate",
     "channels",
     "channels",
    "dateadded",
    "datemodified",
    "datenew",
     "playlist",
     "playlist",
     "virtualfolder"
     "virtualfolder"
Line 11,868: Line 12,693:
'''Type:''' ''string''
'''Type:''' ''string''
<br />
<br />
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "default": "title",
   "default": "title",
Line 11,903: Line 12,728:
'''Type:''' ''string''
'''Type:''' ''string''
<br />
<br />
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "default": "textureid",
   "default": "textureid",
Line 11,924: Line 12,749:
'''Type:''' ''mixed''
'''Type:''' ''mixed''
<br />
<br />
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "id": "List.Filter.Movies",
   "id": "List.Filter.Movies",
Line 11,963: Line 12,788:
'''Type:''' ''mixed''
'''Type:''' ''mixed''
<br />
<br />
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "id": "List.Filter.MusicVideos",
   "id": "List.Filter.MusicVideos",
Line 12,002: Line 12,827:
'''Type:''' ''string''
'''Type:''' ''string''
<br />
<br />
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "default": "contains",
   "default": "contains",
Line 12,034: Line 12,859:
* ''mixed: string|array'' value
* ''mixed: string|array'' value
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "id": "List.Filter.Rule",
   "id": "List.Filter.Rule",
Line 12,067: Line 12,892:
* ''[[#List.Filter.Fields.Albums|List.Filter.Fields.Albums]]'' field
* ''[[#List.Filter.Fields.Albums|List.Filter.Fields.Albums]]'' field
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "extends": "List.Filter.Rule",
   "extends": "List.Filter.Rule",
Line 12,086: Line 12,911:
* ''[[#List.Filter.Fields.Artists|List.Filter.Fields.Artists]]'' field
* ''[[#List.Filter.Fields.Artists|List.Filter.Fields.Artists]]'' field
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "extends": "List.Filter.Rule",
   "extends": "List.Filter.Rule",
Line 12,105: Line 12,930:
* ''[[#List.Filter.Fields.Episodes|List.Filter.Fields.Episodes]]'' field
* ''[[#List.Filter.Fields.Episodes|List.Filter.Fields.Episodes]]'' field
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "extends": "List.Filter.Rule",
   "extends": "List.Filter.Rule",
Line 12,124: Line 12,949:
* ''[[#List.Filter.Fields.Movies|List.Filter.Fields.Movies]]'' field
* ''[[#List.Filter.Fields.Movies|List.Filter.Fields.Movies]]'' field
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "extends": "List.Filter.Rule",
   "extends": "List.Filter.Rule",
Line 12,143: Line 12,968:
* ''[[#List.Filter.Fields.MusicVideos|List.Filter.Fields.MusicVideos]]'' field
* ''[[#List.Filter.Fields.MusicVideos|List.Filter.Fields.MusicVideos]]'' field
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "extends": "List.Filter.Rule",
   "extends": "List.Filter.Rule",
Line 12,162: Line 12,987:
* ''[[#List.Filter.Fields.Songs|List.Filter.Fields.Songs]]'' field
* ''[[#List.Filter.Fields.Songs|List.Filter.Fields.Songs]]'' field
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "extends": "List.Filter.Rule",
   "extends": "List.Filter.Rule",
Line 12,181: Line 13,006:
* ''[[#List.Filter.Fields.TVShows|List.Filter.Fields.TVShows]]'' field
* ''[[#List.Filter.Fields.TVShows|List.Filter.Fields.TVShows]]'' field
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "extends": "List.Filter.Rule",
   "extends": "List.Filter.Rule",
Line 12,200: Line 13,025:
* ''[[#List.Filter.Fields.Textures|List.Filter.Fields.Textures]]'' field
* ''[[#List.Filter.Fields.Textures|List.Filter.Fields.Textures]]'' field
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "extends": "List.Filter.Rule",
   "extends": "List.Filter.Rule",
Line 12,215: Line 13,040:
'''Type:''' ''mixed''
'''Type:''' ''mixed''
<br />
<br />
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "id": "List.Filter.Songs",
   "id": "List.Filter.Songs",
Line 12,254: Line 13,079:
'''Type:''' ''mixed''
'''Type:''' ''mixed''
<br />
<br />
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "id": "List.Filter.TVShows",
   "id": "List.Filter.TVShows",
Line 12,293: Line 13,118:
'''Type:''' ''mixed''
'''Type:''' ''mixed''
<br />
<br />
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "id": "List.Filter.Textures",
   "id": "List.Filter.Textures",
Line 12,341: Line 13,166:
* [''boolean'' locked]
* [''boolean'' locked]
* [''string'' starttime]
* [''string'' starttime]
* [''integer'' subchannelnumber]
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "extends": "List.Item.Base",
   "extends": "List.Item.Base",
Line 12,374: Line 13,200:
       "default": "",
       "default": "",
       "type": "string"
       "type": "string"
    },
    "subchannelnumber": {
      "default": 0,
      "type": "integer"
     }
     }
   }
   }
Line 12,390: Line 13,220:
* [''string'' albumlabel]
* [''string'' albumlabel]
* [''[[#Audio.Album.ReleaseType|Audio.Album.ReleaseType]]'' albumreleasetype = album]
* [''[[#Audio.Album.ReleaseType|Audio.Album.ReleaseType]]'' albumreleasetype = album]
* [''string'' albumstatus]
* [''integer'' bitrate]
* [''integer'' bitrate]
* [''integer'' bpm]
* [''integer'' bpm]
Line 12,398: Line 13,229:
* [''[[#Audio.Contributors|Audio.Contributors]]'' contributors]
* [''[[#Audio.Contributors|Audio.Contributors]]'' contributors]
* [''[[#Array.String|Array.String]]'' country]
* [''[[#Array.String|Array.String]]'' country]
* [''[[#Item.CustomProperties|Item.CustomProperties]]'' customproperties]
* [''string'' description]
* [''string'' description]
* [''integer'' disc]
* [''integer'' disc]
Line 12,451: Line 13,283:
* [''[[#Array.String|Array.String]]'' writer]
* [''[[#Array.String|Array.String]]'' writer]
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "extends": [
   "extends": [
Line 12,480: Line 13,312:
       "$ref": "Audio.Album.ReleaseType",
       "$ref": "Audio.Album.ReleaseType",
       "default": "album"
       "default": "album"
    },
    "albumstatus": {
      "default": "",
      "type": "string"
     },
     },
     "bitrate": {
     "bitrate": {
Line 12,509: Line 13,345:
     "country": {
     "country": {
       "$ref": "Array.String"
       "$ref": "Array.String"
    },
    "customproperties": {
      "$ref": "Item.CustomProperties"
     },
     },
     "description": {
     "description": {
Line 12,734: Line 13,573:
* [''integer'' size]
* [''integer'' size]
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "extends": "List.Item.Base",
   "extends": "List.Item.Base",
Line 12,770: Line 13,609:
'''Type:''' ''array''
'''Type:''' ''array''
<br />
<br />
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "id": "List.Items.Sources",
   "id": "List.Items.Sources",
Line 12,793: Line 13,632:
* [''integer'' start]
* [''integer'' start]
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "additionalProperties": false,
   "additionalProperties": false,
Line 12,822: Line 13,661:
* ''integer'' total
* ''integer'' total
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "additionalProperties": false,
   "additionalProperties": false,
Line 12,855: Line 13,694:
* [''boolean'' useartistsortname]
* [''boolean'' useartistsortname]
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "id": "List.Sort",
   "id": "List.Sort",
Line 12,937: Line 13,776:
* [''[[#Global.String.NotEmpty|Global.String.NotEmpty]]'' thumb]
* [''[[#Global.String.NotEmpty|Global.String.NotEmpty]]'' thumb]
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "additionalProperties": {
   "additionalProperties": {
Line 12,975: Line 13,814:
* [''mixed: null|[[#Global.String.NotEmpty|Global.String.NotEmpty]]'' thumb]
* [''mixed: null|[[#Global.String.NotEmpty|Global.String.NotEmpty]]'' thumb]
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "additionalProperties": {
   "additionalProperties": {
Line 13,046: Line 13,885:
* [''string'' thumbnail]
* [''string'' thumbnail]
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "extends": "Item.Details.Base",
   "extends": "Item.Details.Base",
Line 13,065: Line 13,904:
'''Type:''' ''object''
'''Type:''' ''object''
<br />
<br />
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "additionalProperties": {
   "additionalProperties": {
Line 13,078: Line 13,917:
'''Type:''' ''object''
'''Type:''' ''object''
<br />
<br />
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "additionalProperties": {
   "additionalProperties": {
Line 13,099: Line 13,938:
'''Type:''' ''mixed''
'''Type:''' ''mixed''
<br />
<br />
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "id": "Notifications.Item",
   "id": "Notifications.Item",
Line 13,261: Line 14,100:
'''Type:''' ''string''
'''Type:''' ''string''
<br />
<br />
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "default": "unknown",
   "default": "unknown",
Line 13,281: Line 14,120:
'''Type:''' ''mixed''
'''Type:''' ''mixed''
<br />
<br />
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "default": null,
   "default": null,
Line 13,298: Line 14,137:
'''Type:''' ''mixed''
'''Type:''' ''mixed''
<br />
<br />
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "default": null,
   "default": null,
Line 13,315: Line 14,154:
'''Type:''' ''mixed''
'''Type:''' ''mixed''
<br />
<br />
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "default": null,
   "default": null,
Line 13,332: Line 14,171:
'''Type:''' ''mixed''
'''Type:''' ''mixed''
<br />
<br />
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "default": null,
   "default": null,
Line 13,350: Line 14,189:
'''Type:''' ''string''
'''Type:''' ''string''
<br />
<br />
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "default": "tv",
   "default": "tv",
Line 13,364: Line 14,203:
'''Type:''' ''mixed''
'''Type:''' ''mixed''
<br />
<br />
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "default": null,
   "default": null,
Line 13,389: Line 14,228:
* ''[[#Library.Id|Library.Id]]'' broadcastid
* ''[[#Library.Id|Library.Id]]'' broadcastid
* [''string'' cast]
* [''string'' cast]
* [''[[#Library.Id|Library.Id]]'' clientid = -1]
* [''string'' director]
* [''string'' director]
* [''string'' endtime]
* [''string'' endtime]
Line 13,397: Line 14,237:
* [''string'' genre]
* [''string'' genre]
* [''boolean'' hasrecording]
* [''boolean'' hasrecording]
* [''boolean'' hasreminder]
* [''boolean'' hastimer]
* [''boolean'' hastimer]
* [''boolean'' hastimerrule]
* [''boolean'' hastimerrule]
Line 13,419: Line 14,260:
* [''integer'' year]
* [''integer'' year]
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "extends": "Item.Details.Base",
   "extends": "Item.Details.Base",
Line 13,431: Line 14,272:
       "default": "",
       "default": "",
       "type": "string"
       "type": "string"
    },
    "clientid": {
      "$ref": "Library.Id",
      "default": -1
     },
     },
     "director": {
     "director": {
Line 13,461: Line 14,306:
     },
     },
     "hasrecording": {
     "hasrecording": {
      "default": false,
      "type": "boolean"
    },
    "hasreminder": {
       "default": false,
       "default": false,
       "type": "boolean"
       "type": "boolean"
Line 13,482: Line 14,331:
     "isplayable": {
     "isplayable": {
       "default": false,
       "default": false,
      "description": "Deprecated - Use GetBroadcastIsPlayable instead",
       "type": "boolean"
       "type": "boolean"
     },
     },
Line 13,562: Line 14,412:
* [''integer'' channelnumber]
* [''integer'' channelnumber]
* [''[[#PVR.Channel.Type|PVR.Channel.Type]]'' channeltype = tv]
* [''[[#PVR.Channel.Type|PVR.Channel.Type]]'' channeltype = tv]
* [''[[#Library.Id|Library.Id]]'' clientid = -1]
* [''boolean'' hasarchive]
* [''boolean'' hasarchive]
* [''boolean'' hidden]
* [''boolean'' hidden]
Line 13,572: Line 14,423:
* ''integer'' uniqueid
* ''integer'' uniqueid
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "extends": "Item.Details.Base",
   "extends": "Item.Details.Base",
Line 13,598: Line 14,449:
       "$ref": "PVR.Channel.Type",
       "$ref": "PVR.Channel.Type",
       "default": "tv"
       "default": "tv"
    },
    "clientid": {
      "$ref": "Library.Id",
      "default": -1
     },
     },
     "hasarchive": {
     "hasarchive": {
Line 13,646: Line 14,501:
* ''[[#PVR.Channel.Type|PVR.Channel.Type]]'' channeltype
* ''[[#PVR.Channel.Type|PVR.Channel.Type]]'' channeltype
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "extends": "Item.Details.Base",
   "extends": "Item.Details.Base",
Line 13,670: Line 14,525:
* ''[[#List.LimitsReturned|List.LimitsReturned]]'' limits
* ''[[#List.LimitsReturned|List.LimitsReturned]]'' limits
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "extends": "PVR.Details.ChannelGroup",
   "extends": "PVR.Details.ChannelGroup",
Line 13,688: Line 14,543:
}
}
</syntaxhighlight>}}
</syntaxhighlight>}}
==== PVR.Details.Recording ====
==== PVR.Details.Client ====
'''Extends:'''
'''Extends:'''
* ''[[#Item.Details.Base|Item.Details.Base]]''
* ''[[#Item.Details.Base|Item.Details.Base]]''
'''Properties:'''
'''Properties:'''
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
* [''[[#Media.Artwork|Media.Artwork]]'' art]
* [''string'' addonid]
* [''string'' channel]
* ''[[#Library.Id|Library.Id]]'' clientid
* [''integer'' channeluid]
* [''boolean'' supportschannelgroups]
* [''string'' directory]
* [''boolean'' supportschannelscan]
* [''string'' endtime]
* [''boolean'' supportsepg]
* [''integer'' epgeventid]
* [''boolean'' supportsradio]
* [''integer'' episode]
* [''boolean'' supportsrecordings]
* [''string'' file]
* [''boolean'' supportstimers]
* [''string'' genre]
* [''boolean'' supportstv]
* [''string'' icon]
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
  "extends": "Item.Details.Base",
  "id": "PVR.Details.Client",
  "properties": {
    "addonid": {
      "default": "",
      "type": "string"
    },
    "clientid": {
      "$ref": "Library.Id",
      "required": true
    },
    "supportschannelgroups": {
      "default": false,
      "type": "boolean"
    },
    "supportschannelscan": {
      "default": false,
      "type": "boolean"
    },
    "supportsepg": {
      "default": false,
      "type": "boolean"
    },
    "supportsradio": {
      "default": false,
      "type": "boolean"
    },
    "supportsrecordings": {
      "default": false,
      "type": "boolean"
    },
    "supportstimers": {
      "default": false,
      "type": "boolean"
    },
    "supportstv": {
      "default": false,
      "type": "boolean"
    }
  }
}
</syntaxhighlight>}}
==== PVR.Details.Recording ====
'''Extends:'''
* ''[[#Item.Details.Base|Item.Details.Base]]''
'''Properties:'''
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
* [''[[#Media.Artwork|Media.Artwork]]'' art]
* [''string'' channel]
* [''integer'' channeluid]
* [''[[#Library.Id|Library.Id]]'' clientid = -1]
* [''string'' directory]
* [''string'' endtime]
* [''integer'' epgeventid]
* [''integer'' episode]
* [''string'' file]
* [''string'' genre]
* [''string'' icon]
* [''boolean'' isdeleted]
* [''boolean'' isdeleted]
* [''integer'' lifetime]
* [''integer'' lifetime]
Line 13,718: Line 14,633:
* [''string'' title]
* [''string'' title]
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "extends": "Item.Details.Base",
   "extends": "Item.Details.Base",
Line 13,733: Line 14,648:
       "default": 0,
       "default": 0,
       "type": "integer"
       "type": "integer"
    },
    "clientid": {
      "$ref": "Library.Id",
      "default": -1
     },
     },
     "directory": {
     "directory": {
Line 13,825: Line 14,744:
'''Properties:'''
'''Properties:'''
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
* [''[[#Library.Id|Library.Id]]'' broadcastid = -1]
* [''[[#Library.Id|Library.Id]]'' channelid = -1]
* [''[[#Library.Id|Library.Id]]'' channelid = -1]
* [''[[#Library.Id|Library.Id]]'' clientid = -1]
* [''string'' directory]
* [''string'' directory]
* [''boolean'' endanytime]
* [''boolean'' endanytime]
Line 13,838: Line 14,759:
* [''boolean'' isradio]
* [''boolean'' isradio]
* [''boolean'' isreadonly]
* [''boolean'' isreadonly]
* [''boolean'' isreminder]
* [''boolean'' istimerrule]
* [''boolean'' istimerrule]
* [''integer'' lifetime]
* [''integer'' lifetime]
Line 13,854: Line 14,776:
* [''array'' weekdays]
* [''array'' weekdays]
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "extends": "Item.Details.Base",
   "extends": "Item.Details.Base",
   "id": "PVR.Details.Timer",
   "id": "PVR.Details.Timer",
   "properties": {
   "properties": {
    "broadcastid": {
      "$ref": "Library.Id",
      "default": -1
    },
     "channelid": {
     "channelid": {
      "$ref": "Library.Id",
      "default": -1
    },
    "clientid": {
       "$ref": "Library.Id",
       "$ref": "Library.Id",
       "default": -1
       "default": -1
Line 13,908: Line 14,838:
     },
     },
     "isreadonly": {
     "isreadonly": {
      "default": false,
      "type": "boolean"
    },
    "isreminder": {
       "default": false,
       "default": false,
       "type": "boolean"
       "type": "boolean"
Line 13,980: Line 14,914:
'''Extends:'''
'''Extends:'''
* ''[[#Item.Fields.Base|Item.Fields.Base]]''
* ''[[#Item.Fields.Base|Item.Fields.Base]]''
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "extends": "Item.Fields.Base",
   "extends": "Item.Fields.Base",
Line 14,015: Line 14,949:
       "recording",
       "recording",
       "isseries",
       "isseries",
       "isplayable"
       "isplayable",
      "clientid",
      "hasreminder"
     ],
     ],
     "type": "string"
     "type": "string"
Line 14,024: Line 14,960:
'''Extends:'''
'''Extends:'''
* ''[[#Item.Fields.Base|Item.Fields.Base]]''
* ''[[#Item.Fields.Base|Item.Fields.Base]]''
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "extends": "Item.Fields.Base",
   "extends": "Item.Fields.Base",
Line 14,043: Line 14,979:
       "subchannelnumber",
       "subchannelnumber",
       "isrecording",
       "isrecording",
       "hasarchive"
       "hasarchive",
      "clientid"
    ],
    "type": "string"
  }
}
</syntaxhighlight>}}
==== PVR.Fields.Client ====
'''Extends:'''
* ''[[#Item.Fields.Base|Item.Fields.Base]]''
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
  "extends": "Item.Fields.Base",
  "id": "PVR.Fields.Client",
  "items": {
    "enums": [
      "addonid",
      "supportstv",
      "supportsradio",
      "supportsepg",
      "supportsrecordings",
      "supportstimers",
      "supportschannelgroups",
      "supportschannelscan"
     ],
     ],
     "type": "string"
     "type": "string"
Line 14,052: Line 15,011:
'''Extends:'''
'''Extends:'''
* ''[[#Item.Fields.Base|Item.Fields.Base]]''
* ''[[#Item.Fields.Base|Item.Fields.Base]]''
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "extends": "Item.Fields.Base",
   "extends": "Item.Fields.Base",
Line 14,080: Line 15,039:
       "season",
       "season",
       "episode",
       "episode",
       "showtitle"
       "showtitle",
      "clientid"
     ],
     ],
     "type": "string"
     "type": "string"
Line 14,089: Line 15,049:
'''Extends:'''
'''Extends:'''
* ''[[#Item.Fields.Base|Item.Fields.Base]]''
* ''[[#Item.Fields.Base|Item.Fields.Base]]''
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "extends": "Item.Fields.Base",
   "extends": "Item.Fields.Base",
Line 14,121: Line 15,081:
       "maxrecordings",
       "maxrecordings",
       "epguid",
       "epguid",
       "isreadonly"
       "isreadonly",
      "isreminder",
      "clientid",
      "broadcastid"
     ],
     ],
     "type": "string"
     "type": "string"
Line 14,130: Line 15,093:
'''Type:''' ''string''
'''Type:''' ''string''
<br />
<br />
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "default": "available",
   "default": "available",
Line 14,151: Line 15,114:
* [''boolean'' scanning]
* [''boolean'' scanning]
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "id": "PVR.Property.Value",
   "id": "PVR.Property.Value",
Line 14,174: Line 15,137:
'''Type:''' ''string''
'''Type:''' ''string''
<br />
<br />
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "default": "unknown",
   "default": "unknown",
Line 14,211: Line 15,174:
* ''integer'' samplerate
* ''integer'' samplerate
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "id": "Player.Audio.Stream",
   "id": "Player.Audio.Stream",
Line 14,270: Line 15,233:
* [''mixed: string|[[#Optional.Number|Optional.Number]]'' zoom]
* [''mixed: string|[[#Optional.Number|Optional.Number]]'' zoom]
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "id": "Player.CustomViewMode",
   "id": "Player.CustomViewMode",
Line 14,346: Line 15,309:
'''Type:''' ''integer''
'''Type:''' ''integer''
<br />
<br />
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "default": -1,
   "default": -1,
Line 14,363: Line 15,326:
* ''[[#Player.Notifications.Player|Player.Notifications.Player]]'' player
* ''[[#Player.Notifications.Player|Player.Notifications.Player]]'' player
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "id": "Player.Notifications.Data",
   "id": "Player.Notifications.Data",
Line 14,387: Line 15,350:
* [''integer'' speed]
* [''integer'' speed]
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "id": "Player.Notifications.Player",
   "id": "Player.Notifications.Player",
Line 14,411: Line 15,374:
* [''[[#Global.Time|Global.Time]]'' time]
* [''[[#Global.Time|Global.Time]]'' time]
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "extends": "Player.Notifications.Player",
   "extends": "Player.Notifications.Player",
Line 14,417: Line 15,380:
   "properties": {
   "properties": {
     "seekoffset": {
     "seekoffset": {
       "$ref": "Global.Time"
       "$ref": "Global.Time",
      "description": "A duration."
     },
     },
     "time": {
     "time": {
       "$ref": "Global.Time"
       "$ref": "Global.Time",
      "description": "A duration."
     }
     }
   }
   }
Line 14,428: Line 15,393:
'''Type:''' ''number''
'''Type:''' ''number''
<br />
<br />
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "default": 0.0,
   "default": 0.0,
Line 14,447: Line 15,412:
* [''integer'' seconds]
* [''integer'' seconds]
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "additionalProperties": false,
   "additionalProperties": false,
  "description": "A position in duration.",
   "id": "Player.Position.Time",
   "id": "Player.Position.Time",
   "properties": {
   "properties": {
     "hours": {
     "hours": {
       "default": 0,
       "default": 0,
      "maximum": 23,
       "minimum": 0,
       "minimum": 0,
       "type": "integer"
       "type": "integer"
Line 14,473: Line 15,438:
       "default": 0,
       "default": 0,
       "maximum": 59,
       "maximum": 59,
       "minimum": 0,
       "minimum": 0,
       "type": "integer"
       "type": "integer"
     }
     }
   },
   },
   "type": "object"
   "type": "object"
}
}
</syntaxhighlight>}}
</syntaxhighlight>}}
==== Player.Property.Name ====
==== Player.Property.Name ====
'''Type:''' ''string''
'''Type:''' ''string''
<br />
<br />
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "default": "type",
   "default": "type",
   "enums": [
   "enums": [
     "type",
     "type",
     "partymode",
     "partymode",
     "speed",
     "speed",
     "time",
     "time",
     "percentage",
     "percentage",
     "totaltime",
     "totaltime",
     "playlistid",
     "playlistid",
     "position",
     "position",
     "repeat",
     "repeat",
     "shuffled",
     "shuffled",
     "canseek",
     "canseek",
     "canchangespeed",
     "canchangespeed",
     "canmove",
     "canmove",
     "canzoom",
     "canzoom",
     "canrotate",
     "canrotate",
     "canshuffle",
     "canshuffle",
     "canrepeat",
     "canrepeat",
     "currentaudiostream",
     "currentaudiostream",
     "audiostreams",
     "audiostreams",
     "subtitleenabled",
     "subtitleenabled",
     "currentsubtitle",
     "currentsubtitle",
     "subtitles",
     "subtitles",
     "live",
     "live",
     "currentvideostream",
     "currentvideostream",
     "videostreams"
     "videostreams",
   ],
    "cachepercentage"
   "id": "Player.Property.Name",
   ],
   "type": "string"
   "id": "Player.Property.Name",
}
   "type": "string"
</syntaxhighlight>}}
}
==== Player.Property.Value ====
</syntaxhighlight>}}
'''Type:''' ''object''
==== Player.Property.Value ====
<br />
'''Type:''' ''object''
'''Properties:'''
<br />
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
'''Properties:'''
* [''array'' audiostreams]
<div style="margin-left: 20px; width: 60%; padding: 0px 5px 0px 5px; border-width: 1px; border-style: solid; border-color: #AAAAAA">
* [''boolean'' canchangespeed]
* [''array'' audiostreams]
* [''boolean'' canmove]
* [''[[#Player.Position.Percentage|Player.Position.Percentage]]'' cachepercentage]
* [''boolean'' canrepeat]
* [''boolean'' canchangespeed]
* [''boolean'' canrotate]
* [''boolean'' canmove]
* [''boolean'' canseek]
* [''boolean'' canrepeat]
* [''boolean'' canshuffle]
* [''boolean'' canrotate]
* [''boolean'' canzoom]
* [''boolean'' canseek]
* [''[[#Player.Audio.Stream|Player.Audio.Stream]]'' currentaudiostream]
* [''boolean'' canshuffle]
* [''[[#Player.Subtitle|Player.Subtitle]]'' currentsubtitle]
* [''boolean'' canzoom]
* [''[[#Player.Video.Stream|Player.Video.Stream]]'' currentvideostream]
* [''[[#Player.Audio.Stream|Player.Audio.Stream]]'' currentaudiostream]
* [''boolean'' live]
* [''[[#Player.Subtitle|Player.Subtitle]]'' currentsubtitle]
* [''boolean'' partymode]
* [''[[#Player.Video.Stream|Player.Video.Stream]]'' currentvideostream]
* [''[[#Player.Position.Percentage|Player.Position.Percentage]]'' percentage]
* [''boolean'' live]
* [''[[#Playlist.Id|Playlist.Id]]'' playlistid = -1]
* [''boolean'' partymode]
* [''[[#Playlist.Position|Playlist.Position]]'' position = -1]
* [''[[#Player.Position.Percentage|Player.Position.Percentage]]'' percentage]
* [''[[#Player.Repeat|Player.Repeat]]'' repeat = off]
* [''[[#Playlist.Id|Playlist.Id]]'' playlistid = -1]
* [''boolean'' shuffled]
* [''[[#Playlist.Position|Playlist.Position]]'' position = -1]
* [''integer'' speed]
* [''[[#Player.Repeat|Player.Repeat]]'' repeat = off]
* [''boolean'' subtitleenabled]
* [''boolean'' shuffled]
* [''array'' subtitles]
* [''integer'' speed]
* [''[[#Global.Time|Global.Time]]'' time]
* [''boolean'' subtitleenabled]
* [''[[#Global.Time|Global.Time]]'' totaltime]
* [''array'' subtitles]
* [''[[#Player.Type|Player.Type]]'' type = video]
* [''[[#Global.Time|Global.Time]]'' time]
* [''array'' videostreams]
* [''[[#Global.Time|Global.Time]]'' totaltime]
</div>
* [''[[#Player.Type|Player.Type]]'' type = video]
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
* [''array'' videostreams]
{
</div>
   "id": "Player.Property.Value",
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
   "properties": {
{
     "audiostreams": {
   "id": "Player.Property.Value",
       "items": {
   "properties": {
         "$ref": "Player.Audio.Stream"
     "audiostreams": {
       },
       "items": {
       "type": "array"
         "$ref": "Player.Audio.Stream"
       },
       "type": "array"
    },
    "cachepercentage": {
      "$ref": "Player.Position.Percentage",
      "default": 0.0
     },
     },
     "canchangespeed": {
     "canchangespeed": {
Line 14,638: Line 15,609:
     },
     },
     "time": {
     "time": {
       "$ref": "Global.Time"
       "$ref": "Global.Time",
      "description": "A duration."
     },
     },
     "totaltime": {
     "totaltime": {
       "$ref": "Global.Time"
       "$ref": "Global.Time",
      "description": "A duration."
     },
     },
     "type": {
     "type": {
Line 14,660: Line 15,633:
'''Type:''' ''string''
'''Type:''' ''string''
<br />
<br />
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "default": "off",
   "default": "off",
Line 14,679: Line 15,652:
* [''integer'' speed]
* [''integer'' speed]
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "id": "Player.Speed",
   "id": "Player.Speed",
Line 14,704: Line 15,677:
* ''string'' name
* ''string'' name
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "id": "Player.Subtitle",
   "id": "Player.Subtitle",
Line 14,740: Line 15,713:
'''Type:''' ''string''
'''Type:''' ''string''
<br />
<br />
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "default": "video",
   "default": "video",
Line 14,764: Line 15,737:
* ''integer'' width
* ''integer'' width
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "id": "Player.Video.Stream",
   "id": "Player.Video.Stream",
Line 14,800: Line 15,773:
'''Type:''' ''string''
'''Type:''' ''string''
<br />
<br />
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "default": "normal",
   "default": "normal",
Line 14,822: Line 15,795:
'''Type:''' ''integer''
'''Type:''' ''integer''
<br />
<br />
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "default": -1,
   "default": -1,
Line 14,834: Line 15,807:
'''Type:''' ''mixed''
'''Type:''' ''mixed''
<br />
<br />
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "id": "Playlist.Item",
   "id": "Playlist.Item",
Line 14,944: Line 15,917:
'''Type:''' ''integer''
'''Type:''' ''integer''
<br />
<br />
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "default": -1,
   "default": -1,
Line 14,955: Line 15,928:
'''Type:''' ''string''
'''Type:''' ''string''
<br />
<br />
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "default": "type",
   "default": "type",
Line 14,974: Line 15,947:
* [''[[#Playlist.Type|Playlist.Type]]'' type = unknown]
* [''[[#Playlist.Type|Playlist.Type]]'' type = unknown]
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "id": "Playlist.Property.Value",
   "id": "Playlist.Property.Value",
Line 14,994: Line 15,967:
'''Type:''' ''string''
'''Type:''' ''string''
<br />
<br />
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "default": "unknown",
   "default": "unknown",
Line 15,017: Line 15,990:
* [''string'' thumbnail]
* [''string'' thumbnail]
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "extends": "Item.Details.Base",
   "extends": "Item.Details.Base",
Line 15,036: Line 16,009:
'''Extends:'''
'''Extends:'''
* ''[[#Item.Fields.Base|Item.Fields.Base]]''
* ''[[#Item.Fields.Base|Item.Fields.Base]]''
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "extends": "Item.Fields.Base",
   "extends": "Item.Fields.Base",
Line 15,057: Line 16,030:
* ''string'' value
* ''string'' value
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "id": "Profiles.Password",
   "id": "Profiles.Password",
Line 15,089: Line 16,062:
* ''string'' label
* ''string'' label
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "id": "Setting.Details.Base",
   "id": "Setting.Details.Base",
Line 15,117: Line 16,090:
* [''array'' groups]
* [''array'' groups]
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "additionalProperties": false,
   "additionalProperties": false,
Line 15,137: Line 16,110:
'''Type:''' ''mixed''
'''Type:''' ''mixed''
<br />
<br />
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "id": "Setting.Details.Control",
   "id": "Setting.Details.Control",
Line 15,177: Line 16,150:
* ''string'' type
* ''string'' type
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "id": "Setting.Details.ControlBase",
   "id": "Setting.Details.ControlBase",
Line 15,204: Line 16,177:
* ''string'' type
* ''string'' type
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "extends": "Setting.Details.ControlHeading",
   "extends": "Setting.Details.ControlHeading",
Line 15,227: Line 16,200:
* ''string'' type
* ''string'' type
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "extends": "Setting.Details.ControlBase",
   "extends": "Setting.Details.ControlBase",
Line 15,258: Line 16,231:
* ''boolean'' verifynewvalue
* ''boolean'' verifynewvalue
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "extends": "Setting.Details.ControlHeading",
   "extends": "Setting.Details.ControlHeading",
Line 15,288: Line 16,261:
* [''string'' heading]
* [''string'' heading]
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "extends": "Setting.Details.ControlBase",
   "extends": "Setting.Details.ControlBase",
Line 15,308: Line 16,281:
* ''string'' type
* ''string'' type
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "extends": "Setting.Details.ControlBase",
   "extends": "Setting.Details.ControlBase",
Line 15,338: Line 16,311:
* ''string'' type
* ''string'' type
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "extends": "Setting.Details.ControlHeading",
   "extends": "Setting.Details.ControlHeading",
Line 15,366: Line 16,339:
* ''string'' type
* ''string'' type
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "extends": "Setting.Details.ControlBase",
   "extends": "Setting.Details.ControlBase",
Line 15,398: Line 16,371:
* ''string'' type
* ''string'' type
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "extends": "Setting.Details.ControlHeading",
   "extends": "Setting.Details.ControlHeading",
Line 15,430: Line 16,403:
* ''string'' type
* ''string'' type
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "extends": "Setting.Details.ControlBase",
   "extends": "Setting.Details.ControlBase",
Line 15,461: Line 16,434:
* [''array'' settings]
* [''array'' settings]
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "additionalProperties": false,
   "additionalProperties": false,
Line 15,490: Line 16,463:
* [''array'' categories]
* [''array'' categories]
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "additionalProperties": false,
   "additionalProperties": false,
Line 15,510: Line 16,483:
'''Type:''' ''mixed''
'''Type:''' ''mixed''
<br />
<br />
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "id": "Setting.Details.Setting",
   "id": "Setting.Details.Setting",
Line 15,554: Line 16,527:
* ''string'' data
* ''string'' data
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "additionalProperties": false,
   "additionalProperties": false,
Line 15,574: Line 16,547:
* ''[[#Addon.Types|Addon.Types]]'' addontype
* ''[[#Addon.Types|Addon.Types]]'' addontype
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "additionalProperties": false,
   "additionalProperties": false,
Line 15,598: Line 16,571:
* ''[[#Setting.Type|Setting.Type]]'' type
* ''[[#Setting.Type|Setting.Type]]'' type
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "additionalProperties": false,
   "additionalProperties": false,
Line 15,634: Line 16,607:
* ''boolean'' value
* ''boolean'' value
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "additionalProperties": false,
   "additionalProperties": false,
Line 15,654: Line 16,627:
'''Extends:'''
'''Extends:'''
* ''[[#Setting.Details.SettingString|Setting.Details.SettingString]]''
* ''[[#Setting.Details.SettingString|Setting.Details.SettingString]]''
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "additionalProperties": false,
   "additionalProperties": false,
Line 15,673: Line 16,646:
* ''integer'' value
* ''integer'' value
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "additionalProperties": false,
   "additionalProperties": false,
Line 15,731: Line 16,704:
* ''[[#Setting.Value.List|Setting.Value.List]]'' value
* ''[[#Setting.Value.List|Setting.Value.List]]'' value
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "additionalProperties": false,
   "additionalProperties": false,
Line 15,779: Line 16,752:
* ''number'' value
* ''number'' value
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "additionalProperties": false,
   "additionalProperties": false,
Line 15,816: Line 16,789:
* ''boolean'' writable
* ''boolean'' writable
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "additionalProperties": false,
   "additionalProperties": false,
Line 15,845: Line 16,818:
* ''string'' value
* ''string'' value
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "extends": "Setting.Details.SettingBase",
   "extends": "Setting.Details.SettingBase",
Line 15,884: Line 16,857:
'''Extends:'''
'''Extends:'''
* ''[[#Setting.Details.SettingString|Setting.Details.SettingString]]''
* ''[[#Setting.Details.SettingString|Setting.Details.SettingString]]''
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "additionalProperties": false,
   "additionalProperties": false,
Line 15,894: Line 16,867:
'''Type:''' ''string''
'''Type:''' ''string''
<br />
<br />
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "default": "basic",
   "default": "basic",
Line 15,910: Line 16,883:
'''Type:''' ''string''
'''Type:''' ''string''
<br />
<br />
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "default": "boolean",
   "default": "boolean",
Line 15,932: Line 16,905:
'''Type:''' ''mixed''
'''Type:''' ''mixed''
<br />
<br />
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "default": null,
   "default": null,
Line 15,955: Line 16,928:
'''Type:''' ''mixed''
'''Type:''' ''mixed''
<br />
<br />
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "default": null,
   "default": null,
Line 15,981: Line 16,954:
'''Type:''' ''array''
'''Type:''' ''array''
<br />
<br />
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "id": "Setting.Value.List",
   "id": "Setting.Value.List",
Line 15,994: Line 16,967:
'''Type:''' ''string''
'''Type:''' ''string''
<br />
<br />
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "default": "canshutdown",
   "default": "canshutdown",
Line 16,017: Line 16,990:
* [''boolean'' cansuspend]
* [''boolean'' cansuspend]
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "id": "System.Property.Value",
   "id": "System.Property.Value",
Line 16,053: Line 17,026:
* [''integer'' width]
* [''integer'' width]
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "id": "Textures.Details.Size",
   "id": "Textures.Details.Size",
Line 16,098: Line 17,071:
* [''string'' url]
* [''string'' url]
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "id": "Textures.Details.Texture",
   "id": "Textures.Details.Texture",
Line 16,139: Line 17,112:
'''Extends:'''
'''Extends:'''
* ''[[#Item.Fields.Base|Item.Fields.Base]]''
* ''[[#Item.Fields.Base|Item.Fields.Base]]''
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "extends": "Item.Fields.Base",
   "extends": "Item.Fields.Base",
Line 16,159: Line 17,132:
'''Type:''' ''array''
'''Type:''' ''array''
<br />
<br />
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "id": "Video.Cast",
   "id": "Video.Cast",
Line 16,195: Line 17,168:
* [''integer'' playcount]
* [''integer'' playcount]
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "extends": "Media.Details.Base",
   "extends": "Media.Details.Base",
Line 16,234: Line 17,207:
* [''[[#Array.String|Array.String]]'' writer]
* [''[[#Array.String|Array.String]]'' writer]
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "extends": "Video.Details.File",
   "extends": "Video.Details.File",
Line 16,321: Line 17,294:
* [''[[#Video.Streams|Video.Streams]]'' streamdetails]
* [''[[#Video.Streams|Video.Streams]]'' streamdetails]
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "extends": "Video.Details.Item",
   "extends": "Video.Details.Item",
Line 16,353: Line 17,326:
* [''string'' plot]
* [''string'' plot]
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "extends": "Video.Details.Media",
   "extends": "Video.Details.Media",
Line 16,384: Line 17,357:
* [''string'' title]
* [''string'' title]
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "extends": "Video.Details.Base",
   "extends": "Video.Details.Base",
Line 16,427: Line 17,400:
* [''integer'' year]
* [''integer'' year]
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "extends": "Video.Details.File",
   "extends": "Video.Details.File",
Line 16,535: Line 17,508:
* ''[[#Library.Id|Library.Id]]'' setid
* ''[[#Library.Id|Library.Id]]'' setid
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "extends": "Video.Details.Media",
   "extends": "Video.Details.Media",
Line 16,559: Line 17,532:
* [''array'' movies]
* [''array'' movies]
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "extends": "Video.Details.MovieSet",
   "extends": "Video.Details.MovieSet",
Line 16,594: Line 17,567:
* [''integer'' year]
* [''integer'' year]
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "extends": "Video.Details.File",
   "extends": "Video.Details.File",
Line 16,656: Line 17,629:
* [''integer'' watchedepisodes]
* [''integer'' watchedepisodes]
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "extends": "Video.Details.Base",
   "extends": "Video.Details.Base",
Line 16,724: Line 17,697:
* [''integer'' year]
* [''integer'' year]
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "extends": "Video.Details.Item",
   "extends": "Video.Details.Item",
Line 16,820: Line 17,793:
'''Extends:'''
'''Extends:'''
* ''[[#Item.Fields.Base|Item.Fields.Base]]''
* ''[[#Item.Fields.Base|Item.Fields.Base]]''
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "extends": "Item.Fields.Base",
   "extends": "Item.Fields.Base",
Line 16,865: Line 17,838:
'''Extends:'''
'''Extends:'''
* ''[[#Item.Fields.Base|Item.Fields.Base]]''
* ''[[#Item.Fields.Base|Item.Fields.Base]]''
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "extends": "Item.Fields.Base",
   "extends": "Item.Fields.Base",
Line 16,917: Line 17,890:
'''Extends:'''
'''Extends:'''
* ''[[#Item.Fields.Base|Item.Fields.Base]]''
* ''[[#Item.Fields.Base|Item.Fields.Base]]''
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "extends": "Item.Fields.Base",
   "extends": "Item.Fields.Base",
Line 16,937: Line 17,910:
'''Extends:'''
'''Extends:'''
* ''[[#Item.Fields.Base|Item.Fields.Base]]''
* ''[[#Item.Fields.Base|Item.Fields.Base]]''
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "extends": "Item.Fields.Base",
   "extends": "Item.Fields.Base",
Line 16,975: Line 17,948:
'''Extends:'''
'''Extends:'''
* ''[[#Item.Fields.Base|Item.Fields.Base]]''
* ''[[#Item.Fields.Base|Item.Fields.Base]]''
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "extends": "Item.Fields.Base",
   "extends": "Item.Fields.Base",
Line 17,000: Line 17,973:
'''Extends:'''
'''Extends:'''
* ''[[#Item.Fields.Base|Item.Fields.Base]]''
* ''[[#Item.Fields.Base|Item.Fields.Base]]''
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "extends": "Item.Fields.Base",
   "extends": "Item.Fields.Base",
Line 17,050: Line 18,023:
* [''integer'' votes]
* [''integer'' votes]
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "id": "Video.Rating",
   "id": "Video.Rating",
Line 17,073: Line 18,046:
'''Type:''' ''object''
'''Type:''' ''object''
<br />
<br />
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "additionalProperties": {
   "additionalProperties": {
Line 17,085: Line 18,058:
'''Type:''' ''object''
'''Type:''' ''object''
<br />
<br />
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "additionalProperties": {
   "additionalProperties": {
Line 17,110: Line 18,083:
* [''number'' total]
* [''number'' total]
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "additionalProperties": false,
   "additionalProperties": false,
Line 17,138: Line 18,111:
* [''array'' video]
* [''array'' video]
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "additionalProperties": false,
   "additionalProperties": false,
Line 17,224: Line 18,197:
#* ''integer'' volume
#* ''integer'' volume
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "The volume of the application has changed.",
   "description": "The volume of the application has changed.",
Line 17,263: Line 18,236:
# ''string'' data
# ''string'' data
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "The audio library has been cleaned.",
   "description": "The audio library has been cleaned.",
Line 17,289: Line 18,262:
# ''string'' data
# ''string'' data
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "An audio library clean operation has started.",
   "description": "An audio library clean operation has started.",
Line 17,317: Line 18,290:
#* [''string'' file = ""]
#* [''string'' file = ""]
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "An audio library export has finished.",
   "description": "An audio library export has finished.",
Line 17,359: Line 18,332:
#* ''[[#Notifications.Library.Audio.Type|Notifications.Library.Audio.Type]]'' type
#* ''[[#Notifications.Library.Audio.Type|Notifications.Library.Audio.Type]]'' type
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "An audio item has been removed.",
   "description": "An audio item has been removed.",
Line 17,399: Line 18,372:
# ''string'' data
# ''string'' data
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Scanning the audio library has been finished.",
   "description": "Scanning the audio library has been finished.",
Line 17,425: Line 18,398:
# ''string'' data
# ''string'' data
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "An audio library scan has started.",
   "description": "An audio library scan has started.",
Line 17,455: Line 18,428:
#* ''string'' type
#* ''string'' type
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "An audio item has been updated.",
   "description": "An audio item has been updated.",
Line 17,504: Line 18,477:
# ''string'' data
# ''string'' data
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Energy saving/DPMS has been activated.",
   "description": "Energy saving/DPMS has been activated.",
Line 17,530: Line 18,503:
# ''string'' data
# ''string'' data
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Energy saving/DPMS has been deactivated.",
   "description": "Energy saving/DPMS has been deactivated.",
Line 17,556: Line 18,529:
# ''string'' data
# ''string'' data
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "The screensaver has been activated.",
   "description": "The screensaver has been activated.",
Line 17,583: Line 18,556:
#* ''boolean'' shuttingdown
#* ''boolean'' shuttingdown
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "The screensaver has been deactivated.",
   "description": "The screensaver has been deactivated.",
Line 17,616: Line 18,589:
# ''string'' data
# ''string'' data
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "The user has provided the requested input.",
   "description": "The user has provided the requested input.",
Line 17,645: Line 18,618:
#* ''string'' value
#* ''string'' value
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "The user is requested to provide some information.",
   "description": "The user is requested to provide some information.",
Line 17,695: Line 18,668:
# ''[[#Player.Notifications.Data|Player.Notifications.Data]]'' data
# ''[[#Player.Notifications.Data|Player.Notifications.Data]]'' data
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Audio- or videostream has changed. If there is no ID available extra information will be provided.",
   "description": "Audio- or videostream has changed. If there is no ID available extra information will be provided.",
Line 17,721: Line 18,694:
# ''[[#Player.Notifications.Data|Player.Notifications.Data]]'' data
# ''[[#Player.Notifications.Data|Player.Notifications.Data]]'' data
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Playback of a media item has been started and first frame is available. If there is no ID available extra information will be provided.",
   "description": "Playback of a media item has been started and first frame is available. If there is no ID available extra information will be provided.",
Line 17,747: Line 18,720:
# ''[[#Player.Notifications.Data|Player.Notifications.Data]]'' data
# ''[[#Player.Notifications.Data|Player.Notifications.Data]]'' data
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Playback of a media item has been paused. If there is no ID available extra information will be provided.",
   "description": "Playback of a media item has been paused. If there is no ID available extra information will be provided.",
Line 17,773: Line 18,746:
# ''[[#Player.Notifications.Data|Player.Notifications.Data]]'' data
# ''[[#Player.Notifications.Data|Player.Notifications.Data]]'' data
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Playback of a media item has been started or the playback speed has changed. If there is no ID available extra information will be provided.",
   "description": "Playback of a media item has been started or the playback speed has changed. If there is no ID available extra information will be provided.",
Line 17,801: Line 18,774:
#* ''[[#Player.Property.Value|Player.Property.Value]]'' property
#* ''[[#Player.Property.Value|Player.Property.Value]]'' property
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "A property of the playing items has changed.",
   "description": "A property of the playing items has changed.",
Line 17,836: Line 18,809:
# ''[[#Player.Notifications.Data|Player.Notifications.Data]]'' data
# ''[[#Player.Notifications.Data|Player.Notifications.Data]]'' data
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Playback of a media item has been resumed. If there is no ID available extra information will be provided.",
   "description": "Playback of a media item has been resumed. If there is no ID available extra information will be provided.",
Line 17,864: Line 18,837:
#* ''[[#Player.Notifications.Player.Seek|Player.Notifications.Player.Seek]]'' player
#* ''[[#Player.Notifications.Player.Seek|Player.Notifications.Player.Seek]]'' player
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "The playback position has been changed. If there is no ID available extra information will be provided.",
   "description": "The playback position has been changed. If there is no ID available extra information will be provided.",
Line 17,899: Line 18,872:
# ''[[#Player.Notifications.Data|Player.Notifications.Data]]'' data
# ''[[#Player.Notifications.Data|Player.Notifications.Data]]'' data
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Speed of the playback of a media item has been changed. If there is no ID available extra information will be provided.",
   "description": "Speed of the playback of a media item has been changed. If there is no ID available extra information will be provided.",
Line 17,927: Line 18,900:
#* ''[[#Notifications.Item|Notifications.Item]]'' item
#* ''[[#Notifications.Item|Notifications.Item]]'' item
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Playback of a media item has been stopped. If there is no ID available extra information will be provided.",
   "description": "Playback of a media item has been stopped. If there is no ID available extra information will be provided.",
Line 17,967: Line 18,940:
#* ''[[#Playlist.Position|Playlist.Position]]'' position
#* ''[[#Playlist.Position|Playlist.Position]]'' position
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "A playlist item has been added.",
   "description": "A playlist item has been added.",
Line 18,006: Line 18,979:
#* ''[[#Playlist.Id|Playlist.Id]]'' playlistid
#* ''[[#Playlist.Id|Playlist.Id]]'' playlistid
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "A playlist item has been cleared.",
   "description": "A playlist item has been cleared.",
Line 18,040: Line 19,013:
#* ''[[#Playlist.Position|Playlist.Position]]'' position
#* ''[[#Playlist.Position|Playlist.Position]]'' position
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "A playlist item has been removed.",
   "description": "A playlist item has been removed.",
Line 18,076: Line 19,049:
# ''string'' data
# ''string'' data
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "The system is on low battery.",
   "description": "The system is on low battery.",
Line 18,103: Line 19,076:
#* ''integer'' exitcode
#* ''integer'' exitcode
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Kodi will be closed.",
   "description": "Kodi will be closed.",
Line 18,136: Line 19,109:
# ''string'' data
# ''string'' data
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "The system will be restarted.",
   "description": "The system will be restarted.",
Line 18,162: Line 19,135:
# ''string'' data
# ''string'' data
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "The system will be suspended.",
   "description": "The system will be suspended.",
Line 18,188: Line 19,161:
# ''string'' data
# ''string'' data
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "The system woke up from suspension.",
   "description": "The system woke up from suspension.",
Line 18,215: Line 19,188:
# ''string'' data
# ''string'' data
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "The video library has been cleaned.",
   "description": "The video library has been cleaned.",
Line 18,241: Line 19,214:
# ''string'' data
# ''string'' data
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "A video library clean operation has started.",
   "description": "A video library clean operation has started.",
Line 18,270: Line 19,243:
#* [''string'' root = ""]
#* [''string'' root = ""]
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "A video library export has finished.",
   "description": "A video library export has finished.",
Line 18,314: Line 19,287:
# ''string'' data
# ''string'' data
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "The video library has been refreshed and a home screen reload might be necessary.",
   "description": "The video library has been refreshed and a home screen reload might be necessary.",
Line 18,343: Line 19,316:
#* ''[[#Notifications.Library.Video.Type|Notifications.Library.Video.Type]]'' type
#* ''[[#Notifications.Library.Video.Type|Notifications.Library.Video.Type]]'' type
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "A video item has been removed.",
   "description": "A video item has been removed.",
Line 18,383: Line 19,356:
# ''string'' data
# ''string'' data
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "Scanning the video library has been finished.",
   "description": "Scanning the video library has been finished.",
Line 18,409: Line 19,382:
# ''string'' data
# ''string'' data
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "A video library scan has started.",
   "description": "A video library scan has started.",
Line 18,440: Line 19,413:
#* ''string'' type
#* ''string'' type
</div>
</div>
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight enclose="div">
{{hidden|style = width: 60%;|headerstyle = background: #cccccc;|contentstyle = text-align: left; border: 0px solid #AAAAAA;|JSON Schema Description|<syntaxhighlight lang="json">
{
{
   "description": "A video item has been updated.",
   "description": "A video item has been updated.",
Line 18,489: Line 19,462:
}
}
</syntaxhighlight>}}
</syntaxhighlight>}}
== See also ==
* [[JSON-RPC API]]
* [[JSON-RPC API/v4|JSON-RPC API v4 (Eden)]]
* [[JSON-RPC API/v6|JSON-RPC API v6 (Frodo - Jarvis)]]
* [[JSON-RPC API/v8|JSON-RPC API v8 (Krypton)]]
* [[JSON-RPC API/v10|JSON-RPC API v10 (Leia)]]


== External links ==
== External links ==
Line 18,501: Line 19,467:
* [http://tools.ietf.org/html/draft-zyp-json-schema-03 A JSON Media Type for Describing the Structure and Meaning of JSON Documents (Draft 03)]
* [http://tools.ietf.org/html/draft-zyp-json-schema-03 A JSON Media Type for Describing the Structure and Meaning of JSON Documents (Draft 03)]


[[Category:Development]]
{{updated|19}}
[[Category:JSON-RPC]]

Latest revision as of 22:30, 1 June 2021

JSON-RPC Pages
Main JSON-RPC Page
- v8 (Krypton)
- v10 (Leia)
- v12 (Matrix)
- v13 (Nexus)
- v14 (Omega)
Examples
All JSON-RPC Pages
Home icon grey.png   ▶ Development ▶ JSON-RPC API ▶ v12

Version 12 is the stable version of Kodi's JSON-RPC API and is published with the release of v19 (Matrix). This document has been updated to version 12.3.0. Recent changes are announced on the forum

It comes with support for WebSockets as an alternative transport for third party clients. Using WebSockets will allow webinterfaces (which are currently restricted to the HTTP transport only) to get access to a bidirectional transport with Kodi's JSON-RPC API and can therefore also profit from additional features like notifications.


JSON-RPC 2.0 compatibility

Version Method calls Notifications
(server-side)
Notifications
(client-side)
Parameters
by-name
Parameters
by-position
Batch requests
Version 6 Yes Yes Yes Yes Yes Yes

Documentation (JSON Schema)

Supported features of JSON Schema

Schema IETF Draft 03
type Yes
properties Yes
patternProperties No
additionalProperties Yes
items Yes
additionalItems Yes
required Yes
dependencies No
minimum Yes
maximum Yes
Schema IETF Draft 03
exclusiveMinimum Yes
exclusiveMaximum Yes
minItems Yes
maxItems Yes
uniqueItems Yes
pattern No
minLength Yes
maxLength Yes
enum Yes
default Yes
Schema IETF Draft 03
title No
description Yes
format No
divisibleBy Yes
disallow No
extends Yes
id Yes
$ref Yes
$schema No
Hyper Schema No

Error message

If Kodi detects a bad or missing parameter in a JSON-RPC request it returns an error object. The JSON schema description of that error object is

{
  "type": "object",
  "properties": {
    "code": { "type": "integer", "required": true },
    "message": { "type": "string", "required": true },
    "data": { "type": "object",
      "properties": {
        "method": { "type": "string", "required": true },
        "stack": { "type": "object", "id": "Error.Stack",
          "properties": {
            "name": { "type": "string", "required": true },
            "type": { "type": "string", "required": true },
            "message": { "type": "string", "required": true },
            "property": { "$ref": "Error.Stack" }
          }
        }
      }
    }
  }
}

Namespaces

The Kodi JSON-RPC API is split up into namespaces, which contain methods that can be called. These namespaces are:

Namespace Description
Addons List, enable and execute addons.
Application Application information and control.
AudioLibrary Audio Library information.
Favourites Favourites GetFavourites and AddFavourite.
Files Shares information & filesystem listings.
GUI Window properties and activation.
Input Allows limited navigation within Kodi.
JSONRPC A variety of standard JSONRPC calls.
PVR Live TV control.
Player Manages all available players.
Playlist Playlist modification.
Profiles Support for Profiles operations to Kodi.
Settings Allows manipulation of Kodi settings.
System System controls and information.
Textures Supplies GetTextures and RemoveTexture. Textures are images.
VideoLibrary Video Library information.
XBMC Dumping ground for very Kodi specific operations.

Methods

Addons

Addons.ExecuteAddon

Executes the given addon with the given parameters (if possible)
Permissions:

  • ExecuteAddon

Parameters:

  1. string addonid
  2. [mixed: object|array|string params = ""]
  3. [boolean wait = False]

Returns:

Type: string

Addons.GetAddonDetails

Gets the details of a specific addon
Permissions:

  • ReadData

Parameters:

  1. string addonid
  2. [Addon.Fields properties]

Returns:

Type: object
Properties:

  1. Addon.Details addon
  2. List.LimitsReturned limits

Addons.GetAddons

Gets all available addons
Permissions:

  • ReadData

Parameters:

  1. [Addon.Types type = unknown]
  2. [Addon.Content content = unknown] (Content provided by the addon. Only considered for plugins and scripts.)
  3. [mixed: boolean|string enabled = all]
  4. [Addon.Fields properties]
  5. [List.Limits limits]
  6. [mixed: boolean|string installed = True]

Returns:

Type: object
Properties:

  1. [array[ Addon.Details ] addons]
  2. List.LimitsReturned limits

Addons.SetAddonEnabled

Enables/Disables a specific addon
Permissions:

  • ManageAddon

Parameters:

  1. string addonid
  2. Global.Toggle enabled

Returns:

Type: string

Application

Application.GetProperties

Retrieves the values of the given properties
Permissions:

  • ReadData

Parameters:

  1. array[ Application.Property.Name ] properties

Returns:

Type: Application.Property.Value

Application.Quit

Quit application
Permissions:

  • ControlPower

Returns:

Type: string

Application.SetMute

Toggle mute/unmute
Permissions:

  • ControlPlayback

Parameters:

  1. Global.Toggle mute

Returns:

Type: boolean (Mute state)

Application.SetVolume

Set the current volume
Permissions:

  • ControlPlayback

Parameters:

  1. mixed: integer|Global.IncrementDecrement volume

Returns:

Type: integer

AudioLibrary

AudioLibrary.Clean

Cleans the audio library from non-existent items
Permissions:

  • RemoveData

Parameters:

  1. [boolean showdialogs = True] (Whether or not to show the progress bar or any other GUI dialog)

Returns:

Type: string

AudioLibrary.Export

Exports all items from the audio library
Permissions:

  • WriteFile

Parameters:

  1. [mixed: object|object options]

Returns:

Type: string

AudioLibrary.GetAlbumDetails

Retrieve details about a specific album
Permissions:

  • ReadData

Parameters:

  1. Library.Id albumid
  2. [Audio.Fields.Album properties]

Returns:

Type: object
Properties:

  1. [Audio.Details.Album albumdetails]

AudioLibrary.GetAlbums

Retrieve all albums from specified artist (and role) or that has songs of the specified genre
Permissions:

  • ReadData

Parameters:

  1. [Audio.Fields.Album properties]
  2. [List.Limits limits]
  3. [List.Sort sort]
  4. [mixed: object|object|object|object|object|object|object|object|List.Filter.Albums filter]
  5. [boolean includesingles = False]
  6. [boolean allroles = False] (Whether or not to include all roles when filtering by artist, rather than the default of excluding other contributions. When true it overrides any role filter value.)

Returns:

Type: object
Properties:

  1. [array[ Audio.Details.Album ] albums]
  2. List.LimitsReturned limits

AudioLibrary.GetArtistDetails

Retrieve details about a specific artist
Permissions:

  • ReadData

Parameters:

  1. Library.Id artistid
  2. [Audio.Fields.Artist properties]

Returns:

Type: object
Properties:

  1. [Audio.Details.Artist artistdetails]

AudioLibrary.GetArtists

Retrieve all artists. For backward compatibility by default this implicitly does not include those that only contribute other roles, however absolutely all artists can be returned using allroles=true
Permissions:

  • ReadData

Parameters:

  1. [Optional.Boolean albumartistsonly = None] (Whether or not to only include album artists rather than the artists of only individual songs as well. If the parameter is not passed or is passed as null the GUI setting will be used)
  2. [Audio.Fields.Artist properties]
  3. [List.Limits limits]
  4. [List.Sort sort]
  5. [mixed: object|object|object|object|object|object|object|object|object|object|object|object|object|object|object|List.Filter.Artists filter]
  6. [boolean allroles = False] (Whether or not to include all artists irrespective of the role they contributed. When true it overrides any role filter value.)

Returns:

Type: object
Properties:

  1. [array[ Audio.Details.Artist ] artists]
  2. List.LimitsReturned limits

AudioLibrary.GetAvailableArt

Retrieve all potential art URLs for a media item by art type
Permissions:

  • ReadData

Parameters:

  1. mixed: object|object item
  2. [string arttype = ""]

Returns:

Type: object
Properties:

  1. array availableart

AudioLibrary.GetAvailableArtTypes

Retrieve a list of potential art types for a media item
Permissions:

  • ReadData

Parameters:

  1. mixed: object|object item

Returns:

Type: object
Properties:

  1. array availablearttypes

AudioLibrary.GetGenres

Retrieve all genres
Permissions:

  • ReadData

Parameters:

  1. [Library.Fields.Genre properties]
  2. [List.Limits limits]
  3. [List.Sort sort]

Returns:

Type: object
Properties:

  1. array[ Library.Details.Genre ] genres
  2. List.LimitsReturned limits

AudioLibrary.GetProperties

Retrieves the values of the music library properties
Permissions:

  • ReadData

Parameters:

  1. array[ Audio.Property.Name ] properties

Returns:

Type: Audio.Property.Value

AudioLibrary.GetRecentlyAddedAlbums

Retrieve recently added albums
Permissions:

  • ReadData

Parameters:

  1. [Audio.Fields.Album properties]
  2. [List.Limits limits]
  3. [List.Sort sort]

Returns:

Type: object
Properties:

  1. [array[ Audio.Details.Album ] albums]
  2. List.LimitsReturned limits

AudioLibrary.GetRecentlyAddedSongs

Retrieve recently added songs
Permissions:

  • ReadData

Parameters:

  1. [List.Amount albumlimit = -1] (The amount of recently added albums from which to return the songs)
  2. [Audio.Fields.Song properties]
  3. [List.Limits limits]
  4. [List.Sort sort]

Returns:

Type: object
Properties:

  1. List.LimitsReturned limits
  2. [array[ Audio.Details.Song ] songs]

AudioLibrary.GetRecentlyPlayedAlbums

Retrieve recently played albums
Permissions:

  • ReadData

Parameters:

  1. [Audio.Fields.Album properties]
  2. [List.Limits limits]
  3. [List.Sort sort]

Returns:

Type: object
Properties:

  1. [array[ Audio.Details.Album ] albums]
  2. List.LimitsReturned limits

AudioLibrary.GetRecentlyPlayedSongs

Retrieve recently played songs
Permissions:

  • ReadData

Parameters:

  1. [Audio.Fields.Song properties]
  2. [List.Limits limits]
  3. [List.Sort sort]

Returns:

Type: object
Properties:

  1. List.LimitsReturned limits
  2. [array[ Audio.Details.Song ] songs]

AudioLibrary.GetRoles

Retrieve all contributor roles
Permissions:

  • ReadData

Parameters:

  1. [Audio.Fields.Role properties]
  2. [List.Limits limits]
  3. [List.Sort sort]

Returns:

Type: object
Properties:

  1. List.LimitsReturned limits
  2. array[ Audio.Details.Role ] roles

AudioLibrary.GetSongDetails

Retrieve details about a specific song
Permissions:

  • ReadData

Parameters:

  1. Library.Id songid
  2. [Audio.Fields.Song properties]

Returns:

Type: object
Properties:

  1. [Audio.Details.Song songdetails]

AudioLibrary.GetSongs

Retrieve all songs from specified album, artist or genre
Permissions:

  • ReadData

Parameters:

  1. [Audio.Fields.Song properties]
  2. [List.Limits limits]
  3. [List.Sort sort]
  4. [mixed: object|object|object|object|object|object|object|object|object|object|List.Filter.Songs filter]
  5. [boolean includesingles = True] (Only songs from albums are returned when false, but overridden when singlesonly parameter is true)
  6. [boolean allroles = False] (Whether or not to include all roles when filtering by artist, rather than default of excluding other contributors. When true it overrides any role filter value.)
  7. [boolean singlesonly = False] (Only singles are returned when true, and overrides includesingles parameter)

Returns:

Type: object
Properties:

  1. List.LimitsReturned limits
  2. [array[ Audio.Details.Song ] songs]

AudioLibrary.GetSources

Get all music sources, including unique ID
Permissions:

  • ReadData

Parameters:

  1. [Library.Fields.Source properties]
  2. [List.Limits limits]
  3. [List.Sort sort]

Returns:

Type: object
Properties:

  1. List.LimitsReturned limits
  2. array[ Library.Details.Source ] sources

AudioLibrary.Scan

Scans the audio sources for new library items
Permissions:

  • UpdateData

Parameters:

  1. [string directory = ""]
  2. [boolean showdialogs = True] (Whether or not to show the progress bar or any other GUI dialog)

Returns:

Type: string

AudioLibrary.SetAlbumDetails

Update the given album with the given details
Permissions:

  • UpdateData

Parameters:

  1. Library.Id albumid
  2. [Optional.String title = None]
  3. [mixed: null|Array.String artist = None]
  4. [Optional.String description = None]
  5. [mixed: null|Array.String genre = None]
  6. [mixed: null|Array.String theme = None]
  7. [mixed: null|Array.String mood = None]
  8. [mixed: null|Array.String style = None]
  9. [Optional.String type = None]
  10. [Optional.String albumlabel = None]
  11. [Optional.Number rating = None]
  12. [Optional.Integer year = None]
  13. [Optional.Integer userrating = None]
  14. [Optional.Integer votes = None]
  15. [Optional.String musicbrainzalbumid = None]
  16. [Optional.String musicbrainzreleasegroupid = None]
  17. [Optional.String sortartist = None]
  18. [Optional.String displayartist = None]
  19. [mixed: null|Array.String musicbrainzalbumartistid = None]
  20. [mixed: null|Media.Artwork.Set art = None]
  21. [Optional.Boolean isboxset = None]
  22. [Optional.String releasedate = None]
  23. [Optional.String originaldate = None]

Returns:

Type: string

AudioLibrary.SetArtistDetails

Update the given artist with the given details
Permissions:

  • UpdateData

Parameters:

  1. Library.Id artistid
  2. [Optional.String artist = None]
  3. [mixed: null|Array.String instrument = None]
  4. [mixed: null|Array.String style = None]
  5. [mixed: null|Array.String mood = None]
  6. [Optional.String born = None]
  7. [Optional.String formed = None]
  8. [Optional.String description = None]
  9. [mixed: null|Array.String genre = None]
  10. [Optional.String died = None]
  11. [Optional.String disbanded = None]
  12. [mixed: null|Array.String yearsactive = None]
  13. [Optional.String musicbrainzartistid = None]
  14. [Optional.String sortname = None]
  15. [Optional.String type = None]
  16. [Optional.String gender = None]
  17. [Optional.String disambiguation = None]
  18. [mixed: null|Media.Artwork.Set art = None]

Returns:

Type: string

AudioLibrary.SetSongDetails

Update the given song with the given details
Permissions:

  • UpdateData

Parameters:

  1. Library.Id songid
  2. [Optional.String title = None]
  3. [mixed: null|Array.String artist = None]
  4. [mixed: null|Array.String genre = None]
  5. [Optional.Integer year = None]
  6. [Optional.Number rating = None]
  7. [Optional.Integer track = None]
  8. [Optional.Integer disc = None]
  9. [Optional.Integer duration = None]
  10. [Optional.String comment = None]
  11. [Optional.String musicbrainztrackid = None]
  12. [Optional.String musicbrainzartistid = None]
  13. [Optional.Integer playcount = None]
  14. [Optional.String lastplayed = None]
  15. [Optional.Integer userrating = None]
  16. [Optional.Integer votes = None]
  17. [Optional.String displayartist = None]
  18. [Optional.String sortartist = None]
  19. [Optional.String mood = None]
  20. [mixed: null|Media.Artwork.Set art = None]
  21. [Optional.String disctitle = None]
  22. [Optional.String releasedate = None]
  23. [Optional.String originaldate = None]
  24. [Optional.Integer bpm = None]

Returns:

Type: string

Favourites

Favourites.AddFavourite

Add a favourite with the given details
Permissions:

  • UpdateData

Parameters:

  1. string title
  2. Favourite.Type type
  3. [Optional.String path = None] (Required for media, script and androidapp favourites types)
  4. [Optional.String window = None] (Required for window favourite type)
  5. [Optional.String windowparameter = None]
  6. [Optional.String thumbnail = None]

Returns:

Type: string

Favourites.GetFavourites

Retrieve all favourites
Permissions:

  • ReadData

Parameters:

  1. [mixed: null|Favourite.Type type = None]
  2. [Favourite.Fields.Favourite properties]

Returns:

Type: object
Properties:

  1. [array[ Favourite.Details.Favourite ] favourites]
  2. List.LimitsReturned limits

Files

Files.Download

Downloads the given file
Permissions:

  • ReadData

Parameters:

  1. string path

Returns:

Type: any

Files.GetDirectory

Get the directories and files in the given directory
Permissions:

  • ReadData

Parameters:

  1. string directory
  2. [Files.Media media = files]
  3. [List.Fields.Files properties]
  4. [List.Sort sort]
  5. [List.Limits limits] (Limits are applied after getting the directory content thus retrieval is not faster when they are applied.)

Returns:

Type: object
Properties:

  1. array[ List.Item.File ] files
  2. List.LimitsReturned limits

Files.GetFileDetails

Get details for a specific file
Permissions:

  • ReadData

Parameters:

  1. string file (Full path to the file)
  2. [Files.Media media = files]
  3. [List.Fields.Files properties]

Returns:

Type: object
Properties:

  1. List.Item.File filedetails

Files.GetSources

Get the sources of the media windows
Permissions:

  • ReadData

Parameters:

  1. Files.Media media
  2. [List.Limits limits]
  3. [List.Sort sort]

Returns:

Type: object
Properties:

  1. List.LimitsReturned limits
  2. List.Items.Sources sources

Files.PrepareDownload

Provides a way to download a given file (e.g. providing an URL to the real file location)
Permissions:

  • ReadData

Parameters:

  1. string path

Returns:

Type: object
Properties:

  1. any details (Transport specific details on how/from where to download the given file)
  2. string mode (Direct mode allows using Files.Download whereas redirect mode requires the usage of a different protocol)
  3. string protocol

Files.SetFileDetails

Update the given specific file with the given details
Permissions:

  • UpdateData

Parameters:

  1. string file (Full path to the file)
  2. Files.Media media (File type to update correct database. Currently only "video" is supported.)
  3. [Optional.Integer playcount = None]
  4. [Optional.String lastplayed = None] (Setting a valid lastplayed without a playcount will force playcount to 1.)
  5. [mixed: null|Video.Resume resume = None]

Returns:

Type: string

GUI

GUI.ActivateWindow

Activates the given window
Permissions:

  • ControlGUI

Parameters:

  1. GUI.Window window
  2. [array[string] parameters]

Returns:

Type: string

GUI.GetProperties

Retrieves the values of the given properties
Permissions:

  • ReadData

Parameters:

  1. array[ GUI.Property.Name ] properties

Returns:

Type: GUI.Property.Value

GUI.GetStereoscopicModes

Returns the supported stereoscopic modes of the GUI
Permissions:

  • ReadData

Returns:

Type: object
Properties:

  1. [array[ GUI.Stereoscopy.Mode ] stereoscopicmodes]

GUI.SetFullscreen

Toggle fullscreen/GUI
Permissions:

  • ControlGUI

Parameters:

  1. Global.Toggle fullscreen

Returns:

Type: boolean (Fullscreen state)

GUI.SetStereoscopicMode

Sets the stereoscopic mode of the GUI to the given mode
Permissions:

  • ControlGUI

Parameters:

  1. string mode

Returns:

Type: string

GUI.ShowNotification

Shows a GUI notification
Permissions:

  • ControlGUI

Parameters:

  1. string title
  2. string message
  3. [mixed: string|string image = ""]
  4. [integer displaytime = 5000] (The time in milliseconds the notification will be visible)

Returns:

Type: string

Input

Input.Back

Goes back in GUI
Permissions:

  • Navigate

Returns:

Type: string

Input.ButtonEvent

Send a button press event
Permissions:

  • Navigate

Parameters:

  1. string button (Button name)
  2. string keymap (Keymap name (KB, XG, R1, or R2))
  3. [integer holdtime = 0] (Number of milliseconds to simulate button hold.)

Returns:

Type: string

Input.ContextMenu

Shows the context menu
Permissions:

  • Navigate

Returns:

Type: string

Input.Down

Navigate down in GUI
Permissions:

  • Navigate

Returns:

Type: string

Input.ExecuteAction

Execute a specific action
Permissions:

  • Navigate

Parameters:

  1. Input.Action action

Returns:

Type: string

Input.Home

Goes to home window in GUI
Permissions:

  • Navigate

Returns:

Type: string

Input.Info

Shows the information dialog
Permissions:

  • Navigate

Returns:

Type: string

Input.Left

Navigate left in GUI
Permissions:

  • Navigate

Returns:

Type: string

Input.Right

Navigate right in GUI
Permissions:

  • Navigate

Returns:

Type: string

Input.Select

Select current item in GUI
Permissions:

  • Navigate

Returns:

Type: string

Input.SendText

Send a generic (unicode) text
Permissions:

  • Navigate

Parameters:

  1. string text (Unicode text)
  2. [boolean done = True] (Whether this is the whole input or not (closes an open input dialog if true).)

Returns:

Type: string

Input.ShowCodec

Show codec information of the playing item
Permissions:

  • Navigate

Returns:

Type: string

Input.ShowOSD

Show the on-screen display for the current player
Permissions:

  • Navigate

Returns:

Type: string

Input.ShowPlayerProcessInfo

Show player process information of the playing item, like video decoder, pixel format, pvr signal strength, ...
Permissions:

  • Navigate

Returns:

Type: string

Input.Up

Navigate up in GUI
Permissions:

  • Navigate

Returns:

Type: string

JSONRPC

JSONRPC.GetConfiguration

Get client-specific configurations
Permissions:

  • ReadData

Returns:

Type: Configuration

JSONRPC.Introspect

Enumerates all actions and descriptions
Permissions:

  • ReadData

Parameters:

  1. [boolean getdescriptions = True]
  2. [boolean getmetadata = False]
  3. [boolean filterbytransport = True]
  4. [object filter]

Returns:

Type: object

JSONRPC.NotifyAll

Notify all other connected clients
Permissions:

  • ReadData

Parameters:

  1. string sender
  2. string message
  3. [any data = None]

Returns:

Type: any

JSONRPC.Permission

Retrieve the clients permissions
Permissions:

  • ReadData

Returns:

Type: object
Properties:

  1. boolean controlgui
  2. boolean controlnotify
  3. boolean controlplayback
  4. boolean controlpower
  5. boolean controlpvr
  6. boolean controlsystem
  7. boolean executeaddon
  8. boolean manageaddon
  9. boolean navigate
  10. boolean readdata
  11. boolean removedata
  12. boolean updatedata
  13. boolean writefile

JSONRPC.Ping

Ping responder
Permissions:

  • ReadData

Returns:

Type: string

JSONRPC.SetConfiguration

Change the client-specific configuration
Permissions:

  • ControlNotify

Parameters:

  1. [object notifications]

Returns:

Type: Configuration

JSONRPC.Version

Retrieve the JSON-RPC protocol version.
Permissions:

  • ReadData

Returns:

Type: object
Properties:

  1. object version

PVR

PVR.AddTimer

Adds a timer to record the given show one times or a timer rule to record all showings of the given show or adds a reminder timer or reminder timer rule
Permissions:

  • ControlPVR

Parameters:

  1. Library.Id broadcastid (the broadcast id of the item to record)
  2. [boolean timerrule = False] (controls whether to create a timer rule or a onetime timer)
  3. [boolean reminder = False] (controls whether to create a reminder timer or a recording timer)

Returns:

Type: string

PVR.DeleteTimer

Deletes a onetime timer or a timer rule
Permissions:

  • ControlPVR

Parameters:

  1. Library.Id timerid (the id of the onetime timer or timer rule to delete)

Returns:

Type: string

PVR.GetBroadcastDetails

Retrieves the details of a specific broadcast
Permissions:

  • ReadData

Parameters:

  1. Library.Id broadcastid
  2. [PVR.Fields.Broadcast properties]

Returns:

Type: object
Properties:

  1. [PVR.Details.Broadcast broadcastdetails]

PVR.GetBroadcastIsPlayable

Retrieves whether or not a broadcast is playable
Permissions:

  • ReadData

Parameters:

  1. Library.Id broadcastid (the id of the broadcast to to check for playability)

Returns:

Type: boolean

PVR.GetBroadcasts

Retrieves the program of a specific channel
Permissions:

  • ReadData

Parameters:

  1. Library.Id channelid
  2. [PVR.Fields.Broadcast properties]
  3. [List.Limits limits]

Returns:

Type: object
Properties:

  1. array[ PVR.Details.Broadcast ] broadcasts
  2. List.LimitsReturned limits

PVR.GetChannelDetails

Retrieves the details of a specific channel
Permissions:

  • ReadData

Parameters:

  1. Library.Id channelid
  2. [PVR.Fields.Channel properties]

Returns:

Type: object
Properties:

  1. [PVR.Details.Channel channeldetails]

PVR.GetChannelGroupDetails

Retrieves the details of a specific channel group
Permissions:

  • ReadData

Parameters:

  1. PVR.ChannelGroup.Id channelgroupid
  2. [object channels]

Returns:

Type: object
Properties:

  1. [PVR.Details.ChannelGroup.Extended channelgroupdetails]

PVR.GetChannelGroups

Retrieves the channel groups for the specified type
Permissions:

  • ReadData

Parameters:

  1. PVR.Channel.Type channeltype
  2. [List.Limits limits]

Returns:

Type: object
Properties:

  1. array[ PVR.Details.ChannelGroup ] channelgroups
  2. List.LimitsReturned limits

PVR.GetChannels

Retrieves the channel list
Permissions:

  • ReadData

Parameters:

  1. PVR.ChannelGroup.Id channelgroupid
  2. [PVR.Fields.Channel properties]
  3. [List.Limits limits]
  4. [List.Sort sort]

Returns:

Type: object
Properties:

  1. array[ PVR.Details.Channel ] channels
  2. List.LimitsReturned limits

PVR.GetClients

Retrieves the enabled PVR clients and their capabilities
Permissions:

  • ReadData

Parameters:

  1. [List.Limits limits]

Returns:

Type: object
Properties:

  1. array[ PVR.Details.Client ] clients
  2. List.LimitsReturned limits

PVR.GetProperties

Retrieves the values of the given properties
Permissions:

  • ReadData

Parameters:

  1. array[ PVR.Property.Name ] properties

Returns:

Type: PVR.Property.Value

PVR.GetRecordingDetails

Retrieves the details of a specific recording
Permissions:

  • ReadData

Parameters:

  1. Library.Id recordingid
  2. [PVR.Fields.Recording properties]

Returns:

Type: object
Properties:

  1. [PVR.Details.Recording recordingdetails]

PVR.GetRecordings

Retrieves the recordings
Permissions:

  • ReadData

Parameters:

  1. [PVR.Fields.Recording properties]
  2. [List.Limits limits]
  3. [List.Sort sort]

Returns:

Type: object
Properties:

  1. List.LimitsReturned limits
  2. array[ PVR.Details.Recording ] recordings

PVR.GetTimerDetails

Retrieves the details of a specific timer
Permissions:

  • ReadData

Parameters:

  1. Library.Id timerid
  2. [PVR.Fields.Timer properties]

Returns:

Type: object
Properties:

  1. [PVR.Details.Timer timerdetails]

PVR.GetTimers

Retrieves the timers
Permissions:

  • ReadData

Parameters:

  1. [PVR.Fields.Timer properties]
  2. [List.Limits limits]
  3. [List.Sort sort]

Returns:

Type: object
Properties:

  1. List.LimitsReturned limits
  2. array[ PVR.Details.Timer ] timers

PVR.Record

Toggle recording of a channel
Permissions:

  • ControlPVR

Parameters:

  1. [Global.Toggle record = toggle]
  2. [mixed: string|Library.Id channel = current]

Returns:

Type: string

PVR.Scan

Starts a channel scan
Permissions:

  • ControlPVR

Parameters:

  1. [Library.Id clientid = -1] (Specify a PVR client id to avoid UI dialog, optional in kodi 19, required in kodi 20)

Returns:

Type: string

PVR.ToggleTimer

Creates or deletes a onetime timer or timer rule for a given show. If it exists, it will be deleted. If it does not exist, it will be created
Permissions:

  • ControlPVR

Parameters:

  1. Library.Id broadcastid (the broadcast id of the item to toggle a onetime timer or time rule for)
  2. [boolean timerrule = False] (controls whether to create / delete a timer rule or a onetime timer)

Returns:

Type: string

Player

Player.AddSubtitle

Add subtitle to the player
Permissions:

  • ControlPlayback

Parameters:

  1. Player.Id playerid
  2. string subtitle (Local path or remote URL to the subtitle file to load)

Returns:

Type: string

Player.GetActivePlayers

Returns all active players
Permissions:

  • ReadData

Returns:

Type: array

Player.GetItem

Retrieves the currently played item
Permissions:

  • ReadData

Parameters:

  1. Player.Id playerid
  2. [List.Fields.All properties]

Returns:

Type: object
Properties:

  1. List.Item.All item

Player.GetPlayers

Get a list of available players
Permissions:

  • ReadData

Parameters:

  1. [string media = all]

Returns:

Type: array

Player.GetProperties

Retrieves the values of the given properties
Permissions:

  • ReadData

Parameters:

  1. Player.Id playerid
  2. array[ Player.Property.Name ] properties

Returns:

Type: Player.Property.Value

Player.GetViewMode

Get view mode of video player
Permissions:

  • ReadData

Returns:

Type: object
Properties:

  1. boolean nonlinearstretch
  2. number pixelratio
  3. number verticalshift
  4. Player.ViewMode viewmode
  5. number zoom

Player.GoTo

Go to previous/next/specific item in the playlist
Permissions:

  • ControlPlayback

Parameters:

  1. Player.Id playerid
  2. mixed: string|Playlist.Position to

Returns:

Type: string

Player.Move

If picture is zoomed move viewport left/right/up/down otherwise skip previous/next
Permissions:

  • ControlPlayback

Parameters:

  1. Player.Id playerid
  2. string direction

Returns:

Type: string

Player.Open

Start playback of either the playlist with the given ID, a slideshow with the pictures from the given directory or a single file or an item from the database.
Permissions:

  • ControlPlayback

Parameters:

  1. [mixed: object|Playlist.Item|object|object|object|object|object item]
  2. [object options]

Returns:

Type: string

Player.PlayPause

Pauses or unpause playback and returns the new state
Permissions:

  • ControlPlayback

Parameters:

  1. Player.Id playerid
  2. [Global.Toggle play = toggle]

Returns:

Type: Player.Speed

Player.Rotate

Rotates current picture
Permissions:

  • ControlPlayback

Parameters:

  1. Player.Id playerid
  2. [string value = clockwise]

Returns:

Type: string

Player.Seek

Seek through the playing item
Permissions:

  • ControlPlayback

Parameters:

  1. Player.Id playerid
  2. mixed: object|object|object|object value

Returns:

Type: object
Properties:

  1. [Player.Position.Percentage percentage]
  2. [Global.Time time] (A duration.)
  3. [Global.Time totaltime] (A duration.)

Player.SetAudioStream

Set the audio stream played by the player
Permissions:

  • ControlPlayback

Parameters:

  1. Player.Id playerid
  2. mixed: string|integer stream

Returns:

Type: string

Player.SetPartymode

Turn partymode on or off
Permissions:

  • ControlPlayback

Parameters:

  1. Player.Id playerid
  2. Global.Toggle partymode

Returns:

Type: string

Player.SetRepeat

Set the repeat mode of the player
Permissions:

  • ControlPlayback

Parameters:

  1. Player.Id playerid
  2. mixed: Player.Repeat|string repeat

Returns:

Type: string

Player.SetShuffle

Shuffle/Unshuffle items in the player
Permissions:

  • ControlPlayback

Parameters:

  1. Player.Id playerid
  2. Global.Toggle shuffle

Returns:

Type: string

Player.SetSpeed

Set the speed of the current playback
Permissions:

  • ControlPlayback

Parameters:

  1. Player.Id playerid
  2. mixed: integer|Global.IncrementDecrement speed

Returns:

Type: Player.Speed

Player.SetSubtitle

Set the subtitle displayed by the player
Permissions:

  • ControlPlayback

Parameters:

  1. Player.Id playerid
  2. mixed: string|integer subtitle
  3. [boolean enable = False] (Whether to enable subtitles to be displayed after setting the new subtitle)

Returns:

Type: string

Player.SetVideoStream

Set the video stream played by the player
Permissions:

  • ControlPlayback

Parameters:

  1. Player.Id playerid
  2. mixed: string|integer stream

Returns:

Type: string

Player.SetViewMode

Set view mode of video player
Permissions:

  • ControlPlayback

Parameters:

  1. mixed: Player.CustomViewMode|Player.ViewMode viewmode

Returns:

Type: string

Player.Stop

Stops playback
Permissions:

  • ControlPlayback

Parameters:

  1. Player.Id playerid

Returns:

Type: string

Player.Zoom

Zoom current picture
Permissions:

  • ControlPlayback

Parameters:

  1. Player.Id playerid
  2. mixed: string|integer zoom

Returns:

Type: string

Playlist

Playlist.Add

Add item(s) to playlist
Permissions:

  • ControlPlayback

Parameters:

  1. Playlist.Id playlistid
  2. mixed: Playlist.Item|array item

Returns:

Type: string

Playlist.Clear

Clear playlist
Permissions:

  • ControlPlayback

Parameters:

  1. Playlist.Id playlistid

Returns:

Type: string

Playlist.GetItems

Get all items from playlist
Permissions:

  • ReadData

Parameters:

  1. Playlist.Id playlistid
  2. [List.Fields.All properties]
  3. [List.Limits limits]
  4. [List.Sort sort]

Returns:

Type: object
Properties:

  1. array[ List.Item.All ] items
  2. List.LimitsReturned limits

Playlist.GetPlaylists

Returns all existing playlists
Permissions:

  • ReadData

Returns:

Type: array

Playlist.GetProperties

Retrieves the values of the given properties
Permissions:

  • ReadData

Parameters:

  1. Playlist.Id playlistid
  2. array[ Playlist.Property.Name ] properties

Returns:

Type: Playlist.Property.Value

Playlist.Insert

Insert item(s) into playlist. Does not work for picture playlists (aka slideshows).
Permissions:

  • ControlPlayback

Parameters:

  1. Playlist.Id playlistid
  2. Playlist.Position position
  3. mixed: Playlist.Item|array item

Returns:

Type: string

Playlist.Remove

Remove item from playlist. Does not work for picture playlists (aka slideshows).
Permissions:

  • ControlPlayback

Parameters:

  1. Playlist.Id playlistid
  2. Playlist.Position position

Returns:

Type: string

Playlist.Swap

Swap items in the playlist. Does not work for picture playlists (aka slideshows).
Permissions:

  • ControlPlayback

Parameters:

  1. Playlist.Id playlistid
  2. Playlist.Position position1
  3. Playlist.Position position2

Returns:

Type: string

Profiles

Profiles.GetCurrentProfile

Retrieve the current profile
Permissions:

  • ReadData

Parameters:

  1. [Profiles.Fields.Profile properties]

Returns:

Type: Profiles.Details.Profile

Profiles.GetProfiles

Retrieve all profiles
Permissions:

  • ReadData

Parameters:

  1. [Profiles.Fields.Profile properties]
  2. [List.Limits limits]
  3. [List.Sort sort]

Returns:

Type: object
Properties:

  1. List.LimitsReturned limits
  2. array[ Profiles.Details.Profile ] profiles

Profiles.LoadProfile

Load the specified profile
Permissions:

  • Navigate

Parameters:

  1. string profile (Profile name)
  2. [boolean prompt = False] (Prompt for password)
  3. [Profiles.Password password]

Returns:

Type: string

Settings

Settings.GetCategories

Retrieves all setting categories
Permissions:

  • ReadData

Parameters:

  1. [Setting.Level level = standard]
  2. [string section = ""]
  3. [string properties]

Returns:

Type: object
Properties:

  1. [array[ Setting.Details.Category ] categories]

Settings.GetSections

Retrieves all setting sections
Permissions:

  • ReadData

Parameters:

  1. [Setting.Level level = standard]
  2. [Setting.Level properties]

Returns:

Type: object
Properties:

  1. [array[ Setting.Details.Section ] sections]

Settings.GetSettingValue

Retrieves the value of a setting
Permissions:

  • ReadData

Parameters:

  1. string setting

Returns:

Type: object
Properties:

  1. Setting.Value.Extended value

Settings.GetSettings

Retrieves all settings
Permissions:

  • ReadData

Parameters:

  1. [Setting.Level level = standard]
  2. [mixed: object filter]

Returns:

Type: object
Properties:

  1. [array[ Setting.Details.Setting ] settings]

Settings.ResetSettingValue

Resets the value of a setting
Permissions:

  • ReadData

Parameters:

  1. string setting

Returns:

Type: string

Settings.SetSettingValue

Changes the value of a setting
Permissions:

  • ReadData

Parameters:

  1. string setting
  2. Setting.Value.Extended value

Returns:

Type: boolean

System

System.EjectOpticalDrive

Ejects or closes the optical disc drive (if available)
Permissions:

  • ControlSystem

Returns:

Type: string

System.GetProperties

Retrieves the values of the given properties
Permissions:

  • ReadData

Parameters:

  1. array[ System.Property.Name ] properties

Returns:

Type: System.Property.Value

System.Hibernate

Puts the system running Kodi into hibernate mode
Permissions:

  • ControlPower

Returns:

Type: string

System.Reboot

Reboots the system running Kodi
Permissions:

  • ControlPower

Returns:

Type: string

System.Shutdown

Shuts the system running Kodi down
Permissions:

  • ControlPower

Returns:

Type: string

System.Suspend

Suspends the system running Kodi
Permissions:

  • ControlPower

Returns:

Type: string

Textures

Textures.GetTextures

Retrieve all textures
Permissions:

  • ReadData

Parameters:

  1. [Textures.Fields.Texture properties]
  2. [List.Filter.Textures filter]

Returns:

Type: object
Properties:

  1. array[ Textures.Details.Texture ] textures

Textures.RemoveTexture

Remove the specified texture
Permissions:

  • RemoveData

Parameters:

  1. Library.Id textureid (Texture database identifier)

Returns:

Type: string

VideoLibrary

VideoLibrary.Clean

Cleans the video library for non-existent items
Permissions:

  • RemoveData

Parameters:

  1. [boolean showdialogs = True] (Whether or not to show the progress bar or any other GUI dialog)
  2. [string content = video] (Content type to clean for)
  3. [string directory = ""] (Path to the directory to clean up; performs a global cleanup if not specified)

Returns:

Type: string

VideoLibrary.Export

Exports all items from the video library
Permissions:

  • WriteFile

Parameters:

  1. [mixed: object|object options]

Returns:

Type: string

VideoLibrary.GetAvailableArt

Retrieve all potential art URLs for a media item by art type
Permissions:

  • ReadData

Parameters:

  1. mixed: object|object|object|object|object|object item
  2. [string arttype = ""]

Returns:

Type: object
Properties:

  1. array availableart

VideoLibrary.GetAvailableArtTypes

Retrieve a list of potential art types for a media item
Permissions:

  • ReadData

Parameters:

  1. mixed: object|object|object|object|object|object item

Returns:

Type: object
Properties:

  1. array availablearttypes

VideoLibrary.GetEpisodeDetails

Retrieve details about a specific tv show episode
Permissions:

  • ReadData

Parameters:

  1. Library.Id episodeid
  2. [Video.Fields.Episode properties]

Returns:

Type: object
Properties:

  1. [Video.Details.Episode episodedetails]

VideoLibrary.GetEpisodes

Retrieve all tv show episodes
Permissions:

  • ReadData

Parameters:

  1. [Library.Id tvshowid = -1]
  2. [integer season = -1]
  3. [Video.Fields.Episode properties]
  4. [List.Limits limits]
  5. [List.Sort sort]
  6. [mixed: object|object|object|object|object|List.Filter.Episodes filter]

Returns:

Type: object
Properties:

  1. [array[ Video.Details.Episode ] episodes]
  2. List.LimitsReturned limits

VideoLibrary.GetGenres

Retrieve all genres
Permissions:

  • ReadData

Parameters:

  1. string type
  2. [Library.Fields.Genre properties]
  3. [List.Limits limits]
  4. [List.Sort sort]

Returns:

Type: object
Properties:

  1. array[ Library.Details.Genre ] genres
  2. List.LimitsReturned limits

VideoLibrary.GetInProgressTVShows

Retrieve all in progress tvshows
Permissions:

  • ReadData

Parameters:

  1. [Video.Fields.TVShow properties]
  2. [List.Limits limits]
  3. [List.Sort sort]

Returns:

Type: object
Properties:

  1. List.LimitsReturned limits
  2. [array[ Video.Details.TVShow ] tvshows]

VideoLibrary.GetMovieDetails

Retrieve details about a specific movie
Permissions:

  • ReadData

Parameters:

  1. Library.Id movieid
  2. [Video.Fields.Movie properties]

Returns:

Type: object
Properties:

  1. [Video.Details.Movie moviedetails]

VideoLibrary.GetMovieSetDetails

Retrieve details about a specific movie set
Permissions:

  • ReadData

Parameters:

  1. Library.Id setid
  2. [Video.Fields.MovieSet properties]
  3. [object movies]

Returns:

Type: object
Properties:

  1. [Video.Details.MovieSet.Extended setdetails]

VideoLibrary.GetMovieSets

Retrieve all movie sets
Permissions:

  • ReadData

Parameters:

  1. [Video.Fields.MovieSet properties]
  2. [List.Limits limits]
  3. [List.Sort sort]

Returns:

Type: object
Properties:

  1. List.LimitsReturned limits
  2. [array[ Video.Details.MovieSet ] sets]

VideoLibrary.GetMovies

Retrieve all movies
Permissions:

  • ReadData

Parameters:

  1. [Video.Fields.Movie properties]
  2. [List.Limits limits]
  3. [List.Sort sort]
  4. [mixed: object|object|object|object|object|object|object|object|object|object|List.Filter.Movies filter]

Returns:

Type: object
Properties:

  1. List.LimitsReturned limits
  2. [array[ Video.Details.Movie ] movies]

VideoLibrary.GetMusicVideoDetails

Retrieve details about a specific music video
Permissions:

  • ReadData

Parameters:

  1. Library.Id musicvideoid
  2. [Video.Fields.MusicVideo properties]

Returns:

Type: object
Properties:

  1. [Video.Details.MusicVideo musicvideodetails]

VideoLibrary.GetMusicVideos

Retrieve all music videos
Permissions:

  • ReadData

Parameters:

  1. [Video.Fields.MusicVideo properties]
  2. [List.Limits limits]
  3. [List.Sort sort]
  4. [mixed: object|object|object|object|object|object|object|List.Filter.MusicVideos filter]

Returns:

Type: object
Properties:

  1. List.LimitsReturned limits
  2. [array[ Video.Details.MusicVideo ] musicvideos]

VideoLibrary.GetRecentlyAddedEpisodes

Retrieve all recently added tv episodes
Permissions:

  • ReadData

Parameters:

  1. [Video.Fields.Episode properties]
  2. [List.Limits limits]
  3. [List.Sort sort]

Returns:

Type: object
Properties:

  1. [array[ Video.Details.Episode ] episodes]
  2. List.LimitsReturned limits

VideoLibrary.GetRecentlyAddedMovies

Retrieve all recently added movies
Permissions:

  • ReadData

Parameters:

  1. [Video.Fields.Movie properties]
  2. [List.Limits limits]
  3. [List.Sort sort]

Returns:

Type: object
Properties:

  1. List.LimitsReturned limits
  2. [array[ Video.Details.Movie ] movies]

VideoLibrary.GetRecentlyAddedMusicVideos

Retrieve all recently added music videos
Permissions:

  • ReadData

Parameters:

  1. [Video.Fields.MusicVideo properties]
  2. [List.Limits limits]
  3. [List.Sort sort]

Returns:

Type: object
Properties:

  1. List.LimitsReturned limits
  2. [array[ Video.Details.MusicVideo ] musicvideos]

VideoLibrary.GetSeasonDetails

Retrieve details about a specific tv show season
Permissions:

  • ReadData

Parameters:

  1. Library.Id seasonid
  2. [Video.Fields.Season properties]

Returns:

Type: object
Properties:

  1. [Video.Details.Season seasondetails]

VideoLibrary.GetSeasons

Retrieve all tv seasons
Permissions:

  • ReadData

Parameters:

  1. [Library.Id tvshowid = -1]
  2. [Video.Fields.Season properties]
  3. [List.Limits limits]
  4. [List.Sort sort]

Returns:

Type: object
Properties:

  1. List.LimitsReturned limits
  2. [array[ Video.Details.Season ] seasons]

VideoLibrary.GetTVShowDetails

Retrieve details about a specific tv show
Permissions:

  • ReadData

Parameters:

  1. Library.Id tvshowid
  2. [Video.Fields.TVShow properties]

Returns:

Type: object
Properties:

  1. [Video.Details.TVShow tvshowdetails]

VideoLibrary.GetTVShows

Retrieve all tv shows
Permissions:

  • ReadData

Parameters:

  1. [Video.Fields.TVShow properties]
  2. [List.Limits limits]
  3. [List.Sort sort]
  4. [mixed: object|object|object|object|object|object|List.Filter.TVShows filter]

Returns:

Type: object
Properties:

  1. List.LimitsReturned limits
  2. [array[ Video.Details.TVShow ] tvshows]

VideoLibrary.GetTags

Retrieve all tags
Permissions:

  • ReadData

Parameters:

  1. string type
  2. [Library.Fields.Tag properties]
  3. [List.Limits limits]
  4. [List.Sort sort]

Returns:

Type: object
Properties:

  1. List.LimitsReturned limits
  2. array[ Library.Details.Tag ] tags

VideoLibrary.RefreshEpisode

Refresh the given episode in the library
Permissions:

  • UpdateData

Parameters:

  1. Library.Id episodeid
  2. [boolean ignorenfo = False] (Whether or not to ignore a local NFO if present.)
  3. [string title = ""] (Title to use for searching (instead of determining it from the item's filename/path).)

Returns:

Type: string

VideoLibrary.RefreshMovie

Refresh the given movie in the library
Permissions:

  • UpdateData

Parameters:

  1. Library.Id movieid
  2. [boolean ignorenfo = False] (Whether or not to ignore a local NFO if present.)
  3. [string title = ""] (Title to use for searching (instead of determining it from the item's filename/path).)

Returns:

Type: string

VideoLibrary.RefreshMusicVideo

Refresh the given music video in the library
Permissions:

  • UpdateData

Parameters:

  1. Library.Id musicvideoid
  2. [boolean ignorenfo = False] (Whether or not to ignore a local NFO if present.)
  3. [string title = ""] (Title to use for searching (instead of determining it from the item's filename/path).)

Returns:

Type: string

VideoLibrary.RefreshTVShow

Refresh the given tv show in the library
Permissions:

  • UpdateData

Parameters:

  1. Library.Id tvshowid
  2. [boolean ignorenfo = False] (Whether or not to ignore a local NFO if present.)
  3. [boolean refreshepisodes = False] (Whether or not to refresh all episodes belonging to the TV show.)
  4. [string title = ""] (Title to use for searching (instead of determining it from the item's filename/path).)

Returns:

Type: string

VideoLibrary.RemoveEpisode

Removes the given episode from the library
Permissions:

  • RemoveData

Parameters:

  1. Library.Id episodeid

Returns:

Type: string

VideoLibrary.RemoveMovie

Removes the given movie from the library
Permissions:

  • RemoveData

Parameters:

  1. Library.Id movieid

Returns:

Type: string

VideoLibrary.RemoveMusicVideo

Removes the given music video from the library
Permissions:

  • RemoveData

Parameters:

  1. Library.Id musicvideoid

Returns:

Type: string

VideoLibrary.RemoveTVShow

Removes the given tv show from the library
Permissions:

  • RemoveData

Parameters:

  1. Library.Id tvshowid

Returns:

Type: string

VideoLibrary.Scan

Scans the video sources for new library items
Permissions:

  • UpdateData

Parameters:

  1. [string directory = ""]
  2. [boolean showdialogs = True] (Whether or not to show the progress bar or any other GUI dialog)

Returns:

Type: string

VideoLibrary.SetEpisodeDetails

Update the given episode with the given details
Permissions:

  • UpdateData

Parameters:

  1. Library.Id episodeid
  2. [Optional.String title = None]
  3. [Optional.Integer playcount = None]
  4. [Optional.Integer runtime = None] (Runtime in seconds)
  5. [mixed: null|Array.String director = None]
  6. [Optional.String plot = None]
  7. [Optional.Number rating = None]
  8. [Optional.String votes = None]
  9. [Optional.String lastplayed = None]
  10. [mixed: null|Array.String writer = None]
  11. [Optional.String firstaired = None]
  12. [Optional.String productioncode = None]
  13. [Optional.Integer season = None]
  14. [Optional.Integer episode = None]
  15. [Optional.String originaltitle = None]
  16. [Optional.String thumbnail = None]
  17. [Optional.String fanart = None]
  18. [mixed: null|Media.Artwork.Set art = None]
  19. [mixed: null|Video.Resume resume = None]
  20. [Optional.Integer userrating = None]
  21. [Video.Ratings.Set ratings]
  22. [Optional.String dateadded = None]
  23. [mixed: null|Media.UniqueID.Set uniqueid = None]

Returns:

Type: string

VideoLibrary.SetMovieDetails

Update the given movie with the given details
Permissions:

  • UpdateData

Parameters:

  1. Library.Id movieid
  2. [Optional.String title = None]
  3. [Optional.Integer playcount = None]
  4. [Optional.Integer runtime = None] (Runtime in seconds)
  5. [mixed: null|Array.String director = None]
  6. [mixed: null|Array.String studio = None]
  7. [Optional.Integer year = None] (linked with premiered. Overridden by premiered parameter)
  8. [Optional.String plot = None]
  9. [mixed: null|Array.String genre = None]
  10. [Optional.Number rating = None]
  11. [Optional.String mpaa = None]
  12. [Optional.String imdbnumber = None]
  13. [Optional.String votes = None]
  14. [Optional.String lastplayed = None]
  15. [Optional.String originaltitle = None]
  16. [Optional.String trailer = None]
  17. [Optional.String tagline = None]
  18. [Optional.String plotoutline = None]
  19. [mixed: null|Array.String writer = None]
  20. [mixed: null|Array.String country = None]
  21. [Optional.Integer top250 = None]
  22. [Optional.String sorttitle = None]
  23. [Optional.String set = None]
  24. [mixed: null|Array.String showlink = None]
  25. [Optional.String thumbnail = None]
  26. [Optional.String fanart = None]
  27. [mixed: null|Array.String tag = None]
  28. [mixed: null|Media.Artwork.Set art = None]
  29. [mixed: null|Video.Resume resume = None]
  30. [Optional.Integer userrating = None]
  31. [Video.Ratings.Set ratings]
  32. [Optional.String dateadded = None]
  33. [Optional.String premiered = None] (linked with year. Overrides year)
  34. [mixed: null|Media.UniqueID.Set uniqueid = None]

Returns:

Type: string

VideoLibrary.SetMovieSetDetails

Update the given movie set with the given details
Permissions:

  • UpdateData

Parameters:

  1. Library.Id setid
  2. [Optional.String title = None]
  3. [mixed: null|Media.Artwork.Set art = None]
  4. [Optional.String plot = None]

Returns:

Type: string

VideoLibrary.SetMusicVideoDetails

Update the given music video with the given details
Permissions:

  • UpdateData

Parameters:

  1. Library.Id musicvideoid
  2. [Optional.String title = None]
  3. [Optional.Integer playcount = None]
  4. [Optional.Integer runtime = None] (Runtime in seconds)
  5. [mixed: null|Array.String director = None]
  6. [mixed: null|Array.String studio = None]
  7. [Optional.Integer year = None] (linked with premiered. Overridden by premiered parameter)
  8. [Optional.String plot = None]
  9. [Optional.String album = None]
  10. [mixed: null|Array.String artist = None]
  11. [mixed: null|Array.String genre = None]
  12. [Optional.Integer track = None]
  13. [Optional.String lastplayed = None]
  14. [Optional.String thumbnail = None]
  15. [Optional.String fanart = None]
  16. [mixed: null|Array.String tag = None]
  17. [mixed: null|Media.Artwork.Set art = None]
  18. [mixed: null|Video.Resume resume = None]
  19. [Optional.Number rating = None]
  20. [Optional.Integer userrating = None]
  21. [Optional.String dateadded = None]
  22. [Optional.String premiered = None] (linked with year. Overrides year)

Returns:

Type: string

VideoLibrary.SetSeasonDetails

Update the given season with the given details
Permissions:

  • UpdateData

Parameters:

  1. Library.Id seasonid
  2. [mixed: null|Media.Artwork.Set art = None]
  3. [Optional.Integer userrating = None]
  4. [Optional.String title = None]

Returns:

Type: string

VideoLibrary.SetTVShowDetails

Update the given tvshow with the given details
Permissions:

  • UpdateData

Parameters:

  1. Library.Id tvshowid
  2. [Optional.String title = None]
  3. [Optional.Integer playcount = None]
  4. [mixed: null|Array.String studio = None]
  5. [Optional.String plot = None]
  6. [mixed: null|Array.String genre = None]
  7. [Optional.Number rating = None]
  8. [Optional.String mpaa = None]
  9. [Optional.String imdbnumber = None]
  10. [Optional.String premiered = None]
  11. [Optional.String votes = None]
  12. [Optional.String lastplayed = None]
  13. [Optional.String originaltitle = None]
  14. [Optional.String sorttitle = None]
  15. [Optional.String episodeguide = None]
  16. [Optional.String thumbnail = None]
  17. [Optional.String fanart = None]
  18. [mixed: null|Array.String tag = None]
  19. [mixed: null|Media.Artwork.Set art = None]
  20. [Optional.Integer userrating = None]
  21. [Video.Ratings.Set ratings]
  22. [Optional.String dateadded = None]
  23. [Optional.Integer runtime = None] (Runtime in seconds)
  24. [Optional.String status = None] (Valid values: 'returning series', 'in production', 'planned', 'cancelled', 'ended')
  25. [mixed: null|Media.UniqueID.Set uniqueid = None]

Returns:

Type: string

XBMC

XBMC.GetInfoBooleans

Retrieve info booleans about Kodi and the system
Permissions:

  • ReadData

Parameters:

  1. array[string] booleans

Returns:

Type: object (Object containing key-value pairs of the retrieved info booleans)

XBMC.GetInfoLabels

Retrieve info labels about Kodi and the system
Permissions:

  • ReadData

Parameters:

  1. array[string] labels (See http://kodi.wiki/view/InfoLabels for a list of possible info labels)

Returns:

Type: object (Object containing key-value pairs of the retrieved info labels)

Global Types

Addon

Addon.Content

Type: string

Addon.Details

Extends:

Properties:

  • string addonid
  • [string author]
  • [mixed: boolean|string broken]
  • [array dependencies]
  • [mixed: boolean|string deprecated]
  • [string description]
  • [string disclaimer]
  • [boolean enabled]
  • [array extrainfo]
  • [string fanart]
  • [boolean installed]
  • [string name]
  • [string path]
  • [integer rating]
  • [string summary]
  • [string thumbnail]
  • Addon.Types type
  • [string version]

Addon.Fields

Extends:

Addon.Types

Type: string

Application

Application.Property.Name

Type: string

Application.Property.Value

Type: object
Properties:

  • [string language]
  • [boolean muted]
  • [string name]
  • [Array.String sorttokens]
  • [object version]
  • [integer volume]

Array

Array.Integer

Type: array

Array.String

Type: array

Audio

Audio.Album.ReleaseType

Type: string

Audio.Artist.Roles

Type: array

Audio.Contributors

Type: array

Audio.Details.Album

Extends:

Properties:

Audio.Details.Artist

Extends:

Properties:

Audio.Details.Base

Extends:

Properties:

Audio.Details.Genres

Type: array

Audio.Details.Media

Extends:

Properties:

  • [Array.String artist]
  • [Array.Integer artistid]
  • [string displayartist]
  • [Array.String musicbrainzalbumartistid]
  • [string originaldate]
  • [number rating]
  • [string releasedate]
  • [string sortartist]
  • [string title]
  • [integer userrating]
  • [integer votes]
  • [integer year]

Audio.Details.Role

Extends:

Properties:

Audio.Details.Song

Extends:

Properties:

  • [string album]
  • [Array.String albumartist]
  • [Array.Integer albumartistid]
  • [Library.Id albumid = -1]
  • [Audio.Album.ReleaseType albumreleasetype = album]
  • [any bitrate]
  • [any bpm]
  • [any channels]
  • [string comment]
  • [Audio.Contributors contributors]
  • [integer disc]
  • [string disctitle]
  • [string displaycomposer]
  • [string displayconductor]
  • [string displaylyricist]
  • [string displayorchestra]
  • [integer duration]
  • [string file]
  • [Array.Integer genreid]
  • [string lastplayed]
  • [string lyrics]
  • [string mood]
  • [Array.String musicbrainzartistid]
  • [string musicbrainztrackid]
  • [integer playcount]
  • [any samplerate]
  • Library.Id songid
  • [Array.Integer sourceid]
  • [integer track]

Audio.Fields.Album

Extends:

Audio.Fields.Artist

Extends:

Audio.Fields.Role

Extends:

Audio.Fields.Song

Extends:

Audio.Property.Name

Type: string

Audio.Property.Value

Type: object
Properties:

  • [string albumslastadded]
  • [string albumsmodified]
  • [string artistlinksupdated]
  • [string artistslastadded]
  • [string artistsmodified]
  • [string genreslastadded]
  • [string librarylastcleaned]
  • [string librarylastupdated]
  • [Library.Id missingartistid = -1]
  • [string songslastadded]
  • [string songsmodified]

Configuration

Configuration

Type: object
Properties:

Configuration.Notifications

Type: object
Properties:

  • boolean application
  • boolean audiolibrary
  • boolean gui
  • boolean input
  • boolean other
  • boolean player
  • boolean playlist
  • boolean pvr
  • boolean system
  • boolean videolibrary

Favourite

Favourite.Details.Favourite

Type: object
Properties:

  • [string path]
  • [string thumbnail]
  • string title
  • Favourite.Type type
  • [string window]
  • [string windowparameter]

Favourite.Fields.Favourite

Extends:

Favourite.Type

Type: string

Files

Files.Media

Type: string

GUI

GUI.Property.Name

Type: string

GUI.Property.Value

Type: object
Properties:

  • [object currentcontrol]
  • [object currentwindow]
  • [boolean fullscreen]
  • [object skin]
  • [GUI.Stereoscopy.Mode stereoscopicmode]

GUI.Stereoscopy.Mode

Type: object
Properties:

  • string label
  • string mode

GUI.Window

Type: string

Global

Global.IncrementDecrement

Type: string

Global.String.NotEmpty

Type: string

Global.Time

Type: object
Properties:

  • integer hours
  • integer milliseconds
  • integer minutes
  • integer seconds

Global.Toggle

Type: mixed

Global.Weekday

Type: string

Input

Input.Action

Type: string

Item

Item.CustomProperties

Type: object

Item.Details.Base

Type: object
Properties:

  • string label

Item.Fields.Base

Type: array

Library

Library.Details.Genre

Extends:

Properties:

Library.Details.Source

Extends:

Properties:

Library.Details.Tag

Extends:

Properties:

Library.Fields.Genre

Extends:

Library.Fields.Source

Extends:

Library.Fields.Tag

Extends:

Library.Id

Type: integer

List

List.Amount

Type: integer

List.Fields.All

Extends:

List.Fields.Files

Extends:

List.Filter.Albums

Type: mixed

List.Filter.Artists

Type: mixed

List.Filter.Episodes

Type: mixed

List.Filter.Fields.Albums

Type: string

List.Filter.Fields.Artists

Type: string

List.Filter.Fields.Episodes

Type: string

List.Filter.Fields.Movies

Type: string

List.Filter.Fields.MusicVideos

Type: string

List.Filter.Fields.Songs

Type: string

List.Filter.Fields.TVShows

Type: string

List.Filter.Fields.Textures

Type: string

List.Filter.Movies

Type: mixed

List.Filter.MusicVideos

Type: mixed

List.Filter.Operators

Type: string

List.Filter.Rule

Type: object
Properties:

List.Filter.Rule.Albums

Extends:

Properties:

List.Filter.Rule.Artists

Extends:

Properties:

List.Filter.Rule.Episodes

Extends:

Properties:

List.Filter.Rule.Movies

Extends:

Properties:

List.Filter.Rule.MusicVideos

Extends:

Properties:

List.Filter.Rule.Songs

Extends:

Properties:

List.Filter.Rule.TVShows

Extends:

Properties:

List.Filter.Rule.Textures

Extends:

Properties:

List.Filter.Songs

Type: mixed

List.Filter.TVShows

Type: mixed

List.Filter.Textures

Type: mixed

List.Item.All

Extends:

Properties:

  • [string channel]
  • [integer channelnumber]
  • [PVR.Channel.Type channeltype = tv]
  • [string endtime]
  • [boolean hidden]
  • [boolean locked]
  • [string starttime]
  • [integer subchannelnumber]

List.Item.Base

Extends:

Properties:

  • [string album]
  • [Array.String albumartist]
  • [Array.Integer albumartistid]
  • [Library.Id albumid = -1]
  • [string albumlabel]
  • [Audio.Album.ReleaseType albumreleasetype = album]
  • [string albumstatus]
  • [integer bitrate]
  • [integer bpm]
  • [Video.Cast cast]
  • [integer channels]
  • [string comment]
  • [boolean compilation]
  • [Audio.Contributors contributors]
  • [Array.String country]
  • [Item.CustomProperties customproperties]
  • [string description]
  • [integer disc]
  • [string disctitle]
  • [string displaycomposer]
  • [string displayconductor]
  • [string displaylyricist]
  • [string displayorchestra]
  • [integer duration]
  • [string dynpath]
  • [integer episode]
  • [string episodeguide]
  • [string firstaired]
  • [Library.Id id = -1]
  • [string imdbnumber]
  • [boolean isboxset]
  • [string lyrics]
  • [string mediapath]
  • [Array.String mood]
  • [string mpaa]
  • [Array.String musicbrainzartistid]
  • [string musicbrainztrackid]
  • [string originaldate]
  • [string originaltitle]
  • [string plotoutline]
  • [string premiered]
  • [string productioncode]
  • [string releasedate]
  • [Audio.Album.ReleaseType releasetype = album]
  • [integer samplerate]
  • [integer season]
  • [string set]
  • [Library.Id setid = -1]
  • [Array.String showlink]
  • [string showtitle]
  • [string sorttitle]
  • [integer specialsortepisode]
  • [integer specialsortseason]
  • [Array.String studio]
  • [Array.String style]
  • [Array.String tag]
  • [string tagline]
  • [Array.String theme]
  • [integer top250]
  • [integer totaldiscs]
  • [integer track]
  • [string trailer]
  • [Library.Id tvshowid = -1]
  • [string type = unknown]
  • [Media.UniqueID uniqueid]
  • [string votes]
  • [integer watchedepisodes]
  • [Array.String writer]

List.Item.File

Extends:

Properties:

  • string file
  • string filetype
  • [string lastmodified]
  • [string mimetype]
  • [integer size]

List.Items.Sources

Type: array

List.Limits

Type: object
Properties:

List.LimitsReturned

Type: object
Properties:

List.Sort

Type: object
Properties:

  • [boolean ignorearticle]
  • [string method = none]
  • [string order = ascending]
  • [boolean useartistsortname]

Media

Media.Artwork

Type: object
Properties:

Media.Artwork.Set

Type: object
Properties:

Media.Details.Base

Extends:

Properties:

  • [string fanart]
  • [string thumbnail]

Media.UniqueID

Type: object

Media.UniqueID.Set

Type: object

Notifications

Notifications.Item

Type: mixed

Notifications.Item.Type

Type: string

Optional

Optional.Boolean

Type: mixed

Optional.Integer

Type: mixed

Optional.Number

Type: mixed

Optional.String

Type: mixed

PVR

PVR.Channel.Type

Type: string

PVR.ChannelGroup.Id

Type: mixed

PVR.Details.Broadcast

Extends:

Properties:

  • Library.Id broadcastid
  • [string cast]
  • [Library.Id clientid = -1]
  • [string director]
  • [string endtime]
  • [string episodename]
  • [integer episodenum]
  • [integer episodepart]
  • [string firstaired]
  • [string genre]
  • [boolean hasrecording]
  • [boolean hasreminder]
  • [boolean hastimer]
  • [boolean hastimerrule]
  • [integer imdbnumber]
  • [boolean isactive]
  • [boolean isplayable]
  • [boolean isseries]
  • [string originaltitle]
  • [integer parentalrating]
  • [string plot]
  • [string plotoutline]
  • [integer progress]
  • [number progresspercentage]
  • [integer rating]
  • [string recording]
  • [integer runtime]
  • [string starttime]
  • [string thumbnail]
  • [string title]
  • [boolean wasactive]
  • [string writer]
  • [integer year]

PVR.Details.Channel

Extends:

Properties:

PVR.Details.ChannelGroup

Extends:

Properties:

PVR.Details.ChannelGroup.Extended

Extends:

Properties:

PVR.Details.Client

Extends:

Properties:

  • [string addonid]
  • Library.Id clientid
  • [boolean supportschannelgroups]
  • [boolean supportschannelscan]
  • [boolean supportsepg]
  • [boolean supportsradio]
  • [boolean supportsrecordings]
  • [boolean supportstimers]
  • [boolean supportstv]

PVR.Details.Recording

Extends:

Properties:

  • [Media.Artwork art]
  • [string channel]
  • [integer channeluid]
  • [Library.Id clientid = -1]
  • [string directory]
  • [string endtime]
  • [integer epgeventid]
  • [integer episode]
  • [string file]
  • [string genre]
  • [string icon]
  • [boolean isdeleted]
  • [integer lifetime]
  • [integer playcount]
  • [string plot]
  • [string plotoutline]
  • [boolean radio]
  • Library.Id recordingid
  • [Video.Resume resume]
  • [integer runtime]
  • [integer season]
  • [string showtitle]
  • [string starttime]
  • [string streamurl]
  • [string title]

PVR.Details.Timer

Extends:

Properties:

  • [Library.Id broadcastid = -1]
  • [Library.Id channelid = -1]
  • [Library.Id clientid = -1]
  • [string directory]
  • [boolean endanytime]
  • [integer endmargin]
  • [string endtime]
  • [string epgsearchstring]
  • [integer epguid]
  • [string file]
  • [string firstday]
  • [boolean fulltextepgsearch]
  • [boolean ismanual]
  • [boolean isradio]
  • [boolean isreadonly]
  • [boolean isreminder]
  • [boolean istimerrule]
  • [integer lifetime]
  • [integer maxrecordings]
  • [integer preventduplicateepisodes]
  • [integer priority]
  • [integer recordinggroup]
  • [integer runtime]
  • [boolean startanytime]
  • [integer startmargin]
  • [string starttime]
  • [PVR.TimerState state = unknown]
  • [string summary]
  • Library.Id timerid
  • [string title]
  • [array weekdays]

PVR.Fields.Broadcast

Extends:

PVR.Fields.Channel

Extends:

PVR.Fields.Client

Extends:

PVR.Fields.Recording

Extends:

PVR.Fields.Timer

Extends:

PVR.Property.Name

Type: string

PVR.Property.Value

Type: object
Properties:

  • [boolean available]
  • [boolean recording]
  • [boolean scanning]

PVR.TimerState

Type: string

Player

Player.Audio.Stream

Type: object
Properties:

  • integer bitrate
  • integer channels
  • string codec
  • integer index
  • boolean isdefault
  • boolean isimpaired
  • boolean isoriginal
  • string language
  • string name
  • integer samplerate

Player.CustomViewMode

Type: object
Properties:

Player.Id

Type: integer

Player.Notifications.Data

Type: object
Properties:

Player.Notifications.Player

Type: object
Properties:

Player.Notifications.Player.Seek

Extends:

Properties:

Player.Position.Percentage

Type: number

Player.Position.Time

Type: object
Properties:

  • [integer hours]
  • [integer milliseconds]
  • [integer minutes]
  • [integer seconds]

Player.Property.Name

Type: string

Player.Property.Value

Type: object
Properties:

Player.Repeat

Type: string

Player.Speed

Type: object
Properties:

  • [integer speed]

Player.Subtitle

Type: object
Properties:

  • integer index
  • boolean isdefault
  • boolean isforced
  • boolean isimpaired
  • string language
  • string name

Player.Type

Type: string

Player.Video.Stream

Type: object
Properties:

  • string codec
  • integer height
  • integer index
  • string language
  • string name
  • integer width

Player.ViewMode

Type: string

Playlist

Playlist.Id

Type: integer

Playlist.Item

Type: mixed

Playlist.Position

Type: integer

Playlist.Property.Name

Type: string

Playlist.Property.Value

Type: object
Properties:

Playlist.Type

Type: string

Profiles

Profiles.Details.Profile

Extends:

Properties:

  • [integer lockmode]
  • [string thumbnail]

Profiles.Fields.Profile

Extends:

Profiles.Password

Type: object
Properties:

  • [string encryption = md5]
  • string value

Setting

Setting.Details.Base

Type: object
Properties:

  • [string help]
  • string id
  • string label

Setting.Details.Category

Extends:

Properties:

  • [array groups]

Setting.Details.Control

Type: mixed

Setting.Details.ControlBase

Type: object
Properties:

  • boolean delayed
  • string format
  • string type

Setting.Details.ControlButton

Extends:

Properties:

  • string type

Setting.Details.ControlCheckmark

Extends:

Properties:

  • string format
  • string type

Setting.Details.ControlEdit

Extends:

Properties:

  • boolean hidden
  • string type
  • boolean verifynewvalue

Setting.Details.ControlHeading

Extends:

Properties:

  • [string heading]

Setting.Details.ControlLabel

Extends:

Properties:

  • string format
  • string type

Setting.Details.ControlList

Extends:

Properties:

  • boolean multiselect
  • string type

Setting.Details.ControlRange

Extends:

Properties:

  • string formatlabel
  • string formatvalue
  • string type

Setting.Details.ControlSlider

Extends:

Properties:

  • string formatlabel
  • boolean popup
  • string type

Setting.Details.ControlSpinner

Extends:

Properties:

  • [string formatlabel]
  • [string minimumlabel]
  • string type

Setting.Details.Group

Type: object
Properties:

  • string id
  • [array settings]

Setting.Details.Section

Extends:

Properties:

  • [array categories]

Setting.Details.Setting

Type: mixed

Setting.Details.SettingAction

Extends:

Properties:

  • string data

Setting.Details.SettingAddon

Extends:

Properties:

Setting.Details.SettingBase

Extends:

Properties:

Setting.Details.SettingBool

Extends:

Properties:

  • boolean default
  • boolean value

Setting.Details.SettingDate

Extends:

Setting.Details.SettingInt

Extends:

Properties:

  • integer default
  • [integer maximum]
  • [integer minimum]
  • [array options]
  • [integer step]
  • integer value

Setting.Details.SettingList

Extends:

Properties:

Setting.Details.SettingNumber

Extends:

Properties:

  • number default
  • number maximum
  • number minimum
  • number step
  • number value

Setting.Details.SettingPath

Extends:

Properties:

  • [array sources]
  • boolean writable

Setting.Details.SettingString

Extends:

Properties:

  • boolean allowempty
  • string default
  • [array options]
  • string value

Setting.Details.SettingTime

Extends:

Setting.Level

Type: string

Setting.Type

Type: string

Setting.Value

Type: mixed

Setting.Value.Extended

Type: mixed

Setting.Value.List

Type: array

System

System.Property.Name

Type: string

System.Property.Value

Type: object
Properties:

  • [boolean canhibernate]
  • [boolean canreboot]
  • [boolean canshutdown]
  • [boolean cansuspend]

Textures

Textures.Details.Size

Type: object
Properties:

  • [integer height]
  • [string lastused]
  • [integer size]
  • [integer usecount]
  • [integer width]

Textures.Details.Texture

Type: object
Properties:

  • [string cachedurl]
  • [string imagehash]
  • [string lasthashcheck]
  • [array sizes]
  • [Library.Id textureid = -1]
  • [string url]

Textures.Fields.Texture

Extends:

Video

Video.Cast

Type: array

Video.Details.Base

Extends:

Properties:

Video.Details.Episode

Extends:

Properties:

  • [Video.Cast cast]
  • [integer episode]
  • Library.Id episodeid
  • [string firstaired]
  • [string originaltitle]
  • [string productioncode]
  • [number rating]
  • [any ratings]
  • [integer season]
  • [Library.Id seasonid = -1]
  • [string showtitle]
  • [integer specialsortepisode]
  • [integer specialsortseason]
  • [Library.Id tvshowid = -1]
  • [Media.UniqueID uniqueid]
  • [integer userrating]
  • [string votes]
  • [Array.String writer]

Video.Details.File

Extends:

Properties:

Video.Details.Item

Extends:

Properties:

  • [string dateadded]
  • [string file]
  • [string lastplayed]
  • [string plot]

Video.Details.Media

Extends:

Properties:

  • [string title]

Video.Details.Movie

Extends:

Properties:

Video.Details.MovieSet

Extends:

Properties:

Video.Details.MovieSet.Extended

Extends:

Properties:

Video.Details.MusicVideo

Extends:

Properties:

Video.Details.Season

Extends:

Properties:

  • [integer episode]
  • integer season
  • Library.Id seasonid
  • [string showtitle]
  • [string title]
  • [Library.Id tvshowid = -1]
  • [integer userrating]
  • [integer watchedepisodes]

Video.Details.TVShow

Extends:

Properties:

  • [Video.Cast cast]
  • [integer episode]
  • [string episodeguide]
  • [Array.String genre]
  • [string imdbnumber]
  • [string mpaa]
  • [string originaltitle]
  • [string premiered]
  • [number rating]
  • [any ratings]
  • [integer runtime]
  • [integer season]
  • [string sorttitle]
  • [string status]
  • [Array.String studio]
  • [Array.String tag]
  • Library.Id tvshowid
  • [Media.UniqueID uniqueid]
  • [integer userrating]
  • [string votes]
  • [integer watchedepisodes]
  • [integer year]

Video.Fields.Episode

Extends:

Video.Fields.Movie

Extends:

Video.Fields.MovieSet

Extends:

Video.Fields.MusicVideo

Extends:

Video.Fields.Season

Extends:

Video.Fields.TVShow

Extends:

Video.Rating

Type: object
Properties:

  • [boolean default]
  • number rating
  • [integer votes]

Video.Ratings

Type: object

Video.Ratings.Set

Type: object

Video.Resume

Type: object
Properties:

  • [number position]
  • [number total]

Video.Streams

Type: object
Properties:

  • [array audio]
  • [array subtitle]
  • [array video]

Notifications

Application

Application.OnVolumeChanged

The volume of the application has changed.
Parameters:

  1. string sender
  2. object data:
    • boolean muted
    • integer volume

AudioLibrary

AudioLibrary.OnCleanFinished

The audio library has been cleaned.
Parameters:

  1. string sender
  2. string data

AudioLibrary.OnCleanStarted

An audio library clean operation has started.
Parameters:

  1. string sender
  2. string data

AudioLibrary.OnExport

An audio library export has finished.
Parameters:

  1. string sender
  2. [object data]:
    • [integer failcount = 0]
    • [string file = ""]

AudioLibrary.OnRemove

An audio item has been removed.
Parameters:

  1. string sender
  2. object data:

AudioLibrary.OnScanFinished

Scanning the audio library has been finished.
Parameters:

  1. string sender
  2. string data

AudioLibrary.OnScanStarted

An audio library scan has started.
Parameters:

  1. string sender
  2. string data

AudioLibrary.OnUpdate

An audio item has been updated.
Parameters:

  1. string sender
  2. object data:

GUI

GUI.OnDPMSActivated

Energy saving/DPMS has been activated.
Parameters:

  1. string sender
  2. string data

GUI.OnDPMSDeactivated

Energy saving/DPMS has been deactivated.
Parameters:

  1. string sender
  2. string data

GUI.OnScreensaverActivated

The screensaver has been activated.
Parameters:

  1. string sender
  2. string data

GUI.OnScreensaverDeactivated

The screensaver has been deactivated.
Parameters:

  1. string sender
  2. object data:
    • boolean shuttingdown

Input

Input.OnInputFinished

The user has provided the requested input.
Parameters:

  1. string sender
  2. string data

Input.OnInputRequested

The user is requested to provide some information.
Parameters:

  1. string sender
  2. object data:
    • string title
    • string type
    • string value

Player

Player.OnAVChange

Audio- or videostream has changed. If there is no ID available extra information will be provided.
Parameters:

  1. string sender
  2. Player.Notifications.Data data

Player.OnAVStart

Playback of a media item has been started and first frame is available. If there is no ID available extra information will be provided.
Parameters:

  1. string sender
  2. Player.Notifications.Data data

Player.OnPause

Playback of a media item has been paused. If there is no ID available extra information will be provided.
Parameters:

  1. string sender
  2. Player.Notifications.Data data

Player.OnPlay

Playback of a media item has been started or the playback speed has changed. If there is no ID available extra information will be provided.
Parameters:

  1. string sender
  2. Player.Notifications.Data data

Player.OnPropertyChanged

A property of the playing items has changed.
Parameters:

  1. string sender
  2. object data:

Player.OnResume

Playback of a media item has been resumed. If there is no ID available extra information will be provided.
Parameters:

  1. string sender
  2. Player.Notifications.Data data

Player.OnSeek

The playback position has been changed. If there is no ID available extra information will be provided.
Parameters:

  1. string sender
  2. object data:

Player.OnSpeedChanged

Speed of the playback of a media item has been changed. If there is no ID available extra information will be provided.
Parameters:

  1. string sender
  2. Player.Notifications.Data data

Player.OnStop

Playback of a media item has been stopped. If there is no ID available extra information will be provided.
Parameters:

  1. string sender
  2. object data:

Playlist

Playlist.OnAdd

A playlist item has been added.
Parameters:

  1. string sender
  2. object data:

Playlist.OnClear

A playlist item has been cleared.
Parameters:

  1. string sender
  2. object data:

Playlist.OnRemove

A playlist item has been removed.
Parameters:

  1. string sender
  2. object data:

System

System.OnLowBattery

The system is on low battery.
Parameters:

  1. string sender
  2. string data

System.OnQuit

Kodi will be closed.
Parameters:

  1. string sender
  2. object data:
    • integer exitcode

System.OnRestart

The system will be restarted.
Parameters:

  1. string sender
  2. string data

System.OnSleep

The system will be suspended.
Parameters:

  1. string sender
  2. string data

System.OnWake

The system woke up from suspension.
Parameters:

  1. string sender
  2. string data

VideoLibrary

VideoLibrary.OnCleanFinished

The video library has been cleaned.
Parameters:

  1. string sender
  2. string data

VideoLibrary.OnCleanStarted

A video library clean operation has started.
Parameters:

  1. string sender
  2. string data

VideoLibrary.OnExport

A video library export has finished.
Parameters:

  1. string sender
  2. [object data]:
    • [integer failcount = 0]
    • [string file = ""]
    • [string root = ""]

VideoLibrary.OnRefresh

The video library has been refreshed and a home screen reload might be necessary.
Parameters:

  1. string sender
  2. string data

VideoLibrary.OnRemove

A video item has been removed.
Parameters:

  1. string sender
  2. object data:

VideoLibrary.OnScanFinished

Scanning the video library has been finished.
Parameters:

  1. string sender
  2. string data

VideoLibrary.OnScanStarted

A video library scan has started.
Parameters:

  1. string sender
  2. string data

VideoLibrary.OnUpdate

A video item has been updated.
Parameters:

  1. string sender
  2. object data:

External links