Library

public enum Library

Library related items (Global Kodi Type)

  • Library details

    See more

    Declaration

    Swift

    enum Details
  • ID

    The ID of the KodiItem the the library

    Declaration

    Swift

    typealias ID = Int
  • The items in the library (SwiftlyKodi Type)

    See more

    Declaration

    Swift

    struct Items : Codable
  • Media types in the library (SwiftlyKodi Type)

    See more

    Declaration

    Swift

    enum Media : String, Equatable, Codable, Sendable, CaseIterable
  • The status of the library (SwiftlyKodi Type)

    See more

    Declaration

    Swift

    struct Status : Codable