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

Merge pull request #164 from YunoHost-Apps/testing

This commit is contained in:
Salamandar 2024-08-09 12:18:01 +02:00 committed by GitHub
commit e5d94b24dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 13 additions and 13 deletions

View file

@ -19,7 +19,7 @@ It shall NOT be edited by hand.
Jellyfin enables you to collect, manage, and stream your media. Run the Jellyfin server on your system and gain access to the leading free-software entertainment system, bells and whistles included.
**Shipped version:** 10.9.8~ynh1
**Shipped version:** 10.9.8~ynh2
**Demo:** <https://demo.jellyfin.org/stable/web/index.html>

View file

@ -19,7 +19,7 @@ No se debe editar a mano.
Jellyfin enables you to collect, manage, and stream your media. Run the Jellyfin server on your system and gain access to the leading free-software entertainment system, bells and whistles included.
**Versión actual:** 10.9.8~ynh1
**Versión actual:** 10.9.8~ynh2
**Demo:** <https://demo.jellyfin.org/stable/web/index.html>

View file

@ -19,7 +19,7 @@ EZ editatu eskuz.
Jellyfin enables you to collect, manage, and stream your media. Run the Jellyfin server on your system and gain access to the leading free-software entertainment system, bells and whistles included.
**Paketatutako bertsioa:** 10.9.8~ynh1
**Paketatutako bertsioa:** 10.9.8~ynh2
**Demoa:** <https://demo.jellyfin.org/stable/web/index.html>

View file

@ -19,7 +19,7 @@ Il NE doit PAS être modifié à la main.
Jellyfin vous permet de collecter, gérer et diffuser vos médias. Exécutez le serveur Jellyfin sur votre système et accédez au principal système de divertissement à logiciel libre.
**Version incluse:** 10.9.8~ynh1
**Version incluse:** 10.9.8~ynh2
**Démo:** <https://demo.jellyfin.org/stable/web/index.html>

View file

@ -19,7 +19,7 @@ NON debe editarse manualmente.
Jellyfin enables you to collect, manage, and stream your media. Run the Jellyfin server on your system and gain access to the leading free-software entertainment system, bells and whistles included.
**Versión proporcionada:** 10.9.8~ynh1
**Versión proporcionada:** 10.9.8~ynh2
**Demo:** <https://demo.jellyfin.org/stable/web/index.html>

View file

@ -19,7 +19,7 @@ Ini TIDAK boleh diedit dengan tangan.
Jellyfin enables you to collect, manage, and stream your media. Run the Jellyfin server on your system and gain access to the leading free-software entertainment system, bells and whistles included.
**Versi terkirim:** 10.9.8~ynh1
**Versi terkirim:** 10.9.8~ynh2
**Demo:** <https://demo.jellyfin.org/stable/web/index.html>
@ -32,7 +32,7 @@ Jellyfin enables you to collect, manage, and stream your media. Run the Jellyfin
- Website aplikasi resmi: <https://jellyfin.org>
- Dokumentasi pengguna resmi: <https://jellyfin.org/docs/>
- Repositori kode aplikasi hulu: <https://github.com/jellyfin/jellyfin>
- Depot kode aplikasi hulu: <https://github.com/jellyfin/jellyfin>
- Gudang YunoHost: <https://apps.yunohost.org/app/jellyfin>
- Laporkan bug: <https://github.com/YunoHost-Apps/jellyfin_ynh/issues>

View file

@ -19,7 +19,7 @@
Jellyfin enables you to collect, manage, and stream your media. Run the Jellyfin server on your system and gain access to the leading free-software entertainment system, bells and whistles included.
**分发版本:** 10.9.8~ynh1
**分发版本:** 10.9.8~ynh2
**演示:** <https://demo.jellyfin.org/stable/web/index.html>

View file

@ -7,7 +7,7 @@ name = "Jellyfin"
description.en = "Media System that manage and stream your media"
description.fr = "Système multimédia qui gère et diffuse vos médias"
version = "10.9.8~ynh1"
version = "10.9.8~ynh2"
maintainers = ["tituspijean"]

View file

@ -44,8 +44,8 @@ install_jellyfin_packages() {
ynh_setup_source --dest_dir="$tempdir" --source_id="server_$debian"
# Install the packages
ynh_package_install \
# Install the packages. Allow downgrades because apt decided bullseye > bookworm
ynh_package_install --allow-downgrades \
"$tempdir/jellyfin-web.deb" \
"$tempdir/jellyfin-server.deb"
@ -54,8 +54,8 @@ install_jellyfin_packages() {
ynh_package_remove "jellyfin-ffmpeg5"
fi
# Install the packages
ynh_package_install \
# Install the packages. Allow downgrades because apt decided bullseye > bookworm
ynh_package_install --allow-downgrades \
"${tempdir}/jellyfin-ffmpeg6.deb"
# The doc says it should be called only once,