Jellyfin Forum
SOLVED: Plugin catalog does not update with new repository - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+--- Thread: SOLVED: Plugin catalog does not update with new repository (/t-solved-plugin-catalog-does-not-update-with-new-repository)



Plugin catalog does not update with new repository - Cara Anguejo - 2024-09-06

Jellyfin version: "10.9.8"
Operating system: "Microsoft Windows 10.0.19045"
No error messages on log, yet i reference it: https://pastebin.com/deLUgbP9

I have tried to follow the installing instructions for this plugin Intro-Skipper (https://github.com/jumoog/intro-skipper) with no success. I added the repo link to my Jellyfin Repositories, checking that the JSON url is accessible (https://raw.githubusercontent.com/jumoog/intro-skipper/master/manifest.json) yet it does not show a new available plugin on Plugins / Catalogue after restarting the Jellyfin Server (I also tried restarting the PC).

I have tested adding another repository AutoMerge (https://github.com/danieladov/jellyfin-plugin-mergeversions) and it worked flawlessly, didn't even neet do restart Jellyfin for it to be available to install on Catalogue.

I'm unsure if there might be a specific problem or incompatibility with this Intro-Skipper or am I missing something.


RE: Plugin catalog does not update with new repository - TheDreadPirate - 2024-09-06

You need to upgrade. The JSON for that repo only has listings for 10.9.9 and 10.9.10.

Code:
[
    {
        "guid": "c83d86bb-a1e0-4c35-a113-e2101cf4ee6b",
        "name": "Intro Skipper",
        "overview": "Automatically detect and skip intros in television episodes",
        "description": "Analyzes the audio of television episodes and detects introduction sequences.",
        "owner": "AbandonedCart, rlauuzo, jumoog (forked from ConfusedPolarBear)",
        "category": "General",
        "imageUrl": "https://raw.githubusercontent.com/jumoog/intro-skipper/master/images/logo.png",
        "versions": [
            {
                "version": "0.2.0.20",
                "changelog": "- See the full changelog at [GitHub](https://github.com/jumoog/intro-skipper/releases/tag/10.9/v0.2.0.20)\n",
                "targetAbi": "10.9.10.0",
                "sourceUrl": "https://github.com/jumoog/intro-skipper/releases/download/10.9/v0.2.0.20/intro-skipper-v0.2.0.20.zip",
                "checksum": "18a57997aaab4396676b1dfc170c5eca",
                "timestamp": "2024-09-05T18:11:29Z"
            },
            {
                "version": "0.2.0.19",
                "changelog": "- See the full changelog at [GitHub](https://github.com/jumoog/intro-skipper/releases/tag/10.9/v0.2.0.19)\n",
                "targetAbi": "10.9.10.0",
                "sourceUrl": "https://github.com/jumoog/intro-skipper/releases/download/10.9/v0.2.0.19/intro-skipper-v0.2.0.19.zip",
                "checksum": "68e7203a5199133af46855cc91987ad8",
                "timestamp": "2024-09-02T14:07:30Z"
            },
            {
                "version": "0.2.0.18",
                "changelog": "- See the full changelog at [GitHub](https://github.com/jumoog/intro-skipper/releases/tag/10.9/v0.2.0.18)\n",
                "targetAbi": "10.9.10.0",
                "sourceUrl": "https://github.com/jumoog/intro-skipper/releases/download/10.9/v0.2.0.18/intro-skipper-v0.2.0.18.zip",
                "checksum": "08ab1f3adebec4fea3779ac33282afe2",
                "timestamp": "2024-09-01T16:39:14Z"
            },
            {
                "version": "0.2.0.16",
                "changelog": "- See the full changelog at [GitHub](https://github.com/jumoog/intro-skipper/releases/tag/10.9/v0.2.0.16)\n",
                "targetAbi": "10.9.9.0",
                "sourceUrl": "https://github.com/jumoog/intro-skipper/releases/download/10.9/v0.2.0.16/intro-skipper-v0.2.0.16.zip",
                "checksum": "b320786a5ecab8c7a05f044e1a67d7ae",
                "timestamp": "2024-08-19T19:41:55Z"
            },
            {
                "version": "0.2.0.15",
                "changelog": "- See the full changelog at [GitHub](https://github.com/jumoog/intro-skipper/releases/tag/10.9/v0.2.0.15)\n",
                "targetAbi": "10.9.9.0",
                "sourceUrl": "https://github.com/jumoog/intro-skipper/releases/download/10.9/v0.2.0.15/intro-skipper-v0.2.0.15.zip",
                "checksum": "612e448a22d727f57e22406eab772863",
                "timestamp": "2024-08-10T11:53:55Z"
            }
        ]
    }
]

Code:
"targetAbi": "10.9.10.0",
...
"targetAbi": "10.9.9.0",



RE: Plugin catalog does not update with new repository - Cara Anguejo - 2024-09-06

(2024-09-06, 04:05 PM)TheDreadPirate Wrote: You need to upgrade.  The JSON for that repo only has listings for 10.9.9 and 10.9.10.

You are right! What an oversight!

I just updated and now it appears correctly. Thanks for your attention!


RE: Plugin catalog does not update with new repository - Jaasonn - 2024-09-30

Hi, was yoy using flatpak?


RE: Plugin catalog does not update with new repository - TheDreadPirate - 2024-09-30

They're on Windows, so no.


RE: Plugin catalog does not update with new repository - Jaasonn - 2024-09-30

Crap. I should have noticed that. Gracias, my amigo!