1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/radarr_ynh.git synced 2024-09-03 20:16:13 +02:00

Merge pull request #15 from YunoHost-Apps/ci-auto-update-v4.2.4.6635

This commit is contained in:
tituspijean 2022-10-16 20:30:07 +02:00 committed by GitHub
commit a1f1300df0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 34 additions and 32 deletions

View file

@ -5,7 +5,7 @@ It shall NOT be edited by hand.
# Radarr for YunoHost
[![Integration level](https://dash.yunohost.org/integration/radarr.svg)](https://dash.yunohost.org/appci/app/radarr) ![](https://ci-apps.yunohost.org/ci/badges/radarr.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/radarr.maintain.svg)
[![Integration level](https://dash.yunohost.org/integration/radarr.svg)](https://dash.yunohost.org/appci/app/radarr) ![Working status](https://ci-apps.yunohost.org/ci/badges/radarr.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/radarr.maintain.svg)
[![Install Radarr with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=radarr)
*[Lire ce readme en français.](./README_fr.md)*
@ -17,13 +17,11 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
A movie collection manager for Usenet and BitTorrent users.
**Shipped version:** 4.1.0.6175~ynh1
**Shipped version:** 4.2.4.6635~ynh1
## Screenshots
![](./doc/screenshots/screenshot.jpg)
![Screenshot of Radarr](./doc/screenshots/screenshot.jpg)
## Disclaimers / important information
@ -34,21 +32,22 @@ A movie collection manager for Usenet and BitTorrent users.
## Documentation and resources
* Official app website: https://radarr.video
* Official admin documentation: https://wiki.servarr.com/Radarr
* Upstream app code repository: https://github.com/Radarr/Radarr
* YunoHost documentation for this app: https://yunohost.org/app_radarr
* Report a bug: https://github.com/YunoHost-Apps/radarr_ynh/issues
* Official app website: <https://radarr.video>
* Official admin documentation: <https://wiki.servarr.com/Radarr>
* Upstream app code repository: <https://github.com/Radarr/Radarr>
* YunoHost documentation for this app: <https://yunohost.org/app_radarr>
* Report a bug: <https://github.com/YunoHost-Apps/radarr_ynh/issues>
## Developer info
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/radarr_ynh/tree/testing).
To try the testing branch, please proceed like that.
```
``` bash
sudo yunohost app install https://github.com/YunoHost-Apps/radarr_ynh/tree/testing --debug
or
sudo yunohost app upgrade radarr -u https://github.com/YunoHost-Apps/radarr_ynh/tree/testing --debug
```
**More info regarding app packaging:** https://yunohost.org/packaging_apps
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>

View file

@ -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.
-->
# Radarr pour YunoHost
[![Niveau d'intégration](https://dash.yunohost.org/integration/radarr.svg)](https://dash.yunohost.org/appci/app/radarr) ![](https://ci-apps.yunohost.org/ci/badges/radarr.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/radarr.maintain.svg)
[![Niveau d'intégration](https://dash.yunohost.org/integration/radarr.svg)](https://dash.yunohost.org/appci/app/radarr) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/radarr.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/radarr.maintain.svg)
[![Installer Radarr avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=radarr)
*[Read this readme in english.](./README.md)*
*[Lire ce readme en français.](./README_fr.md)*
> *Ce package vous permet d'installer Radarr 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.*
@ -13,13 +17,11 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
Un gestionnaire de filmothèque pour utilisateurs de Usenet et BitTorrent.
**Version incluse :** 4.1.0.6175~ynh1
**Version incluse :** 4.2.4.6635~ynh1
## Captures d'écran
![](./doc/screenshots/screenshot.jpg)
![Capture d'écran de Radarr](./doc/screenshots/screenshot.jpg)
## Avertissements / informations importantes
@ -30,21 +32,22 @@ Un gestionnaire de filmothèque pour utilisateurs de Usenet et BitTorrent.
## Documentations et ressources
* Site officiel de l'app : https://radarr.video
* Documentation officielle de l'admin : https://wiki.servarr.com/Radarr
* Dépôt de code officiel de l'app : https://github.com/Radarr/Radarr
* Documentation YunoHost pour cette app : https://yunohost.org/app_radarr
* Signaler un bug : https://github.com/YunoHost-Apps/radarr_ynh/issues
* Site officiel de l'app : <https://radarr.video>
* Documentation officielle de l'admin : <https://wiki.servarr.com/Radarr>
* Dépôt de code officiel de l'app : <https://github.com/Radarr/Radarr>
* Documentation YunoHost pour cette app : <https://yunohost.org/app_radarr>
* Signaler un bug : <https://github.com/YunoHost-Apps/radarr_ynh/issues>
## Informations pour les développeurs
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/radarr_ynh/tree/testing).
Pour essayer la branche testing, procédez comme suit.
```
``` bash
sudo yunohost app install https://github.com/YunoHost-Apps/radarr_ynh/tree/testing --debug
ou
sudo yunohost app upgrade radarr -u https://github.com/YunoHost-Apps/radarr_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>

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/Radarr/Radarr/releases/download/v4.1.0.6175/Radarr.master.4.1.0.6175.linux-core-arm.tar.gz
SOURCE_SUM=e89d16862c6a97ff3929c06547b2581f3df3cb29be6e26b54e0406774fee1693
SOURCE_URL=https://github.com/Radarr/Radarr/releases/download/v4.2.4.6635/Radarr.master.4.2.4.6635.linux-core-arm.tar.gz
SOURCE_SUM=5143255da8d5d1690a8088d6552d8194d0adc64cce6bf92064d0a9da676204e9
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/Radarr/Radarr/releases/download/v4.1.0.6175/Radarr.master.4.1.0.6175.linux-core-arm64.tar.gz
SOURCE_SUM=39a088da778bf1b3057ff42e6446572ae6602419d44fe4365cc0a17d2a85e417
SOURCE_URL=https://github.com/Radarr/Radarr/releases/download/v4.2.4.6635/Radarr.master.4.2.4.6635.linux-core-arm64.tar.gz
SOURCE_SUM=806eebe06ea21cb64f923478dee0fab376f79a2b534f6c9f1b161dc0f948f03d
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/Radarr/Radarr/releases/download/v4.1.0.6175/Radarr.master.4.1.0.6175.linux-core-x64.tar.gz
SOURCE_SUM=de8c42060fa5c4df1e19a4b592620ad242f6a9434e2c784b9e430f98f959732c
SOURCE_URL=https://github.com/Radarr/Radarr/releases/download/v4.2.4.6635/Radarr.master.4.2.4.6635.linux-core-x64.tar.gz
SOURCE_SUM=91d634462656acf09a5c3196867258da318e3bd87458d4674fe090d759781e8c
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true

View file

@ -6,7 +6,7 @@
"en": "A movie collection manager for Usenet and BitTorrent users.",
"fr": "Un gestionnaire de filmothèque pour utilisateurs de Usenet et BitTorrent."
},
"version": "4.1.0.6175~ynh1",
"version": "4.2.4.6635~ynh1",
"url": "https://radarr.video",
"upstream": {
"license": "GPL-3.0-only",