• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting SOLVED: Plugin catalog does not update with new repository

     
    • 0 Vote(s) - 0 Average

    SOLVED: Plugin catalog does not update with new repository

    I added a new repository (Intro-Skipper) but it does not appear on my catalog.
    Cara Anguejo
    Offline

    Junior Member

    Posts: 2
    Threads: 1
    Joined: 2024 Sep
    Reputation: 0
    #1
    2024-09-06, 03:32 PM
    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...ifest.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-p...geversions) 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.


    Attached Files Thumbnail(s)
               
    Go to solution
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-09-06, 04:05 PM (This post was last modified: 2024-09-06, 04:06 PM by TheDreadPirate. Edited 2 times in total.)
    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",
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    1
    Cara Anguejo
    Offline

    Junior Member

    Posts: 2
    Threads: 1
    Joined: 2024 Sep
    Reputation: 0
    #3
    2024-09-06, 04:35 PM (This post was last modified: 2024-09-09, 11:51 AM by Cara Anguejo. Edited 1 time in total.)
    (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!
    Jaasonn
    Offline

    Junior Member

    Posts: 7
    Threads: 1
    Joined: 2024 Sep
    Reputation: 0
    Country:United States
    #4
    2024-09-30, 03:30 AM
    Hi, was yoy using flatpak?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #5
    2024-09-30, 01:40 PM
    They're on Windows, so no.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    Jaasonn
    Offline

    Junior Member

    Posts: 7
    Threads: 1
    Joined: 2024 Sep
    Reputation: 0
    Country:United States
    #6
    2024-09-30, 06:22 PM
    Crap. I should have noticed that. Gracias, my amigo!
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode