2023-12-02, 06:06 PM
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.
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.
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.