Radiicall / jellyfin-rpc

Displays the content you're currently watching on Discord!
GNU General Public License v3.0
214 stars 13 forks source link

Add Movie Display Options #125

Closed Radiicall closed 1 month ago

Radiicall commented 1 month ago

Lets you customize how movies are displayed, exactly like how music is!

config example

{
  "jellyfin": {
    "movies": {
      "display": [
        "year",
        "critic-score",
        "community-score",
        "genres"
      ],
      "separator": "|"
    },
    ...
  }
  ...
}
Radiicall commented 1 month ago

fixes #120

Radiicall commented 1 month ago

image Oops forgot to add the image example of the config, here it is!