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 more

    Declaration

    Swift

    public protocol KodiItem : Decodable, Encodable, Hashable, Identifiable
  • Host information to make a remote connection (SwiftlyKodi Type)

    See more

    Declaration

    Swift

    public struct HostItem : Codable, Identifiable, Hashable
  • Get and set structs to the cache directory

    See more

    Declaration

    Swift

    public enum Cache
  • Debug messages

    Declaration

    Swift

    public func logger(_ string: String)