diff --git a/README.md b/README.md index 68308ae..cd008ed 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/README_fr.md b/README_fr.md index 55547b5..963355f 100644 --- a/README_fr.md +++ b/README_fr.md @@ -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 diff --git a/doc/screenshots/overall_screenshot.png b/doc/screenshots/overall_screenshot.png new file mode 100644 index 0000000..dbe9cf9 Binary files /dev/null and b/doc/screenshots/overall_screenshot.png differ diff --git a/manifest.json b/manifest.json index e52c0da..cbac4ae 100644 --- a/manifest.json +++ b/manifest.json @@ -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" } ] }