SwiftUI

Kodi Player View

  • SwiftUI View with a player to stream a KodiItem (SwiftlyKodi Type)

    • It is using the Apple AVplayer so it only supports Apple Approved formats.
    • If your media is on a harddisk and it’s sleeping; the media wil sometimes not start because of a timeout. Try again and it will work.
    See more

    Declaration

    Swift

    public struct KodiPlayerView : View

Kodi Setting View

Kodi HostItem View

Kodi Art Views

  • SwiftUI Views for Kodi art (SwiftlyKodi Type)

    It will give the most fitting art for the KodiItem

    For example, when asking for a season poster; you will get the seasonPoster

    See more

    Declaration

    Swift

    public enum KodiArt
  • SwiftUI Views for sorting of Kodi items (SwiftlyKodi Type)

    See more

    Declaration

    Swift

    public enum KodiListSort

Media Buttons

  • Collection of SwiftUI media buttons (SwiftlyKodi Type)

    The Views require to have the KodiPlayer Observable Class in the ‘environment’ or else your Application will crash

    Note

    The buttons are smart and will be disabled when not applicable
    See more

    Declaration

    Swift

    public enum MediaButtons