This repository contains the necessary files to build and test the Kodi Omega Snap Package. Kodi is an open-source media center software that lets you play movies, music, TV shows, and more. This unofficial build includes all available plugins from the official repository.
- Base: Core24
- Platform: amd64
- Source Code: Kodi Repository
- Snap Name: kodi-omega
- Includes all official plugins.
- Full desktop integration with GNOME/KDE.
- PulseAudio and X11 support
- Give Permissions for Plugs in Gnome Settings / Applications or KDE/Discover for Plugs
- Or Enable all Permissions with
snap connections kodi-omega | awk '$3 == "-" {print $2}' | while read plug; do snap connect $plug; done
- Snapcraft installed.
-
Clone this repository:
git clone https://github.com/tibsun75/kodi-omega-snap.git cd kodi-omega-snap -
Build the snap package:
snapcraft -v
-
Install the snap package:
sudo snap install kodi-omega_21.2.0_amd64.snap --dangerous
-
Launch Kodi Omega:
kodi-omega
The Build-Kodi-Omega.bash script automates the compilation of Kodi Omega from source.
Follow these steps with Ubuntu 24.04:
-
Navigate to your home directory and execute:
./Build-Kodi-Omega.bash
-
The script will:
- Clone the Kodi Omega repository.
- Compile and install Kodi Omega.
- Build binary addons.
- Create a .deb package with all plugins
- For more details on Snapcraft desktop integration, refer to the official Snapcraft documentation.