1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/headphones_ynh.git synced 2024-09-03 19:26:02 +02:00
headphones_ynh/README_fr.md

47 lines
2.1 KiB
Markdown
Raw Normal View History

2022-12-19 00:22:13 +01: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.
-->
2022-03-24 00:49:46 +01:00
# Headphones pour YunoHost
2023-05-25 13:10:40 +02:00
[![Niveau dintégration](https://dash.yunohost.org/integration/headphones.svg)](https://dash.yunohost.org/appci/app/headphones) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/headphones.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/headphones.maintain.svg)
2022-03-24 00:49:46 +01:00
[![Installer Headphones avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=headphones)
*[Read this readme in english.](./README.md)*
2023-05-25 13:10:40 +02:00
> *Ce package vous permet dinstaller Headphones 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.*
2022-03-24 00:49:46 +01:00
2023-05-25 13:10:40 +02:00
## Vue densemble
2022-03-24 00:49:46 +01:00
Headphones is an automated music downloader for NZB and Torrent, written in Python. It supports SABnzbd, NZBget, Transmission, µTorrent, Deluge and Blackhole.
**Version incluse :** 0.6.0~ynh1
2023-05-25 13:10:40 +02:00
## Captures décran
2022-03-24 00:49:46 +01:00
2023-05-25 13:10:40 +02:00
![Capture décran de Headphones](./doc/screenshots/screenshot01.png)
2022-03-24 00:49:46 +01:00
## Documentations et ressources
2022-12-19 00:22:13 +01:00
* Documentation officielle utilisateur : <https://github.com/rembo10/headphones/wiki/Usage-guide>
2023-05-25 13:10:40 +02:00
* Dépôt de code officiel de lapp : <https://github.com/rembo10/headphones>
2022-12-19 00:22:13 +01:00
* Documentation YunoHost pour cette app : <https://yunohost.org/app_headphones>
* Signaler un bug : <https://github.com/YunoHost-Apps/headphones_ynh/issues>
2022-03-24 00:49:46 +01:00
## Informations pour les développeurs
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/headphones_ynh/tree/testing).
Pour essayer la branche testing, procédez comme suit.
2022-12-19 00:22:13 +01:00
``` bash
2022-03-24 00:49:46 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/headphones_ynh/tree/testing --debug
ou
sudo yunohost app upgrade headphones -u https://github.com/YunoHost-Apps/headphones_ynh/tree/testing --debug
```
2023-05-25 13:10:40 +02:00
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>