---
title: isRatingComputed
framework: ituneslibrary
role: symbol
role_heading: Instance Property
path: ituneslibrary/itlibalbum/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.

## Declaration

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

## Discussion

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.

## See Also

### Getting Album Info

- [trackCount](ituneslibrary/itlibalbum/trackcount.md)
- [title](ituneslibrary/itlibalbum/title.md)
- [sortTitle](ituneslibrary/itlibalbum/sorttitle.md)
- [rating](ituneslibrary/itlibalbum/rating.md)
- [isGapless](ituneslibrary/itlibalbum/isgapless.md)
- [discNumber](ituneslibrary/itlibalbum/discnumber.md)
- [discCount](ituneslibrary/itlibalbum/disccount.md)
- [isCompilation](ituneslibrary/itlibalbum/iscompilation.md)
- [albumArtist](ituneslibrary/itlibalbum/albumartist.md)
- [sortAlbumArtist](ituneslibrary/itlibalbum/sortalbumartist.md)
- [persistentID](ituneslibrary/itlibalbum/persistentid.md)
