mirror of
https://github.com/Kometa-Team/Community-Configs.git
synced 2025-11-19 06:26:06 -05:00
add parental collections; various bugfixes
This commit is contained in:
1
0x5f3/metadata/movie/0_debug.yml
Normal file
1
0x5f3/metadata/movie/0_debug.yml
Normal file
@@ -0,0 +1 @@
|
||||
## 0_debug.yml
|
||||
9
0x5f3/metadata/movie/0_radarr.yml
Normal file
9
0x5f3/metadata/movie/0_radarr.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
## 0_radarr.yml
|
||||
|
||||
collections:
|
||||
"Anticipated":
|
||||
build_collection: false
|
||||
schedule: daily
|
||||
radarr_add_missing: true
|
||||
radarr_folder:
|
||||
mdblist_list:
|
||||
155
0x5f3/metadata/movie/1_parental.yml
Normal file
155
0x5f3/metadata/movie/1_parental.yml
Normal file
@@ -0,0 +1,155 @@
|
||||
templates:
|
||||
plex:
|
||||
sort_title: "+1_<<num>>_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
collection_mode: hide
|
||||
visible_home: false
|
||||
visible_shared: false
|
||||
visible_library: false
|
||||
delete_not_scheduled: false
|
||||
cache_builders: 4
|
||||
|
||||
mdblist_title:
|
||||
optional:
|
||||
- mdblist_extra_1
|
||||
- mdblist_extra_2
|
||||
- mdblist_extra_3
|
||||
- mdblist_extra_4
|
||||
- mdblist_extra_5
|
||||
sort_title: "+1_<<num>>_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
collection_mode: hide
|
||||
collection_order: title.asc
|
||||
visible_home: false
|
||||
visible_shared: false
|
||||
visible_library: false
|
||||
delete_not_scheduled: false
|
||||
cache_builders: 6
|
||||
mdblist_list:
|
||||
- https://mdblist.com/lists/<<mdblist_user>>/<<mdblist_list>>/
|
||||
- <<mdblist_extra_1>>
|
||||
- <<mdblist_extra_2>>
|
||||
- <<mdblist_extra_3>>
|
||||
- <<mdblist_extra_4>>
|
||||
- <<mdblist_extra_5>>
|
||||
|
||||
mdblist_added:
|
||||
optional:
|
||||
- mdblist_extra_1
|
||||
- mdblist_extra_2
|
||||
- mdblist_extra_3
|
||||
- mdblist_extra_4
|
||||
- mdblist_extra_5
|
||||
sort_title: "+1_<<num>>_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
limit: 250
|
||||
collection_mode: hide
|
||||
collection_order: added.desc
|
||||
visible_home: false
|
||||
visible_shared: false
|
||||
visible_library: false
|
||||
delete_not_scheduled: false
|
||||
cache_builders: 6
|
||||
mdblist_list:
|
||||
- https://mdblist.com/lists/<<mdblist_user>>/<<mdblist_list>>/
|
||||
- <<mdblist_extra_1>>
|
||||
- <<mdblist_extra_2>>
|
||||
- <<mdblist_extra_3>>
|
||||
- <<mdblist_extra_4>>
|
||||
- <<mdblist_extra_5>>
|
||||
|
||||
mdblist_random:
|
||||
optional:
|
||||
- mdblist_extra_1
|
||||
- mdblist_extra_2
|
||||
- mdblist_extra_3
|
||||
- mdblist_extra_4
|
||||
- mdblist_extra_5
|
||||
sort_title: "+1_<<num>>_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
limit: 500
|
||||
collection_mode: hide
|
||||
collection_order: random
|
||||
visible_home: false
|
||||
visible_shared: false
|
||||
visible_library: false
|
||||
delete_not_scheduled: false
|
||||
cache_builders: 6
|
||||
mdblist_list:
|
||||
- https://mdblist.com/lists/<<mdblist_user>>/<<mdblist_list>>/
|
||||
- <<mdblist_extra_1>>
|
||||
- <<mdblist_extra_2>>
|
||||
- <<mdblist_extra_3>>
|
||||
- <<mdblist_extra_4>>
|
||||
- <<mdblist_extra_5>>
|
||||
|
||||
mdblist_toprated:
|
||||
optional:
|
||||
- mdblist_extra_1
|
||||
- mdblist_extra_2
|
||||
- mdblist_extra_3
|
||||
- mdblist_extra_4
|
||||
- mdblist_extra_5
|
||||
sort_title: "+1_<<num>>_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
limit: 250
|
||||
collection_mode: hide
|
||||
collection_order: critic_rating.desc
|
||||
visible_home: false
|
||||
visible_shared: false
|
||||
visible_library: false
|
||||
delete_not_scheduled: false
|
||||
cache_builders: 6
|
||||
mdblist_list:
|
||||
- https://mdblist.com/lists/<<mdblist_user>>/<<mdblist_list>>/
|
||||
- <<mdblist_extra_1>>
|
||||
- <<mdblist_extra_2>>
|
||||
- <<mdblist_extra_3>>
|
||||
- <<mdblist_extra_4>>
|
||||
- <<mdblist_extra_5>>
|
||||
|
||||
collections:
|
||||
"Parental: All":
|
||||
summary: "Movies suitable for children"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/parental/parental-all.png
|
||||
template: {
|
||||
name: mdblist_title,
|
||||
num: "W",
|
||||
mdblist_user: "archivist",
|
||||
mdblist_list: "list-suitable-for-children"
|
||||
}
|
||||
|
||||
"Parental: Recently Added":
|
||||
summary: "Recently added movies suitable for children"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/parental/parental-added.png
|
||||
template: {
|
||||
name: mdblist_added,
|
||||
num: "X",
|
||||
mdblist_user: "archivist",
|
||||
mdblist_list: "list-suitable-for-children"
|
||||
}
|
||||
|
||||
"Parental: Random":
|
||||
summary: "Random movies suitable for children"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/parental/parental-random.png
|
||||
schedule: daily
|
||||
template: {
|
||||
name: plex,
|
||||
num: "Y"
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
collection: "Parental: All"
|
||||
sort_by: random
|
||||
limit: 500
|
||||
|
||||
|
||||
"Parental: Top-Rated":
|
||||
summary: "Top-Rated movies suitable for children"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/parental/parental-top-rated.png
|
||||
template: {
|
||||
name: mdblist_toprated,
|
||||
num: "Z",
|
||||
mdblist_user: "archivist",
|
||||
mdblist_list: "list-suitable-for-children"
|
||||
}
|
||||
@@ -7,8 +7,9 @@ templates:
|
||||
limit: 200
|
||||
sync_mode: sync
|
||||
collection_order: critic_rating.desc
|
||||
visible_home: true
|
||||
visible_shared: true
|
||||
visible_library: true
|
||||
visible_home: false
|
||||
visible_shared: false
|
||||
delete_not_scheduled: true
|
||||
cache_builders: 4
|
||||
|
||||
@@ -48,6 +49,10 @@ collections:
|
||||
imdb_list:
|
||||
- https://www.imdb.com/list/ls062665509/
|
||||
- https://www.imdb.com/list/ls051733651/
|
||||
- https://www.imdb.com/list/ls561620428/
|
||||
- https://www.imdb.com/list/ls564620820/
|
||||
- https://www.imdb.com/list/ls094021074/
|
||||
- https://www.imdb.com/list/ls088378250/
|
||||
|
||||
"Halloween Movies":
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/seasonal/seasonal-halloween.png
|
||||
@@ -54,6 +54,7 @@ collections:
|
||||
"Random Movies":
|
||||
summary: Random selection of movies
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/suggested/random.png
|
||||
visible_library: true
|
||||
schedule: daily
|
||||
template: {
|
||||
name: plex,
|
||||
@@ -68,7 +69,6 @@ collections:
|
||||
"Trending Movies":
|
||||
summary: Movies trending across the internet
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/suggested/trending.png
|
||||
#radarr_add_missing: true
|
||||
schedule: daily
|
||||
template: {
|
||||
name: trakt,
|
||||
@@ -82,6 +82,7 @@ collections:
|
||||
"Popular Movies":
|
||||
summary: Popular movies across the internet
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/suggested/popular.png
|
||||
visible_library: true
|
||||
schedule: daily
|
||||
template: {
|
||||
name: imdb_popular,
|
||||
|
||||
@@ -419,7 +419,7 @@ collections:
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "10000,",
|
||||
languages: "en",
|
||||
letterboxd_list: "theme-epic"
|
||||
letterboxd_list: "theme-epics"
|
||||
}
|
||||
|
||||
"Top Rated in Espionage":
|
||||
@@ -1062,7 +1062,7 @@ collections:
|
||||
filters:
|
||||
genre: Drama
|
||||
year.gte: 1960
|
||||
|
||||
|
||||
"Top Rated in Samurai":
|
||||
summary: "Top rated movies in Samurai"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/subgenre/top-rated-subgenre-samurai.png
|
||||
|
||||
Reference in New Issue
Block a user