• 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 add a button on jellyfin headband

    Pages (2): 1 2 Next »

     
    • 0 Vote(s) - 0 Average

    add a button on jellyfin headband

    add a button on jellyfin headband
    Anatole
    Offline

    Junior Member

    Posts: 22
    Threads: 6
    Joined: 2024 May
    Reputation: 0
    Country:France
    #1
    2024-06-29, 12:35 PM (This post was last modified: 2024-06-29, 12:35 PM by Anatole. Edited 1 time in total.)
    Hello,
    I would like to add a button to send to another site on my jellyfin banner.
    Is it possible ?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-06-29, 03:20 PM
    Send what to another site? Just to have a link to another site? You'd need to modify jellyfin-web's files. I don't think CSS can insert links.
    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]
    Anatole
    Offline

    Junior Member

    Posts: 22
    Threads: 6
    Joined: 2024 May
    Reputation: 0
    Country:France
    #3
    2024-06-29, 08:35 PM
    I would like that when we press the button it would redirect to a website that belongs to me.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2024-06-30, 02:34 AM
    I think that config.json within Jellyfin-web's directory has a section where you can add links. Though I'm not sure they would get put where you are asking.

    In a bare metal Linux install config.json is located at /usr/share/jellyfin/web/config.json.
    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]
    Anatole
    Offline

    Junior Member

    Posts: 22
    Threads: 6
    Joined: 2024 May
    Reputation: 0
    Country:France
    #5
    2024-06-30, 07:30 PM
    ok thank you very much, I will try. I will come back to you to let you know if it works.
    Anatole
    Offline

    Junior Member

    Posts: 22
    Threads: 6
    Joined: 2024 May
    Reputation: 0
    Country:France
    #6
    2024-06-30, 07:36 PM
    in my json file I have this, how do I add a button?


    {
    "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": [],
    "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"
    ]
    }
    M0RPH3US
    Offline

    Member

    Posts: 89
    Threads: 5
    Joined: 2023 Jun
    Reputation: 6
    #7
    2024-06-30, 08:53 PM
    (2024-06-30, 07:36 PM)Anatole Wrote: in my json file I have this, how do I add a button?


    {
      "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": [],
      "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"
      ]
    }

    You can try this. 

    Code:
    "menuLinks": [
    {
        "name": "Custom Link",
        "url": "https://jellyfin.org"
    },
    {
        "name": "Custom Link w. Custom Icon",
        "icon": "attach_money",
        "url": "https://demo.jellyfin.org/stable"
    }
    ],
    Anatole
    Offline

    Junior Member

    Posts: 22
    Threads: 6
    Joined: 2024 May
    Reputation: 0
    Country:France
    #8
    2024-07-01, 06:57 AM
    Hello thank you. but I did it, I looked for the button I couldn't find it on the interface.
    Anatole
    Offline

    Junior Member

    Posts: 22
    Threads: 6
    Joined: 2024 May
    Reputation: 0
    Country:France
    #9
    2024-07-03, 11:19 AM
    hello, finally I found the button it's in the left banner. However I would like to put an image for the logo so I did
    "icon": "with the link of my image"
    but nothing appears.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #10
    2024-07-03, 03:08 PM
    If you made a change to one of the jellyfin-web files, you may need to ctrl+f5 or clear your browser cache before your browser will show the updated version.
    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]
    Pages (2): 1 2 Next »

    « 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