Skip to content

v1.2.0 | Movie Display Options

Choose a tag to compare

@justradical justradical released this 21 Jul 00:15
· 164 commits to main since this release

What's Changed

This release adds movie display options, this lets you change how movies are displayed, exactly like music!

Config example

{
  "jellyfin": {
    "movies": {
      "display": [
        "year",
        "critic-score",
        "community-score",
        "genres"
      ],
      "separator": "-"
    },
    ...
  }
  ...
}

Image example

example image showing new display mode: 2023 - 🍅32 - ⭐7.6 - Horror, Mystery

Full Changelog: 1.1.0...1.2.0