Giter VIP home page Giter VIP logo

docker-kodi-beta's Introduction

Dockerized KODI matrix (v19)

Use Kodi matrix without any sweat. Made with ๐Ÿ’— by David Francos. Dockerized kodi master branch, fresh and nice!

โš ๏ธ This is the UNSTABLE version of KODI

๐Ÿ’ป This repository contains a single Dockerfile implementing the oficially recommended way of KODI build on linux. It comes with Github Actions integration for automatic builds, for the current git on the KODI repository reference linked in this readme (Currently 08ce76c).

What will you get

  • Up to date bleeding edge kodi Docker image
  • Complete set of KODI binary addons (pvr, visual representations)
  • Libretro binary addons with multiple emulators (psx, snes...)
  • Compatible with most matrix compatible addons (cryptodome etc installed)
  • 500MB image

Installation

This image will work on any x64 system where you can run docker.

X11Docker

For simplicity, x11docker is recommended, wich will limit your options to any system with linux and bash.

โš ๏ธ ** ARM is not supported **

First install x11docker following its installation guide. Then, launch xayon/docker-kodi-beta with x11docker, the full extent of x11docker options is not to be part of this guide, you can refer to its documentation if you need advanced options.

For Xorg, with pulseaudio, you could launch it with the following command:

x11docker --xorg --pulseaudio --gpu --homedir $HOME/.kodi_matrix/ xayon/docker-kodi-beta

Direct display (no Xorg) with GBM

If you don't want Xorg, and can have your system without Xorg running, you can use a GBM enabled kodi version.

It's available with the tag "gbm" under this same repository, you can execute it directly with docker, as in:

docker run -P8080:8080 --restart=always --privileged xayon/docker-kodi-beta:gbm

Or with docker-compose, with for example:

  kodi:
     restart: always
     image: xayon/docker-kodi-beta:gbm 
     privileged: True
     ports:
      - 8080:8080
     volumes:
      - /dev/bus/usb:/dev/bus/usb

I'm exposing port 8080 because I use the web interface, but that's up to you. Also, this mounts /dev/bus/usb as volume so you can use your keyboard and peripherals.

docker run -P8080:8080 --restart=always --privileged xayon/docker-kodi-beta:gbm

Why

Kodi 19 isn't stable enough to be properly packaged with libretro and all the binary add-ons.

At first (July 2020) the packages were broken, and, after a first manual build, I decided this had to be automated. Docker seems like the best option for that.

Note that some addons are not yet migrated to python3, wich is a requirement for kodi 19.

I have successfully tested this build with:

  • Jellyfin addon
  • Netflix addon
  • Youtube addon
  • RomCollectionBrowser addon

Acknowledgments

docker-kodi-beta's People

Contributors

xayon avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.