From c7dc2f91e35fa419aea48c715a3f0019eba52991 Mon Sep 17 00:00:00 2001 From: bullmoose20 Date: Mon, 16 Jan 2023 21:17:51 -0500 Subject: [PATCH 1/3] [1] fix awards section of table that do not support shows --- VERSION | 2 +- docs/defaults/collection_list.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index b9fb27ab..d190caae 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.18.3 +1.18.3-develop1 diff --git a/docs/defaults/collection_list.md b/docs/defaults/collection_list.md index 136947d1..a8518844 100644 --- a/docs/defaults/collection_list.md +++ b/docs/defaults/collection_list.md @@ -29,9 +29,9 @@ These collections are applied by calling the below paths into the `metadata_path | [Critics Choice](award/choice) | `choice` | Critics Choice Awards 2020 | ✅ | ✅ | | [Emmys](award/emmy) | `emmy` | Emmys 2021 | ✅ | ✅ | | [Golden Globes](award/golden) | `golden` | Best Motion Pictures | ✅ | ✅ | -| [Academy Awards (Oscars)](award/oscars) | `oscars` | Best Picture Winners | ✅ | ✅ | +| [Academy Awards (Oscars)](award/oscars) | `oscars` | Best Picture Winners | ✅ | ❌ | | [Independent Spirit](award/spirit) | `spirit` | Independent Spirit Awards 2021 | ✅ | ❌ | -| [Sundance](award/sundance) | `sundance` | Sundance Grand Jury Winners | ✅ | ✅ | +| [Sundance](award/sundance) | `sundance` | Sundance Grand Jury Winners | ✅ | ❌ | | [Other](award/other) | `other_award` | Berlinale Golden Bears, Venice Golden Lions | ✅ | ❌ | ### General Collections From b3738596eaa3495b40172831462f983917c3a1ad Mon Sep 17 00:00:00 2001 From: bullmoose20 Date: Mon, 16 Jan 2023 21:26:29 -0500 Subject: [PATCH 2/3] [2] fix "file festival" to "film festival" --- VERSION | 2 +- docs/conf.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index d190caae..ea51671d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.18.3-develop1 +1.18.3-develop2 diff --git a/docs/conf.py b/docs/conf.py index 42f74262..f14423f3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -211,12 +211,12 @@ html_theme_options = { ("_divider",), ("Academy Awards (Oscars)", "defaults/award/oscars"), ("British Academy of Film Awards", "defaults/award/bafta"), - ("Cannes File Festival Awards", "defaults/award/cannes"), + ("Cannes Film Festival Awards", "defaults/award/cannes"), ("Critics Choice Awards", "defaults/award/choice"), ("Emmy Awards", "defaults/award/emmy"), ("Golden Globe Awards", "defaults/award/golden"), ("Independent Spirit Awards", "defaults/award/spirit"), - ("Sundance File Festival Awards", "defaults/award/sundance"), + ("Sundance Film Festival Awards", "defaults/award/sundance"), ("Other Awards", "defaults/award/other"), ]), ("_menu", "Chart", "defaults/defaults", "#chart-collections", [ From 85ad77b94c9381ae4b2fbfc9507d56c6c3018779 Mon Sep 17 00:00:00 2001 From: bullmoose20 Date: Tue, 17 Jan 2023 06:36:18 -0500 Subject: [PATCH 3/3] [3] copy/paste mismatch fix for sample yml(Movies/TV Shows) --- VERSION | 2 +- docs/defaults/overlays/episode_info.md | 2 +- docs/defaults/overlays/status.md | 17 +++++++---------- docs/defaults/show/content_rating_us.md | 2 +- docs/defaults/show/network.md | 2 +- 5 files changed, 11 insertions(+), 14 deletions(-) diff --git a/VERSION b/VERSION index ea51671d..b09de9c6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.18.3-develop2 +1.18.3-develop3 diff --git a/docs/defaults/overlays/episode_info.md b/docs/defaults/overlays/episode_info.md index 643b9adb..fc207e61 100644 --- a/docs/defaults/overlays/episode_info.md +++ b/docs/defaults/overlays/episode_info.md @@ -49,7 +49,7 @@ The below is an example config.yml extract with some Template Variables added in ```yaml libraries: - Movies: + TV Shows: overlay_path: - pmm: episode_info template_variables: diff --git a/docs/defaults/overlays/status.md b/docs/defaults/overlays/status.md index 12ddb0f4..11fc10f7 100644 --- a/docs/defaults/overlays/status.md +++ b/docs/defaults/overlays/status.md @@ -8,12 +8,12 @@ The `status` Default Overlay File is used to create an overlay on a show detaili ## Supported Status -| Audio Codec | Key | Weight | -|:------------|:------------|:-------| -| AIRING | `airing` | `40` | -| RETURNING | `returning` | `30` | -| CANCELED | `canceled` | `20` | -| ENDED | `ended` | `10` | +| Status | Key | Weight | +|:----------|:------------|:-------| +| AIRING | `airing` | `40` | +| RETURNING | `returning` | `30` | +| CANCELED | `canceled` | `20` | +| ENDED | `ended` | `10` | ## Config @@ -21,9 +21,6 @@ The below YAML in your config.yml will create the overlays: ```yaml libraries: - Movies: - overlay_path: - - pmm: status TV Shows: overlay_path: - pmm: status @@ -66,7 +63,7 @@ The below is an example config.yml extract with some Template Variables added in ```yaml libraries: - Movies: + TV Shows: overlay_path: - pmm: status template_variables: diff --git a/docs/defaults/show/content_rating_us.md b/docs/defaults/show/content_rating_us.md index a013bb8b..9059fc18 100644 --- a/docs/defaults/show/content_rating_us.md +++ b/docs/defaults/show/content_rating_us.md @@ -59,7 +59,7 @@ The below is an example config.yml extract with some Template Variables added in ```yaml libraries: - Movies: + TV Shows: metadata_path: - pmm: content_rating_us template_variables: diff --git a/docs/defaults/show/network.md b/docs/defaults/show/network.md index 2fb937e0..6ca4a456 100644 --- a/docs/defaults/show/network.md +++ b/docs/defaults/show/network.md @@ -54,7 +54,7 @@ The below is an example config.yml extract with some Template Variables added in ```yaml libraries: - Movies: + TV Shows: metadata_path: - pmm: network template_variables: