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
|
## Screenshots
|
||||||
|
|
||||||
![](http://docs.tvheadend.org/images/overall_screenshot.png)
|
![](doc/screenshots/overall_screenshot.png)
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
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",
|
"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"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue