1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/bazarr_ynh.git synced 2024-09-03 18:06:27 +02:00
bazarr_ynh/README_fr.md

58 lines
2.4 KiB
Markdown
Raw Normal View History

2022-08-23 22:24:44 +02:00
<!--
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.
-->
2021-11-25 17:59:02 +01:00
# Bazarr pour YunoHost
2023-05-02 08:16:44 +02:00
[![Niveau dintégration](https://dash.yunohost.org/integration/bazarr.svg)](https://dash.yunohost.org/appci/app/bazarr) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/bazarr.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/bazarr.maintain.svg)
2021-11-25 17:59:02 +01:00
[![Installer Bazarr avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=bazarr)
*[Read this readme in english.](./README.md)*
2023-05-02 08:16:44 +02:00
> *Ce package vous permet dinstaller Bazarr rapidement et simplement sur un serveur YunoHost.
Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment linstaller et en profiter.*
2021-11-25 17:59:02 +01:00
2023-05-02 08:16:44 +02:00
## Vue densemble
2021-11-25 17:59:02 +01:00
Bazarr is a companion application to Sonarr and Radarr that manages and downloads subtitles based on your requirements.
### Features
- Automatic search as soon as subtitles are available in your language
- Manual search for picking them yourself
- Subtitles upgrade whenever better ones are released
2023-10-15 08:15:43 +02:00
**Version incluse :** 1.3.1~ynh1
2021-11-25 17:59:02 +01:00
2023-05-02 08:16:44 +02:00
## Captures décran
2021-11-25 17:59:02 +01:00
2023-05-02 08:16:44 +02:00
![Capture décran de Bazarr](./doc/screenshots/bazarr.png)
2021-11-25 17:59:02 +01:00
## Avertissements / informations importantes
2022-02-07 21:27:28 +01:00
- If Radarr or Sonarr are installed beforehand on your server, the app will automatically retrieve their settings and integrate them in its config.
2021-11-25 17:59:02 +01:00
- Enabling Auto-updating in the settings is discouraged and no support will be provided if you do so.
## Documentations et ressources
2023-05-02 08:16:44 +02:00
* Site officiel de lapp : <https://bazarr.media>
* Documentation officielle de ladmin : <https://wiki.bazarr.media>
* Dépôt de code officiel de lapp : <https://github.com/morpheus65535/bazarr>
2022-08-23 22:24:44 +02:00
* Signaler un bug : <https://github.com/YunoHost-Apps/bazarr_ynh/issues>
2021-11-25 17:59:02 +01:00
## Informations pour les développeurs
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/bazarr_ynh/tree/testing).
Pour essayer la branche testing, procédez comme suit.
2022-08-23 22:24:44 +02:00
``` bash
2021-11-25 17:59:02 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/bazarr_ynh/tree/testing --debug
ou
sudo yunohost app upgrade bazarr -u https://github.com/YunoHost-Apps/bazarr_ynh/tree/testing --debug
```
2023-05-02 08:16:44 +02:00
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>