mirror of
https://github.com/Kometa-Team/Community-Configs.git
synced 2025-11-06 08:28:53 -05:00
added audience and fixed up people style (#400)
* enhanced for 1.17.2 and beyond * updated comments for new 1.17.2 version of ratings * initial commit * added audience and fixed up people style * updated config for chart collection separator fix
This commit is contained in:
parent
a85db6c4b9
commit
64ad77d4be
@ -43,34 +43,34 @@ libraries: # Library mappings must have a
|
||||
starting: 2010
|
||||
ending: current_year
|
||||
- git: PMM/chart/anilist
|
||||
- git: PMM/chart/basic
|
||||
- git: PMM/chart/imdb
|
||||
- git: PMM/chart/myanimelist
|
||||
- git: PMM/chart/other
|
||||
- git: PMM/chart/tautulli
|
||||
- git: PMM/chart/tmdb
|
||||
- git: PMM/chart/trakt
|
||||
- git: PMM/chart/basic # Keep this as the last chart item so that collection_mode: hide works properly on library tab for CHART COLLECTION
|
||||
- git: PMM/actor
|
||||
template_variables:
|
||||
style: rainier
|
||||
style: bw
|
||||
data:
|
||||
depth: 5
|
||||
limit: 150
|
||||
- git: PMM/movie/director
|
||||
template_variables:
|
||||
style: rainier
|
||||
style: bw
|
||||
data:
|
||||
depth: 5
|
||||
limit: 150
|
||||
- git: PMM/movie/producer
|
||||
template_variables:
|
||||
style: rainier
|
||||
style: bw
|
||||
data:
|
||||
depth: 5
|
||||
limit: 150
|
||||
- git: PMM/movie/writer
|
||||
template_variables:
|
||||
style: rainier
|
||||
style: bw
|
||||
data:
|
||||
depth: 5
|
||||
limit: 150
|
||||
@ -167,7 +167,7 @@ libraries: # Library mappings must have a
|
||||
delete_unmanaged_collections: true
|
||||
mass_critic_rating_update: imdb
|
||||
mass_audience_rating_update: tmdb
|
||||
mass_user_rating_update: mdb_tomatoes
|
||||
mass_user_rating_update: mdb_tomatoesaudience
|
||||
mass_genre_update: tmdb
|
||||
mass_content_rating_update: omdb
|
||||
mass_originally_available_update: tmdb
|
||||
@ -194,16 +194,16 @@ libraries: # Library mappings must have a
|
||||
starting: 1947
|
||||
ending: current_year
|
||||
- git: PMM/chart/anilist
|
||||
- git: PMM/chart/basic
|
||||
- git: PMM/chart/imdb
|
||||
- git: PMM/chart/myanimelist
|
||||
- git: PMM/chart/other
|
||||
- git: PMM/chart/tautulli
|
||||
- git: PMM/chart/tmdb
|
||||
- git: PMM/chart/trakt
|
||||
- git: PMM/chart/basic # Keep this as the last chart item so that collection_mode: hide works properly on library tab for CHART COLLECTION
|
||||
- git: PMM/actor
|
||||
template_variables:
|
||||
style: rainier
|
||||
style: bw
|
||||
data:
|
||||
depth: 5
|
||||
limit: 150
|
||||
@ -374,7 +374,7 @@ libraries: # Library mappings must have a
|
||||
delete_unmanaged_collections: true
|
||||
mass_critic_rating_update: imdb
|
||||
mass_audience_rating_update: tmdb
|
||||
mass_user_rating_update: mdb_tomatoes
|
||||
mass_user_rating_update: mdb_tomatoesaudience
|
||||
mass_episode_critic_rating_update: imdb
|
||||
mass_episode_audience_rating_update: tmdb
|
||||
mass_genre_update: tmdb
|
||||
@ -425,9 +425,9 @@ settings: # Can be individually specified
|
||||
custom_git:
|
||||
custom_repo:
|
||||
webhooks: # Can be individually specified per library as well
|
||||
error: (redacted)
|
||||
run_start: (redacted)
|
||||
run_end: (redacted)
|
||||
error: notifiarr
|
||||
run_start: notifiarr
|
||||
run_end: notifiarr
|
||||
changes:
|
||||
- notifiarr
|
||||
version:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user