From c81a4fb134c921b094421364e00ed5dc6a56fb26 Mon Sep 17 00:00:00 2001 From: YozoraXCII <96386153+YozoraXCII@users.noreply.github.com> Date: Fri, 5 Jan 2024 22:34:24 +0000 Subject: [PATCH] less and more "then" should be less and more "than" --- docs/config/operations.md | 2 +- docs/files/builders/anilist.md | 4 ++-- docs/files/builders/imdb.md | 8 ++++---- docs/files/builders/myanimelist.md | 6 +++--- docs/files/builders/trakt.md | 2 +- docs/files/dynamic_types.md | 4 ++-- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/config/operations.md b/docs/config/operations.md index bce8f314..75be16bc 100644 --- a/docs/config/operations.md +++ b/docs/config/operations.md @@ -78,7 +78,7 @@ You can create individual blocks of operations by using a list under `operations `managed: false`Collection must be Unmanaged to be deleted
(collection does not have the `PMM` label) `configured: true`Collection must be Configured to be deleted
(collection is in the config file of the specific PMM run) `configured: false`Collection must be Unconfigured to be deleted
(collection is not in the config file of the specific PMM run) - `less: ###`Collection must contain less then the given number of items to be deleted.
### is a Number greater than 0
Optional value which if undefined means collections will be deleted regardless of how many items they have + `less: ###`Collection must contain less than the given number of items to be deleted.
### is a Number greater than 0
Optional value which if undefined means collections will be deleted regardless of how many items they have **The collection does not need to be scheduled to be considered configured and only needs to be in the config file.** diff --git a/docs/files/builders/anilist.md b/docs/files/builders/anilist.md index 8654aa4f..b84f4329 100644 --- a/docs/files/builders/anilist.md +++ b/docs/files/builders/anilist.md @@ -113,8 +113,8 @@ The `sync_mode: sync` and `collection_order: custom` Setting are recommended sin | `list_name` | **Description:** A user's AniList List Name | | `score.gt`1 | **Description:** Only return items that have a score greater than the given number.
**Values:** `0.0`-`10.0` | | `score.gte`1 | **Description:** Only return items that have a score greater than or equal to the given number.
**Values:** `0.0`-`10.0` | -| `score.lt`1 | **Description:** Only return items that have a score less then the given number.
**Values:** `0.0`-`10.0` | -| `score.lte`1 | **Description:** Only return items that have a score less then or equal to the given number.
**Values:** `0.0`-`10.0` | +| `score.lt`1 | **Description:** Only return items that have a score less than the given number.
**Values:** `0.0`-`10.0` | +| `score.lte`1 | **Description:** Only return items that have a score less than or equal to the given number.
**Values:** `0.0`-`10.0` | | `sort_by` | **Description:** Sort Order to return
**Default:** `score`
**Values:**
`score`Sort by User Score
`popularity`Sort by Popularity
`status`Sort by Status
`progress`Sort by Progress
`last_updated`Sort by Last Updated
`last_added`Sort by Last Added
`start_date`Sort by Start Date
`completed_date`Sort by Completed Date
| 1 You can use multiple score filters but the number will have to match every filter. All unrated items are considered to have a 0 rating. diff --git a/docs/files/builders/imdb.md b/docs/files/builders/imdb.md index bd4e401e..51c9322b 100644 --- a/docs/files/builders/imdb.md +++ b/docs/files/builders/imdb.md @@ -192,9 +192,9 @@ The `sync_mode: sync` and `collection_order: custom` Setting are recommended sin | `release.after` | Item must have been released after the given date.
**Options:** `today` or Date in the format `YYYY-MM-DD` | | `release.before` | Item must have been released before the given date.
**Options:** `today` or Date in the format `YYYY-MM-DD` | | `rating.gte` | Item must have an IMDb Rating greater then or equal to the given number.
**Options:** Any Number `0.1` - `10.0`
**Example:** `7.5` | -| `rating.lte` | Item must have an IMDb Rating less then or equal to the given number.
**Options:** Any Number `0.1` - `10.0`
**Example:** `7.5` | +| `rating.lte` | Item must have an IMDb Rating less than or equal to the given number.
**Options:** Any Number `0.1` - `10.0`
**Example:** `7.5` | | `votes.gte` | Item must have a Number of Votes greater then or equal to the given number.
**Options:** Any Integer greater then `0`
**Example:** `1000` | -| `votes.lte` | Item must have a Number of Votes less then or equal to the given number.
**Options:** Any Integer greater then `0`
**Example:** `1000` | +| `votes.lte` | Item must have a Number of Votes less than or equal to the given number.
**Options:** Any Integer greater then `0`
**Example:** `1000` | | `genre` | Item must match all genres given. Can be a comma-separated list.
**Options:** `action`, `adventure`, `animation`, `biography`, `comedy`, `documentary`, `drama`, `crime`, `family`, `history`, `news`, `short`, `western`, `sport`, `reality-tv`, `horror`, `fantasy`, `film-noir`, `music`, `romance`, `talk-show`, `thriller`, `war`, `sci-fi`, `musical`, `mystery`, `game-show` | | `genre.any` | Item must match at least one given genre. Can be a comma-separated list.
**Options:** `action`, `adventure`, `animation`, `biography`, `comedy`, `documentary`, `drama`, `crime`, `family`, `history`, `news`, `short`, `western`, `sport`, `reality-tv`, `horror`, `fantasy`, `film-noir`, `music`, `romance`, `talk-show`, `thriller`, `war`, `sci-fi`, `musical`, `mystery`, `game-show` | | `genre.not` | Item must not match any og the given genres. Can be a comma-separated list.
**Options:** `action`, `adventure`, `animation`, `biography`, `comedy`, `documentary`, `drama`, `crime`, `family`, `history`, `news`, `short`, `western`, `sport`, `reality-tv`, `horror`, `fantasy`, `film-noir`, `music`, `romance`, `talk-show`, `thriller`, `war`, `sci-fi`, `musical`, `mystery`, `game-show` | @@ -221,12 +221,12 @@ The `sync_mode: sync` and `collection_order: custom` Setting are recommended sin | `language.not` | Item must not match any given language. Can be a comma-separated list.
**Options:** [ISO 639-2 Language Codes](https://en.wikipedia.org/wiki/List_of_ISO_639-2_codes) | | `language.primary` | Item must match any given language as the primary language. Can be a comma-separated list.
**Options:** [ISO 639-2 Language Codes](https://en.wikipedia.org/wiki/List_of_ISO_639-2_codes) | | `popularity.gte` | Item must have a Popularity greater then or equal to the given number.
**Options:** Any Integer greater then `0`
**Example:** `1000` | -| `popularity.lte` | Item must have a Popularity less then or equal to the given number.
**Options:** Any Integer greater then `0`
**Example:** `1000` | +| `popularity.lte` | Item must have a Popularity less than or equal to the given number.
**Options:** Any Integer greater then `0`
**Example:** `1000` | | `cast` | Item must have all the given cast members. Can be a comma-separated list.
**Options:** Any IMDb Person ID (ex. `nm0000138`) | | `cast.any` | Item must have any of the given cast members. Can be a comma-separated list.
**Options:** Any IMDb Person ID (ex. `nm0000138`) | | `cast.not` | Item must not have any of the given cast members. Can be a comma-separated list.
**Options:** Any IMDb Person ID (ex. `nm0000138`) | | `runtime.gte` | Item must have a Runtime greater then or equal to the given number.
**Options:** Any Integer greater then `0`
**Example:** `1000` | -| `runtime.lte` | Item must have a Runtime less then or equal to the given number.
**Options:** Any Integer greater then `0`
**Example:** `1000` | +| `runtime.lte` | Item must have a Runtime less than or equal to the given number.
**Options:** Any Integer greater then `0`
**Example:** `1000` | | `adult` | Include adult titles in the search results.
**Options:** `true`/`false` | ### Examples diff --git a/docs/files/builders/myanimelist.md b/docs/files/builders/myanimelist.md index 7f56439c..fcd0a588 100644 --- a/docs/files/builders/myanimelist.md +++ b/docs/files/builders/myanimelist.md @@ -30,7 +30,7 @@ The `sync_mode: sync` and `collection_order: custom` Setting are recommended sin | Attribute | Description | |:-----------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `sort_by` | **Description:** Sort Order to return
**Values:** `mal_id.desc`, `mal_id.asc`, `title.desc`, `title.asc`, `type.desc`, `type.asc`, `rating.desc`, `rating.asc`, `start_date.desc`, `start_date.asc`, `end_date.desc`, `end_date.asc`, `episodes.desc`, `episodes.asc`, `score.desc`, `score.asc`, `scored_by.desc`, `scored_by.asc`, `rank.desc`, `rank.asc`, `popularity.desc`, `popularity.asc`, `members.desc`, `members.asc`, `favorites.desc`, `favorites.asc` | -| `limit` | **Description:** Don't return more then this number
**Values:** Number of Anime to query from MyAnimeList | +| `limit` | **Description:** Don't return more than this number
**Values:** Number of Anime to query from MyAnimeList | | `query` | **Description:** Text query to search for | | `prefix` | **Description:** Results must begin with this prefix | | `type` | **Description:** Type of Anime to search for
**Values:** `tv`, `movie`, `ova`, `special`, `ona`, `music` | @@ -242,7 +242,7 @@ The `sync_mode: sync` and `collection_order: custom` Setting are recommended sin | `username` | **Description:** A user's MyAnimeList Username or `@me` for the authorized user | | `status` | **Description:** Status to search for
**Default:** `all`
**Values:**
`all`All Anime List
`watching`Currently Watching List
`completed`Completed List
`on_hold`On Hold List
`dropped`Dropped List
`plan_to_watch`Plan to Watch
| | `sort_by` | **Description:** Sort Order to return
**Default:** `score`
**Values:**
`score`Sort by Score
`last_updated`Sort by Last Updated
`title`Sort by Anime Title
`start_date`Sort by Start Date
| -| `limit` | **Description:** Don't return more then this number
**Default:** `100`
**Values:** Number of Anime to query from MyAnimeList (max: 1000) | +| `limit` | **Description:** Don't return more than this number
**Default:** `100`
**Values:** Number of Anime to query from MyAnimeList (max: 1000) | ```yaml collections: @@ -267,7 +267,7 @@ The `sync_mode: sync` and `collection_order: custom` Setting are recommended sin | `season` | **Description:** Season to search
**Default:** `current`
**Values:**
`winter`For winter season January, February, March
`spring`For spring season April, May, June
`summer`For summer season July, August, September
`fall`For fall season October, November, December
`current`For the current Season
| | `year` | **Description:** Year to search
**Default:** Current Year
**Values:** Number between `1917` and the current year. | | `sort_by` | **Description:** Sort Order
**Default:** `members`
**Values:**
`members`Sort by Most Members
`score`Sort by Score
| -| `limit` | **Description:** Don't return more then this number
**Default:** `100`
**Values:** Number of Anime to query from MyAnimeList (max: 500) | +| `limit` | **Description:** Don't return more than this number
**Default:** `100`
**Values:** Number of Anime to query from MyAnimeList (max: 500) | | `starting_only` | **Description:** Return only anime that began airing in the selected season
**Default:** `False`
**Values:** `True` or `False` | ```yaml diff --git a/docs/files/builders/trakt.md b/docs/files/builders/trakt.md index f2aa3103..f170fe89 100644 --- a/docs/files/builders/trakt.md +++ b/docs/files/builders/trakt.md @@ -68,7 +68,7 @@ The `sync_mode: sync` and `collection_order: custom` Setting are recommended sin |:-----------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `chart` | **Description:** Which Trakt chart to query
**Values:**
`trending`Trakt's Trending [Movies](https://trakt.tv/movies/trending)/[Shows](https://trakt.tv/shows/trending) list
`popular`Trakt's Popular [Movies](https://trakt.tv/movies/popular)/[Shows](https://trakt.tv/shows/popular) list
`recommended`Trakt's Recommended [Movies](https://trakt.tv/movies/recommended)/[Shows](https://trakt.tv/shows/recommended) list
`watched`Trakt's Watched [Movies](https://trakt.tv/movies/watched)/[Shows](https://trakt.tv/shows/watched) list
`collected`Trakt's Collected [Movies](https://trakt.tv/movies/collected)/[Shows](https://trakt.tv/shows/collected) list
| | `time_period` | **Description:** Time Period for the chart. Does not work with `trending` or `popular` chart types.
**Default:** `weekly`
**Values:** `daily`, `weekly`, `monthly`, `yearly`, or `all` | -| `limit` | **Description:** Don't return more then this number
**Default:** `10`
**Values:** Number of Items to query. | +| `limit` | **Description:** Don't return more than this number
**Default:** `10`
**Values:** Number of Items to query. | | `query` | **Description:** Search titles and descriptions for this
**Values:** Any String. | | `years` | **Description:** Search for the specified years only
**Values:** 4 digit year or range of 4 digit years. i.e. `1950` or `1950-1959` | | `genres` | **Description:** Search for the specified genres only
**Values:** Comma separated string or list of genres
**Movie Genres:** `action`, `adventure`, `animation`, `anime`, `comedy`, `crime`, `documentary`, `drama`, `family`, `fantasy`, `history`, `holiday`, `horror`, `music`, `musical`, `mystery`, `none`, `romance`, `science-fiction`, `short`, `sporting-event`, `superhero`, `suspense`, `thriller`, `war`, `western`
**Show Genres:** `action`, `adventure`, `animation`, `anime`, `biography`, `children`, `comedy`, `crime`, `documentary`, `drama`, `family`, `fantasy`, `game-show`, `history`, `holiday`, `home-and-garden`, `horror`, `mini-series`, `music`, `musical`, `mystery`, `news`, `none`, `reality`, `romance`, `science-fiction`, `short`, `soap`, `special-interest`, `sporting-event`, `superhero`, `suspense`, `talk-show`, `thriller`, `war`, `western` | diff --git a/docs/files/dynamic_types.md b/docs/files/dynamic_types.md index 5825dd71..03941054 100644 --- a/docs/files/dynamic_types.md +++ b/docs/files/dynamic_types.md @@ -193,9 +193,9 @@ requirements of creating the collection. **Valid Library Types:** Movies and Shows - **Key Values:** Award Year (sometimes this will look like `2003-2` if there are more then one award show that year) + **Key Values:** Award Year (sometimes this will look like `2003-2` if there are more than one award show that year) - **Key Name Value:** Award Year (sometimes this will look like `2003-2` if there are more then one award show that + **Key Name Value:** Award Year (sometimes this will look like `2003-2` if there are more than one award show that year) **Default `title_format`:** `<>`