mirror of
https://github.com/YunoHost-Apps/couchpotato_ynh.git
synced 2024-09-03 18:16:22 +02:00
Auto-update README
This commit is contained in:
parent
d30714726b
commit
1bb5f47fc0
2 changed files with 67 additions and 40 deletions
61
README.md
61
README.md
|
@ -1,59 +1,40 @@
|
||||||
|
<!--
|
||||||
|
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.
|
||||||
|
-->
|
||||||
|
|
||||||
# CouchPotato for YunoHost
|
# CouchPotato for YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/couchpotato)  
|
[](https://dash.yunohost.org/appci/app/couchpotato)  
|
||||||
[](https://install-app.yunohost.org/?app=couchpotato)
|
[](https://install-app.yunohost.org/?app=couchpotato)
|
||||||
|
|
||||||
|
*[Lire ce readme en français.](./README_fr.md)*
|
||||||
|
|
||||||
> *This package allows you to install CouchPotato quickly and simply on a YunoHost server.
|
> *This package allows you to install CouchPotato quickly and simply on a YunoHost server.
|
||||||
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
Download movies automatically, easily and in the best quality as soon as they are available.
|
|
||||||
|
|
||||||
- Integrates automatically with [transmission_ynh](https://github.com/YunoHost-Apps/transmission_ynh) (or tries to...),
|
Automatic movie downloader
|
||||||
- Integrates [YunoHost multimedia](https://github.com/YunoHost-Apps/yunohost.multimedia) folder structure
|
|
||||||
|
|
||||||
**Shipped version:** 3.0.1
|
**Shipped version:** 3.0.1~ynh3
|
||||||
|
|
||||||
## YunoHost specific features
|
|
||||||
|
|
||||||
#### Supported architectures
|
|
||||||
|
|
||||||
* x86-64 - [](https://ci-apps.yunohost.org/ci/apps/couchpotato/)
|
## Disclaimers / important information
|
||||||
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/couchpotato/)
|
|
||||||
|
|
||||||
## Links
|
* Other infos that people should be aware of, such as:
|
||||||
|
* Integrates automatically with [transmission_ynh](https://github.com/YunoHost-Apps/transmission_ynh) (or tries to...),
|
||||||
|
* Integrates [YunoHost multimedia](https://github.com/YunoHost-Apps/yunohost.multimedia) folder structure
|
||||||
|
|
||||||
* Report a bug: https://github.com/YunoHost-Apps/couchpotato_ynh/issues
|
## Documentation and resources
|
||||||
* App website: https://couchpota.to
|
|
||||||
* Upstream app repository: https://github.com/CouchPotato/CouchPotatoServer
|
|
||||||
* YunoHost website: https://yunohost.org/
|
|
||||||
|
|
||||||
#### Special Thanks to the Yunohost Community:
|
* Official app website: https://couchpota.to
|
||||||
[Snipees](https://github.com/Snipees)
|
* Upstream app code repository: https://github.com/CouchPotato/CouchPotatoServer
|
||||||
[anaqreon](https://github.com/anaqreon),
|
* YunoHost documentation for this app: https://yunohost.org/app_couchpotato
|
||||||
[aymhce](https://github.com/aymhce),
|
* Report a bug: https://github.com/YunoHost-Apps/couchpotato_ynh/issues
|
||||||
[beudbeud](https://github.com/abeudin),
|
|
||||||
[Chao-Man](https://github.com/Chao-Man),
|
|
||||||
[chtixof](https://github.com/chtixof),
|
|
||||||
[CotzaDev](https://github.com/CotzaDev),
|
|
||||||
[courgette](https://github.com/courgette),
|
|
||||||
[Jérôme](https://github.com/jeromelebleu),
|
|
||||||
[JocelynD](https://github.com/JocelynDelalande),
|
|
||||||
[Ju](https://github.com/julienmalik),
|
|
||||||
[Le Kload](https://github.com/Kloadut),
|
|
||||||
[lunarok](https://github.com/lunarok),
|
|
||||||
[maniackcrudelis](https://github.com/maniackcrudelis),
|
|
||||||
[Matlink](https://github.com/matlink),
|
|
||||||
[Moul](https://github.com/M5oul),
|
|
||||||
[polytan02](https://github.com/polytan02),
|
|
||||||
[scith](https://github.com/scith),
|
|
||||||
[tifred](https://github.com/drfred1981),
|
|
||||||
... :dizzy:
|
|
||||||
|
|
||||||
---
|
## Developer info
|
||||||
|
|
||||||
Developer info
|
|
||||||
----------------
|
|
||||||
|
|
||||||
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/couchpotato_ynh/tree/testing).
|
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/couchpotato_ynh/tree/testing).
|
||||||
|
|
||||||
|
@ -63,3 +44,5 @@ sudo yunohost app install https://github.com/YunoHost-Apps/couchpotato_ynh/tree/
|
||||||
or
|
or
|
||||||
sudo yunohost app upgrade couchpotato -u https://github.com/YunoHost-Apps/couchpotato_ynh/tree/testing --debug
|
sudo yunohost app upgrade couchpotato -u https://github.com/YunoHost-Apps/couchpotato_ynh/tree/testing --debug
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**More info regarding app packaging:** https://yunohost.org/packaging_apps
|
44
README_fr.md
Normal file
44
README_fr.md
Normal file
|
@ -0,0 +1,44 @@
|
||||||
|
# CouchPotato pour YunoHost
|
||||||
|
|
||||||
|
[](https://dash.yunohost.org/appci/app/couchpotato)  
|
||||||
|
[](https://install-app.yunohost.org/?app=couchpotato)
|
||||||
|
|
||||||
|
*[Read this readme in english.](./README.md)*
|
||||||
|
*[Lire ce readme en français.](./README_fr.md)*
|
||||||
|
|
||||||
|
> *Ce package vous permet d'installer CouchPotato 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.*
|
||||||
|
|
||||||
|
## Vue d'ensemble
|
||||||
|
|
||||||
|
Téléchargement automatisé de film
|
||||||
|
|
||||||
|
**Version incluse :** 3.0.1~ynh3
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## Avertissements / informations importantes
|
||||||
|
|
||||||
|
* Other infos that people should be aware of, such as:
|
||||||
|
* Integrates automatically with [transmission_ynh](https://github.com/YunoHost-Apps/transmission_ynh) (or tries to...),
|
||||||
|
* Integrates [YunoHost multimedia](https://github.com/YunoHost-Apps/yunohost.multimedia) folder structure
|
||||||
|
|
||||||
|
## Documentations et ressources
|
||||||
|
|
||||||
|
* Site officiel de l'app : https://couchpota.to
|
||||||
|
* Dépôt de code officiel de l'app : https://github.com/CouchPotato/CouchPotatoServer
|
||||||
|
* Documentation YunoHost pour cette app : https://yunohost.org/app_couchpotato
|
||||||
|
* Signaler un bug : https://github.com/YunoHost-Apps/couchpotato_ynh/issues
|
||||||
|
|
||||||
|
## Informations pour les développeurs
|
||||||
|
|
||||||
|
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/couchpotato_ynh/tree/testing).
|
||||||
|
|
||||||
|
Pour essayer la branche testing, procédez comme suit.
|
||||||
|
```
|
||||||
|
sudo yunohost app install https://github.com/YunoHost-Apps/couchpotato_ynh/tree/testing --debug
|
||||||
|
ou
|
||||||
|
sudo yunohost app upgrade couchpotato -u https://github.com/YunoHost-Apps/couchpotato_ynh/tree/testing --debug
|
||||||
|
```
|
||||||
|
|
||||||
|
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps
|
Loading…
Add table
Reference in a new issue