IMDB-ratings as default in Metadata nfo-file. #6384

Closed
opened 2026-02-19 23:04:01 -05:00 by deekerman · 0 comments
Owner

Originally created by @Paelsmoessan on GitHub (Feb 24, 2022).

@bakerboy448, I know this issue is now closed but it would be awesome if there was a checkbox in the metadata section to select IMDB-ratings as default. This way Kodi will present them in the skin without hassle.

<rating name="imdb" max="10" default="true">

  <ratings>
    <rating name="themoviedb" max="10">
      <value>5.8</value>
      <votes>2279</votes>
    </rating>
    <rating name="imdb" max="10" default="true">
      <value>5.7</value>
      <votes>53097</votes>
    </rating>
  </ratings>

Originally posted by @Paelsmoessan in https://github.com/Radarr/Radarr/issues/2115#issuecomment-1036138551

AB#2658

Originally created by @Paelsmoessan on GitHub (Feb 24, 2022). @bakerboy448, I know this issue is now closed but it would be awesome if there was a checkbox in the metadata section to select IMDB-ratings as default. This way Kodi will present them in the skin without hassle. `<rating name="imdb" max="10" default="true">` ``` <ratings> <rating name="themoviedb" max="10"> <value>5.8</value> <votes>2279</votes> </rating> <rating name="imdb" max="10" default="true"> <value>5.7</value> <votes>53097</votes> </rating> </ratings> ``` _Originally posted by @Paelsmoessan in https://github.com/Radarr/Radarr/issues/2115#issuecomment-1036138551_ [AB#2658](https://dev.azure.com/Servarr/7ab38f4e-5a57-4d70-84f4-94dd9bc5d6df/_workitems/edit/2658)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Radarr#6384
No description provided.