Rule Glossary
This glossary describes the available rules that can be used in maintainerr. Each rule contains the media type it applies to, the key and the data type of the returned value.
The key is used for identification in Yaml rule files.
Plex¶
Date added¶
The date when the Plex item was added to the server.
- Key: Plex.addDate
- Availability: movies, shows, seasons, episodes
- Type: date
Viewed by (username)¶
List of Plex usernames who have viewed the Plex item.
- Key: Plex.seenBy
- Availability: movies
- Type: text[]
Release date¶
The release date of the Plex item.
- Key: Plex.releaseDate
- Availability: movies, shows, seasons, episodes
- Type: date
User rating (scale 1-10)¶
The user rating of the Plex item on a scale of 1 to 10.
Currently, only checks for the server owner's ratings.
- Key: Plex.rating_user
- Availability: movies, shows, seasons, episodes
- Type: number
People involved¶
List of people involved in the Plex item. This includes actors, directors,..
- Key: Plex.people
- Availability: movies, shows, seasons, episodes
- Type: text[]
Times viewed¶
The total number of completed viewing sessions across all Plex users. If the same user has watched the item multiple times, each session counts separately.
- Key: Plex.viewCount
- Availability: movies
- Type: number
Present in amount of other collections¶
The number of collections the Plex item is present in. For seasons and episodes, this will not include the collections of the parent season and show.
- Key: Plex.collections
- Availability: movies, shows, seasons, episodes
- Type: number
Last view date¶
The date when the Plex item was last viewed.
- Key: Plex.lastViewedAt
- Availability: movies, shows, seasons, episodes
- Type: date
Media file resolution (4k, 1080,..)¶
The resolution of the media file associated with the Plex item. Possibilities include 4k, 1080, 720, 480, 360, 240.
- Key: Plex.fileVideoResolution
- Availability: movies
- Type: text
Media file bitrate¶
The bitrate of the media file associated with the Plex item.
- Key: Plex.fileBitrate
- Availability: movies
- Type: number
Media file codec¶
The codec of the media file associated with the Plex item.
- Key: Plex.fileVideoCodec
- Availability: movies
- Type: text
List of genres (Action, Adventure,..)¶
List of genres associated with the Plex item.
- Key: Plex.genre
- Availability: movies, shows, seasons, episodes
- Type: text[]
Users that saw all available episodes¶
List of users who have seen all available episodes of the Plex item. This rule is only available for shows.
- Key: Plex.sw_allEpisodesSeenBy
- Availability: shows, seasons
- Type: text[]
Newest episode view date¶
The date when the newest episode of the Plex item was viewed. This rule is only available for shows.
- Key: Plex.sw_lastWatched
- Availability: shows, seasons
- Type: date
Amount of available episodes¶
The total number of episodes available for the Plex item. This rule is only available for shows.
- Key: Plex.sw_episodes
- Availability: shows, seasons
- Type: number
Amount of watched episodes¶
The number of episodes that have been watched for the Plex item. This rule is only available for shows.
- Key: Plex.sw_viewedEpisodes
- Availability: shows, seasons
- Type: number
Last episode added at¶
The date when the last episode was added to the Plex item. This is not for the most recently aired episode of the show. Just the last episode that was added to Plex. This rule is only available for shows.
- Key: Plex.sw_lastEpisodeAddedAt
- Availability: shows, seasons
- Type: date
Last episode aired at¶
The date when the newest episode added to Plex was originally aired. This is not for the most recently aired episode of the show. Just the last episode that was added to Plex. This rule is only available for shows.
- Key: Plex.sw_lastEpisodeAiredAt
- Availability: shows, seasons
- Type: date
Last episode aired at (season)¶
The air date of the last episode in the season. Only available at the episode level.
- Key: Plex.sw_seasonLastEpisodeAiredAt
- Availability: episodes
- Type: date
Total views¶
The total number of views for the Plex item. This rule is only available for shows.
- Key: Plex.sw_amountOfViews
- Availability: shows, seasons, episodes
- Type: number
Users that watch the show/season/episode¶
List of users who watch the Plex item. This rule is only available for shows.
- Key: Plex.sw_watchers
- Availability: shows, seasons, episodes
- Type: text[]
Collections media is present in (titles)¶
List of collections that the Plex item is present in. For seasons and episodes, this will not include the collections of the parent season and show.
- Key: Plex.collection_names
- Availability: movies, shows, seasons, episodes
- Type: text[]
Present in amount of playlists¶
The number of playlists the Plex item is present in.
- Key: Plex.playlists
- Availability: movies, shows, seasons, episodes
- Type: number
Playlists media is present in (titles)¶
List of playlists that the Plex item is present in.
- Key: Plex.playlist_names
- Availability: movies, shows, seasons, episodes
- Type: text[]
Critics rating (scale 1-10)¶
The critics rating of the Plex item on a scale of 1 to 10. This will mostly include the rotten tomatoes critics rating.
- Key: Plex.rating_critics
- Availability: movies, shows, seasons, episodes
- Type: number
Audience rating (scale 1-10)¶
The audience rating of the Plex item on a scale of 1 to 10. This will include the rotten tomatoes audience rating, or the imdb, tvdb, tmdb,.. rating. Depends on your server configuration.
- Key: Plex.rating_audience
- Availability: movies, shows, seasons, episodes
- Type: number
Labels¶
List of labels associated with the Plex item.
- Key: Plex.labels
- Availability: movies, shows, seasons, episodes
- Type: text[]
Watchlisted by (username)¶
List of users that have the Plex item in their watchlist. This does not work with private watchlists. This rule is experimental and might not work for all use cases. Plex only.
- Key: Plex.watchlist_isListedByUsers
- Availability: movies, shows, seasons, episodes
- Type: text[]
Is Watchlisted¶
Indicates whether the item is on any user's Plex watchlist. Plex only.
- Key: Plex.watchlist_isWatchlisted
- Availability: movies, shows, seasons, episodes
- Type: boolean
Present in amount of other collections (incl. parents)¶
The number of collections the Plex item is present in. This will also include collections the parent season and/or show is present in.
- Key: Plex.sw_collections_including_parent
- Availability: seasons, episodes
- Type: number
Collections media is present in (titles) (incl. parents)¶
List of collections that the Plex item is present in. This will also include collections the parent season and/or show is present in.
- Key: Plex.sw_collection_names_including_parent
- Availability: seasons, episodes
- Type: text[]
IMDb rating (scale 1-10)¶
The IMDb rating of the Plex item on a scale of 1 to 10. You can override this with a rating from a different source by using Kometa. Plex only.
- Key: Plex.rating_imdb
- Availability: movies, shows, episodes
- Type: number
IMDb rating (show) (scale 1-10)¶
The IMDb rating of the parent show on a scale of 1 to 10. Useful when evaluating seasons or episodes. Plex only.
- Key: Plex.rating_imdbShow
- Availability: seasons, episodes
- Type: number
RottenTomatoes critic rating (scale 1-10)¶
The Rotten Tomatoes critic rating of the Plex item on a scale of 1 to 10. You can override this with a rating from a different source by using Kometa.
- Key: Plex.rating_rottenTomatoesCritic
- Availability: movies, shows, episodes
- Type: number
RottenTomatoes critic rating (show) (scale 1-10)¶
The Rotten Tomatoes critic rating of the parent show on a scale of 1 to 10. Useful when evaluating seasons or episodes.
- Key: Plex.rating_rottenTomatoesCriticShow
- Availability: seasons, episodes
- Type: number
RottenTomatoes audience rating (scale 1-10)¶
The Rotten Tomatoes audience rating of the Plex item on a scale of 1 to 10. You can override this with a rating from a different source by using Kometa.
- Key: Plex.rating_rottenTomatoesAudience
- Availability: movies, shows, episodes
- Type: number
RottenTomatoes audience rating (show) (scale 1-10)¶
The Rotten Tomatoes audience rating of the parent show on a scale of 1 to 10. Useful when evaluating seasons or episodes.
- Key: Plex.rating_rottenTomatoesAudienceShow
- Availability: seasons, episodes
- Type: number
The Movie Database rating (scale 1-10)¶
The Movie Database rating of the Plex item on a scale of 1 to 10. You can override this with a rating from a different source by using Kometa.
- Key: Plex.rating_tmdb
- Availability: movies, shows, episodes
- Type: number
The Movie Database rating (show) (scale 1-10)¶
The Movie Database rating of the parent show on a scale of 1 to 10. Useful when evaluating seasons or episodes.
- Key: Plex.rating_tmdbShow
- Availability: seasons, episodes
- Type: number
Present in amount of other collections (incl. smart collections)¶
The number of collections the Plex item is present in, including Plex smart collections. Plex only.
- Key: Plex.collectionsIncludingSmart
- Availability: movies, shows, seasons, episodes
- Type: number
Present in amount of other collections (incl. parents and smart collections)¶
The number of collections the Plex item is present in, including parent collections and smart collections. Plex only.
- Key: Plex.sw_collections_including_parent_and_smart
- Availability: seasons, episodes
- Type: number
Collections media is present in (titles) (incl. parents and smart collections)¶
List of collection titles the Plex item is present in, including parent collections and smart collections. Plex only.
- Key: Plex.sw_collection_names_including_parent_and_smart
- Availability: seasons, episodes
- Type: text[]
Collections media is present in (titles) (incl. smart collections)¶
List of collection titles the Plex item is present in, including smart collections. Plex only.
- Key: Plex.collection_names_including_smart
- Availability: movies, shows, seasons, episodes
- Type: text[]
Jellyfin¶
Note
Jellyfin shares many rule properties with Plex. When switching between Plex and Jellyfin, compatible rules are automatically migrated. Jellyfin does not support watchlists, IMDb ratings (use TMDb instead), or smart collections.
Date added¶
The date when the Jellyfin item was added to the server.
- Key: Jellyfin.addDate
- Availability: movies, shows, seasons, episodes
- Type: date
Viewed by (username)¶
List of Jellyfin usernames who have viewed the item.
- Key: Jellyfin.seenBy
- Availability: movies
- Type: text[]
Release date¶
The release date of the Jellyfin item.
- Key: Jellyfin.releaseDate
- Availability: movies, shows, seasons, episodes
- Type: date
User rating (scale 1-10)¶
The user rating of the Jellyfin item on a scale of 1 to 10.
- Key: Jellyfin.rating_user
- Availability: movies, shows, seasons, episodes
- Type: number
People involved¶
List of people involved in the Jellyfin item. This includes actors, directors,..
- Key: Jellyfin.people
- Availability: movies, shows, seasons, episodes
- Type: text[]
Times viewed¶
The number of users who have completed watching the item. In Jellyfin, this corresponds to the number of users who have Played=true for the item.
- Key: Jellyfin.viewCount
- Availability: movies
- Type: number
Total play attempts (including unfinished)¶
The total number of play attempts for the item, including plays that were abandoned before completion. See playCount vs viewCount for details.
- Key: Jellyfin.playCount
- Availability: movies
- Type: number
Total play attempts - shows (including unfinished)¶
The total number of play attempts for the episode, including plays that were abandoned before completion.
- Key: Jellyfin.sw_playCount
- Availability: episodes
- Type: number
Present in amount of other collections¶
The number of collections the Jellyfin item is present in. For seasons and episodes, this will not include the collections of the parent season and show.
- Key: Jellyfin.collections
- Availability: movies, shows, seasons, episodes
- Type: number
Last view date¶
The date when the Jellyfin item was last viewed.
- Key: Jellyfin.lastViewedAt
- Availability: movies, shows, seasons, episodes
- Type: date
Media file resolution (4k, 1080,..)¶
The resolution of the media file associated with the Jellyfin item.
- Key: Jellyfin.fileVideoResolution
- Availability: movies
- Type: text
Media file bitrate¶
The bitrate of the media file associated with the Jellyfin item.
- Key: Jellyfin.fileBitrate
- Availability: movies
- Type: number
Media file codec¶
The codec of the media file associated with the Jellyfin item.
- Key: Jellyfin.fileVideoCodec
- Availability: movies
- Type: text
List of genres (Action, Adventure,..)¶
List of genres associated with the Jellyfin item.
- Key: Jellyfin.genre
- Availability: movies, shows, seasons, episodes
- Type: text[]
Users that saw all available episodes¶
List of users who have seen all available episodes of the Jellyfin item.
- Key: Jellyfin.sw_allEpisodesSeenBy
- Availability: shows, seasons
- Type: text[]
Newest episode view date¶
The date when the newest episode of the Jellyfin item was viewed.
- Key: Jellyfin.sw_lastWatched
- Availability: shows, seasons
- Type: date
Amount of available episodes¶
The total number of episodes available for the Jellyfin item.
- Key: Jellyfin.sw_episodes
- Availability: shows, seasons
- Type: number
Amount of watched episodes¶
The number of episodes that have been watched for the Jellyfin item.
- Key: Jellyfin.sw_viewedEpisodes
- Availability: shows, seasons
- Type: number
Last episode added at¶
The date when the last episode was added to the Jellyfin item.
- Key: Jellyfin.sw_lastEpisodeAddedAt
- Availability: shows, seasons
- Type: date
Last episode aired at¶
The original air date of the last episode added to Jellyfin.
- Key: Jellyfin.sw_lastEpisodeAiredAt
- Availability: shows, seasons
- Type: date
Last episode aired at (season)¶
The air date of the last episode in the season. Only available at the episode level.
- Key: Jellyfin.sw_seasonLastEpisodeAiredAt
- Availability: episodes
- Type: date
Total views¶
The total number of views for the Jellyfin item. This rule is only available for shows.
- Key: Jellyfin.sw_amountOfViews
- Availability: shows, seasons, episodes
- Type: number
Users that watch the show/season/episode¶
List of users who watch the Jellyfin item. This rule is only available for shows.
- Key: Jellyfin.sw_watchers
- Availability: shows, seasons, episodes
- Type: text[]
Collections media is present in (titles)¶
List of collections that the Jellyfin item is present in. For seasons and episodes, this will not include the collections of the parent season and show.
- Key: Jellyfin.collection_names
- Availability: movies, shows, seasons, episodes
- Type: text[]
Present in amount of playlists¶
The number of playlists the Jellyfin item is present in.
- Key: Jellyfin.playlists
- Availability: movies, shows, seasons, episodes
- Type: number
Playlists media is present in (titles)¶
List of playlists that the Jellyfin item is present in.
- Key: Jellyfin.playlist_names
- Availability: movies, shows, seasons, episodes
- Type: text[]
Critics rating (scale 1-10)¶
The critics rating of the Jellyfin item on a scale of 1 to 10. Typically sourced from the Rotten Tomatoes Tomatometer via the OMDb provider.
- Key: Jellyfin.rating_critics
- Availability: movies, shows, seasons, episodes
- Type: number
Audience rating (scale 1-10)¶
The audience rating of the Jellyfin item on a scale of 1 to 10. Typically sourced from TMDb's CommunityRating.
- Key: Jellyfin.rating_audience
- Availability: movies, shows, seasons, episodes
- Type: number
Tags¶
List of tags associated with the Jellyfin item. Equivalent to Plex's Labels.
- Key: Jellyfin.labels
- Availability: movies, shows, seasons, episodes
- Type: text[]
Present in amount of other collections (incl. parents)¶
The number of collections the Jellyfin item is present in, including parent collections.
- Key: Jellyfin.sw_collections_including_parent
- Availability: seasons, episodes
- Type: number
Collections media is present in (titles) (incl. parents)¶
List of collection titles the Jellyfin item is present in, including parent collections.
- Key: Jellyfin.sw_collection_names_including_parent
- Availability: seasons, episodes
- Type: text[]
RottenTomatoes critic rating (scale 1-10)¶
The Rotten Tomatoes critic rating on a scale of 1 to 10. Sourced from Jellyfin's CriticRating (typically from the OMDb provider).
- Key: Jellyfin.rating_rottenTomatoesCritic
- Availability: movies, shows, episodes
- Type: number
RottenTomatoes audience rating (scale 1-10)¶
The Rotten Tomatoes audience rating on a scale of 1 to 10.
- Key: Jellyfin.rating_rottenTomatoesAudience
- Availability: movies, shows, episodes
- Type: number
The Movie Database rating (scale 1-10)¶
The Movie Database (TMDb) rating on a scale of 1 to 10. Sourced from Jellyfin's CommunityRating.
- Key: Jellyfin.rating_tmdb
- Availability: movies, shows, episodes
- Type: number
IMDb rating (show) (scale 1-10)¶
The IMDb rating of the parent show on a scale of 1 to 10.
- Key: Jellyfin.rating_imdbShow
- Availability: seasons, episodes
- Type: number
RottenTomatoes critic rating (show) (scale 1-10)¶
The Rotten Tomatoes critic rating of the parent show on a scale of 1 to 10.
- Key: Jellyfin.rating_rottenTomatoesCriticShow
- Availability: seasons, episodes
- Type: number
RottenTomatoes audience rating (show) (scale 1-10)¶
The Rotten Tomatoes audience rating of the parent show on a scale of 1 to 10.
- Key: Jellyfin.rating_rottenTomatoesAudienceShow
- Availability: seasons, episodes
- Type: number
The Movie Database rating (show) (scale 1-10)¶
The Movie Database rating of the parent show on a scale of 1 to 10.
- Key: Jellyfin.rating_tmdbShow
- Availability: seasons, episodes
- Type: number
Favorited by (username)¶
List of Jellyfin usernames who have marked the item as a favorite. Jellyfin only.
- Key: Jellyfin.favoritedBy
- Availability: movies
- Type: text[]
Favorited by (username) - shows¶
List of Jellyfin usernames who have marked the show, season, or episode as a favorite. Jellyfin only.
- Key: Jellyfin.sw_favoritedBy
- Availability: shows, seasons, episodes
- Type: text[]
Jellyfin: playCount vs viewCount¶
Understanding playCount vs viewCount
| Property | What it counts |
|---|---|
viewCount |
Users who completed watching |
playCount |
Total play attempts (including abandoned) |
Example: A movie has PlayCount=2, Played=false in Jellyfin:
playCount = 2viewCount = 0
Useful Rule — Movies started but never finished:
Radarr¶
Date added¶
The date when the Radarr item was added.
- Key: Radarr.addDate
- Availability: movies
- Type: date
Tags¶
List of tags associated with the Radarr item.
- Key: Radarr.tags
- Availability: movies
- Type: text[]
Quality profile¶
The quality profile of the Radarr item.
- Key: Radarr.profile
- Availability: movies
- Type: text
Release date¶
The release date of the Radarr item.
- Key: Radarr.releaseDate
- Availability: movies
- Type: date
Is monitored¶
Indicates whether the Radarr item is monitored.
- Key: Radarr.monitored
- Availability: movies
- Type: boolean
In cinemas date¶
The date when the Radarr item was released in cinemas.
- Key: Radarr.inCinemas
- Availability: movies
- Type: date
File - size in MB¶
The size of the file associated with the Radarr item in megabytes.
- Key: Radarr.fileSize
- Availability: movies
- Type: number
File - audio channels¶
The number of audio channels of the file associated with the Radarr item.
- Key: Radarr.fileAudioChannels
- Availability: movies
- Type: number
File - audio languages¶
The audio languages present in the file associated with the Radarr item.
- Key: Radarr.fileAudioLanguages
- Availability: movies
- Type: text
File - quality (2160, 1080,..)¶
The quality resolution of the file associated with the Radarr item.
- Key: Radarr.fileQuality
- Availability: movies
- Type: number
File - quality name¶
The quality profile name of the file associated with the Radarr item (e.g. "Bluray-1080p").
- Key: Radarr.fileQualityName
- Availability: movies
- Type: text
File - quality cutoff met¶
Indicates whether the file quality meets the cutoff defined in the quality profile.
- Key: Radarr.fileQualityCutoffMet
- Availability: movies
- Type: boolean
File - download date¶
The date when the file associated with the Radarr item was downloaded.
- Key: Radarr.fileDate
- Availability: movies
- Type: date
File - runtime in minutes¶
The runtime of the file associated with the Radarr item in minutes.
- Key: Radarr.runTime
- Availability: movies
- Type: number
File - file path¶
The path of the file associated with the Radarr item. When using Docker, this will be the path inside the container.
- Key: Radarr.filePath
- Availability: movies
- Type: text
Original language¶
The original language of the Radarr item.
- Key: Radarr.originalLanguage
- Availability: movies
- Type: text
Rotten Tomatoes rating (scale 0-100)¶
The Rotten Tomatoes rating of the Radarr item on a scale of 0 to 100.
- Key: Radarr.rottenTomatoesRating
- Availability: movies
- Type: number
Rotten Tomatoes rating vote count¶
The number of votes for the Rotten Tomatoes rating.
- Key: Radarr.rottenTomatoesRatingVotes
- Availability: movies
- Type: number
Trakt rating (scale 0-10)¶
The Trakt rating of the Radarr item on a scale of 0 to 10.
- Key: Radarr.traktRating
- Availability: movies
- Type: number
Trakt rating vote count¶
The number of votes for the Trakt rating.
- Key: Radarr.traktRatingVotes
- Availability: movies
- Type: number
IMDb rating (scale 0-10)¶
The IMDb rating of the Radarr item on a scale of 0 to 10.
- Key: Radarr.imdbRating
- Availability: movies
- Type: number
IMDb rating vote count¶
The number of votes for the IMDb rating.
- Key: Radarr.imdbRatingVotes
- Availability: movies
- Type: number
Remaining disk space (GB)¶
The remaining disk space on the root folder in gigabytes.
- Key: Radarr.diskspace_remaining_gb
- Availability: movies
- Type: number
Total disk space (GB)¶
The total disk space on the root folder in gigabytes.
- Key: Radarr.diskspace_total_gb
- Availability: movies
- Type: number
Sonarr¶
Date added¶
The date when the Sonarr item was added.
- Key: Sonarr.addDate
- Availability: shows
- Type: date
Files - Disk size in MB¶
The disk size of the entire show, season or episode in megabytes.
- Key: Sonarr.diskSizeEntireShow
- Availability: shows, seasons, episodes
- Type: number
Tags (show)¶
List of tags associated with the Sonarr item.
- Key: Sonarr.tags
- Availability: shows, seasons, episodes
- Type: text[]
Quality profile name¶
The name of the quality profile assigned to the Sonarr item.
- Key: Sonarr.qualityProfileName
- Availability: shows, seasons, episodes
- Type: text
Quality profile ID¶
The quality profile ID of the Sonarr item.
- Key: Sonarr.qualityProfileId
- Availability: shows, seasons, episodes
- Type: number
First air date¶
The first air date of the Sonarr item.
- Key: Sonarr.firstAirDate
- Availability: shows, seasons, episodes
- Type: date
Number of seasons / episodes (also unavailable)¶
The number of seasons or episodes for the Sonarr item. This will also count the unavailable episodes.
- Key: Sonarr.seasons
- Availability: shows, seasons
- Type: number
Status (continuing, ended)¶
The status of the Sonarr item.
- Key: Sonarr.status
- Availability: shows, seasons
- Type: text
Show ended¶
Indicates whether the Sonarr show has ended.
- Key: Sonarr.ended
- Availability: shows, seasons
- Type: boolean
Is monitored¶
Indicates whether the Sonarr item is monitored.
- Key: Sonarr.monitored
- Availability: shows, seasons, episodes
- Type: boolean
Has unaired episodes¶
Indicates whether the Sonarr show/season has unaired episodes.
- Key: Sonarr.unaired_episodes
- Availability: shows, seasons
- Type: boolean
Number of monitored seasons / episodes¶
The number of monitored seasons or episodes for the Sonarr item.
- Key: Sonarr.seasons_monitored
- Availability: shows, seasons
- Type: number
Season has unaired episodes¶
Indicates whether the Sonarr season has unaired episodes.
- Key: Sonarr.unaired_episodes_season
- Availability: episodes
- Type: boolean
Is (part of) latest aired/airing season¶
Indicates whether the Sonarr item is part of the latest aired or airing season.
- Key: Sonarr.part_of_latest_season
- Availability: seasons, episodes
- Type: boolean
Base file path (show)¶
The base path on disk of the file associated with the Sonarr item. When using Docker, this will be the path inside the container.
- Key: Sonarr.filePath
- Availability: shows, seasons, episodes
- Type: text
Original language¶
The original language of the Sonarr item.
- Key: Sonarr.originalLanguage
- Availability: shows, seasons, episodes
- Type: text
Has season finale episode¶
Indicates whether an episode with the season finale label is available on disk.
- Key: Sonarr.seasonFinale
- Availability: seasons
- Type: boolean
Has series finale episode¶
Indicates whether an episode with the series finale label is available on disk.
- Key: Sonarr.seriesFinale
- Availability: shows, seasons
- Type: boolean
Season number¶
The season number of the Sonarr item.
- Key: Sonarr.seasonNumber
- Availability: seasons, episodes
- Type: number
Show rating (IMDb) (scale 0-10)¶
The IMDb rating of the Sonarr item.
- Key: Sonarr.rating
- Availability: shows, seasons, episodes
- Type: number
Show rating (IMDb) vote count¶
The IMDb vote count of the Sonarr item.
- Key: Sonarr.ratingVotes
- Availability: shows, seasons, episodes
- Type: number
Episode file path¶
The file path of the episode on disk. When using Docker, this will be the path inside the container.
- Key: Sonarr.episodeFilePath
- Availability: episodes
- Type: text
Episode number¶
The episode number within its season.
- Key: Sonarr.episodeNumber
- Availability: episodes
- Type: number
Episode file quality cutoff met¶
Indicates whether the episode file quality meets the cutoff defined in the quality profile.
- Key: Sonarr.fileQualityCutoffMet
- Availability: episodes
- Type: boolean
Episode file quality¶
The quality profile name of the episode file (e.g. "HDTV-720p").
- Key: Sonarr.fileQualityName
- Availability: episodes
- Type: text
Episode file audio languages¶
The audio languages present in the episode file.
- Key: Sonarr.fileAudioLanguages
- Availability: episodes
- Type: text
Series type¶
The series type as configured in Sonarr (e.g. "standard", "anime", "daily").
- Key: Sonarr.seriesType
- Availability: shows, seasons, episodes
- Type: text
Remaining disk space (GB)¶
The remaining disk space on the root folder in gigabytes.
- Key: Sonarr.diskspace_remaining_gb
- Availability: shows, seasons, episodes
- Type: number
Total disk space (GB)¶
The total disk space on the root folder in gigabytes.
- Key: Sonarr.diskspace_total_gb
- Availability: shows, seasons, episodes
- Type: number
Seerr¶
Requested by user¶
The username of the user who requested the media in Seerr. Supports Plex, Jellyfin, Emby, and local usernames.
- Key: Seerr.addUser
- Availability: movies, shows, seasons, episodes
- Type: text
Request date¶
The date when the media was requested in Seerr.
- Key: Seerr.requestDate
- Availability: movies, shows, seasons, episodes
- Type: date
Release/air date¶
The release or air date of the media in Seerr.
- Key: Seerr.releaseDate
- Availability: movies, shows, seasons, episodes
- Type: date
Approval date¶
The date when the media request was approved in Seerr.
- Key: Seerr.approvalDate
- Availability: movies, shows, seasons, episodes
- Type: date
Media downloaded date¶
The date when the media was downloaded in Seerr.
- Key: Seerr.mediaAddedAt
- Availability: movies, shows, seasons, episodes
- Type: date
Amount of requests¶
The total number of requests for the media in Seerr.
- Key: Seerr.amountRequested
- Availability: movies, shows, seasons, episodes
- Type: number
Requested in Seerr¶
Indicates whether the media was requested in Seerr.
- Key: Seerr.isRequested
- Availability: movies, shows, seasons, episodes
- Type: boolean
Tautulli¶
Viewed by (username)¶
List of Plex usernames who have viewed (according to Tautulli) the Plex item. The percentage for the item to be considered as viewed is configured in the Tautulli settings.
- Key: Tautulli.seenBy
- Availability: movies
- Type: text[]
Users that saw all available episodes¶
List of users who have seen (according to Tautulli) all available episodes of the Plex item. The percentage for an episode to be considered as viewed is configured in the Tautulli settings.
- Key: Tautulli.sw_allEpisodesSeenBy
- Availability: shows, seasons
- Type: text[]
Users that watch the show/season/episode¶
List of users who watch (according to Tautulli) the Plex item. The percentage for an episode to be considered as viewed is configured in the Tautulli settings. This rule is only available for shows.
- Key: Tautulli.sw_watchers
- Availability: shows, seasons, episodes
- Type: text[]
Date added¶
The date when the Plex item was added to the server.
- Key: Tautulli.addDate
- Availability: movies, shows, seasons, episodes
- Type: date
Times viewed¶
The number of times the Plex item has been viewed (according to Tautulli). The percentage for the Plex item to be considered as viewed is configured in the Tautulli settings.
- Key: Tautulli.viewCount
- Availability: movies
- Type: number
Total views¶
The total number of views (according to Tautulli) for the Plex item. The percentage for an episode to be considered as viewed is configured in the Tautulli settings. This rule is only available for shows.
- Key: Tautulli.sw_amountOfViews
- Availability: shows, seasons, episodes
- Type: number
Last view date¶
The date when the Plex item was last viewed (according to Tautulli). The percentage for the Plex item to be considered as viewed is configured in the Tautulli settings.
- Key: Tautulli.lastViewedAt
- Availability: movies, shows, seasons, episodes
- Type: date
Amount of watched episodes¶
The number of episodes that have been watched (according to Tautulli) for the Plex item. The percentage for an episode to be considered as viewed is configured in the Tautulli settings. This rule is only available for shows.
- Key: Tautulli.sw_viewedEpisodes
- Availability: shows, seasons
- Type: number
Newest episode view date¶
The date when the newest episode of the Plex item was viewed (according to Tautulli). The percentage for an episode to be considered as viewed is configured in the Tautulli settings. This rule is only available for shows.
- Key: Tautulli.sw_lastWatched
- Availability: shows, seasons
- Type: date