-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Issue]: newer Abi shows/installs older targetAbi even if it is not compatible #11331
Comments
Hi, it seems like your issue report has the following item(s) that need to be addressed:
This is an automated message, currently under testing. Please file an issue here if you encounter any problems. |
The targetAbi property is only used to specify a minimum version, not a maximum. So a plugin for 10.8.z is allowed to be installed with 10.9. This is intentional behavior so not a bug. |
Working as intended. |
Reopening as this is a valid issue |
I should be able to prevent people from downloading incompatible versions. Especially if there is a major version change, the old version will probably not work anymore due to breaking Abi changes. |
This issue has gone 120 days without an update and will be closed within 21 days if there is no new activity. To prevent this issue from being closed, please confirm the issue has not already been fixed by providing updated examples or logs. If you have any questions you can use one of several ways to contact us. |
is still an issue. I can take a look and do a PR. |
Please describe your bug
I have my plugin for several Abi versions. So people don't have to change their url and there is only one url. In
10.9
the10.8.4
versions are offered to me and also automatically updated when there is a new10.8.4
version.Jellyfin should only allow minor releases. For example,
10.8.13
allows"targetAbi": "10.8.4.0"
. 10.9.x should ignore all10.8.x
versions.Reproduction Steps
https://raw.githubusercontent.com/jumoog/jellyfin-plugin-repo/main/manifest.json
as Plugin source.Status NotSupported
Jellyfin Version
Unstable (master branch)
if other:
jellyfin/jellyfin:2024040805-amd64
Environment
- Virtualization: Docker
Jellyfin logs
FFmpeg logs
No response
Please attach any browser or client logs here
No response
Please attach any screenshots here
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: