Media

enum Media : String, Equatable, Codable, Sendable, CaseIterable

Media types in the library (SwiftlyKodi Type)

  • Not a media type

    Declaration

    Swift

    case none
  • Movies

    Declaration

    Swift

    case movie
  • Movie sets

    Declaration

    Swift

    case movieSet = "movieset"
  • TV shows

    Declaration

    Swift

    case tvshow
  • Episodes

    Declaration

    Swift

    case episode
  • Music Videos

    Declaration

    Swift

    case musicVideo = "musicvideo"
  • Artists

    Declaration

    Swift

    case artist
  • Albums

    Declaration

    Swift

    case album
  • Songs

    Declaration

    Swift

    case song
  • Genres

    Declaration

    Swift

    case genre
  • Stream

    Declaration

    Swift

    case stream
  • Unknown

    Declaration

    Swift

    case unknown
  • Undocumented

    Declaration

    Swift

    public var description: String { get }