From 9ea1ad3492ea17d465b1a7d80c40178a89ccf5a7 Mon Sep 17 00:00:00 2001 From: Yozora XCII Date: Wed, 27 Mar 2024 10:16:14 +0000 Subject: [PATCH] add invisible titles for operations so that they can be searched --- docs/config/operations.md | 46 ++++++++++++++++++++++++++++++++++++++ docs/stylesheets/extra.css | 6 +++++ 2 files changed, 52 insertions(+) diff --git a/docs/config/operations.md b/docs/config/operations.md index 489f2747..288c664b 100644 --- a/docs/config/operations.md +++ b/docs/config/operations.md @@ -43,6 +43,8 @@ You can create individual blocks of operations by using a list under `operations ## Operation Attributes +###### Assets For All + ??? blank "`assets_for_all` - Used to search the asset directories for images for all items in the library."
Searches the asset directories for images for all items in the library. @@ -62,6 +64,8 @@ You can create individual blocks of operations by using a list under `operations assets_for_all: false ``` +###### Delete Collections + ??? blank "`delete_collections` - Deletes collections based on a set of given attribute."
Deletes collections based on a set of given attributes. The Collection must match all @@ -96,6 +100,8 @@ You can create individual blocks of operations by using a list under `operations managed: true ``` +###### Mass Genre Update + ??? blank "`mass_genre_update` - Updates the genres of every item in the library."
Updates every item's genres in the library to the chosen site's genres. @@ -138,6 +144,8 @@ You can create individual blocks of operations by using a list under `operations - ["Unknown"] ``` +###### Mass Content Rating Update + ??? blank "`mass_content_rating_update` - Updates the content rating of every item in the library."
Updates every item's content rating in the library to the chosen site's @@ -176,6 +184,8 @@ You can create individual blocks of operations by using a list under `operations - NR ``` +###### Mass Original Title Update + ??? blank "`mass_original_title_update` - Updates the original title of every item in the library."
Updates every item's original title in the library to the chosen site's @@ -212,6 +222,8 @@ You can create individual blocks of operations by using a list under `operations - Unknown ``` +###### Mass Studio Update + ??? blank "`mass_studio_update` - Updates the studio of every item in the library."
Updates every item's studio in the library to the chosen site's studio. @@ -245,6 +257,8 @@ You can create individual blocks of operations by using a list under `operations - Unknown ``` +###### Mass Originally Available Update + ??? blank "`mass_originally_available_update` - Updates the originally available date of every item in the library."
Updates every item's originally available date in the library to the @@ -288,6 +302,8 @@ You can create individual blocks of operations by using a list under `operations - 1900-01-01 ``` +###### Mass Rating Update + ??? blank "`mass_***_rating_update` - Updates the audience/critic/user rating of every item in the library."
Updates every item's audience/critic/user rating in the library to the chosen @@ -355,6 +371,8 @@ You can create individual blocks of operations by using a list under `operations - 2.0 ``` +###### Mass Episode Rating Update + ??? blank "`mass_episode_***_rating_update` - Updates the audience/critic/user rating of every episode in the library."
Updates every item's episode's audience/critic/user rating in the @@ -405,6 +423,8 @@ You can create individual blocks of operations by using a list under `operations - 2.0 ``` +###### Mass Poster Update + ??? blank "`mass_poster_update` - Updates the poster of every item in the library."
Updates every item's poster to the chosen sites poster. Will fall back to `plex` if @@ -439,6 +459,8 @@ You can create individual blocks of operations by using a list under `operations episodes: false ``` +###### Mass Background Update + ??? blank "`mass_background_update` - Updates the background of every item in the library."
Updates every item's background to the chosen sites background. Will fall back to @@ -473,6 +495,8 @@ You can create individual blocks of operations by using a list under `operations episodes: false ``` +###### Mass IMDb Parental Labels + ??? blank "`mass_imdb_parental_labels` - Adds IMDb Parental labels of every item in the library."
Updates every item's labels in the library to match the IMDb Parental Guide. @@ -499,6 +523,8 @@ You can create individual blocks of operations by using a list under `operations mass_imdb_parental_labels: severe ``` +###### Mass Collection Mode + ??? blank "`mass_collection_mode` - Updates the Collection Mode of every item in the library."
Updates every Collection in your library to the specified Collection Mode. @@ -525,6 +551,8 @@ You can create individual blocks of operations by using a list under `operations mass_collection_mode: hide ``` +###### Update Blank Track Titles + ??? blank "`update_blank_track_titles` - Updates blank track titles of every item in the library."
Search though every track in a music library and replace any blank track @@ -545,6 +573,8 @@ You can create individual blocks of operations by using a list under `operations update_blank_track_titles: true ``` +###### Remove Title Parentheses + ??? blank "`remove_title_parentheses` - Removes title parentheses of every item in the library."
Search through every title and remove all ending parentheses in an items title @@ -565,6 +595,8 @@ You can create individual blocks of operations by using a list under `operations remove_title_parentheses: true ``` +###### Split Duplicates + ??? blank "`split_duplicates` - Splits all duplicate items found in this library."
Splits all duplicate items found in this library. @@ -584,6 +616,8 @@ You can create individual blocks of operations by using a list under `operations split_duplicates: true ``` +###### Radarr Add All + ??? blank "`radarr_add_all` - Adds every item in the library to Radarr."
Adds every item in the library to Radarr. @@ -609,6 +643,8 @@ You can create individual blocks of operations by using a list under `operations radarr_add_all: true ``` +###### Radarr Remove By Tag + ??? blank "`radarr_remove_by_tag` - Removes every item from Radarr with the Tags given."
Removes every item from Radarr with the Tags given. @@ -628,6 +664,8 @@ You can create individual blocks of operations by using a list under `operations radarr_remove_by_tag: mytag1, mytag2 ``` +###### Sonarr Add All + ??? blank "`sonarr_add_all` - Adds every item in the library to Sonarr."
Adds every item in the library to Sonarr. @@ -653,6 +691,8 @@ You can create individual blocks of operations by using a list under `operations sonarr_add_all: true ``` +###### Sonarr Remove By Tag + ??? blank "`sonarr_remove_by_tag` - Removes every item from Sonarr with the Tags given."
Removes every item from Sonarr with the Tags given. @@ -672,6 +712,8 @@ You can create individual blocks of operations by using a list under `operations sonarr_remove_by_tag: mytag1, mytag2 ``` +###### Genre Mapper + ??? blank "`genre_mapper` - Maps genres in your library to be changed to other genres."
Maps genres in your library to be changed to other genres. @@ -719,6 +761,8 @@ You can create individual blocks of operations by using a list under `operations The above example will change go through every item in your library and change the genre `Action/Adventure` or `Action & Adventure` to `Action` and remove every instance of the Genre `Romantic Comedy`. +###### Content Rating Mapper + ??? blank "`content_rating_mapper` - Maps content ratings in your library to be changed to other content ratings."
Maps content ratings in your library to be changed to other content ratings. @@ -766,6 +810,8 @@ You can create individual blocks of operations by using a list under `operations The above example will change go through every item in your library and change the content rating `PG` or `PG-13` to `Y-10` and remove every instance of the content rating `R`. +###### Metadata Backup + ??? blank "`metadata_backup` - Creates/Maintains a PMM Metadata File for the library."
Creates/Maintains a Plex Meta Manager Metadata File with a full `metadata` mapping based diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index f4a5a1bd..8c72e4e3 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -70,6 +70,12 @@ table tr td code { text-transform: uppercase; } +.md-typeset h6 { + font-size: .01em; + color: transparent; + text-transform: uppercase; +} + [data-md-color-scheme="slate"] .md-typeset code { background-color: hsl(225deg 8.87% 10.98%); }