mirror of
https://github.com/Kometa-Team/Community-Configs.git
synced 2025-11-06 00:18: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
|
starting: 2010
|
||||||
ending: current_year
|
ending: current_year
|
||||||
- git: PMM/chart/anilist
|
- git: PMM/chart/anilist
|
||||||
- git: PMM/chart/basic
|
|
||||||
- git: PMM/chart/imdb
|
- git: PMM/chart/imdb
|
||||||
- git: PMM/chart/myanimelist
|
- git: PMM/chart/myanimelist
|
||||||
- git: PMM/chart/other
|
- git: PMM/chart/other
|
||||||
- git: PMM/chart/tautulli
|
- git: PMM/chart/tautulli
|
||||||
- git: PMM/chart/tmdb
|
- git: PMM/chart/tmdb
|
||||||
- git: PMM/chart/trakt
|
- 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
|
- git: PMM/actor
|
||||||
template_variables:
|
template_variables:
|
||||||
style: rainier
|
style: bw
|
||||||
data:
|
data:
|
||||||
depth: 5
|
depth: 5
|
||||||
limit: 150
|
limit: 150
|
||||||
- git: PMM/movie/director
|
- git: PMM/movie/director
|
||||||
template_variables:
|
template_variables:
|
||||||
style: rainier
|
style: bw
|
||||||
data:
|
data:
|
||||||
depth: 5
|
depth: 5
|
||||||
limit: 150
|
limit: 150
|
||||||
- git: PMM/movie/producer
|
- git: PMM/movie/producer
|
||||||
template_variables:
|
template_variables:
|
||||||
style: rainier
|
style: bw
|
||||||
data:
|
data:
|
||||||
depth: 5
|
depth: 5
|
||||||
limit: 150
|
limit: 150
|
||||||
- git: PMM/movie/writer
|
- git: PMM/movie/writer
|
||||||
template_variables:
|
template_variables:
|
||||||
style: rainier
|
style: bw
|
||||||
data:
|
data:
|
||||||
depth: 5
|
depth: 5
|
||||||
limit: 150
|
limit: 150
|
||||||
@ -167,7 +167,7 @@ libraries: # Library mappings must have a
|
|||||||
delete_unmanaged_collections: true
|
delete_unmanaged_collections: true
|
||||||
mass_critic_rating_update: imdb
|
mass_critic_rating_update: imdb
|
||||||
mass_audience_rating_update: tmdb
|
mass_audience_rating_update: tmdb
|
||||||
mass_user_rating_update: mdb_tomatoes
|
mass_user_rating_update: mdb_tomatoesaudience
|
||||||
mass_genre_update: tmdb
|
mass_genre_update: tmdb
|
||||||
mass_content_rating_update: omdb
|
mass_content_rating_update: omdb
|
||||||
mass_originally_available_update: tmdb
|
mass_originally_available_update: tmdb
|
||||||
@ -194,16 +194,16 @@ libraries: # Library mappings must have a
|
|||||||
starting: 1947
|
starting: 1947
|
||||||
ending: current_year
|
ending: current_year
|
||||||
- git: PMM/chart/anilist
|
- git: PMM/chart/anilist
|
||||||
- git: PMM/chart/basic
|
|
||||||
- git: PMM/chart/imdb
|
- git: PMM/chart/imdb
|
||||||
- git: PMM/chart/myanimelist
|
- git: PMM/chart/myanimelist
|
||||||
- git: PMM/chart/other
|
- git: PMM/chart/other
|
||||||
- git: PMM/chart/tautulli
|
- git: PMM/chart/tautulli
|
||||||
- git: PMM/chart/tmdb
|
- git: PMM/chart/tmdb
|
||||||
- git: PMM/chart/trakt
|
- 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
|
- git: PMM/actor
|
||||||
template_variables:
|
template_variables:
|
||||||
style: rainier
|
style: bw
|
||||||
data:
|
data:
|
||||||
depth: 5
|
depth: 5
|
||||||
limit: 150
|
limit: 150
|
||||||
@ -374,7 +374,7 @@ libraries: # Library mappings must have a
|
|||||||
delete_unmanaged_collections: true
|
delete_unmanaged_collections: true
|
||||||
mass_critic_rating_update: imdb
|
mass_critic_rating_update: imdb
|
||||||
mass_audience_rating_update: tmdb
|
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_critic_rating_update: imdb
|
||||||
mass_episode_audience_rating_update: tmdb
|
mass_episode_audience_rating_update: tmdb
|
||||||
mass_genre_update: tmdb
|
mass_genre_update: tmdb
|
||||||
@ -425,9 +425,9 @@ settings: # Can be individually specified
|
|||||||
custom_git:
|
custom_git:
|
||||||
custom_repo:
|
custom_repo:
|
||||||
webhooks: # Can be individually specified per library as well
|
webhooks: # Can be individually specified per library as well
|
||||||
error: (redacted)
|
error: notifiarr
|
||||||
run_start: (redacted)
|
run_start: notifiarr
|
||||||
run_end: (redacted)
|
run_end: notifiarr
|
||||||
changes:
|
changes:
|
||||||
- notifiarr
|
- notifiarr
|
||||||
version:
|
version:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user