Skip to content
 
 

Latest commit

 

History

43 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Kodi Omega Snap Package

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.

Get it from the Snap Store

Table of Contents


Overview

  • Base: Core24
  • Platform: amd64
  • Source Code: Kodi Repository
  • Snap Name: kodi-omega

Features

  • 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

Requirements

  • Snapcraft installed.

Installation

  1. Clone this repository:

    git clone https://github.com/tibsun75/kodi-omega-snap.git
    cd kodi-omega-snap
  2. Build the snap package:

    snapcraft -v
  3. Install the snap package:

    sudo snap install kodi-omega_21.2.0_amd64.snap --dangerous
  4. Launch Kodi Omega:

    kodi-omega

Build Instructions

The Build-Kodi-Omega.bash script automates the compilation of Kodi Omega from source. Follow these steps with Ubuntu 24.04:

  1. Navigate to your home directory and execute:

    ./Build-Kodi-Omega.bash
  2. The script will:

    • Clone the Kodi Omega repository.
    • Compile and install Kodi Omega.
    • Build binary addons.
    • Create a .deb package with all plugins

About

Snap Version of Kodi for snapcraft

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages