<!--
{
  "availability" : [
    "macCatalyst: 14.0.0 -",
    "macOS: 10.13.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "iTunesLibrary",
  "identifier" : "/documentation/iTunesLibrary/ITLibAlbum/isRatingComputed",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "iTunes Library"
    ],
    "preciseIdentifier" : "c:objc(cs)ITLibAlbum(py)ratingComputed"
  },
  "title" : "isRatingComputed"
}
-->

# isRatingComputed

A Boolean value that indicates whether the system computes the rating of the album using the ratings of individual tracks in the album.

```
var isRatingComputed: Bool { get }
```

## Discussion

If the user rates tracks within the album individually, but hasn’t assigned a specific rating for the album, the album rating computes as the average of the rating of all tracks within the album (tracks with no rating don’t affect this average), and this property is `true`.

If the user has rated the album, this property is `false`.

If the user hasn’t rated the album and hasn’t rated any tracks on this album, the property is `false`.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)