General

  • SwiftUI Scene for the application

    See more

    Declaration

    Swift

    @main
    struct KodioApp : App
  • Structure with all the Kodio Settings

    See more

    Declaration

    Swift

    struct KodioSettings : Equatable, Codable
  • The bridge to talk to Music via AppleScript

    See more

    Declaration

    Swift

    @objc(NSObject)
    protocol MusicBridgeProtocol
  • The list of radio stations

    Declaration

    Swift

    var radioStations: [Audio.Details.Stream] { get }