dkanada / jellyfin-plugin-intros

Intros Plugin for Jellyfin
GNU General Public License v3.0
180 stars 38 forks source link

latest version not available in dashboard #57

Open deanaba opened 1 year ago

deanaba commented 1 year ago

I am running Jellyfin 10.7.7 via docker on a Synology NAS. It seems that release 1.3.2 is not available in the Jellyfin Plugin catalog. Only 1.3.1 can be installed. I deleted and re-added the plugin as well as the repository (https://raw.githubusercontent.com/dkanada/jellyfin-plugin-intros/master/manifest.json), but cannot update to the latest version. The repository DOES indicate that 1.3.2 should be available, but the dropdown only has 1.3.1 available to install. It might be that I need to update Jellyfin.

Clicking the repository in the dashboard yields...

[ { "guid": "9482dc3b-48aa-4d3b-8224-9128d1e8e0cd", "name": "Intros", "overview": "Display flashy intros before movies and other videos", "description": "Select a flashy video from prerolls.video to run before any video content.", "owner": "dkanada", "category": "Other", "versions": [ { "version": "1.3.1.0", "changelog": "- update build process and migrate to github for hosting", "targetAbi": "10.6.0.0", "sourceUrl": "https://github.com/dkanada/jellyfin-plugin-intros/releases/download/v1.3.1/jellyfin-plugin-intros-v1.3.1.zip", "checksum": "689cf1b5a9f8adb1a31750da16623996", "timestamp": "2021-06-02T00:00:00Z" }, { "version": "1.3.2.0", "changelog": "- fix issue with local trailers and update dependencies", "targetAbi": "10.8.0.0", "sourceUrl": "https://github.com/dkanada/jellyfin-plugin-intros/releases/download/v1.3.2/jellyfin-plugin-intros-v1.3.2.zip", "checksum": "14c876026bd71c2b8d11196fab0df527", "timestamp": "2022-09-14T00:00:00Z" } ] } ]

anthonylavado commented 1 year ago

Yes, you need to update Jellyfin.

The relevant part is the "targetAbi" field, which says what major (or sometimes even minor) version the plugin is built for.