add parental collections; various bugfixes

pull/554/head
0x5f3 2 years ago
parent 38421afc7f
commit df346cf8f3

@ -8,6 +8,21 @@
- Most Watched Monthly - Most Watched Monthly
- Most Watched Yearly - Most Watched Yearly
- 1_seasonal.yml
- Valentine's Day Movies (02/13-02/15)
- St. Patrick's Day Movies (03/16-03-18)
- Easter Moviews (03/22-04/25)
- Halloween Movies (10/29-10/31)
- Thanksgiving Movies (11/22-11/25)
- Christmas Movies (12/01-12/31)
- New Year's Eve Movies (12/26-01-02)
- 1_parental.yml
- Parental: All
- Parental: Recently Added
- Parental: Random
- Parental: Top-Rated
- 2_awards.yml - 2_awards.yml
- Oscar Winners - Oscar Winners
- Oscar Nominees - Oscar Nominees
@ -114,6 +129,7 @@
- Top Rated in Distaster - Top Rated in Distaster
- Top Rated in Dragons - Top Rated in Dragons
- Top Rated in Dystopian - Top Rated in Dystopian
- Top Rated in Epics
- Top Rated in Espionage - Top Rated in Espionage
- Top Rated in Experimental - Top Rated in Experimental
- Top Rated in Fairytale - Top Rated in Fairytale
@ -186,14 +202,5 @@
- Top Rated in World War - Top Rated in World War
- Top Rated in Zombies - Top Rated in Zombies
- 8_seasonal.yml
- Valentine's Day Movies (02/13-02/15)
- St. Patrick's Day Movies (03/16-03-18)
- Easter Moviews (03/22-04/25)
- Halloween Movies (10/29-10/31)
- Thanksgiving Movies (11/22-11/25)
- Christmas Movies (12/01-12/31)
- New Year's Eve Movies (12/26-01-02)
- 9_collections.yml - 9_collections.yml
- TMDb Collections - TMDb Collections

@ -1,13 +1,14 @@
This config will populate the following: This config will populate the following:
- Suggested (random, trending, popular, top-rated, most watched) - Suggested (random, trending, popular, top-rated, most watched)
- Seasonal *
- Parental
- Awards - Awards
- Year (top-rated) - Year (top-rated)
- Decades (top-rated) - Decades (top-rated)
- Genre (popular) - Genre (popular)
- Genre (top-rated) - Genre (top-rated)
- Sub-genre (top-rated) * - Sub-genre (top-rated) *
- Seasonal *
- TMBD collections * - TMBD collections *
( * = movies only ) ( * = movies only )
@ -32,7 +33,7 @@ After a sucessfull run, you should have something like this:
<br/> <br/>
<br/> <br/>
![shows](https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/_/_shows.png) ![movies](/assets/_/_movies.png)
<br/> <br/>
![movies](https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/_/_movies.png) ![shows](/assets/_/_shows.png)

@ -8,6 +8,12 @@
- Most Watched Monthly - Most Watched Monthly
- Most Watched Yearly - Most Watched Yearly
- 1_parental.yml
- Parental: All
- Parental: Recently Added
- Parental: Random
- Parental: Top-Rated
- 2_awards.yml - 2_awards.yml
- Emmy Award Winners - Emmy Award Winners
- Emmy Award Nominees - Emmy Award Nominees

@ -0,0 +1,9 @@
## 0_radarr.yml
collections:
"Anticipated":
build_collection: false
schedule: daily
radarr_add_missing: true
radarr_folder:
mdblist_list:

@ -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 limit: 200
sync_mode: sync sync_mode: sync
collection_order: critic_rating.desc collection_order: critic_rating.desc
visible_home: true visible_library: true
visible_shared: true visible_home: false
visible_shared: false
delete_not_scheduled: true delete_not_scheduled: true
cache_builders: 4 cache_builders: 4
@ -48,6 +49,10 @@ collections:
imdb_list: imdb_list:
- https://www.imdb.com/list/ls062665509/ - https://www.imdb.com/list/ls062665509/
- https://www.imdb.com/list/ls051733651/ - 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": "Halloween Movies":
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/seasonal/seasonal-halloween.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/seasonal/seasonal-halloween.png

@ -54,6 +54,7 @@ collections:
"Random Movies": "Random Movies":
summary: Random selection of movies summary: Random selection of movies
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/suggested/random.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/suggested/random.png
visible_library: true
schedule: daily schedule: daily
template: { template: {
name: plex, name: plex,
@ -68,7 +69,6 @@ collections:
"Trending Movies": "Trending Movies":
summary: Movies trending across the internet summary: Movies trending across the internet
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/suggested/trending.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/suggested/trending.png
#radarr_add_missing: true
schedule: daily schedule: daily
template: { template: {
name: trakt, name: trakt,
@ -82,6 +82,7 @@ collections:
"Popular Movies": "Popular Movies":
summary: Popular movies across the internet summary: Popular movies across the internet
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/suggested/popular.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/suggested/popular.png
visible_library: true
schedule: daily schedule: daily
template: { template: {
name: imdb_popular, name: imdb_popular,

@ -419,7 +419,7 @@ collections:
user_rating: "5.0,10.0", user_rating: "5.0,10.0",
votes: "10000,", votes: "10000,",
languages: "en", languages: "en",
letterboxd_list: "theme-epic" letterboxd_list: "theme-epics"
} }
"Top Rated in Espionage": "Top Rated in Espionage":

@ -0,0 +1,9 @@
## 0_sonarr.yml
collections:
"Anticipated":
build_collection: false
schedule: daily
sonarr_add_missing: true
sonarr_folder:
mdblist_list:

@ -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: 250
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: "TV shows 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: "a2u2y13",
mdblist_list: "list-suitable-for-children"
}
"Parental: Recently Added":
summary: "Recently added TV shows 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: "a2u2y13",
mdblist_list: "list-suitable-for-children"
}
"Parental: Random":
summary: "Random TV shows 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: 250
"Parental: Top-Rated":
summary: "Top-Rated TV shows 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: "a2u2y13",
mdblist_list: "list-suitable-for-children"
}

@ -54,6 +54,7 @@ collections:
"Random TV shows": "Random TV shows":
summary: Random selection of TV shows summary: Random selection of TV shows
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/suggested/random.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/suggested/random.png
visible_library: true
schedule: daily schedule: daily
template: { template: {
name: plex, name: plex,
@ -81,6 +82,7 @@ collections:
"Popular TV shows": "Popular TV shows":
summary: Popular TV shows across the internet summary: Popular TV shows across the internet
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/suggested/popular.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/suggested/popular.png
visible_library: true
schedule: daily schedule: daily
template: { template: {
name: imdb_popular, name: imdb_popular,

@ -18,7 +18,7 @@ templates:
collections: collections:
"Top Rated of 2023": "Top Rated of 2023":
summary: "Top rated shows in 2023" summary: "Top rated TV shows in 2023"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2023.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2023.png
schedule: weekly(tuesday) schedule: weekly(tuesday)
template: { template: {
@ -32,7 +32,7 @@ collections:
} }
"Top Rated of 2022": "Top Rated of 2022":
summary: "Top rated shows in 2022" summary: "Top rated TV shows in 2022"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2022.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2022.png
schedule: weekly(tuesday) schedule: weekly(tuesday)
template: { template: {
@ -46,7 +46,7 @@ collections:
} }
"Top Rated of 2021": "Top Rated of 2021":
summary: "Top rated shows in 2021" summary: "Top rated TV shows in 2021"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2021.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2021.png
schedule: weekly(tuesday) schedule: weekly(tuesday)
template: { template: {
@ -60,7 +60,7 @@ collections:
} }
"Top Rated of 2020": "Top Rated of 2020":
summary: "Top rated shows in 2020" summary: "Top rated TV shows in 2020"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2020.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2020.png
schedule: weekly(tuesday) schedule: weekly(tuesday)
template: { template: {
@ -74,7 +74,7 @@ collections:
} }
"Top Rated of 2019": "Top Rated of 2019":
summary: "Top rated shows in 2019" summary: "Top rated TV shows in 2019"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2019.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2019.png
schedule: weekly(tuesday) schedule: weekly(tuesday)
template: { template: {
@ -88,7 +88,7 @@ collections:
} }
"Top Rated of 2018": "Top Rated of 2018":
summary: "Top rated shows in 2018" summary: "Top rated TV shows in 2018"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2018.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2018.png
schedule: weekly(tuesday) schedule: weekly(tuesday)
template: { template: {
@ -102,7 +102,7 @@ collections:
} }
"Top Rated of 2017": "Top Rated of 2017":
summary: "Top rated shows in 2017" summary: "Top rated TV shows in 2017"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2017.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2017.png
schedule: weekly(tuesday) schedule: weekly(tuesday)
template: { template: {
@ -116,7 +116,7 @@ collections:
} }
"Top Rated of 2016": "Top Rated of 2016":
summary: "Top rated shows in 2016" summary: "Top rated TV shows in 2016"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2016.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2016.png
schedule: weekly(tuesday) schedule: weekly(tuesday)
template: { template: {
@ -130,7 +130,7 @@ collections:
} }
"Top Rated of 2015": "Top Rated of 2015":
summary: "Top rated shows in 2015" summary: "Top rated TV shows in 2015"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2015.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2015.png
schedule: weekly(tuesday) schedule: weekly(tuesday)
template: { template: {
@ -144,7 +144,7 @@ collections:
} }
"Top Rated of 2014": "Top Rated of 2014":
summary: "Top rated shows in 2014" summary: "Top rated TV shows in 2014"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2014.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2014.png
schedule: weekly(tuesday) schedule: weekly(tuesday)
template: { template: {
@ -158,7 +158,7 @@ collections:
} }
"Top Rated of 2013": "Top Rated of 2013":
summary: "Top rated shows in 2013" summary: "Top rated TV shows in 2013"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2013.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2013.png
schedule: weekly(tuesday) schedule: weekly(tuesday)
template: { template: {
@ -172,7 +172,7 @@ collections:
} }
"Top Rated of 2012": "Top Rated of 2012":
summary: "Top rated shows in 2012" summary: "Top rated TV shows in 2012"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2012.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2012.png
schedule: weekly(tuesday) schedule: weekly(tuesday)
template: { template: {
@ -186,7 +186,7 @@ collections:
} }
"Top Rated of 2011": "Top Rated of 2011":
summary: "Top rated shows in 2011" summary: "Top rated TV shows in 2011"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2011.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2011.png
schedule: weekly(tuesday) schedule: weekly(tuesday)
template: { template: {
@ -200,7 +200,7 @@ collections:
} }
"Top Rated of 2010": "Top Rated of 2010":
summary: "Top rated shows in 2010" summary: "Top rated TV shows in 2010"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2010.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-year-2010.png
schedule: weekly(tuesday) schedule: weekly(tuesday)
template: { template: {

@ -18,7 +18,7 @@ templates:
collections: collections:
"Top Rated of the 1940s": "Top Rated of the 1940s":
summary: "Top rated shows of the 1940s" summary: "Top rated TV shows of the 1940s"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-decade-1940s.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-decade-1940s.png
schedule: weekly(wednesday) schedule: weekly(wednesday)
template: { template: {
@ -32,7 +32,7 @@ collections:
} }
"Top Rated of the 1950s": "Top Rated of the 1950s":
summary: "Top rated shows of the 1950s" summary: "Top rated TV shows of the 1950s"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-decade-1950s.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-decade-1950s.png
schedule: weekly(wednesday) schedule: weekly(wednesday)
template: { template: {
@ -46,7 +46,7 @@ collections:
} }
"Top Rated of the 1960s": "Top Rated of the 1960s":
summary: "Top rated shows of the 1960s" summary: "Top rated TV shows of the 1960s"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-decade-1960s.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-decade-1960s.png
schedule: weekly(wednesday) schedule: weekly(wednesday)
template: { template: {
@ -60,7 +60,7 @@ collections:
} }
"Top Rated of the 1970s": "Top Rated of the 1970s":
summary: "Top rated shows of the 1970s" summary: "Top rated TV shows of the 1970s"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-decade-1970s.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-decade-1970s.png
schedule: weekly(wednesday) schedule: weekly(wednesday)
template: { template: {
@ -74,7 +74,7 @@ collections:
} }
"Top Rated of the 1980s": "Top Rated of the 1980s":
summary: "Top rated shows of the 1980s" summary: "Top rated TV shows of the 1980s"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-decade-1980s.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-decade-1980s.png
schedule: weekly(wednesday) schedule: weekly(wednesday)
template: { template: {
@ -88,7 +88,7 @@ collections:
} }
"Top Rated of the 1990s": "Top Rated of the 1990s":
summary: "Top rated shows of the 1990s" summary: "Top rated TV shows of the 1990s"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-decade-1990s.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-decade-1990s.png
schedule: weekly(wednesday) schedule: weekly(wednesday)
template: { template: {
@ -102,7 +102,7 @@ collections:
} }
"Top Rated of the 2000s": "Top Rated of the 2000s":
summary: "Top rated shows of the 2000s" summary: "Top rated TV shows of the 2000s"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-decade-2000s.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-decade-2000s.png
schedule: weekly(wednesday) schedule: weekly(wednesday)
template: { template: {
@ -116,7 +116,7 @@ collections:
} }
"Top Rated of the 2010s": "Top Rated of the 2010s":
summary: "Top rated shows of the 2010s" summary: "Top rated TV shows of the 2010s"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-decade-2010s.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-decade-2010s.png
schedule: weekly(wednesday) schedule: weekly(wednesday)
template: { template: {
@ -130,7 +130,7 @@ collections:
} }
"Top Rated of the 2020s": "Top Rated of the 2020s":
summary: "Top rated shows of the 2020s" summary: "Top rated TV shows of the 2020s"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-decade-2020s.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/year/top-rated-decade-2020s.png
schedule: weekly schedule: weekly
template: { template: {

@ -18,7 +18,7 @@ templates:
collections: collections:
"Popular in Action": "Popular in Action":
summary: "Popular shows in Action" summary: "Popular TV shows in Action"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-action.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-action.png
schedule: daily schedule: daily
template: { template: {
@ -29,7 +29,7 @@ collections:
} }
"Popular in Adventure": "Popular in Adventure":
summary: "Popular shows in Adventure" summary: "Popular TV shows in Adventure"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-adventure.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-adventure.png
schedule: daily schedule: daily
template: { template: {
@ -40,7 +40,7 @@ collections:
} }
"Popular in Animation": "Popular in Animation":
summary: "Popular shows in Animation" summary: "Popular TV shows in Animation"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-animation.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-animation.png
schedule: daily schedule: daily
template: { template: {
@ -51,7 +51,7 @@ collections:
} }
"Popular in Biography": "Popular in Biography":
summary: "Popular shows in Biography" summary: "Popular TV shows in Biography"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-biography.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-biography.png
schedule: daily schedule: daily
template: { template: {
@ -62,7 +62,7 @@ collections:
} }
"Popular in Comedy": "Popular in Comedy":
summary: "Popular shows in Comedy" summary: "Popular TV shows in Comedy"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-comedy.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-comedy.png
schedule: daily schedule: daily
template: { template: {
@ -73,7 +73,7 @@ collections:
} }
"Popular in Crime": "Popular in Crime":
summary: "Popular shows in Crime" summary: "Popular TV shows in Crime"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-crime.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-crime.png
schedule: daily schedule: daily
template: { template: {
@ -84,7 +84,7 @@ collections:
} }
"Popular in Drama": "Popular in Drama":
summary: "Popular shows in Drama" summary: "Popular TV shows in Drama"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-drama.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-drama.png
schedule: daily schedule: daily
template: { template: {
@ -95,7 +95,7 @@ collections:
} }
"Popular in Family": "Popular in Family":
summary: "Popular shows in Family" summary: "Popular TV shows in Family"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-family.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-family.png
schedule: daily schedule: daily
template: { template: {
@ -106,7 +106,7 @@ collections:
} }
"Popular in Fantasy": "Popular in Fantasy":
summary: "Popular shows in Fantasy" summary: "Popular TV shows in Fantasy"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-fantasy.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-fantasy.png
schedule: daily schedule: daily
template: { template: {
@ -117,7 +117,7 @@ collections:
} }
"Popular in History": "Popular in History":
summary: "Popular shows in History" summary: "Popular TV shows in History"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-history.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-history.png
schedule: daily schedule: daily
template: { template: {
@ -128,7 +128,7 @@ collections:
} }
"Popular in Horror": "Popular in Horror":
summary: "Popular shows in Horror" summary: "Popular TV shows in Horror"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-horror.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-horror.png
schedule: daily schedule: daily
template: { template: {
@ -139,7 +139,7 @@ collections:
} }
"Popular in Music": "Popular in Music":
summary: "Popular shows in Music" summary: "Popular TV shows in Music"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-music.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-music.png
schedule: daily schedule: daily
template: { template: {
@ -150,7 +150,7 @@ collections:
} }
"Popular in Musicals": "Popular in Musicals":
summary: "Popular shows in Musicals" summary: "Popular TV shows in Musicals"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-musicals.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-musicals.png
schedule: daily schedule: daily
template: { template: {
@ -161,7 +161,7 @@ collections:
} }
"Popular in Mystery": "Popular in Mystery":
summary: "Popular shows in Mystery" summary: "Popular TV shows in Mystery"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-mystery.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-mystery.png
schedule: daily schedule: daily
template: { template: {
@ -172,7 +172,7 @@ collections:
} }
"Popular in Romance": "Popular in Romance":
summary: "Popular shows in Romance" summary: "Popular TV shows in Romance"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-romance.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-romance.png
schedule: daily schedule: daily
template: { template: {
@ -183,7 +183,7 @@ collections:
} }
"Popular in Sci-Fi": "Popular in Sci-Fi":
summary: "Popular shows in Sci-Fi" summary: "Popular TV shows in Sci-Fi"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-sci-fi.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-sci-fi.png
schedule: daily schedule: daily
template: { template: {
@ -194,7 +194,7 @@ collections:
} }
"Popular in Thriller": "Popular in Thriller":
summary: "Popular shows in Thriller" summary: "Popular TV shows in Thriller"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-thriller.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-thriller.png
schedule: daily schedule: daily
template: { template: {
@ -205,7 +205,7 @@ collections:
} }
"Popular in War": "Popular in War":
summary: "Popular shows in War" summary: "Popular TV shows in War"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-war.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-war.png
schedule: daily schedule: daily
template: { template: {
@ -216,7 +216,7 @@ collections:
} }
"Popular in Western": "Popular in Western":
summary: "Popular shows in Western" summary: "Popular TV shows in Western"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-western.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/popular-genre-western.png
schedule: daily schedule: daily
template: { template: {

@ -18,7 +18,7 @@ templates:
collections: collections:
"Top Rated in Action": "Top Rated in Action":
summary: "Top rated movies in Action" summary: "Top rated TV shows in Action"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-action.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-action.png
schedule: weekly(thursday) schedule: weekly(thursday)
template: { template: {
@ -31,7 +31,7 @@ collections:
} }
"Top Rated in Adventure": "Top Rated in Adventure":
summary: "Top rated movies in Adventure" summary: "Top rated TV shows in Adventure"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-adventure.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-adventure.png
schedule: weekly(thursday) schedule: weekly(thursday)
template: { template: {
@ -44,7 +44,7 @@ collections:
} }
"Top Rated in Animation": "Top Rated in Animation":
summary: "Top rated movies in Animation" summary: "Top rated TV shows in Animation"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-animation.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-animation.png
schedule: weekly(thursday) schedule: weekly(thursday)
template: { template: {
@ -57,7 +57,7 @@ collections:
} }
"Top Rated in Biography": "Top Rated in Biography":
summary: "Top rated movies in Biography" summary: "Top rated TV shows in Biography"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-biography.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-biography.png
schedule: weekly(thursday) schedule: weekly(thursday)
template: { template: {
@ -70,7 +70,7 @@ collections:
} }
"Top Rated in Comedy": "Top Rated in Comedy":
summary: "Top rated movies in Comedy" summary: "Top rated TV shows in Comedy"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-comedy.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-comedy.png
schedule: weekly(thursday) schedule: weekly(thursday)
template: { template: {
@ -83,7 +83,7 @@ collections:
} }
"Top Rated in Crime": "Top Rated in Crime":
summary: "Top rated movies in Crime" summary: "Top rated TV shows in Crime"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-crime.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-crime.png
schedule: weekly(thursday) schedule: weekly(thursday)
template: { template: {
@ -96,7 +96,7 @@ collections:
} }
"Top Rated in Drama": "Top Rated in Drama":
summary: "Top rated movies in Drama" summary: "Top rated TV shows in Drama"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-drama.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-drama.png
schedule: weekly(thursday) schedule: weekly(thursday)
template: { template: {
@ -109,7 +109,7 @@ collections:
} }
"Top Rated in Family": "Top Rated in Family":
summary: "Top rated movies in Family" summary: "Top rated TV shows in Family"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-family.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-family.png
schedule: weekly(thursday) schedule: weekly(thursday)
template: { template: {
@ -122,7 +122,7 @@ collections:
} }
"Top Rated in Fantasy": "Top Rated in Fantasy":
summary: "Top rated movies in Fantasy" summary: "Top rated TV shows in Fantasy"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-fantasy.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-fantasy.png
schedule: weekly(thursday) schedule: weekly(thursday)
template: { template: {
@ -135,7 +135,7 @@ collections:
} }
"Top Rated in History": "Top Rated in History":
summary: "Top rated movies in History" summary: "Top rated TV shows in History"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-history.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-history.png
schedule: weekly(thursday) schedule: weekly(thursday)
template: { template: {
@ -148,7 +148,7 @@ collections:
} }
"Top Rated in Horror": "Top Rated in Horror":
summary: "Top rated movies in Horror" summary: "Top rated TV shows in Horror"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-horror.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-horror.png
schedule: weekly(thursday) schedule: weekly(thursday)
template: { template: {
@ -161,7 +161,7 @@ collections:
} }
"Top Rated in Music": "Top Rated in Music":
summary: "Top rated movies in Music" summary: "Top rated TV shows in Music"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-music.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-music.png
schedule: weekly(thursday) schedule: weekly(thursday)
template: { template: {
@ -174,7 +174,7 @@ collections:
} }
"Top Rated in Musicals": "Top Rated in Musicals":
summary: "Top rated movies in Musicals" summary: "Top rated TV shows in Musicals"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-musicals.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-musicals.png
schedule: weekly(thursday) schedule: weekly(thursday)
template: { template: {
@ -187,7 +187,7 @@ collections:
} }
"Top Rated in Mystery": "Top Rated in Mystery":
summary: "Top rated movies in Mystery" summary: "Top rated TV shows in Mystery"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-mystery.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-mystery.png
schedule: weekly(thursday) schedule: weekly(thursday)
template: { template: {
@ -200,7 +200,7 @@ collections:
} }
"Top Rated in Romance": "Top Rated in Romance":
summary: "Top rated movies in Romance" summary: "Top rated TV shows in Romance"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-romance.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-romance.png
schedule: weekly(thursday) schedule: weekly(thursday)
template: { template: {
@ -213,7 +213,7 @@ collections:
} }
"Top Rated in Sci-Fi": "Top Rated in Sci-Fi":
summary: "Top rated movies in Sci-Fi" summary: "Top rated TV shows in Sci-Fi"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-sci-fi.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-sci-fi.png
schedule: weekly(thursday) schedule: weekly(thursday)
template: { template: {
@ -226,7 +226,7 @@ collections:
} }
"Top Rated in Thriller": "Top Rated in Thriller":
summary: "Top rated movies in Thriller" summary: "Top rated TV shows in Thriller"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-thriller.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-thriller.png
schedule: weekly(thursday) schedule: weekly(thursday)
template: { template: {
@ -239,7 +239,7 @@ collections:
} }
"Top Rated in War": "Top Rated in War":
summary: "Top rated movies in War" summary: "Top rated TV shows in War"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-war.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-war.png
schedule: weekly(thursday) schedule: weekly(thursday)
template: { template: {
@ -252,7 +252,7 @@ collections:
} }
"Top Rated in Western": "Top Rated in Western":
summary: "Top rated movies in Western" summary: "Top rated TV shows in Western"
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-western.png url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/genre/top-rated-genre-western.png
schedule: weekly(thursday) schedule: weekly(thursday)
template: { template: {

@ -6,21 +6,23 @@ libraries:
operations: operations:
delete_unmanaged_collections: true delete_unmanaged_collections: true
metadata_path: metadata_path:
- file: config/metadata/movie/1_suggested.yml # - repo: movie/0_radarr.yml
- file: config/metadata/movie/2_year_top.yml - repo: movie/1_suggested.yml
- repo: movie/1_seasonal.yml
- repo: movie/1_parental.yml
- repo: movie/2_year_top.yml
schedule: weekly(monday) schedule: weekly(monday)
- file: config/metadata/movie/3_decades_top.yml - repo: movie/3_decades_top.yml
schedule: weekly(tuesday) schedule: weekly(tuesday)
- file: config/metadata/movie/4_awards.yml - repo: movie/4_awards.yml
schedule: weekly(wednesday) schedule: weekly(wednesday)
- file: config/metadata/movie/5_genre_popular.yml - repo: movie/5_genre_popular.yml
- file: config/metadata/movie/6_genre_top.yml - repo: movie/6_genre_top.yml
schedule: weekly(thursday) schedule: weekly(thursday)
- file: config/metadata/movie/7_subgenre_top.yml - repo: movie/7_subgenre_top.yml
schedule: weekly(friday) schedule: weekly(friday)
- file: config/metadata/movie/8_seasonal.yml - repo: movie/9_collections.yml
- file: config/metadata/movie/9_collections.yml schedule: weekly(sunday)
schedule: weekly(saturday)
settings: settings:
asset_depth: 0 asset_depth: 0
asset_directory: asset_directory:
@ -30,7 +32,7 @@ settings:
cache_expiration: 60 cache_expiration: 60
check_nightly: false check_nightly: false
create_asset_folders: false create_asset_folders: false
custom_repo: custom_repo: https://github.com/0x5f3/pmm-config/assets/metadata/
default_collection_order: default_collection_order:
delete_below_minimum: true delete_below_minimum: true
delete_not_scheduled: false delete_not_scheduled: false

@ -6,15 +6,17 @@ libraries:
operations: operations:
delete_unmanaged_collections: true delete_unmanaged_collections: true
metadata_path: metadata_path:
- file: config/metadata/show/1_suggested.yml # - repo: show/0_sonarr.yml
- file: config/metadata/show/2_year_top.yml - repo: show/1_suggested.yml
- repo: show/1_parental.yml
- repo: show/2_year_top.yml
schedule: weekly(monday) schedule: weekly(monday)
- file: config/metadata/show/3_decades_top.yml - repo: show/3_decades_top.yml
schedule: weekly(wednesday) schedule: weekly(wednesday)
- file: config/metadata/show/4_awards.yml - repo: show/4_awards.yml
schedule: weekly(thursday) schedule: weekly(thursday)
- file: config/metadata/show/5_genre_popular.yml - repo: show/5_genre_popular.yml
- file: config/metadata/show/6_genre_top.yml - repo: show/6_genre_top.yml
schedule: weekly(saturday) schedule: weekly(saturday)
settings: settings:
asset_depth: 0 asset_depth: 0
@ -25,7 +27,7 @@ settings:
cache_expiration: 60 cache_expiration: 60
check_nightly: false check_nightly: false
create_asset_folders: false create_asset_folders: false
custom_repo: custom_repo: https://github.com/0x5f3/pmm-config/assets/metadata/
default_collection_order: default_collection_order:
delete_below_minimum: true delete_below_minimum: true
delete_not_scheduled: false delete_not_scheduled: false

Loading…
Cancel
Save