Skip to content
Radical edited this page Nov 19, 2023 · 2 revisions

Application Id

This is the application id used for displaying content, changing this will allow you to change the "Jellyfin" title in discord. You can make a new app here https://discord.com/developers/applications

Default

"application_id": "1053747938519679018"

Buttons

This is for customizing buttons on discord, by default it shows dynamic buttons.

You can have 1 dynamic button and 1 custom button by keeping one of the buttons with name/url as dynamic, you can also make it only display 1 button by completely omitting the other one, and if you make an empty array it will display no buttons.

Example

"buttons": [
    {
        "name": "YouTube Channel",
        "url": "https://youtube.com/channelhere",
    },
    {
        "name": "dynamic",
        "url": "dynamic",
    }
]

Default

"buttons": [
    {
        "name": "dynamic",
        "url": "dynamic",
    },
    {
        "name": "dynamic",
        "url": "dynamic",
    }
]
Clone this wiki locally