What is the "playlist" entry in the album filters?
#1
According to http://kodi.wiki/view/JSON-RPC_API/v6#Li...lds.Albums there is a playlist "tag", but what is it used for?
Code:
6.12.7 List.Filter.Fields.Albums

Type: string
[hide] JSON Schema Description
{
  "enums": [
    "genre",
    "album",
    "artist",
    "albumartist",
    "year",
    "review",
    "themes",
    "moods",
    "styles",
    "type",
    "label",
    "rating",
    "playcount",
    "playlist"
  ],
  "id": "List.Filter.Fields.Albums",
  "type": "string",
  "default": "genre"
}

thanks
Reply

Logout Mark Read Team Forum Stats Members Help
What is the "playlist" entry in the album filters?0