Items

struct Items : Codable

The items in the library (SwiftlyKodi Type)

  • The artist in the library

    Declaration

    Swift

    public var artists: [Audio.Details.Artist]
  • The albums in the library

    Declaration

    Swift

    public var albums: [Audio.Details.Album]
  • The songs in the library

    Declaration

    Swift

    public var songs: [Audio.Details.Song]
  • The audio genres in the library

    Declaration

    Swift

    public var audioGenres: [Library.Details.Genre]
  • The audio playlists iin the library

    Declaration

    Swift

    public var audioPlaylists: [List.Item.File]
  • The state of the audio library

    Declaration

    Swift

    public var audioLibraryProperties: Audio.Property.Value
  • The movies in the library

    Declaration

    Swift

    public var movies: [Video.Details.Movie]
  • The movie sets in the library

    Declaration

    Swift

    public var movieSets: [Video.Details.MovieSet]
  • The TV shows in the library

    Declaration

    Swift

    public var tvshows: [Video.Details.TVShow]
  • The TV show episodes in the library

    Declaration

    Swift

    public var episodes: [Video.Details.Episode]
  • The music videos in the library

    Declaration

    Swift

    public var musicVideos: [Video.Details.MusicVideo]
  • The movie playlists in the library

    Declaration

    Swift

    public var moviePlaylists: [List.Item.File]
  • The video genres in the library

    Declaration

    Swift

    public var videoGenres: [Library.Details.Genre]