SwiftlyKodiAPI
-
A
KodiItem
is any kind of item from the Kodi library (SwiftlyKodi Type)It can be an artist, album, song, movie, movie set, tv show, epiode, music video or a genre
See moreDeclaration
Swift
public protocol KodiItem : Decodable, Encodable, Hashable, Identifiable
-
Host information to make a remote connection (SwiftlyKodi Type)
See moreDeclaration
Swift
public struct HostItem : Codable, Identifiable, Hashable
-
Get and set structs to the cache directory
See moreDeclaration
Swift
public enum Cache
-
Debug messages
Declaration
Swift
public func logger(_ string: String)