[6] add show_unmatched to plex searches

pull/811/head
meisnate12 3 years ago
parent 9894d2fbf1
commit b8cb84cff9

@ -1 +1 @@
1.16.2-develop5 1.16.2-develop6

@ -298,6 +298,7 @@ Boolean Searches take no modifier and can only be either `true` or `false`.
| `episode_duplicate` | Has Duplicate Episodes | ❌ | ✅ | ❌ | | `episode_duplicate` | Has Duplicate Episodes | ❌ | ✅ | ❌ |
| `episode_progress` | Has Episode Progress | ❌ | ✅ | ❌ | | `episode_progress` | Has Episode Progress | ❌ | ✅ | ❌ |
| `episode_unmatched` | Has Episodes Unmatched | ❌ | ✅ | ❌ | | `episode_unmatched` | Has Episodes Unmatched | ❌ | ✅ | ❌ |
| `show_unmatched` | Has Shows Unmatched | ❌ | ✅ | ❌ |
| `artist_unmatched` | Is Artist's Unmatched | ❌ | ❌ | ✅ | | `artist_unmatched` | Is Artist's Unmatched | ❌ | ❌ | ✅ |
| `album_unmatched` | Is Album's Unmatched | ❌ | ❌ | ✅ | | `album_unmatched` | Is Album's Unmatched | ❌ | ❌ | ✅ |
| `track_trash` | Is Track Trashed | ❌ | ❌ | ✅ | | `track_trash` | Is Track Trashed | ❌ | ❌ | ✅ |

@ -265,6 +265,7 @@ Boolean Filters take no modifier and can only be either `true` or `false`.
| `episode_duplicate` | Has Duplicate Episodes | ❌ | ✅ | ❌ | | `episode_duplicate` | Has Duplicate Episodes | ❌ | ✅ | ❌ |
| `episode_progress` | Has Episode Progress | ❌ | ✅ | ❌ | | `episode_progress` | Has Episode Progress | ❌ | ✅ | ❌ |
| `episode_unmatched` | Has Episodes Unmatched | ❌ | ✅ | ❌ | | `episode_unmatched` | Has Episodes Unmatched | ❌ | ✅ | ❌ |
| `show_unmatched` | Has Shows Unmatched | ❌ | ✅ | ❌ |
| `artist_unmatched` | Is Artist's Unmatched | ❌ | ❌ | ✅ | | `artist_unmatched` | Is Artist's Unmatched | ❌ | ❌ | ✅ |
| `album_unmatched` | Is Album's Unmatched | ❌ | ❌ | ✅ | | `album_unmatched` | Is Album's Unmatched | ❌ | ❌ | ✅ |
| `track_trash` | Is Track Trashed | ❌ | ❌ | ✅ | | `track_trash` | Is Track Trashed | ❌ | ❌ | ✅ |

@ -28,6 +28,7 @@ search_translation = {
"content_rating": "contentRating", "content_rating": "contentRating",
"episode_year": "episode.year", "episode_year": "episode.year",
"release": "originallyAvailableAt", "release": "originallyAvailableAt",
"show_unmatched": "show.unmatched",
"episode_unmatched": "episode.unmatched", "episode_unmatched": "episode.unmatched",
"episode_duplicate": "episode.duplicate", "episode_duplicate": "episode.duplicate",
"added": "addedAt", "added": "addedAt",
@ -209,7 +210,7 @@ searches = [
"critic_rating.gt", "critic_rating.gte", "critic_rating.lt", "critic_rating.lte", "critic_rating.gt", "critic_rating.gte", "critic_rating.lt", "critic_rating.lte",
"audience_rating.gt", "audience_rating.gte", "audience_rating.lt", "audience_rating.lte", "audience_rating.gt", "audience_rating.gte", "audience_rating.lt", "audience_rating.lte",
"year", "year.not", "year.gt", "year.gte", "year.lt", "year.lte", "year", "year.not", "year.gt", "year.gte", "year.lt", "year.lte",
"unplayed_episodes", "episode_unplayed", "episode_duplicate", "episode_progress", "episode_unmatched", "unplayed_episodes", "episode_unplayed", "episode_duplicate", "episode_progress", "episode_unmatched", "show_unmatched",
"episode_title", "episode_title.not", "episode_title.is", "episode_title.isnot", "episode_title.begins", "episode_title.ends", "episode_title", "episode_title.not", "episode_title.is", "episode_title.isnot", "episode_title.begins", "episode_title.ends",
"episode_added", "episode_added.not", "episode_added.before", "episode_added.after", "episode_added", "episode_added.not", "episode_added.before", "episode_added.after",
"episode_air_date", "episode_air_date.not", "episode_air_date.before", "episode_air_date.after", "episode_air_date", "episode_air_date.not", "episode_air_date.before", "episode_air_date.after",
@ -243,7 +244,7 @@ show_only_searches = [
"episode_plays.gt", "episode_plays.gte", "episode_plays.lt", "episode_plays.lte", "episode_plays.gt", "episode_plays.gte", "episode_plays.lt", "episode_plays.lte",
"episode_user_rating.gt", "episode_user_rating.gte", "episode_user_rating.lt", "episode_user_rating.lte", "episode_user_rating.gt", "episode_user_rating.gte", "episode_user_rating.lt", "episode_user_rating.lte",
"episode_year", "episode_year.not", "episode_year.gt", "episode_year.gte", "episode_year.lt", "episode_year.lte", "episode_year", "episode_year.not", "episode_year.gt", "episode_year.gte", "episode_year.lt", "episode_year.lte",
"unplayed_episodes", "episode_unplayed", "episode_duplicate", "episode_progress", "episode_unmatched", "unplayed_episodes", "episode_unplayed", "episode_duplicate", "episode_progress", "episode_unmatched", "show_unmatched",
] ]
string_attributes = ["title", "studio", "episode_title", "artist_title", "album_title", "album_record_label", "track_title"] string_attributes = ["title", "studio", "episode_title", "artist_title", "album_title", "album_record_label", "track_title"]
float_attributes = [ float_attributes = [
@ -252,7 +253,7 @@ float_attributes = [
] ]
boolean_attributes = [ boolean_attributes = [
"hdr", "unmatched", "duplicate", "unplayed", "progress", "trash", "unplayed_episodes", "episode_unplayed", "hdr", "unmatched", "duplicate", "unplayed", "progress", "trash", "unplayed_episodes", "episode_unplayed",
"episode_duplicate", "episode_progress", "episode_unmatched", "artist_unmatched", "album_unmatched", "track_trash" "episode_duplicate", "episode_progress", "episode_unmatched", "show_unmatched", "artist_unmatched", "album_unmatched", "track_trash"
] ]
tmdb_attributes = ["actor", "director", "producer", "writer"] tmdb_attributes = ["actor", "director", "producer", "writer"]
date_attributes = [ date_attributes = [

Loading…
Cancel
Save