Jellyfin Forum
Question about targetAbi - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: General Questions (https://forum.jellyfin.org/f-general-questions)
+--- Thread: Question about targetAbi (/t-question-about-targetabi)



Question about targetAbi - Thovi98 - 2025-05-08

Hello!

I’m working at the upgrade of Jellyfin to 10.10.7 for YunHost (https://github.com/YunoHost-Apps/jellyfin_ynh/pull/194).

At upgrade, we automatically move the plugins to /var/lib/jellyfin/plugins-backup when they do not follow a certain targetAbi.

So here is my question: what would you recommend to set as minimal targetAbi for each Jellyfin upgrade?
https://github.com/jellyfin/jellyfin-plugin-ldapauth/blob/master/build.yaml for example, works great on 10.10.7 but has a targetAbi for 10.10.6

Same for https://github.com/jellyfin/jellyfin-plugin-lrclib/blob/master/build.yaml, but with a targetAbi of 10.10.0.0

Should I just set a tagetAbi of the major version of Jellyfin (now 10.10 because of Jellyfin being at 10.10.x)?

Thanks for your feedback Grinning-face


RE: Question about targetAbi - niels - 2025-05-08

We avoid ABI changes in patch releases as much as possible, so any plugin with targetAbi of 10.10.0 or higher should work with all 10.10.z releases.


RE: Question about targetAbi - Thovi98 - 2025-05-08

Thank you for your fast reply!
Understood, I’ll adapt accordingly.