Merge remote-tracking branch 'meisnate12/master'

pull/609/head
bullmoose20 4 months ago
commit e61080fdcb

@ -2,7 +2,7 @@
libraries: # Library mappings must have a colon (:) placed after them
Anime:
metadata_path:
collection_files:
- /config/metadata/anime.yml
settings:
missing_path: config/missing
@ -14,7 +14,7 @@ libraries: # Library mappings must have a colon (:) placed after them
delete_unmanaged_collections: false
Movies:
library_name: Movies
metadata_path:
collection_files:
- /config/metadata/genres.yml
- /config/metadata/holidays.yml
# - /config/metadata/studios.yml
@ -40,7 +40,7 @@ libraries: # Library mappings must have a colon (:) placed after them
delete_unmanaged_collections: true
TV Shows:
library_name: TV Shows
metadata_path:
collection_files:
- /config/metadata/kids.yml
- /config/metadata/networks.yml
- /config/metadata/tv_suggestions.yml

@ -78,9 +78,14 @@ collections:
Top Rated:
template: {name: Suggestion, poster: 213605}
imdb_list:
- https://www.imdb.com/search/title/?groups=top_250&count=250&sort=user_rating,desc&title_type=movie
summary: Top Rated Movies
imdb_search:
type: movie
release.after: 1990-01-01
rating.gte: 5
votes.gte: 100000
sort_by: rating.desc
limit: 250
summary: Top Rated Movies
######################
## Tautulli ##

@ -2,7 +2,7 @@
libraries: # Library mappings must have a colon (:) placed after them
Anime:
metadata_path:
collection_files::
- /config/metadata/anime.yml
settings:
missing_path: config/missing

@ -7,7 +7,7 @@
libraries: # Library mappings must have a colon (:) placed after them
Movies:
library_name: Movies
metadata_path:
collection_files:
- /config/metadata/awards.yml
- /config/metadata/collections.yml
- /config/metadata/decades.yml

@ -78,8 +78,13 @@ collections:
Top Rated:
template: {name: Suggestion, poster: 213605}
imdb_list:
- https://www.imdb.com/search/title/?groups=top_250&count=250&sort=user_rating,desc&title_type=movie
imdb_search:
type: movie
release.after: 1990-01-01
rating.gte: 5
votes.gte: 100000
sort_by: rating.desc
limit: 250
summary: Top Rated Movies
######################

@ -3,7 +3,7 @@
libraries: # Library mappings must have a colon (:) placed after them
TV Shows:
library_name: TV Shows
metadata_path:
collection_files:
- /config/metadata/suggestions.yml
- /config/metadata/networks.yml
- /config/metadata/kids.yml

Loading…
Cancel
Save