Could I get the option to choose the version of jellyfin? #2077

Closed
opened 2026-02-05 03:40:00 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @bang7851 on GitHub (Nov 26, 2025).

🌟 Briefly describe the feature

choose option of jellyfin version

📝 Detailed description

I want to use the oldstable version of jellyfin, but I cannot successfully install it.
So I want to choose the version of jellyfin in script.

💡 Why is this useful?

Sometimes, packages with new updates are broken and people want to stay oldstable versions of packages.
but this community script seems to always install the newest packages.
It would be handy to choose the versions of packages in script.

Originally created by @bang7851 on GitHub (Nov 26, 2025). ### 🌟 Briefly describe the feature choose option of jellyfin version ### 📝 Detailed description I want to use the oldstable version of jellyfin, but I cannot successfully install it. So I want to choose the version of jellyfin in script. ### 💡 Why is this useful? Sometimes, packages with new updates are broken and people want to stay oldstable versions of packages. but this community script seems to always install the newest packages. It would be handy to choose the versions of packages in script.
OVERLORD added the enhancement label 2026-02-05 03:40:00 +03:00
Author
Owner

@MickLesk commented on GitHub (Nov 26, 2025):

Its crawled directly from there repo source. We dont held packages. So no, its Not easy possible

cat <<EOF >/etc/apt/sources.list.d/jellyfin.sources
Types: deb
URIs: https://repo.jellyfin.org/${PCT_OSTYPE}
Suites: ${VERSION}
Components: main
Architectures: amd64
Signed-By: /etc/apt/keyrings/jellyfin.gpg
EOF
@MickLesk commented on GitHub (Nov 26, 2025): Its crawled directly from there repo source. We dont held packages. So no, its Not easy possible ```bash cat <<EOF >/etc/apt/sources.list.d/jellyfin.sources Types: deb URIs: https://repo.jellyfin.org/${PCT_OSTYPE} Suites: ${VERSION} Components: main Architectures: amd64 Signed-By: /etc/apt/keyrings/jellyfin.gpg EOF
Author
Owner

@bang7851 commented on GitHub (Nov 29, 2025):

oh, sorry.....

@bang7851 commented on GitHub (Nov 29, 2025): oh, sorry.....
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#2077