mirror of
https://github.com/YunoHost-Apps/tvheadend_ynh.git
synced 2024-10-01 13:34:50 +02:00
43 lines
No EOL
1.8 KiB
Markdown
43 lines
No EOL
1.8 KiB
Markdown
# Tvheadend pour YunoHost
|
||
|
||
[![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)
|
||
|
||
*[Read this readme in english.](./README.md)*
|
||
*[Lire ce readme en français.](./README_fr.md)*
|
||
|
||
> *Ce package vous permet d'installer Tvheadend 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
|
||
|
||
Serveur de streaming et d'enregistrement TV
|
||
|
||
**Version incluse :** 4.3.1979~ynh5
|
||
|
||
|
||
|
||
## Captures d'écran
|
||
|
||
![](./doc/screenshots/overall_screenshot.png)
|
||
|
||
## Documentations et ressources
|
||
|
||
* 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
|
||
|
||
## Informations pour les développeurs
|
||
|
||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/tvheadend_ynh/tree/testing).
|
||
|
||
Pour essayer la branche testing, procédez comme suit.
|
||
```
|
||
sudo yunohost app install https://github.com/YunoHost-Apps/tvheadend_ynh/tree/testing --debug
|
||
ou
|
||
sudo yunohost app upgrade tvheadend -u https://github.com/YunoHost-Apps/tvheadend_ynh/tree/testing --debug
|
||
```
|
||
|
||
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps |