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:
parent
5847ac4f53
commit
9e8e220cbb
4 changed files with 11 additions and 19 deletions
|
@ -21,7 +21,7 @@ Tvheadend works as backend PVR live TV for Kodi.
|
|||
|
||||
## Screenshots
|
||||
|
||||
![](http://docs.tvheadend.org/images/overall_screenshot.png)
|
||||
![](doc/screenshots/overall_screenshot.png)
|
||||
|
||||
## Configuration
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ Tvheadend works as backend PVR live TV for Kodi.
|
|||
|
||||
## Captures d'écran
|
||||
|
||||
![](http://docs.tvheadend.org/images/overall_screenshot.png)
|
||||
![](doc/screenshots/overall_screenshot.png)
|
||||
|
||||
## Configuration
|
||||
|
||||
|
|
BIN
doc/screenshots/overall_screenshot.png
Normal file
BIN
doc/screenshots/overall_screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 272 KiB |
|
@ -8,13 +8,19 @@
|
|||
},
|
||||
"version": "4.3.1979~ynh5",
|
||||
"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",
|
||||
"maintainer": {
|
||||
"name": "Sylvain Cecchetto",
|
||||
"email": "cecchetto.sylvain@me.com"
|
||||
},
|
||||
"requirements": {
|
||||
"yunohost": ">= 4"
|
||||
"yunohost": ">= 4.1"
|
||||
},
|
||||
"multi_instance": false,
|
||||
"services": [
|
||||
|
@ -24,20 +30,11 @@
|
|||
"install" : [
|
||||
{
|
||||
"name": "domain",
|
||||
"type": "domain",
|
||||
"ask": {
|
||||
"en": "Choose a domain name for Tvheadend",
|
||||
"fr": "Choisissez un nom de domaine pour Tvheadend"
|
||||
},
|
||||
"example": "example.com"
|
||||
"type": "domain"
|
||||
},
|
||||
{
|
||||
"name": "path",
|
||||
"type": "path",
|
||||
"ask": {
|
||||
"en": "Choose a path for Tvheadend",
|
||||
"fr": "Choisissez un chemin pour Tvheadend"
|
||||
},
|
||||
"example": "/tvh",
|
||||
"default": "/tvh"
|
||||
},
|
||||
|
@ -52,12 +49,7 @@
|
|||
},
|
||||
{
|
||||
"name": "password",
|
||||
"type": "password",
|
||||
"ask": {
|
||||
"en": "Set the superuser password",
|
||||
"fr": "Définissez le mot de passe du superutilisateur"
|
||||
},
|
||||
"example": "Choose a password"
|
||||
"type": "password"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue