diff --git a/README.md b/README.md index 53fa6a3..4c0efb7 100644 --- a/README.md +++ b/README.md @@ -1,28 +1,37 @@ + + # 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) -> *This package allows you to install Kodi quickly and simply on a YunoHost server. +*[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 \ No newline at end of file diff --git a/README_fr.md b/README_fr.md new file mode 100644 index 0000000..99ad2d2 --- /dev/null +++ b/README_fr.md @@ -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 \ No newline at end of file