Items struct Items : Codable The items in the library (SwiftlyKodi Type) artists The artist in the library Declaration Swift public var artists: [Audio.Details.Artist] albums The albums in the library Declaration Swift public var albums: [Audio.Details.Album] songs The songs in the library Declaration Swift public var songs: [Audio.Details.Song] audioGenres The audio genres in the library Declaration Swift public var audioGenres: [Library.Details.Genre] audioPlaylists The audio playlists iin the library Declaration Swift public var audioPlaylists: [List.Item.File] audioLibraryProperties The state of the audio library Declaration Swift public var audioLibraryProperties: Audio.Property.Value movies The movies in the library Declaration Swift public var movies: [Video.Details.Movie] movieSets The movie sets in the library Declaration Swift public var movieSets: [Video.Details.MovieSet] tvshows The TV shows in the library Declaration Swift public var tvshows: [Video.Details.TVShow] episodes The TV show episodes in the library Declaration Swift public var episodes: [Video.Details.Episode] musicVideos The music videos in the library Declaration Swift public var musicVideos: [Video.Details.MusicVideo] moviePlaylists The movie playlists in the library Declaration Swift public var moviePlaylists: [List.Item.File] videoGenres The video genres in the library Declaration Swift public var videoGenres: [Library.Details.Genre] © 2023 Nick Berendsen. All rights reserved. (Last updated: 2023-05-29) Generated by jazzy ♪♫ v0.14.3, a Realm project.