1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/tvheadend_ynh.git synced 2024-10-01 13:34:50 +02:00

Fix linter advices

This commit is contained in:
Sylvain CECCHETTO 2021-09-30 16:57:59 +02:00
parent 5847ac4f53
commit 9e8e220cbb
4 changed files with 11 additions and 19 deletions

View file

@ -21,7 +21,7 @@ Tvheadend works as backend PVR live TV for Kodi.
## Screenshots ## Screenshots
![](http://docs.tvheadend.org/images/overall_screenshot.png) ![](doc/screenshots/overall_screenshot.png)
## Configuration ## Configuration

View file

@ -21,7 +21,7 @@ Tvheadend works as backend PVR live TV for Kodi.
## Captures d'écran ## Captures d'écran
![](http://docs.tvheadend.org/images/overall_screenshot.png) ![](doc/screenshots/overall_screenshot.png)
## Configuration ## Configuration

Binary file not shown.

After

Width:  |  Height:  |  Size: 272 KiB

View file

@ -8,13 +8,19 @@
}, },
"version": "4.3.1979~ynh5", "version": "4.3.1979~ynh5",
"url": "https://tvheadend.org", "url": "https://tvheadend.org",
"upstream": {
"license": "GPL-3.0",
"website": "https://tvheadend.org",
"userdoc": "https://tvheadend.org/projects/tvheadend/wiki",
"code": "https://github.com/tvheadend/tvheadend"
},
"license": "GPL-3.0", "license": "GPL-3.0",
"maintainer": { "maintainer": {
"name": "Sylvain Cecchetto", "name": "Sylvain Cecchetto",
"email": "cecchetto.sylvain@me.com" "email": "cecchetto.sylvain@me.com"
}, },
"requirements": { "requirements": {
"yunohost": ">= 4" "yunohost": ">= 4.1"
}, },
"multi_instance": false, "multi_instance": false,
"services": [ "services": [
@ -24,20 +30,11 @@
"install" : [ "install" : [
{ {
"name": "domain", "name": "domain",
"type": "domain", "type": "domain"
"ask": {
"en": "Choose a domain name for Tvheadend",
"fr": "Choisissez un nom de domaine pour Tvheadend"
},
"example": "example.com"
}, },
{ {
"name": "path", "name": "path",
"type": "path", "type": "path",
"ask": {
"en": "Choose a path for Tvheadend",
"fr": "Choisissez un chemin pour Tvheadend"
},
"example": "/tvh", "example": "/tvh",
"default": "/tvh" "default": "/tvh"
}, },
@ -52,12 +49,7 @@
}, },
{ {
"name": "password", "name": "password",
"type": "password", "type": "password"
"ask": {
"en": "Set the superuser password",
"fr": "Définissez le mot de passe du superutilisateur"
},
"example": "Choose a password"
} }
] ]
} }