2
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jellyfin_ynh.git synced 2026-02-03 23:11:51 +01:00
Jellyfin package for YunoHost
Find a file
Thomas 6634aebcb9
Testing - Upgrade to 10.11.6
* upgrade to 10.11.0

* Auto-update READMEs

* fix tests

* Add pre_upgrade message for 10.11.0~ynh1

* this was a stupid mistake x_x

* upgrade to 10.11.1

* Auto-update READMEs

* Upgrade to 10.11.2

* Upgrade to 10.11.2

* Auto-update READMEs

* fix tests

* this was a stupid mistake x_x

* Add pre_upgrade message for 10.11.0~ynh1

* Try to sleep before upgrade tests to ensure database migrations ran fine

* ldap plugin has been updated to support Jellyfin 10.11.2

* upgrade, restore: Prevent deb package to start the service, with systemctl mask

* Upgrade to 10.11.3

* Auto-update READMEs

* upgrade to 10.11.4

* Auto-update READMEs

* Upgrade to 10.11.5

* Auto-update READMEs

* create userdatas table before the migration

* add sqlite deps for upgrade script to work

* fix syntax

* checks to see if the table has been created

* oops wrong db file 🙈

* change db to library.db which is the culprit

* disable mask for debug purpose

* Upgrade to 10.11.6

* Auto-update READMEs

* Update manifest.toml

---------

Co-authored-by: yunohost-bot <yunohost@yunohost.org>
Co-authored-by: Félix Piédallu <felix@piedallu.me>
Co-authored-by: eric_G <46165813+ericgaspar@users.noreply.github.com>
2026-01-29 17:59:10 +01:00
.github Use example_ynh's GitHub templates 2021-09-14 22:41:45 +02:00
conf Actually fix ffmpeg dependency breaking installs, add websockets (#203) 2025-10-05 19:34:13 +02:00
doc Testing - Upgrade to 10.11.6 2026-01-29 17:59:10 +01:00
scripts Testing - Upgrade to 10.11.6 2026-01-29 17:59:10 +01:00
.gitignore Helpers 2.1 and auto discovery (#193) 2025-05-09 14:57:29 +02:00
LICENSE Initial commit 2019-03-25 11:24:25 +01:00
manifest.toml Testing - Upgrade to 10.11.6 2026-01-29 17:59:10 +01:00
README.md Testing - Upgrade to 10.11.6 2026-01-29 17:59:10 +01:00
tests.toml Testing - Upgrade to 10.11.6 2026-01-29 17:59:10 +01:00

Logo of Jellyfin Jellyfin, packaged for YunoHost

Media System that manage and stream your media

🌐 Official app website App Demo Version: 10.11.6~ynh1

Screenshots

Screenshot of Jellyfin Screenshot of Jellyfin

📦 Developer info

Automatic tests level

🛠️ Upstream Jellyfin repository: https://github.com/jellyfin/jellyfin

Pull request are welcome and should target the testing branch.

The testing branch can be tested using:

# fresh install:
sudo yunohost app install https://github.com/YunoHost-Apps/jellyfin_ynh/tree/testing

# upgrade an existing install:
sudo yunohost app upgrade jellyfin -u https://github.com/YunoHost-Apps/jellyfin_ynh/tree/testing

📚 App packaging documentation

Please see https://doc.yunohost.org/packaging_apps for more information.