Jellyfin Forum
Custom Menu Links - 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: Custom Menu Links (/t-custom-menu-links)



Custom Menu Links - genimac - 2023-12-02

Hello,

I just migrated from Plex to Jellyfin. I want to add a custom link to my page as listed on customizations.

Customizations

Custom Menu Links

Jellyfin 10.8 adds the ability to specify custom links to be inserted in the navigation menu via the config.json file. Links are configured with a name, url, and optional icon property. The icon is specified using the name of an icon from the Material Design Icons used in Jellyfin Web. By default, the "link" icon will be used.
Code:
"menuLinks": [
    {
        "name": "Custom Link",
        "url": "https://jellyfin.org"
    },
    {
        "name": "Custom Link w. Custom Icon",
        "icon": "attach_money",
        "url": "https://demo.jellyfin.org/stable"
    }
]

I tried that using my url, but I can't see any added menu link. Is the documentation wrong?
My system is:
version 10.8.13
debian bookworm latest
x64

Is there "any" way to do that? a change in the CSS?

Kind regards.


RE: Custom Menu Links - Sihsson - 2024-02-12

Hey !

Were you able to solve the issue ? I have tried following the doc for Docker.

I remapped the web-config.json file and emptied by browser cache but nothing seems to work.

Setup:
- Jellyfin Docker 10.8.13
- UnRaid OS

Any help is appreciated.
Thanks !
-Sihsson


RE: Custom Menu Links - genimac - 2024-02-25

(2024-02-12, 06:22 PM)Sihsson Wrote: Hey !

Were you able to solve the issue ? I have tried following the doc for Docker.

I remapped the web-config.json file and emptied by browser cache but nothing seems to work.

Setup:
- Jellyfin Docker 10.8.13
- UnRaid OS

Any help is appreciated.
Thanks !
-Sihsson

Yes, I have the links added. Used https://github.com/BobHasNoSoul/jellyfin-mods as reference.