mirror of
https://github.com/YunoHost-Apps/kodi_ynh.git
synced 2024-09-03 19:26:34 +02:00
Auto-update README
This commit is contained in:
parent
7f2d952f25
commit
333259b4ed
2 changed files with 65 additions and 11 deletions
31
README.md
31
README.md
|
@ -1,28 +1,37 @@
|
|||
<!--
|
||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||||
It shall NOT be edited by hand.
|
||||
-->
|
||||
|
||||
# Kodi for YunoHost
|
||||
|
||||
[![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)
|
||||
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
||||
> *This package allows you to install Kodi quickly and simply on a YunoHost server.
|
||||
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
||||
|
||||
## 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.
|
||||
|
||||
**Shipped version:** 17.3
|
||||
Transform your YunoHost server into media center with Kodi
|
||||
|
||||
#### Supported architectures
|
||||
**Shipped version:** 17.3~ynh1
|
||||
|
||||
* 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/)
|
||||
|
||||
## Links
|
||||
|
||||
* Report a bug: https://github.com/YunoHost-Apps/kodi_ynh/issues
|
||||
* App website: https://kodi.tv
|
||||
* YunoHost website: https://yunohost.org/
|
||||
## Screenshots
|
||||
|
||||
---
|
||||
![](./doc/screenshots/screenshot1.gif)
|
||||
|
||||
## Documentation and resources
|
||||
|
||||
* Official app website: https://kodi.tv
|
||||
* Official admin documentation: https://kodi.wiki/view/Main_Page
|
||||
* Upstream app code repository: https://github.com/xbmc
|
||||
* YunoHost documentation for this app: https://yunohost.org/app_kodi
|
||||
* Report a bug: https://github.com/YunoHost-Apps/kodi_ynh/issues
|
||||
|
||||
## Developer info
|
||||
|
||||
|
@ -34,3 +43,5 @@ sudo yunohost app install https://github.com/YunoHost-Apps/kodi_ynh/tree/testing
|
|||
or
|
||||
sudo yunohost app upgrade kodi -u https://github.com/YunoHost-Apps/kodi_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**More info regarding app packaging:** https://yunohost.org/packaging_apps
|
43
README_fr.md
Normal file
43
README_fr.md
Normal file
|
@ -0,0 +1,43 @@
|
|||
# Kodi pour YunoHost
|
||||
|
||||
[![Niveau d'intégration](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)
|
||||
[![Installer Kodi avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=kodi)
|
||||
|
||||
*[Read this readme in english.](./README.md)*
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
||||
> *Ce package vous permet d'installer Kodi rapidement et simplement sur un serveur YunoHost.
|
||||
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
|
||||
|
||||
## Vue d'ensemble
|
||||
|
||||
Transfromez votre serveur YunoHost en media center avec Kodi
|
||||
|
||||
**Version incluse :** 17.3~ynh1
|
||||
|
||||
|
||||
|
||||
## Captures d'écran
|
||||
|
||||
![](./doc/screenshots/screenshot1.gif)
|
||||
|
||||
## Documentations et ressources
|
||||
|
||||
* Site officiel de l'app : https://kodi.tv
|
||||
* Documentation officielle de l'admin : https://kodi.wiki/view/Main_Page
|
||||
* Dépôt de code officiel de l'app : https://github.com/xbmc
|
||||
* Documentation YunoHost pour cette app : https://yunohost.org/app_kodi
|
||||
* Signaler un bug : https://github.com/YunoHost-Apps/kodi_ynh/issues
|
||||
|
||||
## Informations pour les développeurs
|
||||
|
||||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/kodi_ynh/tree/testing).
|
||||
|
||||
Pour essayer la branche testing, procédez comme suit.
|
||||
```
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/kodi_ynh/tree/testing --debug
|
||||
ou
|
||||
sudo yunohost app upgrade kodi -u https://github.com/YunoHost-Apps/kodi_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps
|
Loading…
Reference in a new issue