Skip to content
/ Kodio Public

Kodio is a Music Remote for Kodi written in SwiftUI for macOS Sequoia.

License

Notifications You must be signed in to change notification settings

Desbeers/Kodio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4bd942c · Feb 22, 2025
Dec 10, 2022
Dec 17, 2024
Sep 2, 2023
Feb 22, 2025
Feb 22, 2025
Sep 30, 2022
Aug 21, 2023
Mar 19, 2023
Nov 17, 2024
Nov 7, 2021
Feb 22, 2025
Mar 16, 2023

Repository files navigation

Kodio

A macOS music remote for Kodi

Icon

Kodio is written in SwiftUI 6 and needs Xcode 16 to compile. Kodi version 19 Matrix is required.

  • macOS Sequoia

Screenshot

Unlike most SwiftUI programmers, my focus is on macOS. It is a challenge because there is by far less information about SwiftUI on macOS. Well, part of the fun.

There are plenty Kodi music remotes for iOS and iPadOS.

For macOS, there is none, except mine. I think it is also a little bit great, haha!

Bugs, bugs, bugs!

Yes, I know. Kodio is a bit buggy and always will be. Learning everyday something new and Kodio will always be work in progress. Part of the hobby! It is not my job. Not even close; I'm actually a seaman with a lot of free time, haha!

  • Kodio depends on Bonjour to find your Kodi hosts.

Dependencies

Kodio depends on the following Swift Package that is also in my GitHub account:

Code documentation

The source code of Kodio is well documented.

How to compile

Xcode 16 is required.

  1. Clone the project.
  2. Change the signing certificate to your own.
  3. Build and run!