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

Fixing errors from logs #674

Merged
merged 1 commit into from Mar 6, 2024
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions config/anime.yml
@@ -1,3 +1,4 @@
collections: []
metadata:
Cowboy Bebop:
url_poster: https://theposterdb.com/api/assets/69930
Expand Down
14 changes: 2 additions & 12 deletions config/movies.yml
@@ -1,6 +1,4 @@
templates:
tmdb_collections:
minimum_items: 3
studio:
optional: [company]
tmdb_company: <<company>>
Expand Down Expand Up @@ -45,7 +43,7 @@ collections:
dynamic_collections:
"TMDB Collections":
type: tmdb_collection
template: tmdb_collections
minimum_items: 3
metadata:
10 Cloverfield Lane:
url_poster: https://theposterdb.com/api/assets/13928
Expand Down Expand Up @@ -1052,7 +1050,7 @@ metadata:
Hercules (2014):
match:
title: Hercules
year: 204
year: 2014
url_poster: https://www.themoviedb.org/t/p/original/5X3VOy9lD44VclKsWTi8gHZGjhL.jpg
Hereditary:
url_poster: https://www.themoviedb.org/t/p/original/jVQhRLSmfHqvCkQXDDmUpn9BOSA.jpg
Expand Down Expand Up @@ -1951,9 +1949,6 @@ metadata:
"Revenge of the Nerds II: Nerds in Paradise":
url_poster: https://theposterdb.com/api/assets/218933
sort_title: Revenge of the Nerds 2
"Revenge of the Nerds III: The Next Generation":
url_poster: https://theposterdb.com/api/assets/218934
sort_title: Revenge of the Nerds 3
"Revenge of the Nerds IV: Nerds in Love":
url_poster: https://theposterdb.com/api/assets/218935
sort_title: Revenge of the Nerds 4
Expand Down Expand Up @@ -2530,11 +2525,6 @@ metadata:
match:
title: The Grudge
year: 2019
The Grudge (2020):
url_poster: https://theposterdb.com/api/assets/34994
match:
title: The Grudge
year: 2020
"The Guardians of the Galaxy: Holiday Special":
url_poster: https://theposterdb.com/api/assets/282263
The Guilt Trip:
Expand Down
1 change: 1 addition & 0 deletions config/tv.yml
@@ -1,3 +1,4 @@
collections: []
metadata:
"Avatar: The Last Airbender":
url_poster: https://theposterdb.com/api/assets/58044
Expand Down