mirror of
https://github.com/YunoHost-Apps/sonarr_ynh.git
synced 2024-09-03 20:26:19 +02:00
Auto-update README
This commit is contained in:
parent
4f3d90ecbc
commit
23e8700276
2 changed files with 26 additions and 22 deletions
20
README.md
20
README.md
|
@ -5,7 +5,7 @@ It shall NOT be edited by hand.
|
|||
|
||||
# Sonarr for YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/sonarr)  
|
||||
[](https://dash.yunohost.org/appci/app/sonarr)  
|
||||
[](https://install-app.yunohost.org/?app=sonarr)
|
||||
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
@ -21,10 +21,9 @@ Sonarr is a PVR for Usenet and BitTorrent users. It can monitor multiple RSS fee
|
|||
**Shipped version:** 3.0.6.1196~ynh2
|
||||
|
||||
|
||||
|
||||
## Screenshots
|
||||
|
||||

|
||||

|
||||
|
||||
## Disclaimers / important information
|
||||
|
||||
|
@ -37,21 +36,22 @@ Sonarr is a PVR for Usenet and BitTorrent users. It can monitor multiple RSS fee
|
|||
|
||||
## Documentation and resources
|
||||
|
||||
* Official app website: https://sonarr.tv
|
||||
* Official admin documentation: https://wiki.servarr.com/Sonarr
|
||||
* Upstream app code repository: https://github.com/Sonarr/Sonarr
|
||||
* YunoHost documentation for this app: https://yunohost.org/app_sonarr
|
||||
* Report a bug: https://github.com/YunoHost-Apps/sonarr_ynh/issues
|
||||
* Official app website: <https://sonarr.tv>
|
||||
* Official admin documentation: <https://wiki.servarr.com/Sonarr>
|
||||
* Upstream app code repository: <https://github.com/Sonarr/Sonarr>
|
||||
* YunoHost documentation for this app: <https://yunohost.org/app_sonarr>
|
||||
* Report a bug: <https://github.com/YunoHost-Apps/sonarr_ynh/issues>
|
||||
|
||||
## Developer info
|
||||
|
||||
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/sonarr_ynh/tree/testing).
|
||||
|
||||
To try the testing branch, please proceed like that.
|
||||
```
|
||||
|
||||
``` bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/sonarr_ynh/tree/testing --debug
|
||||
or
|
||||
sudo yunohost app upgrade sonarr -u https://github.com/YunoHost-Apps/sonarr_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**More info regarding app packaging:** https://yunohost.org/packaging_apps
|
||||
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
||||
|
|
28
README_fr.md
28
README_fr.md
|
@ -1,10 +1,14 @@
|
|||
<!--
|
||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||||
It shall NOT be edited by hand.
|
||||
-->
|
||||
|
||||
# Sonarr pour YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/sonarr)  
|
||||
[](https://dash.yunohost.org/appci/app/sonarr)  
|
||||
[](https://install-app.yunohost.org/?app=sonarr)
|
||||
|
||||
*[Read this readme in english.](./README.md)*
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
||||
> *Ce package vous permet d'installer Sonarr 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.*
|
||||
|
@ -14,13 +18,12 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
|||
Sonarr est un PVR pour les utilisateurs Usenet et BitTorrent. Il peut surveiller plusieurs flux RSS pour les nouveaux épisodes de vos émissions préférées et les récupérer, les trier et les renommer. Il peut également être configuré pour mettre à niveau automatiquement la qualité des fichiers déjà téléchargés lorsqu'un format de meilleure qualité devient disponible.
|
||||
|
||||
|
||||
**Version incluse :** 3.0.6.1196~ynh2
|
||||
|
||||
**Version incluse :** 3.0.6.1196~ynh2
|
||||
|
||||
|
||||
## Captures d'écran
|
||||
|
||||

|
||||

|
||||
|
||||
## Avertissements / informations importantes
|
||||
|
||||
|
@ -33,21 +36,22 @@ Sonarr est un PVR pour les utilisateurs Usenet et BitTorrent. Il peut surveiller
|
|||
|
||||
## Documentations et ressources
|
||||
|
||||
* Site officiel de l'app : https://sonarr.tv
|
||||
* Documentation officielle de l'admin : https://wiki.servarr.com/Sonarr
|
||||
* Dépôt de code officiel de l'app : https://github.com/Sonarr/Sonarr
|
||||
* Documentation YunoHost pour cette app : https://yunohost.org/app_sonarr
|
||||
* Signaler un bug : https://github.com/YunoHost-Apps/sonarr_ynh/issues
|
||||
* Site officiel de l'app : <https://sonarr.tv>
|
||||
* Documentation officielle de l'admin : <https://wiki.servarr.com/Sonarr>
|
||||
* Dépôt de code officiel de l'app : <https://github.com/Sonarr/Sonarr>
|
||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_sonarr>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/sonarr_ynh/issues>
|
||||
|
||||
## Informations pour les développeurs
|
||||
|
||||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/sonarr_ynh/tree/testing).
|
||||
|
||||
Pour essayer la branche testing, procédez comme suit.
|
||||
```
|
||||
|
||||
``` bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/sonarr_ynh/tree/testing --debug
|
||||
ou
|
||||
sudo yunohost app upgrade sonarr -u https://github.com/YunoHost-Apps/sonarr_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps
|
||||
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>
|
||||
|
|
Loading…
Add table
Reference in a new issue