From f55db90f03d68a1d6e791b8f75ef2e5a23e9b3e6 Mon Sep 17 00:00:00 2001
From: Kevin2kkelly <109259394+Kevin2kkelly@users.noreply.github.com>
Date: Tue, 28 May 2024 09:09:39 -0400
Subject: [PATCH 1/3] add Letterboxd
---
docs/defaults/collection_list.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/defaults/collection_list.md b/docs/defaults/collection_list.md
index d7545581..b90d7d31 100644
--- a/docs/defaults/collection_list.md
+++ b/docs/defaults/collection_list.md
@@ -39,6 +39,7 @@ These collections are applied by calling the below paths into the `collection_fi
| [Trakt Charts](chart/trakt.md)2 | `trakt` | Trakt Popular, Trakt Trending | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green } |
| [AniList Charts](chart/anilist.md) | `anilist` | AniList Popular, AniList Season | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green } |
| [MyAnimeList Charts](chart/myanimelist.md) | `myanimelist` | MyAnimeList Popular, MyAnimeList Top Rated | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green } |
+| [Letterboxd Charts](chart/letterboxd.md) | `letterboxd` | Letterboxd Top 250, Top 250 Most Fans | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-xmark:{ .red } |
| [Other Charts](chart/other.md) | `other_chart` | AniDB Popular, Common Sense Selection | :fontawesome-solid-circle-check:{ .green } | :fontawesome-solid-circle-check:{ .green } |
1 Requires [Tautulli Authentication](../config/tautulli.md)
From 35947025536eb5e673b4cd258863fbc969e82e2c Mon Sep 17 00:00:00 2001
From: Kevin2kkelly <109259394+Kevin2kkelly@users.noreply.github.com>
Date: Tue, 28 May 2024 09:11:03 -0400
Subject: [PATCH 2/3] add Letterboxd
---
docs/defaults/collections.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/docs/defaults/collections.md b/docs/defaults/collections.md
index 0347457b..29afb909 100644
--- a/docs/defaults/collections.md
+++ b/docs/defaults/collections.md
@@ -68,6 +68,7 @@ This is the default Kometa collection ordering:
| `basic` | `010` |
| `anilist` | `020` |
| `imdb` | `020` |
+| `letterboxd` | `020` |
| `myanimelist` | `020` |
| `other_chart` | `020` |
| `tautulli` | `020` |
@@ -211,4 +212,4 @@ libraries:
{%
include-markdown "./example.md"
-%}
\ No newline at end of file
+%}
From 420ccdf71a038101d6811d83b118d2e7e86be0b7 Mon Sep 17 00:00:00 2001
From: Kevin2kkelly <109259394+Kevin2kkelly@users.noreply.github.com>
Date: Tue, 28 May 2024 13:02:12 -0400
Subject: [PATCH 3/3] add Letterboxd
---
mkdocs.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/mkdocs.yml b/mkdocs.yml
index 8584e472..7f1713d6 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -225,6 +225,7 @@ nav:
- Basic Charts: defaults/chart/basic.md
- AniList Charts: defaults/chart/anilist.md
- IMDb Charts: defaults/chart/imdb.md
+ - Letterboxd Charts: defaults/chart/letterboxd.md
- MyAnimeList Charts: defaults/chart/myanimelist.md
- Tautulli Charts: defaults/chart/tautulli.md
- TMDb Charts: defaults/chart/tmdb.md