2022-08-23 22:24:44 +02:00
<!--
2024-04-07 15:35:10 +02:00
Nota bene : ce README est automatiquement généré par < https: / / github . com / YunoHost / apps / tree / master / tools / readme_generator >
Il NE doit PAS être modifié à la main.
2022-08-23 22:24:44 +02:00
-->
2021-11-25 17:59:02 +01:00
# Bazarr pour YunoHost
2023-05-02 08:16:44 +02:00
[![Niveau d’ inté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)
2024-04-07 15:35:10 +02:00
*[Lire le README dans d'autres langues.](./ALL_README.md)*
2021-11-25 17:59:02 +01:00
2024-04-07 15:35:10 +02:00
> *Ce package vous permet d’ installer Bazarr rapidement et simplement sur un serveur YunoHost.*
> *Si vous n’ avez pas YunoHost, consultez [ce guide](https://yunohost.org/install) pour savoir comment l’ installer et en profiter.*
2021-11-25 17:59:02 +01:00
2023-05-02 08:16:44 +02:00
## Vue d’ ensemble
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
2024-04-07 15:38:59 +02:00
**Version incluse :** 1.4.2~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
## Documentations et ressources
2024-04-07 15:35:10 +02:00
- Site officiel de l’ app : < https: // bazarr . media >
- Documentation officielle de l’ admin : < https: // wiki . bazarr . media >
- Dépôt de code officiel de l’ app : < https: // github . com / morpheus65535 / bazarr >
- YunoHost Store : < https: // apps . yunohost . org / app / bazarr >
- Signaler un bug : < https: // github . com / YunoHost-Apps / bazarr_ynh / issues >
2021-11-25 17:59:02 +01:00
## Informations pour les développeurs
2024-04-07 15:35:10 +02:00
Merci de faire vos pull request sur la [branche `testing` ](https://github.com/YunoHost-Apps/bazarr_ynh/tree/testing ).
2021-11-25 17:59:02 +01:00
2024-04-07 15:35:10 +02:00
Pour essayer la branche `testing` , procédez comme suit :
2022-08-23 22:24:44 +02:00
2024-04-07 15:35:10 +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
```
2024-04-07 15:35:10 +02:00
**Plus d’ infos sur le packaging d’ applications :** < https: / / yunohost . org / packaging_apps >