Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Defaults] Add Metacritic Must See Collection to other_chart #2497

Merged
merged 2 commits into from
Jan 31, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ Added Aymara language with Bolivian flag to audio/subtitle overlay languages (cr
Added `size` setting to languages overlay to double the overlay size.
Added `hide_text` setting to languages overlay to only show the flags and hide the country text.
Added `openmatte` edition to default resolution overlay.
Added `Metacritic Must See Movies` to `other_chart`.

# Bug Fixes
Fixed the `cast` search option for the `imdb_search` builder
Expand Down
12 changes: 12 additions & 0 deletions defaults/chart/other_chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,15 @@ collections:
translation_key: pirated_popular
- name: arr
- name: custom

Metacritic Must See:
variables:
style: color
key: metacritic
mdblist_list: https://mdblist.com/lists/k0meta/metacriticmustseemovies
template:
- name: shared
allowed_libraries: movie
translation_key: metacritic_must_see
- name: arr
- name: custom
13 changes: 7 additions & 6 deletions docs/defaults/chart/other.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@ Recommendations: The `StevenLu's Popular Movies` and `Top 10 Pirated Movies of t

## <a id="collection_section"></a>Collections Section 020

| Collection | Key | Description |
|:------------------------------------|:--------------|:-----------------------------------------------------|
| `AniDB Popular` | `anidb` | Collection of the most Popular Anime on AniDB. |
| `Common Sense Selection` | `commonsense` | Collection of Common Sense Selection Movies/Shows. |
| `StevenLu's Popular Movies` | `stevenlu` | Collection of StevenLu's Popular Movies. |
| `Top 10 Pirated Movies of the Week` | `pirated` | Collection of the Top 10 Pirated Movies of the Week. |
| Collection | Key | Description |
|:------------------------------------|:--------------|:-------------------------------------------------------|
| `AniDB Popular` | `anidb` | Collection of the most Popular Anime on AniDB. |
| `Common Sense Selection` | `commonsense` | Collection of Common Sense Selection Movies/Shows. |
| `Metacritic Must See Movies` | `metacritic` | Collection of Metacritic Must See Movies. |
| `StevenLu's Popular Movies` | `stevenlu` | Collection of StevenLu's Popular Movies. |
| `Top 10 Pirated Movies of the Week` | `pirated` | Collection of the Top 10 Pirated Movies of the Week. |

## Config

Expand Down