2023-09-02 18:02:40 +02:00
<!--
2024-03-29 07:08:40 +01: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.
2023-09-02 18:02:40 +02:00
-->
# Jellyfin Vue Client pour YunoHost
[![Niveau d’ intégration ](https://dash.yunohost.org/integration/jellyfin-vue.svg )](https://dash.yunohost.org/appci/app/jellyfin-vue) ![Statut du fonctionnement ](https://ci-apps.yunohost.org/ci/badges/jellyfin-vue.status.svg ) ![Statut de maintenance ](https://ci-apps.yunohost.org/ci/badges/jellyfin-vue.maintain.svg )
[![Installer Jellyfin Vue Client avec YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=jellyfin-vue)
2024-03-29 07:08:40 +01:00
*[Lire le README dans d'autres langues.](./ALL_README.md)*
2023-09-02 18:02:40 +02:00
2024-03-29 07:08:40 +01:00
> *Ce package vous permet d’ installer Jellyfin Vue Client 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.*
2023-09-02 18:02:40 +02:00
## Vue d’ ensemble
2023-10-07 09:37:48 +02:00
Jellyfin Vue est la prochaine étape du développement de Jellyfin. C'est une nouvelle interface, basée sur Vue. Des détails peuvent être trouvés ici : https://jellyfin.org/posts/vue-vue3.
2023-09-02 18:21:03 +02:00
2024-05-13 23:00:15 +02:00
2024-05-13 19:06:44 +02:00
**Version incluse :** 2024.05.13~ynh1
2024-01-18 18:50:28 +01:00
2024-03-29 07:08:40 +01:00
**Démo :** < https: / / jf-vue . pages . dev >
2023-09-02 18:16:44 +02:00
## Captures d’ écran
![Capture d’ écran de Jellyfin Vue Client ](./doc/screenshots/jellyfin-vue-homepage-2023-04.jpg )
2023-09-02 18:02:40 +02:00
## Documentations et ressources
2024-03-29 07:08:40 +01:00
- Dépôt de code officiel de l’ app : < https: // github . com / jellyfin / jellyfin-vue >
- YunoHost Store : < https: // apps . yunohost . org / app / jellyfin-vue >
- Signaler un bug : < https: // github . com / YunoHost-Apps / jellyfin-vue_ynh / issues >
2023-09-02 18:02:40 +02:00
## Informations pour les développeurs
2024-03-29 07:08:40 +01:00
Merci de faire vos pull request sur la [branche `testing` ](https://github.com/YunoHost-Apps/jellyfin-vue_ynh/tree/testing ).
2023-09-02 18:02:40 +02:00
2024-03-29 07:08:40 +01:00
Pour essayer la branche `testing` , procédez comme suit :
2023-09-02 18:02:40 +02:00
2024-03-29 07:08:40 +01:00
```bash
2023-09-02 18:02:40 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/jellyfin-vue_ynh/tree/testing --debug
ou
sudo yunohost app upgrade jellyfin-vue -u https://github.com/YunoHost-Apps/jellyfin-vue_ynh/tree/testing --debug
```
2024-03-29 07:08:40 +01:00
**Plus d’ infos sur le packaging d’ applications :** < https: / / yunohost . org / packaging_apps >