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

70 lines
3.7 KiB
Markdown
Raw Normal View History

2022-11-11 10:40:45 +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.
-->
2021-07-25 20:21:55 +02:00
# Retroarch Web Player pour YunoHost
2020-05-08 20:42:27 +02:00
2023-02-24 00:19:16 +01:00
[![Niveau dintégration](https://dash.yunohost.org/integration/retroarch.svg)](https://dash.yunohost.org/appci/app/retroarch) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/retroarch.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/retroarch.maintain.svg)
2021-07-25 20:21:55 +02:00
[![Installer Retroarch Web Player avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=retroarch)
2020-05-08 20:42:27 +02:00
2021-07-25 20:21:55 +02:00
*[Read this readme in english.](./README.md)*
2020-05-08 20:42:27 +02:00
2023-02-24 00:19:16 +01:00
> *Ce package vous permet dinstaller Retroarch Web Player 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.*
2020-05-08 20:42:27 +02:00
2023-02-24 00:19:16 +01:00
## Vue densemble
2021-05-09 10:18:04 +02:00
2021-09-08 10:11:31 +02:00
RetroArch is a frontend for emulators, game engines and media players.
It enables you to run classic games on a wide range of computers and consoles through its slick graphical interface. Settings are also unified so configuration is done once and for all.
In addition to this, you are able to run original game discs (CDs) from RetroArch.
RetroArch has advanced features like shaders, netplay, rewinding, next-frame response times, runahead, machine translation, blind accessibility features, and more!
2021-05-09 10:18:04 +02:00
2023-03-11 07:21:35 +01:00
**Version incluse :** 1.15.0~ynh1
2022-12-17 18:41:39 +01:00
2021-07-25 20:23:39 +02:00
**Démo :** https://web.libretro.com/
2020-05-08 20:42:27 +02:00
2023-02-24 00:19:16 +01:00
## Captures décran
2020-05-08 20:42:27 +02:00
2023-02-24 00:19:16 +01:00
![Capture décran de Retroarch Web Player](./doc/screenshots/XMB-main-menu.jpg)
![Capture décran de Retroarch Web Player](./doc/screenshots/rgui-main-menu.jpg)
![Capture décran de Retroarch Web Player](./doc/screenshots/ozone-main-menu.jpg)
2020-05-08 20:42:27 +02:00
2021-07-25 20:21:55 +02:00
## Avertissements / informations importantes
2020-05-08 20:42:27 +02:00
2021-07-25 20:21:55 +02:00
### Bibliothèque partagée
2020-05-08 20:42:27 +02:00
2021-05-09 18:14:08 +02:00
Même si vous pouvez uploader une ROM depuis l'application, RetroArch peut accéder à celle déjà sur votre serveur:
* Les jeux sont situés dans `/opt/yunohost/retroarch/assets/cores`. Un lien symbolique est créé vers `/home/yunohost.multimedia/share/Games` de façon à ce que vous puissiez les y mettre facilement.
* Les cores doivent être indexés pour fonctionner : le script `/opt/yunohost/retroarch/indexer.sh` tourne toutes les 5 minutes pour indexer tous les jeux dans `opt/yunohost/retroarch/assets/cores`
2020-05-08 20:42:27 +02:00
2021-07-25 20:21:55 +02:00
### Limitations
2020-05-08 20:42:27 +02:00
2021-05-09 18:14:08 +02:00
* On ne peut pas sauvegarder. En fait, on ne peut pas écrire dans les fichiers du tout, donc la configuration est perdue à chaque fois...
* Pas de gestion d'utilisateurs
2021-09-08 10:11:31 +02:00
* Certains cores sont listés mais ne sont pas implémentés : ils ne fonctionnent donc pas, le problème vient de l'application elle même.
2020-05-08 20:42:27 +02:00
2021-07-25 20:21:55 +02:00
## Documentations et ressources
2020-05-08 20:42:27 +02:00
2023-02-24 00:19:16 +01:00
* Site officiel de lapp : <http://www.retroarch.com/>
2022-11-11 10:40:45 +01:00
* Documentation officielle utilisateur : <https://docs.libretro.com/>
2023-02-24 00:19:16 +01:00
* Documentation officielle de ladmin : <https://docs.libretro.com/>
* Dépôt de code officiel de lapp : <https://github.com/libretro/RetroArch>
2022-11-11 10:40:45 +01:00
* Documentation YunoHost pour cette app : <https://yunohost.org/app_retroarch>
* Signaler un bug : <https://github.com/YunoHost-Apps/retroarch_ynh/issues>
2020-05-08 20:42:27 +02:00
2021-07-25 20:21:55 +02:00
## Informations pour les développeurs
2020-05-08 20:42:27 +02:00
2021-05-09 10:18:04 +02:00
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/retroarch_ynh/tree/testing).
2020-05-08 20:42:27 +02:00
Pour essayer la branche testing, procédez comme suit.
2022-11-11 10:40:45 +01:00
``` bash
2021-05-09 10:18:04 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/retroarch_ynh/tree/testing --debug
2020-05-08 20:42:27 +02:00
ou
2021-05-09 10:18:04 +02:00
sudo yunohost app upgrade retroarch -u https://github.com/YunoHost-Apps/retroarch_ynh/tree/testing --debug
2020-05-08 20:42:27 +02:00
```
2021-07-25 20:21:55 +02:00
2023-02-24 00:19:16 +01:00
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>