diff --git a/ALL_README.md b/ALL_README.md index a01b345..8938aae 100644 --- a/ALL_README.md +++ b/ALL_README.md @@ -1,6 +1,7 @@ # All available README files by language - [Read the README in English](README.md) +- [Lee el README en español](README_es.md) - [Irakurri README euskaraz](README_eu.md) - [Lire le README en français](README_fr.md) - [Le o README en galego](README_gl.md) diff --git a/README.md b/README.md index b9c4bc8..847b3f0 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ It shall NOT be edited by hand. Jellyfin Vue is the next step of Jellyfin's development. It's a new frontend, based on Vue. See https://jellyfin.org/posts/vue-vue3 for details. -**Shipped version:** 2024.05.09~ynh1 +**Shipped version:** 2024.05.14~ynh1 **Demo:** diff --git a/README_es.md b/README_es.md new file mode 100644 index 0000000..d41b02c --- /dev/null +++ b/README_es.md @@ -0,0 +1,48 @@ + + +# Jellyfin Vue Client para Yunohost + +[![Nivel de integración](https://dash.yunohost.org/integration/jellyfin-vue.svg)](https://dash.yunohost.org/appci/app/jellyfin-vue) ![Estado funcional](https://ci-apps.yunohost.org/ci/badges/jellyfin-vue.status.svg) ![Estado En Mantención](https://ci-apps.yunohost.org/ci/badges/jellyfin-vue.maintain.svg) + +[![Instalar Jellyfin Vue Client con Yunhost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=jellyfin-vue) + +*[Leer este README en otros idiomas.](./ALL_README.md)* + +> *Este paquete le permite instalarJellyfin Vue Client rapidamente y simplement en un servidor YunoHost.* +> *Si no tiene YunoHost, visita [the guide](https://yunohost.org/install) para aprender como instalarla.* + +## Descripción general + +Jellyfin Vue is the next step of Jellyfin's development. It's a new frontend, based on Vue. See https://jellyfin.org/posts/vue-vue3 for details. + + +**Versión actual:** 2024.05.14~ynh1 + +**Demo:** + +## Capturas + +![Captura de Jellyfin Vue Client](./doc/screenshots/jellyfin-vue-homepage-2023-04.jpg) + +## Documentaciones y recursos + +- Repositorio del código fuente oficial de la aplicación : +- Catálogo YunoHost: +- Reportar un error: + +## Información para desarrolladores + +Por favor enviar sus correcciones a la [`branch testing`](https://github.com/YunoHost-Apps/jellyfin-vue_ynh/tree/testing + +Para probar la rama `testing`, sigue asÍ: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/jellyfin-vue_ynh/tree/testing --debug +o +sudo yunohost app upgrade jellyfin-vue -u https://github.com/YunoHost-Apps/jellyfin-vue_ynh/tree/testing --debug +``` + +**Mas informaciones sobre el empaquetado de aplicaciones:** diff --git a/README_eu.md b/README_eu.md index 03d86e3..39d35ba 100644 --- a/README_eu.md +++ b/README_eu.md @@ -19,7 +19,7 @@ EZ editatu eskuz. Jellyfin Vue is the next step of Jellyfin's development. It's a new frontend, based on Vue. See https://jellyfin.org/posts/vue-vue3 for details. -**Paketatutako bertsioa:** 2024.05.09~ynh1 +**Paketatutako bertsioa:** 2024.05.14~ynh1 **Demoa:** diff --git a/README_fr.md b/README_fr.md index 9aedb56..7d5a8ea 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Il NE doit PAS être modifié à la main. 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. -**Version incluse :** 2024.05.09~ynh1 +**Version incluse :** 2024.05.14~ynh1 **Démo :** diff --git a/README_gl.md b/README_gl.md index 362762f..324c438 100644 --- a/README_gl.md +++ b/README_gl.md @@ -19,7 +19,7 @@ NON debe editarse manualmente. Jellyfin Vue is the next step of Jellyfin's development. It's a new frontend, based on Vue. See https://jellyfin.org/posts/vue-vue3 for details. -**Versión proporcionada:** 2024.05.09~ynh1 +**Versión proporcionada:** 2024.05.14~ynh1 **Demo:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 3817d1c..df9c4be 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -19,7 +19,7 @@ Jellyfin Vue is the next step of Jellyfin's development. It's a new frontend, based on Vue. See https://jellyfin.org/posts/vue-vue3 for details. -**分发版本:** 2024.05.09~ynh1 +**分发版本:** 2024.05.14~ynh1 **演示:** diff --git a/manifest.toml b/manifest.toml index dc53177..ae6df32 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Jellyfin Vue Client" description.en = "Modern web client for Jellyfin" description.fr = "Client web moderne pour Jellyfin" -version = "2024.05.09~ynh1" +version = "2024.05.14~ynh1" maintainers = [] @@ -45,8 +45,8 @@ ram.runtime = "0M" [resources.sources] [resources.sources.main] - url = "https://github.com/jellyfin/jellyfin-vue/archive/e132b967df478fee921562f9a6fc8b82d81bc736.tar.gz" - sha256 = "dd59964a7a6df2ea35e3353077add8d9e0dc6c043c6671ba87b12f2affe8944b" + url = "https://github.com/jellyfin/jellyfin-vue/archive/5dd5f1848266202af2b8c481950877bf411a74fb.tar.gz" + sha256 = "6e9ecc676bb1b923cfa563dcdd4810719e43353a0e80dba967a9185eb511292b" autoupdate.upstream = "https://github.com/jellyfin/jellyfin-vue/" autoupdate.strategy = "latest_github_commit"