Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flathub/tv.kodi.kodi
https://github.com/flathub/tv.kodi.kodi
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/flathub/tv.kodi.kodi
- Owner: flathub
- License: lgpl-2.1
- Created: 2018-11-19T21:34:53.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-03T12:58:41.000Z (24 days ago)
- Last Synced: 2024-12-11T15:49:32.229Z (16 days ago)
- Language: Python
- Homepage: https://flathub.org/apps/details/tv.kodi.Kodi
- Size: 634 KB
- Stars: 25
- Watchers: 12
- Forks: 25
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kodi Flatpak
Kodi is an award-winning free and open source software media player and
entertainment hub for digital media. Available as a native application for
Android, Linux, BSD, macOS, iOS, tvOS and Windows operating systems, Kodi runs
on most common processor architectures. This repository packages it through
Flatpak.## Building
Then build via
```
flatpak-builder build-dir --user --ccache --force-clean --install tv.kodi.Kodi.yml
```Then you can run it via the command line:
```
flatpak run tv.kodi.Kodi
```or just search for the installed app on your system
The following binary addons do not compile, and are excluded:
- `audiodecoder.dumb`
- `game.libretro.2048`## Contributing
The list of binary addons in each branch of Kodi may be found
[here](https://github.com/xbmc/repo-binary-addons/), and dependencies
[here](https://github.com/xbmc/xbmc/tree/master/tools/depends/target). Kodi
releases are found [here](https://github.com/xbmc/xbmc/releases).You need to have the `PyGithub` Python module installed, to run the update script:
```sh
pip install PyGithub
````make update-addons` can help updating existing addons and also list missing ones. It will need a `GITHUB_TOKEN` environment variable set to a valid GitHub token. You can do this via an `.env` file in the root of the repository or by exporting the variable in your shell.
You can contribute by updating addons, modules and the Kodi version.