Merge remote-tracking branch 'meisnate12/master'

pull/609/head
bullmoose20 11 months ago
commit e61080fdcb

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

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

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

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

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

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

Loading…
Cancel
Save