• 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 General Questions Customizing Menu Links on Windows Server

     
    • 0 Vote(s) - 0 Average

    Customizing Menu Links on Windows Server

    SethBacon
    Offline

    Member

    Posts: 66
    Threads: 7
    Joined: 2023 Nov
    Reputation: 8
    Country:Canada
    #2
    2024-09-17, 11:15 PM
    Those menu links if added will appear under the hamburger menu. The config lives in \Server\Jellyfin Web\config.json. Ive posted mine below, you could copy save. It sounds though, like you're trying to put content on the homepage. Thats trickier, but I could walk you through it if you could be more explicit about what you want there, maybe a mockup.

    {
      "includeCorsCredentials": false,
      "multiserver": false,
      "themes": [
        {
          "name": "Apple TV",
          "id": "appletv",
          "color": "#bcbcbc"
        }, {
          "name": "Blue Radiance",
          "id": "blueradiance",
          "color": "#011432"
        }, {
          "name": "Dark",
          "id": "dark",
          "color": "#202020",
          "default": true
        }, {
          "name": "Light",
          "id": "light",
          "color": "#303030"
        }, {
          "name": "Purple Haze",
          "id": "purplehaze",
          "color": "#000420"
        }, {
          "name": "WMC",
          "id": "wmc",
          "color": "#0c2450"
        }
      ],
      "menuLinks": [
        {
            "name": "Custom Link",
            "url": "https://jellyfin.org"
        },
        {
            "name": "Custom Link w. Custom Icon",
            "icon": "attach_money",
            "url": "https://demo.jellyfin.org/stable"
        }],
      "servers": [],
       
      "plugins": [
        "playAccessValidation/plugin",
        "experimentalWarnings/plugin",
        "htmlAudioPlayer/plugin",
        "htmlVideoPlayer/plugin",
        "photoPlayer/plugin",
        "comicsPlayer/plugin",
        "bookPlayer/plugin",
        "youtubePlayer/plugin",
        "backdropScreensaver/plugin",
        "pdfPlayer/plugin",
        "logoScreensaver/plugin",
        "sessionPlayer/plugin",
        "chromecastPlayer/plugin",
        "syncPlay/plugin"
      ]
    }


    Attached Files Thumbnail(s)
       
    « Next Oldest | Next Newest »

    Users browsing this thread:


    Messages In This Thread
    Customizing Menu Links on Windows Server - by Ryan W. West - 2024-09-17, 08:24 PM
    RE: Customizing Menu Links on Windows Server - by SethBacon - 2024-09-17, 11:15 PM
    RE: Customizing Menu Links on Windows Server - by Ryan W. West - 2024-09-18, 02:53 AM
    RE: Customizing Menu Links on Windows Server - by SethBacon - 2024-09-19, 05:58 AM
    RE: Customizing Menu Links on Windows Server - by Ryan W. West - 2024-09-25, 07:27 PM

    • 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