General

  • SwiftUI Scene for the application

    See more

    Declaration

    Swift

    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

    protocol MusicBridgeProtocol
  • The list of radio stations

    Declaration

    Swift

    var radioStations: [Audio.Details.Stream]