2019-10-16 08:23:16 +02:00
|
|
|
|
# Tvheadend pour YunoHost
|
2019-10-15 15:56:27 +02:00
|
|
|
|
|
2021-10-13 13:11:13 +02:00
|
|
|
|
[![Niveau d'intégration](https://dash.yunohost.org/integration/tvheadend.svg)](https://dash.yunohost.org/appci/app/tvheadend) ![](https://ci-apps.yunohost.org/ci/badges/tvheadend.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/tvheadend.maintain.svg)
|
|
|
|
|
[![Installer Tvheadend avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=tvheadend)
|
2019-10-15 15:56:27 +02:00
|
|
|
|
|
2021-10-13 13:11:13 +02:00
|
|
|
|
*[Read this readme in english.](./README.md)*
|
|
|
|
|
*[Lire ce readme en français.](./README_fr.md)*
|
2019-10-15 15:56:27 +02:00
|
|
|
|
|
2021-10-13 13:11:13 +02:00
|
|
|
|
> *Ce package vous permet d'installer Tvheadend rapidement et simplement sur un serveur YunoHost.
|
2019-10-15 15:56:27 +02:00
|
|
|
|
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
|
|
|
|
|
|
|
|
|
|
## Vue d'ensemble
|
|
|
|
|
|
2021-10-13 13:11:13 +02:00
|
|
|
|
Serveur de streaming et d'enregistrement TV
|
2019-10-15 15:56:27 +02:00
|
|
|
|
|
2022-04-05 20:52:51 +02:00
|
|
|
|
**Version incluse :** 4.3.2009~ynh10
|
2019-10-15 15:56:27 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Captures d'écran
|
|
|
|
|
|
2021-10-13 13:11:13 +02:00
|
|
|
|
![](./doc/screenshots/overall_screenshot.png)
|
2019-10-15 15:56:27 +02:00
|
|
|
|
|
2021-10-13 13:11:13 +02:00
|
|
|
|
## Documentations et ressources
|
2019-10-15 15:56:27 +02:00
|
|
|
|
|
2021-10-13 13:11:13 +02:00
|
|
|
|
* Site officiel de l'app : https://tvheadend.org
|
|
|
|
|
* Documentation officielle utilisateur : https://tvheadend.org/projects/tvheadend/wiki
|
|
|
|
|
* Dépôt de code officiel de l'app : https://github.com/tvheadend/tvheadend
|
|
|
|
|
* Documentation YunoHost pour cette app : https://yunohost.org/app_tvheadend
|
|
|
|
|
* Signaler un bug : https://github.com/YunoHost-Apps/tvheadend_ynh/issues
|
2019-10-15 15:56:27 +02:00
|
|
|
|
|
2020-10-13 18:23:23 +02:00
|
|
|
|
## Informations pour les développeurs
|
2019-10-15 15:56:27 +02:00
|
|
|
|
|
2019-10-18 17:08:45 +02:00
|
|
|
|
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/tvheadend_ynh/tree/testing).
|
2019-10-15 15:56:27 +02:00
|
|
|
|
|
|
|
|
|
Pour essayer la branche testing, procédez comme suit.
|
|
|
|
|
```
|
2019-10-18 17:08:45 +02:00
|
|
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/tvheadend_ynh/tree/testing --debug
|
2019-10-15 15:56:27 +02:00
|
|
|
|
ou
|
2019-10-18 17:08:45 +02:00
|
|
|
|
sudo yunohost app upgrade tvheadend -u https://github.com/YunoHost-Apps/tvheadend_ynh/tree/testing --debug
|
2019-10-15 15:56:27 +02:00
|
|
|
|
```
|
2021-10-13 13:11:13 +02:00
|
|
|
|
|
|
|
|
|
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps
|