1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kodi_ynh.git synced 2024-09-03 19:26:34 +02:00
kodi_ynh/README.md

37 lines
1.6 KiB
Markdown
Raw Normal View History

2021-04-04 00:21:27 +02:00
# Kodi for YunoHost
2017-09-27 23:15:40 +02:00
2021-04-04 00:22:34 +02:00
[![Integration level](https://dash.yunohost.org/integration/kodi.svg)](https://dash.yunohost.org/appci/app/kodi) ![](https://ci-apps.yunohost.org/ci/badges/kodi.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/kodi.maintain.svg)
[![Install Kodi with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=kodi)
2017-09-27 23:15:40 +02:00
2021-04-04 00:22:34 +02:00
> *This package allows you to install Kodi quickly and simply on a YunoHost server.
2021-04-04 00:21:27 +02:00
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
2017-09-27 23:15:40 +02:00
2021-04-04 00:21:27 +02:00
## Overview
[Kodi](https://kodi.tv) transform your YunoHost server on media center that is designed to look great on your big screen TV but is just as home on a small screen.
2017-09-27 23:15:40 +02:00
2021-04-04 00:21:27 +02:00
**Shipped version:** 17.3
2017-09-27 23:15:40 +02:00
2021-04-04 00:21:27 +02:00
#### Supported architectures
2017-09-27 23:15:40 +02:00
2021-04-04 00:22:34 +02:00
* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/kodi.svg)](https://ci-apps.yunohost.org/ci/apps/kodi/)
* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/kodi.svg)](https://ci-apps-arm.yunohost.org/ci/apps/kodi/)
2017-09-27 23:15:40 +02:00
## Links
2021-04-04 00:22:34 +02:00
* Report a bug: https://github.com/YunoHost-Apps/kodi_ynh/issues
2021-04-04 00:21:27 +02:00
* App website: https://kodi.tv
* YunoHost website: https://yunohost.org/
---
## Developer info
2021-04-04 00:22:34 +02:00
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/kodi_ynh/tree/testing).
2021-04-04 00:21:27 +02:00
To try the testing branch, please proceed like that.
```
2021-04-04 00:22:34 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/kodi_ynh/tree/testing --debug
2021-04-04 00:21:27 +02:00
or
2021-04-04 00:22:34 +02:00
sudo yunohost app upgrade kodi -u https://github.com/YunoHost-Apps/kodi_ynh/tree/testing --debug
2021-04-04 00:21:27 +02:00
```