Ranking Settings

Configure ranking settings for Riven

Ranking is currently only available through settings.json file

It looks like this:

{
  "ranking": {
    "profile": "default",
    "require": [],
    "exclude": [],
    "preferred": [],
    "resolutions": {
      "2160p": false,
      "1080p": true,
      "720p": true,
      "480p": false,
      "360p": false,
      "unknown": true
    },
    "options": {
      "title_similarity": 0.85,
      "remove_all_trash": true,
      "remove_ranks_under": -10000,
      "remove_unknown_languages": false,
      "allow_english_in_languages": false
    },
    "languages": {
      "required": [],
      "exclude": [
        "common"
      ],
      "preferred": []
    },
    "custom_ranks": {
      "...": "..."
    }
  }
}
        

There are 3 profile in ranking:

  • default - Optimized for streaming without transcoding
  • best - Aimed at obtaining the highest quality content available
  • custom - This is a custom profile that you can create yourself

You can read more in detail about all the settings on rankings wiki here