From b645955c574fcbf9789dd901956c0d99604e65ee Mon Sep 17 00:00:00 2001 From: Chaz Larson Date: Sun, 11 Dec 2022 13:35:51 -0600 Subject: [PATCH] clarify what those default lists are --- docs/defaults/both/audio_language.md | 8 ++++++-- docs/defaults/both/collectionless.md | 6 +++++- docs/defaults/both/content_rating_cs.md | 11 ++++++++--- docs/defaults/both/content_rating_mal.md | 8 ++++++-- docs/defaults/both/content_rating_uk.md | 8 ++++++-- docs/defaults/both/genre.md | 6 +++++- docs/defaults/both/resolution.md | 8 ++++++-- docs/defaults/both/studio.md | 8 ++++++-- docs/defaults/both/studio_anime.md | 8 ++++++-- docs/defaults/movie/content_rating_us.md | 10 +++++++--- docs/defaults/movie/country.md | 8 ++++++-- docs/defaults/movie/franchise.md | 11 +++++++---- docs/defaults/movie/seasonal.md | 14 +++++++++----- docs/defaults/movie/universe.md | 8 ++++++-- docs/defaults/playlist.md | 6 +++++- docs/defaults/show/content_rating_us.md | 10 +++++++--- docs/defaults/show/country.md | 8 ++++++-- docs/defaults/show/franchise.md | 8 ++++++-- docs/defaults/show/network.md | 14 +++++++++----- 19 files changed, 122 insertions(+), 46 deletions(-) diff --git a/docs/defaults/both/audio_language.md b/docs/defaults/both/audio_language.md index 66ca077c..434b814c 100644 --- a/docs/defaults/both/audio_language.md +++ b/docs/defaults/both/audio_language.md @@ -70,7 +70,11 @@ libraries: sort_by: title.asc ``` -## Default `include` +## Default values + +These are lists provided for reference to show what values will be in use if you do no customization. If you want to customize these values, use the methods described above. These do not show how to change a name or a list. + +### Default `include` ```yaml include: @@ -102,7 +106,7 @@ include: - km # Central Khmer - ch # Chamorro - ce # Chechen - - ny # Chichewa, Chewa, Nyanja + - ny # Chichewa, Chewa, Nyanja - zh # Chinese - cu # Church Slavic, Old Slavonic, Church Slavonic, Old Bulgarian, Old Church Slavonic - cv # Chuvash diff --git a/docs/defaults/both/collectionless.md b/docs/defaults/both/collectionless.md index 83d387f3..b2c5e1d6 100644 --- a/docs/defaults/both/collectionless.md +++ b/docs/defaults/both/collectionless.md @@ -66,7 +66,11 @@ libraries: collection_order: release ``` -## Default `exclude_prefix` +## Default values + +These are lists provided for reference to show what values will be in use if you do no customization. If you want to customize these values, use the methods described above. These do not show how to change a name or a list. + +### Default `exclude_prefix` ```yaml exclude_prefix: diff --git a/docs/defaults/both/content_rating_cs.md b/docs/defaults/both/content_rating_cs.md index bd834359..ff20ade3 100644 --- a/docs/defaults/both/content_rating_cs.md +++ b/docs/defaults/both/content_rating_cs.md @@ -67,7 +67,7 @@ libraries: Movies: metadata_path: - pmm: content_rating_cs - template_variables: + template_variables: use_separator: false sep_style: blue use_other: false @@ -77,7 +77,12 @@ libraries: sort_by: title.asc ``` -## Default `include` +## Default values + +These are lists provided for reference to show what values will be in use if you do no customization. If you want to customize these values, use the methods described above. These do not show how to change a name or a list. + + +### Default `include` ```yaml include: @@ -101,7 +106,7 @@ include: - 18 ``` -## Default `addons` +### Default `addons` ```yaml addons: diff --git a/docs/defaults/both/content_rating_mal.md b/docs/defaults/both/content_rating_mal.md index e7d008ac..89f757e8 100644 --- a/docs/defaults/both/content_rating_mal.md +++ b/docs/defaults/both/content_rating_mal.md @@ -75,7 +75,11 @@ libraries: sort_by: title.asc ``` -## Default `include` +## Default values + +These are lists provided for reference to show what values will be in use if you do no customization. If you want to customize these values, use the methods described above. These do not show how to change a name or a list. + +### Default `include` ```yaml include: @@ -87,7 +91,7 @@ include: - "Rx" ``` -## Default `addons` +### Default `addons` ```yaml addons: diff --git a/docs/defaults/both/content_rating_uk.md b/docs/defaults/both/content_rating_uk.md index c6a88c59..c8d711a9 100644 --- a/docs/defaults/both/content_rating_uk.md +++ b/docs/defaults/both/content_rating_uk.md @@ -75,7 +75,11 @@ libraries: sort_by: title.asc ``` -## Default `include` +## Default values + +These are lists provided for reference to show what values will be in use if you do no customization. If you want to customize these values, use the methods described above. These do not show how to change a name or a list. + +### Default `include` ```yaml include: @@ -88,7 +92,7 @@ include: - R18 ``` -## Default `addons` +### Default `addons` ```yaml addons: diff --git a/docs/defaults/both/genre.md b/docs/defaults/both/genre.md index d11505fe..0f6b9d05 100644 --- a/docs/defaults/both/genre.md +++ b/docs/defaults/both/genre.md @@ -72,7 +72,11 @@ libraries: sort_by: title.asc ``` -## Default `addons` +## Default values + +These are lists provided for reference to show what values will be in use if you do no customization. If you want to customize these values, use the methods described above. These do not show how to change a name or a list. + +### Default `addons` ```yaml addons: diff --git a/docs/defaults/both/resolution.md b/docs/defaults/both/resolution.md index f505c97f..9600abb2 100644 --- a/docs/defaults/both/resolution.md +++ b/docs/defaults/both/resolution.md @@ -80,7 +80,11 @@ libraries: sort_by: title.asc ``` -## Default `include` +## Default values + +These are lists provided for reference to show what values will be in use if you do no customization. If you want to customize these values, use the methods described above. These do not show how to change a name or a list. + +### Default `include` ```yaml include: @@ -90,7 +94,7 @@ include: - 480 ``` -## Default `addons` +### Default `addons` ```yaml addons: diff --git a/docs/defaults/both/studio.md b/docs/defaults/both/studio.md index 86e362a1..daa33e7a 100644 --- a/docs/defaults/both/studio.md +++ b/docs/defaults/both/studio.md @@ -72,7 +72,11 @@ libraries: sep_style: gray ``` -## Default `include` +## Default values + +These are lists provided for reference to show what values will be in use if you do no customization. If you want to customize these values, use the methods described above. These do not show how to change a name or a list. + +### Default `include` ```yaml include: @@ -112,7 +116,7 @@ include: - Warner Bros. Pictures ``` -## Default `addons` +### Default `addons` ```yaml addons: diff --git a/docs/defaults/both/studio_anime.md b/docs/defaults/both/studio_anime.md index fb69a32b..1f73b850 100644 --- a/docs/defaults/both/studio_anime.md +++ b/docs/defaults/both/studio_anime.md @@ -70,7 +70,11 @@ libraries: sep_style: gray ``` -## Default `include` +## Default values + +These are lists provided for reference to show what values will be in use if you do no customization. If you want to customize these values, use the methods described above. These do not show how to change a name or a list. + +### Default `include` ```yaml include: @@ -101,7 +105,7 @@ include: - Wit Studio ``` -## Default `addons` +### Default `addons` ```yaml addons: diff --git a/docs/defaults/movie/content_rating_us.md b/docs/defaults/movie/content_rating_us.md index 3b917faf..8b442ecf 100644 --- a/docs/defaults/movie/content_rating_us.md +++ b/docs/defaults/movie/content_rating_us.md @@ -72,7 +72,11 @@ libraries: sort_by: title.asc ``` -## Default `include` +## Default values + +These are lists provided for reference to show what values will be in use if you do no customization. If you want to customize these values, use the methods described above. These do not show how to change a name or a list. + +### Default `include` ```yaml include: @@ -83,11 +87,11 @@ include: - NC-17 ``` -## Default `addons` +### Default `addons` ```yaml addons: - G: + G: - gb/U - gb/0+ - U diff --git a/docs/defaults/movie/country.md b/docs/defaults/movie/country.md index 5df21527..f0b632fe 100644 --- a/docs/defaults/movie/country.md +++ b/docs/defaults/movie/country.md @@ -76,7 +76,11 @@ libraries: sort_by: title.asc ``` -## Default `include` +## Default values + +These are lists provided for reference to show what values will be in use if you do no customization. If you want to customize these values, use the methods described above. These do not show how to change a name or a list. + +### Default `include` ```yaml include: @@ -311,7 +315,7 @@ include: # - Zimbabwe # zw ``` -## Default `addons` +### Default `addons` ```yaml addons: diff --git a/docs/defaults/movie/franchise.md b/docs/defaults/movie/franchise.md index 0f0e688c..47c823c8 100644 --- a/docs/defaults/movie/franchise.md +++ b/docs/defaults/movie/franchise.md @@ -79,8 +79,11 @@ libraries: movie_105995: 336560 radarr_add_missing: true ``` +## Default values -## Default `addons` +These are lists provided for reference to show what values will be in use if you do no customization. If you want to customize these values, use the methods described above. These do not show how to change a name or a list. + +### Default `addons` ```yaml addons: @@ -114,7 +117,7 @@ addons: - 453993 # The Wolverine ``` -## Default `title_override` +### Default `title_override` ```yaml title_override: @@ -123,7 +126,7 @@ title_override: 535790: Godzilla (Anime) ``` -## Default `movie` +### Default `movie` ```yaml 105995: 336560 # Anaconda: Lake Placid vs. Anaconda @@ -154,7 +157,7 @@ title_override: 748: 567604 # X-Men: Once Upon a Deadpool ``` -## Default `name_mapping` +### Default `name_mapping` ```yaml 1565: 28 Days-Weeks Later diff --git a/docs/defaults/movie/seasonal.md b/docs/defaults/movie/seasonal.md index a0339472..421e6987 100644 --- a/docs/defaults/movie/seasonal.md +++ b/docs/defaults/movie/seasonal.md @@ -91,7 +91,11 @@ libraries: emoji_veteran: "🪖 " ``` -## Default `data` +## Default values + +These are lists provided for reference to show what values will be in use if you do no customization. If you want to customize these values, use the methods described above. These do not show how to change a name or a list. + +### Default `data` ```yaml data: @@ -109,7 +113,7 @@ data: christmas: Christmas ``` -## Default `tmdb_collection` +### Default `tmdb_collection` ```yaml tmdb_collection: @@ -126,7 +130,7 @@ tmdb_collection: - 751156 # Hocus Pocus ``` -## Default `tmdb_movie` +### Default `tmdb_movie` ```yaml tmdb_movie: @@ -134,7 +138,7 @@ tmdb_movie: - 23437 # A Nightmare on Elm Street (2010) ``` -## Default `imdb_list` +### Default `imdb_list` ```yaml imdb_list: @@ -163,7 +167,7 @@ imdb_list: christmas: https://www.imdb.com/list/ls000096828/ ``` -## Default `schedule` +### Default `schedule` ```yaml schedule: diff --git a/docs/defaults/movie/universe.md b/docs/defaults/movie/universe.md index 6fb5e682..0f7f3a2c 100644 --- a/docs/defaults/movie/universe.md +++ b/docs/defaults/movie/universe.md @@ -81,7 +81,11 @@ libraries: trakt_list_veteran: https://trakt.tv/users/rzepkowski/lists/monsterverse-movies ``` -## Default `data` +## Default values + +These are lists provided for reference to show what values will be in use if you do no customization. If you want to customize these values, use the methods described above. These do not show how to change a name or a list. + +### Default `data` ```yaml data: @@ -99,7 +103,7 @@ data: mummy: The Mummy Universe ``` -## Default `trakt_list` +### Default `trakt_list` ```yaml trakt_list: diff --git a/docs/defaults/playlist.md b/docs/defaults/playlist.md index bcd25b44..21b05fe2 100644 --- a/docs/defaults/playlist.md +++ b/docs/defaults/playlist.md @@ -74,7 +74,11 @@ playlist_files: radarr_add_missing: true ``` -## Default `trakt_list` +## Default values + +These are lists provided for reference to show what values will be in use if you do no customization. If you want to customize these values, use the methods described above. These do not show how to change a name or a list. + +### Default `trakt_list` The below Trakt lists are used to populate the playlists associated with the keys. diff --git a/docs/defaults/show/content_rating_us.md b/docs/defaults/show/content_rating_us.md index f30c5a1f..24a8598e 100644 --- a/docs/defaults/show/content_rating_us.md +++ b/docs/defaults/show/content_rating_us.md @@ -72,7 +72,11 @@ libraries: sort_by: title.asc ``` -## Default `include` +## Default values + +These are lists provided for reference to show what values will be in use if you do no customization. If you want to customize these values, use the methods described above. These do not show how to change a name or a list. + +### Default `include` ```yaml include: @@ -83,11 +87,11 @@ include: - TV-MA ``` -## Default `addons` +### Default `addons` ```yaml addons: - TV-G: + TV-G: - gb/U - gb/0+ - U diff --git a/docs/defaults/show/country.md b/docs/defaults/show/country.md index f1949f8b..6f3eae90 100644 --- a/docs/defaults/show/country.md +++ b/docs/defaults/show/country.md @@ -78,7 +78,11 @@ libraries: sort_by: title.asc ``` -## Default `include` +## Default values + +These are lists provided for reference to show what values will be in use if you do no customization. If you want to customize these values, use the methods described above. These do not show how to change a name or a list. + +### Default `include` ```yaml include: @@ -313,7 +317,7 @@ include: # - zw # Zimbabwe ``` -## Default `key_name_override` +### Default `key_name_override` ```yaml key_name_override: diff --git a/docs/defaults/show/franchise.md b/docs/defaults/show/franchise.md index 5f6a835d..576889e3 100644 --- a/docs/defaults/show/franchise.md +++ b/docs/defaults/show/franchise.md @@ -80,7 +80,11 @@ libraries: sonarr_add_missing: true ``` -## Default `data` +## Default values + +These are lists provided for reference to show what values will be in use if you do no customization. If you want to customize these values, use the methods described above. These do not show how to change a name or a list. + +### Default `data` ```yaml data: @@ -100,7 +104,7 @@ data: "6357": The Twilight Zone ``` -## Default `addons` +### Default `addons` ```yaml addons: diff --git a/docs/defaults/show/network.md b/docs/defaults/show/network.md index 816d00fc..d83c1a16 100644 --- a/docs/defaults/show/network.md +++ b/docs/defaults/show/network.md @@ -66,7 +66,11 @@ libraries: ``` -## Default `include` +## Default values + +These are lists provided for reference to show what values will be in use if you do no customization. If you want to customize these values, use the methods described above. These do not show how to change a name or a list. + +### Default `include` ```yaml include: @@ -79,7 +83,7 @@ include: - BET - Cartoon Network - Channel 4 - - Channel 5 + - Channel 5 - CBC - CBS - Comedy Central @@ -111,7 +115,7 @@ include: - YouTube ``` -## Default `addons` +### Default `addons` ```yaml addons: @@ -213,10 +217,10 @@ addons: - Disney Channel (CZ) - Disney Channel (UK) - Disney Junior - - Disney XD + - Disney XD - Disney+ - Playhouse Disney - - Toon Disney + - Toon Disney E!: - e.tv ESPN: