parent
dfe2472ad6
commit
d291f3a30e
@ -1,76 +1,57 @@
|
||||
This config will populate the following:
|
||||
|
||||
- !Suggested (random, trending, popular, top-rated, most watched)
|
||||
- !Suggested (random, recently added|released, suggested, trending, popular, top-rated, most watched)
|
||||
- !Seasonal *
|
||||
- Parental
|
||||
- Documentaries
|
||||
- Stand-up *
|
||||
- !Awards
|
||||
- Awards
|
||||
- !Year (top-rated)
|
||||
- !Decades (top-rated)
|
||||
- !Genre (popular)
|
||||
- !Genre (top-rated)
|
||||
- Sub-genre (top-rated) *
|
||||
- TMBD collections *
|
||||
- Networks ^
|
||||
- Studio *
|
||||
- TMDB collections *
|
||||
- Network ^
|
||||
|
||||
( ! = enabled by default)
|
||||
( * = movies only )
|
||||
( ^ = shows only )
|
||||
|
||||
|
||||
For more details on what each section contains: [movies](MOVIES.md) | [shows](SHOWS.md)
|
||||
<br/>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
**Requirements:**
|
||||
|
||||
- APP/API keys for: mdblist, tmdb, trakt
|
||||
|
||||
**Install:**
|
||||
|
||||
clone into PMM's root directory:
|
||||
```
|
||||
git clone https://codeberg.org/0xFFFF/pmm-config config
|
||||
git clone https://github.com/0x5f3/pmm.config config
|
||||
```
|
||||
|
||||
**Usage:**
|
||||
|
||||
Either use [movie.yml](movie.yml), [show.yml](show.yml) to use local metadata, or use [movie_repo.yml](movie_repo.yml), [show_repo.yml](show_repo.yml) to use online resources from https://codeberg.org/0xFFFF/pmm-config.
|
||||
|
||||
Initial run to populate all collections:
|
||||
The initial process for populating collections:
|
||||
```
|
||||
python plex_meta_manager.py --config config/movie.yml --collections-only --run --ignore-schedules
|
||||
python plex_meta_manager.py --config config/show.yml --collections-only --run --ignore-schedules
|
||||
```
|
||||
After a successful initial run:
|
||||
Following a successful initial run:
|
||||
|
||||
```
|
||||
python plex_meta_manager.py --config config/movie.yml --collections-only --run
|
||||
python plex_meta_manager.py --config config/show.yml --collections-only --run
|
||||
```
|
||||
|
||||
**Notes:**
|
||||
|
||||
*If you intend to use the Parental collection, enable "item_label.sync: Parental" (line 38, 1_parental.yml) on the initial run and disable for subsequent runs. This prevents ppm from relabelling all of the items with every run, whereas disabling will only label new items added.*
|
||||
|
||||
*Parental filtering can be enabled by restricting a home user to only show content that has been designated the Parental label.*
|
||||
|
||||
All of the assets can be found below:
|
||||
|
||||
- https://imgbox.com/g/1bNN3wkCVa
|
||||
- https://imgbox.com/g/3ed8as9uhp
|
||||
- https://imgbox.com/g/d1T5qqL3Ew
|
||||
- https://imgbox.com/g/dFhG1V2dLL
|
||||
- https://imgbox.com/g/iStcgmP0Y0
|
||||
- https://imgbox.com/g/KaxFlLvjrU
|
||||
- https://imgbox.com/g/QhNa27bRun
|
||||
- https://imgbox.com/g/uz44pWg4wx
|
||||
- https://imgbox.com/g/YXSDflWQpJ
|
||||
- https://imgbox.com/g/Z45sK7niGI
|
||||
|
||||
<br/>
|
||||
After a successful run, you will have something similar to this:
|
||||
A successful run will result in something similar to this:
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
![movies](https://images2.imgbox.com/f5/87/1olEU9Sl_o.png)
|
||||
![movies](https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/_/_movies.png)
|
||||
<br/>
|
||||
|
||||
![shows](https://images2.imgbox.com/dd/fc/cG7v2z2i_o.png)
|
||||
![shows](https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/_/_shows.png)
|
||||
|
@ -1,102 +1,104 @@
|
||||
## show.yml
|
||||
|
||||
libraries:
|
||||
TV:
|
||||
library_type: show
|
||||
operations:
|
||||
delete_unmanaged_collections: false
|
||||
metadata_path:
|
||||
# - repo: show/0_sonarr.yml
|
||||
- repo: show/1_suggested.yml
|
||||
- repo: show/2_year_top.yml
|
||||
schedule: weekly(monday)
|
||||
- repo: show/3_decades_top.yml
|
||||
schedule: weekly(wednesday)
|
||||
- repo: show/4_awards.yml
|
||||
schedule: weekly(thursday)
|
||||
- repo: show/5_genre_popular.yml
|
||||
- repo: show/6_genre_top.yml
|
||||
schedule: weekly(saturday)
|
||||
# - repo: show/7_network.yml
|
||||
# - repo: show/1_parental.yml
|
||||
# - repo: show/1_documentary.yml
|
||||
settings:
|
||||
asset_depth: 0
|
||||
asset_directory:
|
||||
asset_folders: false
|
||||
assets_for_all: false
|
||||
cache: true
|
||||
cache_expiration: 60
|
||||
check_nightly: false
|
||||
create_asset_folders: false
|
||||
custom_repo: https://codeberg.org/0xFFFF/pmm-config/raw//branch/main/metadata/
|
||||
default_collection_order:
|
||||
delete_below_minimum: true
|
||||
delete_not_scheduled: false
|
||||
dimensional_asset_rename: false
|
||||
download_url_assets: true
|
||||
ignore_ids:
|
||||
ignore_imdb_ids:
|
||||
item_refresh: false
|
||||
item_refresh_delay: 3
|
||||
minimum_items: 5
|
||||
missing_only_released: false
|
||||
notifiarr_collection_addition: false
|
||||
notifiarr_collection_creation: false
|
||||
notifiarr_collection_removing: false
|
||||
only_filter_missing: false
|
||||
playlist_exclude_users:
|
||||
playlist_report: false
|
||||
playlist_sync_to_users: all
|
||||
prioritize_assets: false
|
||||
released_missing_only: false
|
||||
run_again_delay: 5
|
||||
save_missing: false
|
||||
show_asset_not_needed: true
|
||||
show_filtered: false
|
||||
show_missing: false
|
||||
show_missing_assets: true
|
||||
show_missing_episode_assets: false
|
||||
show_missing_season_assets: false
|
||||
show_options: false
|
||||
show_unconfigured: true
|
||||
show_unmanaged: false
|
||||
sync_mode: sync
|
||||
tvdb_language: default
|
||||
verify_ssl: false
|
||||
plex:
|
||||
url:
|
||||
token:
|
||||
timeout: 180
|
||||
clean_bundles: false
|
||||
empty_trash: false
|
||||
optimize: false
|
||||
sonarr:
|
||||
url:
|
||||
token:
|
||||
add_missing: false
|
||||
add_existing: false
|
||||
root_folder_path:
|
||||
monitor: all
|
||||
quality_profile:
|
||||
language_profile: English
|
||||
series_type: standard
|
||||
season_folder: true
|
||||
tag:
|
||||
search: false
|
||||
cutoff_search: false
|
||||
sonarr_path:
|
||||
plex_path:
|
||||
upgrade_existing: false
|
||||
tmdb:
|
||||
apikey:
|
||||
language: en
|
||||
cache_expiration: 60
|
||||
region:
|
||||
mdblist:
|
||||
apikey:
|
||||
cache_expiration: 60
|
||||
trakt:
|
||||
client_id:
|
||||
client_secret:
|
||||
pin:
|
||||
## _debug.yml
|
||||
|
||||
libraries:
|
||||
Movies:
|
||||
library_type: movie
|
||||
collection_files:
|
||||
- file: config/metadata/movie/0_debug.yml
|
||||
TV Shows:
|
||||
library_type: show
|
||||
collection_files:
|
||||
- file: config/metadata/show/0_debug.yml
|
||||
settings:
|
||||
assets_for_all: false
|
||||
asset_depth: 0
|
||||
asset_directory:
|
||||
asset_folders: false
|
||||
cache: true
|
||||
cache_expiration: 60
|
||||
check_nightly: false
|
||||
create_asset_folders: false
|
||||
custom_repo:
|
||||
default_collection_order:
|
||||
delete_below_minimum: true
|
||||
delete_not_scheduled: false
|
||||
dimensional_asset_rename: false
|
||||
download_url_assets: false
|
||||
ignore_ids:
|
||||
ignore_imdb_ids:
|
||||
item_refresh_delay: 0
|
||||
minimum_items: 0
|
||||
missing_only_released: false
|
||||
notifiarr_collection_addition: false
|
||||
notifiarr_collection_creation: false
|
||||
notifiarr_collection_removing: false
|
||||
only_filter_missing: false
|
||||
playlist_exclude_users:
|
||||
playlist_report: true
|
||||
playlist_sync_to_users: all
|
||||
prioritize_assets: false
|
||||
released_missing_only: false
|
||||
run_again_delay: 2
|
||||
save_missing: false
|
||||
show_asset_not_needed: true
|
||||
show_filtered: false
|
||||
show_missing: false
|
||||
show_missing_assets: true
|
||||
show_missing_episode_assets: false
|
||||
show_missing_season_assets: false
|
||||
show_options: false
|
||||
show_unconfigured: true
|
||||
show_unmanaged: false
|
||||
sync_mode: sync
|
||||
tvdb_language: default
|
||||
verify_ssl: false
|
||||
plex:
|
||||
url:
|
||||
token:
|
||||
timeout: 30
|
||||
clean_bundles: false
|
||||
empty_trash: false
|
||||
optimize: false
|
||||
radarr:
|
||||
url:
|
||||
token:
|
||||
add_missing: false
|
||||
add_existing: false
|
||||
root_folder_path:
|
||||
monitor: true
|
||||
availability: announced
|
||||
quality_profile:
|
||||
tag:
|
||||
search: false
|
||||
radarr_path:
|
||||
plex_path:
|
||||
upgrade_existing: false
|
||||
sonarr:
|
||||
url:
|
||||
token:
|
||||
add_missing: false
|
||||
add_existing: false
|
||||
root_folder_path:
|
||||
monitor: all
|
||||
quality_profile:
|
||||
language_profile: English
|
||||
series_type: standard
|
||||
season_folder: true
|
||||
tag:
|
||||
search: false
|
||||
cutoff_search: false
|
||||
sonarr_path:
|
||||
plex_path:
|
||||
upgrade_existing: false
|
||||
tmdb:
|
||||
apikey:
|
||||
language: en
|
||||
cache_expiration: 60
|
||||
region:
|
||||
mdblist:
|
||||
apikey:
|
||||
cache_expiration: 60
|
||||
trakt:
|
||||
client_id:
|
||||
client_secret:
|
||||
pin:
|
@ -0,0 +1,35 @@
|
||||
## 1_parental_sync.yml
|
||||
|
||||
templates:
|
||||
mdblist:
|
||||
cache_builders: 6
|
||||
collection_mode: hide
|
||||
collection_order: alpha
|
||||
delete_not_scheduled: false
|
||||
item_label.sync: Parental
|
||||
label.sync: Parental
|
||||
sort_title: "+1_<<num>>_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
visible_home: false
|
||||
visible_library: false
|
||||
visible_shared: false
|
||||
mdblist_list:
|
||||
sort_by: title.asc
|
||||
url: https://mdblist.com/lists/<<mdblist_user>>/<<mdblist_list>>/
|
||||
optional:
|
||||
- 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/main/assets/1_parental/parental-all.png
|
||||
template: {
|
||||
name: mdblist,
|
||||
num: "A",
|
||||
mdblist_user: "archivist",
|
||||
mdblist_list: "list-parental"
|
||||
}
|
@ -1,106 +1,141 @@
|
||||
## 8_seasonal.yml
|
||||
## 1_seasonal.yml
|
||||
|
||||
templates:
|
||||
seasonal:
|
||||
cache_builders: 4
|
||||
collection_order: critic_rating.desc
|
||||
delete_not_scheduled: true
|
||||
limit: 1000
|
||||
sort_title: +1_<<num>>_<<collection_name>>
|
||||
summary: "A timed collection of <<holiday>> movies and other movies that may relate to the holiday."
|
||||
limit: 200
|
||||
sync_mode: sync
|
||||
collection_order: critic_rating.desc
|
||||
visible_library: true
|
||||
visible_home: false
|
||||
visible_library: true
|
||||
visible_shared: false
|
||||
delete_not_scheduled: true
|
||||
cache_builders: 4
|
||||
imdb_list:
|
||||
- <<imdb_extra_1>>
|
||||
- <<imdb_extra_2>>
|
||||
- <<imdb_extra_3>>
|
||||
- <<imdb_extra_4>>
|
||||
- <<imdb_extra_5>>
|
||||
- <<imdb_extra_6>>
|
||||
letterboxd_list:
|
||||
- <<letterboxd_extra_1>>
|
||||
- <<letterboxd_extra_2>>
|
||||
- <<letterboxd_extra_3>>
|
||||
- <<letterboxd_extra_4>>
|
||||
- <<letterboxd_extra_5>>
|
||||
trakt_list:
|
||||
- <<trakt_extra_1>>
|
||||
- <<trakt_extra_2>>
|
||||
- <<trakt_extra_3>>
|
||||
- <<trakt_extra_4>>
|
||||
- <<trakt_extra_5>>
|
||||
optional:
|
||||
- imdb_extra_1
|
||||
- imdb_extra_2
|
||||
- imdb_extra_3
|
||||
- imdb_extra_4
|
||||
- imdb_extra_5
|
||||
- imdb_extra_6
|
||||
- letterboxd_extra_1
|
||||
- letterboxd_extra_2
|
||||
- letterboxd_extra_3
|
||||
- letterboxd_extra_4
|
||||
- letterboxd_extra_5
|
||||
- trakt_extra_1
|
||||
- trakt_extra_2
|
||||
- trakt_extra_3
|
||||
- trakt_extra_4
|
||||
- trakt_extra_5
|
||||
|
||||
collections:
|
||||
"Valentine's Day Movies":
|
||||
url_poster: https://images2.imgbox.com/69/8c/5ZIhpzhO_o.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_seasonal/seasonal_st-valentines.png
|
||||
schedule: range(02/10-02/14)
|
||||
template: {
|
||||
name: seasonal,
|
||||
num: 9,
|
||||
holiday: "Valentine's Day",
|
||||
}
|
||||
imdb_list:
|
||||
- https://www.imdb.com/list/ls000094398
|
||||
- https://www.imdb.com/list/ls057783436
|
||||
- https://www.imdb.com/list/ls064427905
|
||||
imdb_extra_1: https://www.imdb.com/list/ls000094398,
|
||||
imdb_extra_2: https://www.imdb.com/list/ls057783436,
|
||||
imdb_extra_3: https://www.imdb.com/list/ls064427905
|
||||
}
|
||||
|
||||
"St. Patrick's Day Movies":
|
||||
url_poster: https://images2.imgbox.com/97/89/K94MCNS5_o.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_seasonal/seasonal_st-patricks.png
|
||||
schedule: range(03/16-03/18)
|
||||
template: {
|
||||
name: seasonal,
|
||||
num: 9,
|
||||
holiday: "St. Patrick's Day",
|
||||
}
|
||||
imdb_list:
|
||||
- https://www.imdb.com/list/ls063934595
|
||||
imdb_extra_1: https://www.imdb.com/list/ls063934595
|
||||
}
|
||||
|
||||
"Easter Movies":
|
||||
url_poster: https://images2.imgbox.com/c3/a8/HmGl2lGj_o.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_seasonal/seasonal_easter.png
|
||||
schedule: range(03/22-04/25)
|
||||
template: {
|
||||
name: seasonal,
|
||||
num: 9,
|
||||
holiday: "Easter",
|
||||
}
|
||||
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/
|
||||
imdb_extra_1: https://www.imdb.com/list/ls062665509/,
|
||||
imdb_extra_2: https://www.imdb.com/list/ls051733651/,
|
||||
imdb_extra_3: https://www.imdb.com/list/ls561620428/,
|
||||
imdb_extra_4: https://www.imdb.com/list/ls564620820/,
|
||||
imdb_extra_5: https://www.imdb.com/list/ls094021074/,
|
||||
imdb_extra_6: https://www.imdb.com/list/ls088378250/
|
||||
}
|
||||
|
||||
"Halloween Movies":
|
||||
url_poster: https://images2.imgbox.com/2a/dd/e33o0EE5_o.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_seasonal/seasonal_halloween.png
|
||||
schedule: range(10/29-10/31)
|
||||
template: {
|
||||
name: seasonal,
|
||||
num: 9,
|
||||
holiday: "Halloween",
|
||||
}
|
||||
imdb_list:
|
||||
- https://www.imdb.com/list/ls023118929
|
||||
- https://www.imdb.com/list/ls000099714
|
||||
- https://www.imdb.com/list/ls000058693
|
||||
- https://www.imdb.com/search/title/?genres=horror&keywords=haunted-house&sort=moviemeter,asc
|
||||
imdb_extra_1: https://www.imdb.com/list/ls023118929/,
|
||||
imdb_extra_2: https://www.imdb.com/list/ls000099714/,
|
||||
imdb_extra_3: https://www.imdb.com/list/ls000058693/,
|
||||
}
|
||||
imdb_search:
|
||||
type: "movie,tv_movie"
|
||||
genre: "horror"
|
||||
keyword: "haunted-house"
|
||||
sort_by: "rating.desc"
|
||||
limit: 10
|
||||
|
||||
"Thanksgiving Movies":
|
||||
url_poster: https://images2.imgbox.com/36/b5/CDUDv8pH_o.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_seasonal/seasonal_thanksgiving.png
|
||||
schedule: range(11/22-11/25)
|
||||
template: {
|
||||
name: seasonal,
|
||||
num: 9,
|
||||
holiday: "Thanksgiving",
|
||||
}
|
||||
imdb_list:
|
||||
- https://www.imdb.com/list/ls000835734/
|
||||
- https://www.imdb.com/list/ls091597850/
|
||||
imdb_extra_1: https://www.imdb.com/list/ls000835734/,
|
||||
imdb_extra_2: https://www.imdb.com/list/ls091597850/
|
||||
}
|
||||
|
||||
"Christmas Movies":
|
||||
url_poster: https://images2.imgbox.com/8d/9a/tiNxDZfS_o.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_seasonal/seasonal_christmas.png
|
||||
schedule: range(12/01-12/31)
|
||||
template: {
|
||||
name: seasonal,
|
||||
num: 9,
|
||||
holiday: "Christmas",
|
||||
}
|
||||
letterboxd_list: https://letterboxd.com/ediblehedgehog/list/theme-christmas/
|
||||
imdb_list:
|
||||
- https://www.imdb.com/list/ls000096828
|
||||
- https://www.imdb.com/list/ls097394442
|
||||
- https://www.imdb.com/list/ls068976997
|
||||
- https://www.imdb.com/list/ls027567380
|
||||
letterboxd_1: https://letterboxd.com/ediblehedgehog/list/theme-christmas/,
|
||||
imdb_extra_1: https://www.imdb.com/list/ls000096828,
|
||||
imdb_extra_2: https://www.imdb.com/list/ls097394442,
|
||||
imdb_extra_3: https://www.imdb.com/list/ls068976997,
|
||||
imdb_extra_4: https://www.imdb.com/list/ls027567380
|
||||
}
|
||||
|
||||
"New Year's Eve Movies":
|
||||
url_poster: https://images2.imgbox.com/a0/43/GKr1OGG7_o.png
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_seasonal/seasonal_new-years-eve.png
|
||||
schedule: range(12/26-01/02)
|
||||
template: {
|
||||
name: seasonal,
|
||||
num: 9,
|
||||
holiday: "New Year's Eve",
|
||||
}
|
||||
imdb_list: https://www.imdb.com/list/ls066838460
|
||||
imdb_extra_1: https://www.imdb.com/list/ls066838460
|
||||
}
|
@ -1,214 +1,217 @@
|
||||
## 2_year_top.yml
|
||||
|
||||
templates:
|
||||
year:
|
||||
year_top:
|
||||
cache_builders: 6
|
||||
collection_mode: hide
|
||||
collection_order: custom
|
||||
delete_not_scheduled: false
|
||||
limit: 250
|
||||
sort_title: "+2_<<num>>_<<collection_name>>"
|
||||
limit: 150
|
||||
sync_mode: sync
|
||||
collection_order: custom
|
||||
collection_mode: hide
|
||||
visible_home: false
|
||||
visible_shared: false
|
||||
visible_library: false
|
||||
delete_not_scheduled: false
|
||||
cache_builders: 6
|
||||
imdb_list:
|
||||
url: https://www.imdb.com/search/title/?title_type=<<title_type>>&release_date=<<release_date>>&user_rating=<<user_rating>>&num_votes=<<votes>>,&languages=<<languages>>&user_rating,desc&count=250
|
||||
limit: 250
|
||||
visible_shared: false
|
||||
imdb_search:
|
||||
language: <<language>>
|
||||
limit: 500
|
||||
release.after: <<release.after>>
|
||||
release.before: <<release.before>>
|
||||
sort_by: rating.desc
|
||||
type: <<type>>
|
||||
votes.gte: <<votes.gte>>
|
||||
|
||||
collections:
|
||||
"Top Rated of 2024":
|
||||
summary: "Top rated movies in 2024"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/2_year_top/year_top-rated_2024.png
|
||||
template: {
|
||||
name: year_top,
|
||||
num: "M",
|
||||
type: "movie,tv_movie",
|
||||
language: "en",
|
||||
release.after: 2024-01-01,
|
||||
release.before: 2024-12-31,
|
||||
votes.gte: 1000
|
||||
}
|
||||
|
||||
"Top Rated of 2023":
|
||||
summary: "Top rated movies in 2023"
|
||||
url_poster: https://images2.imgbox.com/11/3b/7BlMZMQw_o.png
|
||||
schedule: weekly(tuesday)
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/2_year_top/year_top-rated_2023.png
|
||||
template: {
|
||||
name: year,
|
||||
name: year_top,
|
||||
num: "M",
|
||||
release_date: "2023-01-01,2023-12-31",
|
||||
title_type: "feature,tv_movie",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "10000,",
|
||||
languages: "en"
|
||||
}
|
||||
type: "movie,tv_movie",
|
||||
language: "en",
|
||||
release.after: 2023-01-01,
|
||||
release.before: 2023-12-31,
|
||||
votes.gte: 1000
|
||||
}
|
||||
|
||||
"Top Rated of 2022":
|
||||
summary: "Top rated movies in 2022"
|
||||
url_poster: https://images2.imgbox.com/20/ea/OeSbw2IU_o.png
|
||||
schedule: weekly(tuesday)
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/2_year_top/year_top-rated_2022.png
|
||||
template: {
|
||||
name: year,
|
||||
name: year_top,
|
||||
num: "N",
|
||||
release_date: "2022-01-01,2022-12-31",
|
||||
title_type: "feature,tv_movie",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "10000,",
|
||||
languages: "en"
|
||||
}
|
||||
type: "movie,tv_movie",
|
||||
release.after: 2022-01-01,
|
||||
release.before: 2022-12-31,
|
||||
votes.gte: 1000,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated of 2021":
|
||||
summary: "Top rated movies in 2021"
|
||||
url_poster: https://images2.imgbox.com/e9/ab/RKEdWgus_o.png
|
||||
schedule: weekly(tuesday)
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/2_year_top/year_top-rated_2021.png
|
||||
template: {
|
||||
name: year,
|
||||
num: O,
|
||||
release_date: "2021-01-01,2021-12-31",
|
||||
title_type: "feature,tv_movie",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "10000,",
|
||||
languages: "en"
|
||||
}
|
||||
name: year_top,
|
||||
num: "O",
|
||||
type: "movie,tv_movie",
|
||||
release.after: 2021-01-01,
|
||||
release.before: 2021-12-31,
|
||||
votes.gte: 1000,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated of 2020":
|
||||
summary: "Top rated movies in 2020"
|
||||
url_poster: https://images2.imgbox.com/b2/82/XGYhRoQi_o.png
|
||||
schedule: weekly(tuesday)
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/2_year_top/year_top-rated_2020.png
|
||||
template: {
|
||||
name: year,
|
||||
name: year_top,
|
||||
num: "P",
|
||||
release_date: "2020-01-01,2020-12-31",
|
||||
title_type: "feature,tv_movie",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "10000,",
|
||||
languages: "en"
|
||||
}
|
||||
type: "movie,tv_movie",
|
||||
release.after: 2020-01-01,
|
||||
release.before: 2020-12-31,
|
||||
votes.gte: 1000,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated of 2019":
|
||||
summary: "Top rated movies in 2019"
|
||||
url_poster: https://images2.imgbox.com/53/e9/DhwEpjt2_o.png
|
||||
schedule: weekly(tuesday)
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/2_year_top/year_top-rated_2019.png
|
||||
template: {
|
||||
name: year,
|
||||
name: year_top,
|
||||
num: "Q",
|
||||
release_date: "2019-01-01,2019-12-31",
|
||||
title_type: "feature,tv_movie",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "10000,",
|
||||
languages: "en"
|
||||
}
|
||||
type: "movie,tv_movie",
|
||||
release.after: 2019-01-01,
|
||||
release.before: 2019-12-31,
|
||||
votes.gte: 1000,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated of 2018":
|
||||
summary: "Top rated movies in 2018"
|
||||
url_poster: https://images2.imgbox.com/a5/9b/NKvSD9sj_o.png
|
||||
schedule: weekly(tuesday)
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/2_year_top/year_top-rated_2018.png
|
||||
template: {
|
||||
name: year,
|
||||
name: year_top,
|
||||
num: "R",
|
||||
release_date: "2018-01-01,2018-12-31",
|
||||
title_type: "feature,tv_movie",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "10000,",
|
||||
languages: "en"
|
||||
}
|
||||
type: "movie,tv_movie",
|
||||
release.after: 2018-01-01,
|
||||
release.before: 2018-12-31,
|
||||
votes.gte: 1000,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated of 2017":
|
||||
summary: "Top rated movies in 2017"
|
||||
url_poster: https://images2.imgbox.com/2e/c3/ucZ25sgd_o.png
|
||||
schedule: weekly(tuesday)
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/2_year_top/year_top-rated_2017.png
|
||||
template: {
|
||||
name: year,
|
||||
name: year_top,
|
||||
num: "S",
|
||||
release_date: "2017-01-01,2017-12-31",
|
||||
title_type: "feature,tv_movie",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "10000,",
|
||||
languages: "en"
|
||||
}
|
||||
type: "movie,tv_movie",
|
||||
release.after: 2017-01-01,
|
||||
release.before: 2017-12-31,
|
||||
votes.gte: 1000,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated of 2016":
|
||||
summary: "Top rated movies in 2016"
|
||||
url_poster: https://images2.imgbox.com/86/b7/R5LWS26j_o.png
|
||||
schedule: weekly(tuesday)
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/2_year_top/year_top-rated_2016.png
|
||||
template: {
|
||||
name: year,
|
||||
name: year_top,
|
||||
num: "T",
|
||||
release_date: "2016-01-01,2016-12-31",
|
||||
title_type: "feature,tv_movie",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "10000,",
|
||||
languages: "en"
|
||||
}
|
||||
type: "movie,tv_movie",
|
||||
release.after: 2016-01-01,
|
||||
release.before: 2016-12-31,
|
||||
votes.gte: 1000,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated of 2015":
|
||||
summary: "Top rated movies in 2015"
|
||||
url_poster: https://images2.imgbox.com/2e/92/Xyintttd_o.png
|
||||
schedule: weekly(tuesday)
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/2_year_top/year_top-rated_2015.png
|
||||
template: {
|
||||
name: year,
|
||||
name: year_top,
|
||||
num: "U",
|
||||
release_date: "2015-01-01,2015-12-31",
|
||||
title_type: "feature,tv_movie",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "10000,",
|
||||
languages: "en"
|
||||
}
|
||||
type: "movie,tv_movie",
|
||||
release.after: 2015-01-01,
|
||||
release.before: 2015-12-31,
|
||||
votes.gte: 1000,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated of 2014":
|
||||
summary: "Top rated movies in 2014"
|
||||
url_poster: https://images2.imgbox.com/45/1b/rnOLmuYd_o.png
|
||||
schedule: weekly(tuesday)
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/2_year_top/year_top-rated_2014.png
|
||||
template: {
|
||||
name: year,
|
||||
name: year_top,
|
||||
num: "V",
|
||||
release_date: "2014-01-01,2014-12-31",
|
||||
title_type: "feature,tv_movie",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "10000,",
|
||||
languages: "en"
|
||||
}
|
||||
|
||||
type: "movie,tv_movie",
|
||||
release.after: 2014-01-01,
|
||||
release.before: 2014-12-31,
|
||||
votes.gte: 1000,
|
||||
language: "en"
|
||||
}
|
||||
"Top Rated of 2013":
|
||||
summary: "Top rated movies in 2013"
|
||||
url_poster: https://images2.imgbox.com/10/7f/sChpdS5a_o.png
|
||||
schedule: weekly(tuesday)
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/2_year_top/year_top-rated_2013.png
|
||||
template: {
|
||||
name: year,
|
||||
name: year_top,
|
||||
num: "W",
|
||||
release_date: "2013-01-01,2013-12-31",
|
||||
title_type: "feature,tv_movie",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "10000,",
|
||||
languages: "en"
|
||||
}
|
||||
type: "movie,tv_movie",
|
||||
release.after: 2013-01-01,
|
||||
release.before: 2013-12-31,
|
||||
votes.gte: 1000,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated of 2012":
|
||||
summary: "Top rated movies in 2012"
|
||||
url_poster: https://images2.imgbox.com/1a/a0/nodGueZf_o.png
|
||||
schedule: weekly(tuesday)
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/2_year_top/year_top-rated_2012.png
|
||||
template: {
|
||||
name: year,
|
||||
name: year_top,
|
||||
num: "X",
|
||||
release_date: "2012-01-01,2012-12-31",
|
||||
title_type: "feature,tv_movie",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "10000,",
|
||||
languages: "en"
|
||||
}
|
||||
type: "movie,tv_movie",
|
||||
release.after: 2012-01-01,
|
||||
release.before: 2012-12-31,
|
||||
votes.gte: 1000,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated of 2011":
|
||||
summary: "Top rated movies in 2011"
|
||||
url_poster: https://images2.imgbox.com/92/1d/rGBuC4Jl_o.png
|
||||
schedule: weekly(tuesday)
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/2_year_top/year_top-rated_2011.png
|
||||
template: {
|
||||
name: year,
|
||||
name: year_top,
|
||||
num: "Y",
|
||||
release_date: "2011-01-01,2011-12-31",
|
||||
title_type: "feature,tv_movie",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "10000,",
|
||||
languages: "en"
|
||||
}
|
||||
type: "movie,tv_movie",
|
||||
release.after: 2011-01-01,
|
||||
release.before: 2011-12-31,
|
||||
votes.gte: 1000,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated of 2010":
|
||||
summary: "Top rated movies in 2010"
|
||||
url_poster: https://images2.imgbox.com/86/63/4kJnyLQX_o.png
|
||||
schedule: weekly(tuesday)
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/2_year_top/year_top-rated_2010.png
|
||||
template: {
|
||||
name: year,
|
||||
name: year_top,
|
||||
num: "Z",
|
||||
release_date: "2010-01-01,2010-12-31",
|
||||
title_type: "feature,tv_movie",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "10000,",
|
||||
languages: "en"
|
||||
}
|
||||
type: "movie,tv_movie",
|
||||
release.after: 2010-01-01,
|
||||
release.before: 2010-12-31,
|
||||
votes.gte: 1000,
|
||||
language: "en"
|
||||
}
|
@ -1,144 +1,140 @@
|
||||
## 3_decades_top.yml
|
||||
|
||||
templates:
|
||||
decade:
|
||||
decade_top:
|
||||
cache_builders: 6
|
||||
collection_mode: hide
|
||||
collection_order: custom
|
||||
delete_not_scheduled: false
|
||||
limit: 250
|
||||
sort_title: "+3_<<num>>_<<collection_name>>"
|
||||
limit: 130
|
||||
sync_mode: sync
|
||||
collection_order: custom
|
||||
collection_mode: hide
|
||||
visible_home: false
|
||||
visible_shared: false
|
||||
visible_library: false
|
||||
delete_not_scheduled: false
|
||||
cache_builders: 6
|
||||
imdb_list:
|
||||
url: https://www.imdb.com/search/title/?title_type=<<title_type>>&release_date=<<release_date>>&user_rating=<<user_rating>>&num_votes=<<votes>>,&languages=<<languages>>&user_rating,desc&count=250
|
||||
limit: 250
|
||||
visible_shared: false
|
||||
imdb_search:
|
||||
language: <<language>>
|
||||
limit: 500
|
||||
release.after: <<release.after>>
|
||||
release.before: <<release.before>>
|
||||
sort_by: rating.desc
|
||||
type: <<type>>
|
||||
votes.gte: <<votes.gte>>
|
||||
|
||||
collections:
|
||||
"Top Rated of the 1940s":
|
||||
summary: "Top rated movies of the 1940s"
|
||||
url_poster: https://images2.imgbox.com/b2/96/r6suu5US_o.png
|
||||
schedule: weekly(wednesday)
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/3_decades_top/decades_top_1940s.png
|
||||
template: {
|
||||
name: decade,
|
||||
name: decade_top,
|
||||
num: "Z",
|
||||
release_date: "1940-01-01,1949-12-31",
|
||||
title_type: "feature,tv_movie",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "1000,",
|
||||
languages: "en"
|
||||
type: "movie,tv_movie",
|
||||
release.after: 1940-01-01,
|
||||
release.before: 1949-12-31,
|
||||
votes.gte: 100,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated of the 1950s":
|
||||
summary: "Top rated movies of the 1950s"
|
||||
url_poster: https://images2.imgbox.com/3a/86/lbm419do_o.png
|
||||
schedule: weekly(wednesday)
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/3_decades_top/decades_top_1950s.png
|
||||
template: {
|
||||
name: decade,
|
||||
name: decade_top,
|
||||
num: "Y",
|
||||
release_date: "1950-01-01,1959-12-31",
|
||||
title_type: "feature,tv_movie",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "1000,",
|
||||
languages: "en"
|
||||
type: "movie,tv_movie",
|
||||
release.after: 1950-01-01,
|
||||
release.before: 1959-12-31,
|
||||
votes.gte: 100,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated of the 1960s":
|
||||
summary: "Top rated movies of the 1960s"
|
||||
url_poster: https://images2.imgbox.com/86/ec/BLBgj4Sc_o.png
|
||||
schedule: weekly(wednesday)
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/3_decades_top/decades_top_1960s.png
|
||||
template: {
|
||||
name: decade,
|
||||
name: decade_top,
|
||||
num: "X",
|
||||
release_date: "1960-01-01,1969-12-31",
|
||||
title_type: "feature,tv_movie",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "1000,",
|
||||
languages: "en"
|
||||
type: "movie,tv_movie",
|
||||
release.after: 1960-01-01,
|
||||
release.before: 1969-12-31,
|
||||
votes.gte: 100,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated of the 1970s":
|
||||
summary: "Top rated movies of the 1970s"
|
||||
url_poster: https://images2.imgbox.com/69/3f/JKYnU4OW_o.png
|
||||
schedule: weekly(wednesday)
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/3_decades_top/decades_top_1970s.png
|
||||
template: {
|
||||
name: decade,
|
||||
name: decade_top,
|
||||
num: "W",
|
||||
release_date: "1970-01-01,1979-12-31",
|
||||
title_type: "feature,tv_movie",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "10000,",
|
||||
languages: "en"
|
||||
type: "movie,tv_movie",
|
||||
release.after: 1970-01-01,
|
||||
release.before: 1979-12-31,
|
||||
votes.gte: 100,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated of the 1980s":
|
||||
summary: "Top rated movies of the 1980s"
|
||||
url_poster: https://images2.imgbox.com/fa/74/pTqfI3kw_o.png
|
||||
schedule: weekly(wednesday)
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/3_decades_top/decades_top_1980s.png
|
||||
template: {
|
||||
name: decade,
|
||||
name: decade_top,
|
||||
num: "V",
|
||||
release_date: "1980-01-01,1989-12-31",
|
||||
title_type: "feature,tv_movie",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "10000,",
|
||||
languages: "en"
|
||||
type: "movie,tv_movie",
|
||||
release.after: 1980-01-01,
|
||||
release.before: 1989-12-31,
|
||||
votes.gte: 100,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated of the 1990s":
|
||||
summary: "Top rated movies of the 1990s"
|
||||
url_poster: https://images2.imgbox.com/f8/2d/heYFe34N_o.png
|
||||
schedule: weekly(wednesday)
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/3_decades_top/decades_top_1990s.png
|
||||
template: {
|
||||
name: decade,
|
||||
name: decade_top,
|
||||
num: "U",
|
||||
release_date: "1990-01-01,1999-12-31",
|
||||
title_type: "feature,tv_movie",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "10000,",
|
||||
languages: "en"
|
||||
type: "movie,tv_movie",
|
||||
release.after: 1990-01-01,
|
||||
release.before: 1999-12-31,
|
||||
votes.gte: 100,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated of the 2000s":
|
||||
summary: "Top rated movies of the 2000s"
|
||||
url_poster: https://images2.imgbox.com/25/0f/Fv1DABox_o.png
|
||||
schedule: weekly(wednesday)
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/3_decades_top/decades_top_2000s.png
|
||||
template: {
|
||||
name: decade,
|
||||
name: decade_top,
|
||||
num: "T",
|
||||
release_date: "2000-01-01,2009-12-31",
|
||||
title_type: "feature,tv_movie",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "10000,",
|
||||
languages: "en"
|
||||
type: "movie,tv_movie",
|
||||
release.after: 2000-01-01,
|
||||
release.before: 2009-12-31,
|
||||
votes.gte: 1000,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated of the 2010s":
|
||||
summary: "Top rated movies of the 2010s"
|
||||
url_poster: https://images2.imgbox.com/2e/79/H4fyrHwI_o.png
|
||||
schedule: weekly(wednesday)
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/3_decades_top/decades_top_2010s.png
|
||||
template: {
|
||||
name: decade,
|
||||
name: decade_top,
|
||||
num: "S",
|
||||
release_date: "2010-01-01,2019-12-31",
|
||||
title_type: "feature,tv_movie",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "10000,",
|
||||
languages: "en"
|
||||
type: "movie,tv_movie",
|
||||
release.after: 2010-01-01,
|
||||
release.before: 2019-12-31,
|
||||
votes.gte: 1000,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated of the 2020s":
|
||||
summary: "Top rated movies of the 2020s"
|
||||
url_poster: https://images2.imgbox.com/19/dc/06a42YSm_o.png
|
||||
schedule: weekly(wednesday)
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/3_decades_top/decades_top_2020s.png
|
||||
template: {
|
||||
name: decade,
|
||||
name: decade_top,
|
||||
num: "R",
|
||||
release_date: "2020-01-01,2029-12-31",
|
||||
title_type: "feature,tv_movie",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "10000,",
|
||||
languages: "en"
|
||||
type: "movie,tv_movie",
|
||||
release.after: 2020-01-01,
|
||||
release.before: 2029-12-31,
|
||||
votes.gte: 1000,
|
||||
language: "en"
|
||||
}
|
@ -1,167 +1,178 @@
|
||||
## 4_awards.yml
|
||||
|
||||
templates:
|
||||
imdb:
|
||||
award_nominee:
|
||||
cache_builders: 6
|
||||
collection_mode: hide
|
||||
collection_order: release.desc
|
||||
delete_not_scheduled: false
|
||||
sort_title: "+4_<<num>>_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
collection_order: release.desc
|
||||
collection_mode: hide
|
||||
visible_home: false
|
||||
visible_shared: false
|
||||
visible_library: false
|
||||
delete_not_scheduled: false
|
||||
cache_builders: 6
|
||||
imdb_list:
|
||||
url: https://www.imdb.com/search/title/?title_type=<<title_type>>&groups=<<groups>>&languages=<<languages>>&sort=release_date,desc
|
||||
limit: 350
|
||||
visible_shared: false
|
||||
imdb_search:
|
||||
event: <<event>>
|
||||
language: <<language>>
|
||||
limit: 1000
|
||||
type: <<type>>
|
||||
|
||||
letterboxd:
|
||||
optional:
|
||||
- letterboxd_extra_1
|
||||
- letterboxd_extra_2
|
||||
- letterboxd_extra_3
|
||||
- letterboxd_extra_4
|
||||
- letterboxd_extra_5
|
||||
award_winner:
|
||||
cache_builders: 6
|
||||
collection_mode: hide
|
||||
collection_order: release.desc
|
||||
delete_not_scheduled: false
|
||||
sort_title: "+4_<<num>>_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
collection_order: release.desc
|
||||
collection_mode: hide
|
||||
visible_home: false
|
||||
visible_shared: false
|
||||
visible_library: false
|
||||
delete_not_scheduled: false
|
||||
cache_builders: 6
|
||||
letterboxd_list:
|
||||
url: https://letterboxd.com/<<user>>/list/<<list>>/by/<<sort>>
|
||||
limit: 350
|
||||
visible_shared: false
|
||||
imdb_search:
|
||||
event.winning: <<event.winning>>
|
||||
language: <<language>>
|
||||
limit: 1000
|
||||
type: <<type>>
|
||||
|
||||
collections:
|
||||
"Oscar Winners":
|
||||
summary: "A collection of Oscar Winners"
|
||||
url_poster: https://images2.imgbox.com/ad/c9/nfhQr1bK_o.png
|
||||
schedule: weekly(monday)
|
||||
template: {
|
||||
name: imdb,
|
||||
num: 0,
|
||||
groups: "oscar_winner",
|
||||
title_type: "feature",
|
||||
languages: "en"
|
||||
}
|
||||
limit: 120
|
||||
|
||||
"Oscar Nominees":
|
||||
summary: "A collection of Oscar Nominees"
|
||||
url_poster: https://images2.imgbox.com/98/37/PigipQFj_o.png
|
||||
schedule: weekly(monday)
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_awards/awards_nominees_oscars.png
|
||||
template: {
|
||||
name: imdb,
|
||||
num: 1,
|
||||
groups: "oscar_nominee",
|
||||
title_type: "feature",
|
||||
languages: "en"
|
||||
}
|
||||
limit: 250
|
||||
name: award_nominee,
|
||||
num: "A",
|
||||
type: "movie,tv_movie",
|
||||
event: "oscar_picture,oscar_director",
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Golden Globes Winners":
|
||||
summary: "A collection of Golden Globes Winners"
|
||||
url_poster: https://images2.imgbox.com/90/92/iw9mYXgG_o.png
|
||||
schedule: weekly(monday)
|
||||
"Oscar Winners":
|
||||
summary: "A collection of Oscar Winners"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_awards/awards_winners_oscars.png
|
||||
template: {
|
||||
name: imdb,
|
||||
num: 2,
|
||||
groups: "golden_globe_winner",
|
||||
title_type: "feature",
|
||||
languages: "en"
|
||||
}
|
||||
limit: 120
|
||||
name: award_winner,
|
||||
num: "B",
|
||||
type: "movie,tv_movie",
|
||||
event.winning: "oscar_picture,oscar_director",
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Golden Globes Nominees":
|
||||
summary: "A collection of Golden Globes Nominees"
|
||||
url_poster: https://images2.imgbox.com/0a/a2/HH5uBXFt_o.png
|
||||
schedule: weekly(monday)
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_awards/awards_nominees_golden-globespng.png
|
||||
template: {
|
||||
name: imdb,
|
||||
num: 3,
|
||||
groups: "golden_globe_nominee",
|
||||
title_type: "feature",
|
||||
languages: "en"
|
||||
}
|
||||
limit: 250
|
||||
name: award_nominee,
|
||||
num: "C",
|
||||
type: "movie,tv_movie",
|
||||
event: "golden",
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Golden Globes Winners":
|
||||
summary: "A collection of Golden Globes Winners"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_awards/awards_winners_golden_globes.png
|
||||
template: {
|
||||
name: award_winner,
|
||||
num: "D",
|
||||
type: "movie,tv_movie",
|
||||
event.winning: "golden",
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"BAFTA Winners":
|
||||
summary: "A collection of BAFTA Winners"
|
||||
url_poster: https://images2.imgbox.com/00/61/roVpyMsf_o.png
|
||||
schedule: weekly(monday)
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_awards/awards_winners_bafta.png
|
||||
template: {
|
||||
name: letterboxd,
|
||||
num: 4,
|
||||
user: "kevinct92",
|
||||
list: "all-bafta-award-winners-best-british-film",
|
||||
sort: "release"
|
||||
}
|
||||
limit: 250
|
||||
name: award_winner,
|
||||
num: "E",
|
||||
type: "movie,tv_movie",
|
||||
event.winning: "bafta",
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Berlinale Winners":
|
||||
summary: "A collection of Berlinale Winners"
|
||||
url_poster: https://images2.imgbox.com/91/9a/HV6PSMf9_o.png
|
||||
schedule: weekly(monday)
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_awards/awards_winners_berlinale.png
|
||||
template: {
|
||||
name: letterboxd,
|
||||
num: 5,
|
||||
user: "koyoti",
|
||||
list: "berlinale-golden-bear-winners",
|
||||
sort: "release"
|
||||
}
|
||||
limit: 250
|
||||
name: award_winner,
|
||||
num: "F",
|
||||
type: "movie,tv_movie",
|
||||
event.winning: "ev0000091",
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Cannes Film Festival Winners":
|
||||
summary: "A collection of Cannes Film Festival Winners"
|
||||
url_poster: https://images2.imgbox.com/f6/58/U3iST84u_o.png
|
||||
schedule: weekly(monday)
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_awards/awards_winners_cannes.png
|
||||
template: {
|
||||
name: letterboxd,
|
||||
num: 6,
|
||||
user: "moviewithus",
|
||||
list: "cannes-winners",
|
||||
sort: "release"
|
||||
}
|
||||
limit: 250
|
||||
name: award_winner,
|
||||
num: "G",
|
||||
type: "movie,tv_movie",
|
||||
event.winning: "cannes",
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"European Film Award Winners":
|
||||
summary: "A collection of European Film Award Winners"
|
||||
url_poster: https://images2.imgbox.com/c5/4d/I4jeTKM5_o.png
|
||||
schedule: weekly(monday)
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_awards/awards_winners_european-film.png
|
||||
template: {
|
||||
name: letterboxd,
|
||||
num: 7,
|
||||
user: "ra_pha",
|
||||
list: "european-film-awards",
|
||||
sort: "release"
|
||||
}
|
||||
limit: 250
|
||||
name: award_winner,
|
||||
num: "H",
|
||||
type: "movie,tv_movie",
|
||||
event.winning: "ev0000230",
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Sundance Winners":
|
||||
summary: "A collection of Sundance Winners"
|
||||
url_poster: https://images2.imgbox.com/00/95/C6ghjx7k_o.png
|
||||
schedule: weekly(monday)
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_awards/awards_winners_sundance.png
|
||||
template: {
|
||||
name: letterboxd,
|
||||
num: 8,
|
||||
user: "glicose",
|
||||
list: "winners-of-sundance",
|
||||
sort: "release"
|
||||
}
|
||||
limit: 250
|
||||
name: award_winner,
|
||||
num: "I",
|
||||
type: "movie,tv_movie",
|
||||
event.winning: "sundance",
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Venice Film Festival Winners":
|
||||
summary: "A collection of Venice Film Festival Winners"
|
||||
url_poster: https://images2.imgbox.com/0d/38/P2chh8O7_o.png
|
||||
schedule: weekly(monday)
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_awards/awards_winners_venice-film.png
|
||||
template: {
|
||||
name: award_winner,
|
||||
num: "J",
|
||||
type: "movie,tv_movie",
|
||||
event.winning: "ev0000681",
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Critic's Choice Winners":
|
||||
summary: "A collection of Critic's Choice Winners"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_awards/awards_winners_critics-choice.png
|
||||
template: {
|
||||
name: award_winner,
|
||||
num: "K",
|
||||
type: "movie,tv_movie",
|
||||
event.winning: "choice",
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Spirit Awards Winners":
|
||||
summary: "A collection of Spirit Awards Winners"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_awards/awards_winners_spirit-awards.png
|
||||
template: {
|
||||
name: award_winner,
|
||||
num: "L",
|
||||
type: "movie,tv_movie",
|
||||
event.winning: "spirit",
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Razzie Winners":
|
||||
summary: "A collection of Razzie Winners"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_awards/awards_winners_razzie.png
|
||||
template: {
|
||||
name: letterboxd,
|
||||
num: 9,
|
||||
user: "glicose",
|
||||
list: "winners-of-sundance",
|
||||
sort: "release"
|
||||
}
|
||||
limit: 250
|
||||
name: award_winner,
|
||||
num: "M",
|
||||
type: "movie,tv_movie",
|
||||
event.winning: "razzie",
|
||||
language: "en"
|
||||
}
|
@ -1,265 +1,252 @@
|
||||
## 6_genre_top.yml
|
||||
|
||||
templates:
|
||||
genre:
|
||||
top:
|
||||
cache_builders: 6
|
||||
collection_mode: hide
|
||||
collection_order: custom
|
||||
delete_not_scheduled: false
|
||||
limit: 500
|
||||
sort_title: "+6 Rated: <<collection_name>>"
|
||||
limit: 150
|
||||
sync_mode: sync
|
||||
collection_order: custom
|
||||
collection_mode: hide
|
||||
visible_home: false
|
||||
visible_shared: false
|
||||
visible_library: false
|
||||
delete_not_scheduled: false
|
||||
cache_builders: 6
|
||||
imdb_list:
|
||||
url: https://www.imdb.com/search/title/?title_type=<<title_type>>&user_rating=<<user_rating>>&num_votes=<<votes>>&genres=<<genres>>&languages=<<languages>>&sort=user_rating,desc
|
||||
limit: 250
|
||||
visible_shared: false
|
||||
imdb_search:
|
||||
genre: <<genre>>
|
||||
language: <<language>>
|
||||
limit: 1000
|
||||
rating.gte: <<rating.gte>>
|
||||
sort_by: rating.desc
|
||||
type: <<type>>
|
||||
votes.gte: <<votes.gte>>
|
||||
|
||||
collections:
|
||||
"Top Rated in Action":
|
||||
summary: "Top rated movies in Action"
|
||||
url_poster: https://images2.imgbox.com/51/80/y43S30ze_o.png
|
||||
schedule: weekly(thursday)
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_action.png
|
||||
template: {
|
||||
name: genre,
|
||||
genres: "action",
|
||||
title_type: "feature,tv_movie",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "10000,",
|
||||
languages: "en",
|
||||
}
|
||||
name: top,
|
||||
type: "movie,tv_movie",
|
||||
genre: "action",
|
||||
rating.gte: 5,
|
||||
votes.gte: 10000,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated in Adventure":
|
||||
summary: "Top rated movies in Adventure"
|
||||
url_poster: https://images2.imgbox.com/c9/32/B0Eezjrf_o.png
|
||||
schedule: weekly(thursday)
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_adventure.png
|
||||
template: {
|
||||
name: genre,
|
||||
genres: "adventure",
|
||||
title_type: "feature,tv_movie",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "10000,",
|
||||
languages: "en",
|
||||
}
|
||||
name: top,
|
||||
type: "movie,tv_movie",
|
||||
genre: "adventure",
|
||||
rating.gte: 5,
|
||||
votes.gte: 10000,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated in Animation":
|
||||
summary: "Top rated movies in Animation"
|
||||
url_poster: https://images2.imgbox.com/5d/ce/AGI0Qfqm_o.png
|
||||
schedule: weekly(thursday)
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_animation.png
|
||||
template: {
|
||||
name: genre,
|
||||
genres: "animation",
|
||||
title_type: "feature,tv_movie",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "10000,",
|
||||
languages: "en",
|
||||
}
|
||||
name: top,
|
||||
type: "movie,tv_movie",
|
||||
genre: "animation",
|
||||
rating.gte: 5,
|
||||
votes.gte: 10000,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated in Biography":
|
||||
summary: "Top rated movies in Biography"
|
||||
url_poster: https://images2.imgbox.com/78/3c/xtirTM6g_o.png
|
||||
schedule: weekly(thursday)
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_biography.png
|
||||
template: {
|
||||
name: genre,
|
||||
genres: "biography",
|
||||
title_type: "feature,tv_movie",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "10000,",
|
||||
languages: "en",
|
||||
}
|
||||
name: top,
|
||||
type: "movie,tv_movie",
|
||||
genre: "biography",
|
||||
rating.gte: 5,
|
||||
votes.gte: 10000,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated in Comedy":
|
||||
summary: "Top rated movies in Comedy"
|
||||
url_poster: https://images2.imgbox.com/69/10/NKcsxR5P_o.png
|
||||
schedule: weekly(thursday)
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_comedy.png
|
||||
template: {
|
||||
name: genre,
|
||||
genres: "comedy",
|
||||
title_type: "feature,tv_movie",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "10000,",
|
||||
languages: "en",
|
||||
}
|
||||
name: top,
|
||||
type: "movie,tv_movie",
|
||||
genre: "comedy",
|
||||
rating.gte: 5,
|
||||
votes.gte: 10000,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated in Crime":
|
||||
summary: "Top rated movies in Crime"
|
||||
url_poster: https://images2.imgbox.com/01/f8/X4xQQ1sE_o.png
|
||||
schedule: weekly(thursday)
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_crime.png
|
||||
template: {
|
||||
name: genre,
|
||||
genres: "crime",
|
||||
title_type: "feature,tv_movie",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "10000,",
|
||||
languages: "en",
|
||||
}
|
||||
name: top,
|
||||
type: "movie,tv_movie",
|
||||
genre: "crime",
|
||||
rating.gte: 5,
|
||||
votes.gte: 10000,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated in Drama":
|
||||
summary: "Top rated movies in Drama"
|
||||
url_poster: https://images2.imgbox.com/62/d5/iMGeC44D_o.png
|
||||
schedule: weekly(thursday)
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_drama.png
|
||||
template: {
|
||||
name: genre,
|
||||
genres: "drama",
|
||||
title_type: "feature,tv_movie",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "10000,",
|
||||
languages: "en",
|
||||
}
|
||||
name: top,
|
||||
genre: "drama",
|
||||
type: "movie,tv_movie",
|
||||
rating.gte: 5,
|
||||
votes.gte: 10000,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated in Family":
|
||||
summary: "Top rated movies in Family"
|
||||
url_poster: https://images2.imgbox.com/ca/6e/2IfG1bxC_o.png
|
||||
schedule: weekly(thursday)
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_family.png
|
||||
template: {
|
||||
name: genre,
|
||||
genres: "family",
|
||||
title_type: "feature,tv_movie",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "10000,",
|
||||
languages: "en",
|
||||
}
|
||||
name: top,
|
||||
type: "movie,tv_movie",
|
||||
genre: "family",
|
||||
rating.gte: 5,
|
||||
votes.gte: 10000,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated in Fantasy":
|
||||
summary: "Top rated movies in Fantasy"
|
||||
url_poster: https://images2.imgbox.com/0e/a1/RTwNLvZj_o.png
|
||||
schedule: weekly(thursday)
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_fantasy.png
|
||||
template: {
|
||||
name: genre,
|
||||
genres: "fantasy",
|
||||
title_type: "feature,tv_movie",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "10000,",
|
||||
languages: "en",
|
||||
}
|
||||
name: top,
|
||||
type: "movie,tv_movie",
|
||||
genre: "fantasy",
|
||||
rating.gte: 5,
|
||||
votes.gte: 10000,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated in History":
|
||||
summary: "Top rated movies in History"
|
||||
url_poster: https://images2.imgbox.com/07/28/Gnd1RXdg_o.png
|
||||
schedule: weekly(thursday)
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_history.png
|
||||
template: {
|
||||
name: genre,
|
||||
genres: "history",
|
||||
title_type: "feature,tv_movie",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "10000,",
|
||||
languages: "en",
|
||||
}
|
||||
name: top,
|
||||
type: "movie,tv_movie",
|
||||
genre: "history",
|
||||
rating.gte: 5,
|
||||
votes.gte: 10000,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated in Horror":
|
||||
summary: "Top rated movies in Horror"
|
||||
url_poster: https://images2.imgbox.com/69/85/PPdtuMl4_o.png
|
||||
schedule: weekly(thursday)
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_horror.png
|
||||
template: {
|
||||
name: genre,
|
||||
genres: "horror",
|
||||
title_type: "feature,tv_movie",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "10000,",
|
||||
languages: "en",
|
||||
}
|
||||
name: top,
|
||||
type: "movie,tv_movie",
|
||||
genre: "horror",
|
||||
rating.gte: 5,
|
||||
votes.gte: 10000,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated in Music":
|
||||
summary: "Top rated movies in Music"
|
||||
url_poster: https://images2.imgbox.com/2a/5b/0qMaPxU2_o.png
|
||||
schedule: weekly(thursday)
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_music.png
|
||||
template: {
|
||||
name: genre,
|
||||
genres: "music",
|
||||
title_type: "feature,tv_movie",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "10000,",
|
||||
languages: "en",
|
||||
}
|
||||
name: top,
|
||||
type: "movie,tv_movie",
|
||||
genre: "music",
|
||||
rating.gte: 5,
|
||||
votes.gte: 10000,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated in Musicals":
|
||||
summary: "Top rated movies in Musicals"
|
||||
url_poster: https://images2.imgbox.com/af/6f/8PsNB0Po_o.png
|
||||
schedule: weekly(thursday)
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_musicals.png
|
||||
template: {
|
||||
name: genre,
|
||||
genres: "musical",
|
||||
title_type: "feature,tv_movie",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "10000,",
|
||||
languages: "en",
|
||||
}
|
||||
name: top,
|
||||
type: "movie,tv_movie",
|
||||
genre: "musical",
|
||||
rating.gte: 5,
|
||||
votes.gte: 10000,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated in Mystery":
|
||||
summary: "Top rated movies in Mystery"
|
||||
url_poster: https://images2.imgbox.com/90/e8/hpebZBPB_o.png
|
||||
schedule: weekly(thursday)
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_mystery.png
|
||||
|
||||
template: {
|
||||
name: genre,
|
||||
genres: "mystery",
|
||||
title_type: "feature,tv_movie",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "10000,",
|
||||
languages: "en",
|
||||
}
|
||||
name: top,
|
||||
type: "movie,tv_movie",
|
||||
genre: "mystery",
|
||||
rating.gte: 5,
|
||||
votes.gte: 10000,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated in Romance":
|
||||
summary: "Top rated movies in Romance"
|
||||
url_poster: https://images2.imgbox.com/0a/7c/zeNHGAVj_o.png
|
||||
schedule: weekly(thursday)
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_romance.png
|
||||
template: {
|
||||
name: genre,
|
||||
genres: "romance",
|
||||
title_type: "feature,tv_movie",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "10000,",
|
||||
languages: "en",
|
||||
}
|
||||
name: top,
|
||||
type: "movie,tv_movie",
|
||||
genre: "romance",
|
||||
rating.gte: 5,
|
||||
votes.gte: 10000,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated in Sci-Fi":
|
||||
summary: "Top rated movies in Sci-Fi"
|
||||
url_poster: https://images2.imgbox.com/91/64/ePUjlSZ6_o.png
|
||||
schedule: weekly(thursday)
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_sci-fi.png
|
||||
template: {
|
||||
name: genre,
|
||||
genres: "sci-fi",
|
||||
title_type: "feature,tv_movie",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "10000,",
|
||||
languages: "en",
|
||||
}
|
||||
name: top,
|
||||
type: "movie,tv_movie",
|
||||
genre: "sci-fi",
|
||||
rating.gte: 5,
|
||||
votes.gte: 10000,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated in Thriller":
|
||||
summary: "Top rated movies in Thriller"
|
||||
url_poster: https://images2.imgbox.com/7f/f0/imM9mUS1_o.png
|
||||
schedule: weekly(thursday)
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_thriller.png
|
||||
template: {
|
||||
name: genre,
|
||||
genres: "thriller",
|
||||
title_type: "feature,tv_movie",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "10000,",
|
||||
languages: "en",
|
||||
}
|
||||
name: top,
|
||||
type: "movie,tv_movie",
|
||||
genre: "thriller",
|
||||
rating.gte: 5,
|
||||
votes.gte: 10000,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated in War":
|
||||
summary: "Top rated movies in War"
|
||||
url_poster: https://images2.imgbox.com/52/68/Yc62v6he_o.png
|
||||
schedule: weekly(thursday)
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_war.png
|
||||
template: {
|
||||
name: genre,
|
||||
genres: "war",
|
||||
title_type: "feature,tv_movie",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "10000,",
|
||||
languages: "en",
|
||||
}
|
||||
name: top,
|
||||
type: "movie,tv_movie",
|
||||
genre: "war",
|
||||
rating.gte: 5,
|
||||
votes.gte: 10000,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated in Western":
|
||||
summary: "Top rated movies in Western"
|
||||
url_poster: https://images2.imgbox.com/0e/03/v2py3lSd_o.png
|
||||
schedule: weekly(thursday)
|
||||
template: {
|
||||
name: genre,
|
||||
genres: "western",
|
||||
title_type: "feature,tv_movie",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "10000,",
|
||||
languages: "en",
|
||||
}
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/6_genre_top/genre_top-rated_western.png
|
||||
template: {
|
||||
name: top,
|
||||
type: "movie,tv_movie",
|
||||
genre: "western",
|
||||
rating.gte: 5,
|
||||
votes.gte: 10000,
|
||||
language: "en"
|
||||
}
|
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,211 @@
|
||||
## 8_studio.yml
|
||||
|
||||
templates:
|
||||
company:
|
||||
cache_builders: 6
|
||||
collection_mode: hide
|
||||
collection_order: alpha
|
||||
delete_not_scheduled: false
|
||||
sort_title: "+4_Z_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
visible_home: false
|
||||
visible_library: false
|
||||
visible_shared: false
|
||||
limit: 1000
|
||||
imdb_search:
|
||||
company: <<company>>
|
||||
language: <<language>>
|
||||
limit: 10000
|
||||
sort_by: release.desc
|
||||
type: <<type>>
|
||||
|
||||
collections:
|
||||
"Criterion":
|
||||
summary: "A collection from Criterion"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_studio/studio_criterion-collection.png
|
||||
template: {
|
||||
name: company,
|
||||
type: "movie,tv_movie",
|
||||
company: "co0044076",
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Studio Ghibli":
|
||||
summary: "A collection from Studio Ghibli"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_studio/studio_studio-ghibli.png
|
||||
template: {
|
||||
name: company,
|
||||
type: "movie,tv_movie",
|
||||
company: "co0048420",
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Marvel Studios":
|
||||
summary: "A collection from Marvel Studios"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_studio/studio_marvel-studios.png
|
||||
template: {
|
||||
name: company,
|
||||
type: "movie,tv_movie",
|
||||
company: "co0051941",
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"DC Entertainment":
|
||||
summary: "A collection from DC Entertainment"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_studio/studio_dc-entertainment.png
|
||||
template: {
|
||||
name: company,
|
||||
type: "movie,tv_movie",
|
||||
company: "co0123927",
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Paramount Pictures":
|
||||
summary: "A collection from Paramount Pictures"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_studio/studio_paramount-pictures.png
|
||||
template: {
|
||||
name: company,
|
||||
type: "movie,tv_movie",
|
||||
company: "co0023400",
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Warner Bros":
|
||||
summary: "A collection from Warner Bros"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_studio/studio_warner-bros.png
|
||||
template: {
|
||||
name: company,
|
||||
type: "movie,tv_movie",
|
||||
company: "co0002663",
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Walt Disney":
|
||||
summary: "A collection from Walt Disney"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_studio/studio_walt-disney.png
|
||||
template: {
|
||||
name: company,
|
||||
type: "movie,tv_movie",
|
||||
company: "co0226183,co0008970",
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"SONY":
|
||||
summary: "A collection from SONY"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_studio/studio_sony.png
|
||||
template: {
|
||||
name: company,
|
||||
type: "movie,tv_movie",
|
||||
company: "co0026545,co0014453,co0121181,co0001799,co0208736",
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"MGM":
|
||||
summary: "A collection from MGM"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_studio/studio_mgm.png
|
||||
template: {
|
||||
name: company,
|
||||
type: "movie,tv_movie",
|
||||
company: "co0007143",
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Twentieth Century Fox":
|
||||
summary: "A collection from Twentieth Century Fox"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_studio/studio_twentieth-century-fox.png
|
||||
template: {
|
||||
name: company,
|
||||
type: "movie,tv_movie",
|
||||
company: "co0000756",
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Universal":
|
||||
summary: "A collection from Universal"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_studio/studio_universal.png
|
||||
template: {
|
||||
name: company,
|
||||
type: "movie,tv_movie",
|
||||
company: "co0005073",
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Columbia":
|
||||
summary: "A collection from Columbia"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_studio/studio_columbia.png
|
||||
template: {
|
||||
name: company,
|
||||
type: "movie,tv_movie",
|
||||
company: "co0050868",
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"United Artists":
|
||||
summary: "A collection from United Artists"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_studio/studio_united-artists.png
|
||||
template: {
|
||||
name: company,
|
||||
type: "movie,tv_movie",
|
||||
company: "co0026841",
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"DreamWorks":
|
||||
summary: "A collection from DreamWorks"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_studio/studio_dreamworks.png
|
||||
template: {
|
||||
name: company,
|
||||
type: "movie,tv_movie",
|
||||
company: "co0040938,co0129164,co0819670,co0396719,co0252576",
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Pixar":
|
||||
summary: "A collection from Pixar"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_studio/studio_pixar.png
|
||||
template: {
|
||||
name: company,
|
||||
type: "movie,tv_movie",
|
||||
company: "co0017902,co0348691",
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Touchstone":
|
||||
summary: "A collection from Touchstone"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_studio/studio_touchstone.png
|
||||
template: {
|
||||
name: company,
|
||||
type: "movie,tv_movie",
|
||||
company: "co0049348",
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Lionsgate":
|
||||
summary: "A collection from Lionsgate"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_studio/studio_lionsgate.png
|
||||
template: {
|
||||
name: company,
|
||||
type: "movie,tv_movie",
|
||||
company: "co0807819,co0006881,co0060306,co0179392",
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Lucasfilm":
|
||||
summary: "A collection from Lucasfilm"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_studio/studio_lucasfilm.png
|
||||
template: {
|
||||
name: company,
|
||||
type: "movie,tv_movie",
|
||||
company: "co0071326,co0196838,co0049348",
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Samuel Goldwyn Company":
|
||||
summary: "A collection from Samuel Goldwyn Company"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/4_studio/studio_samuel-goldwyn-company.png
|
||||
template: {
|
||||
name: company,
|
||||
type: "movie,tv_movie",
|
||||
company: "co0016710",
|
||||
language: "en"
|
||||
}
|
@ -0,0 +1,35 @@
|
||||
## 1_parental_sync.yml
|
||||
|
||||
templates:
|
||||
mdblist:
|
||||
cache_builders: 6
|
||||
collection_mode: hide
|
||||
collection_order: alpha
|
||||
delete_not_scheduled: false
|
||||
item_label.sync: Parental
|
||||
label.sync: Parental
|
||||
sort_title: "+1_<<num>>_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
visible_home: false
|
||||
visible_library: false
|
||||
visible_shared: false
|
||||
mdblist_list:
|
||||
sort_by: title.asc
|
||||
url: https://mdblist.com/lists/<<mdblist_user>>/<<mdblist_list>>/
|
||||
optional:
|
||||
- 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: config/assets/1_parental/parental-all.png
|
||||
template: {
|
||||
name: mdblist,
|
||||
num: "A",
|
||||
mdblist_user: "archivist",
|
||||
mdblist_list: "list-parental"
|
||||
}
|
@ -1,214 +1,218 @@
|
||||
## 2_year_top.yml
|
||||
|
||||
templates:
|
||||
year:
|
||||
year_top:
|
||||
cache_builders: 6
|
||||
collection_mode: hide
|
||||
collection_order: custom
|
||||
delete_not_scheduled: false
|
||||
limit: 250
|
||||
sort_title: "+2_<<num>>_<<collection_name>>"
|
||||
limit: 150
|
||||
sync_mode: sync
|
||||
collection_order: custom
|
||||
collection_mode: hide
|
||||
visible_home: false
|
||||
visible_shared: false
|
||||
visible_library: false
|
||||
delete_not_scheduled: false
|
||||
cache_builders: 6
|
||||
imdb_list:
|
||||
url: https://www.imdb.com/search/title/?title_type=<<title_type>>&release_date=<<release_date>>&user_rating=<<user_rating>>&num_votes=<<votes>>,&languages=<<languages>>&user_rating,desc&count=250
|
||||
limit: 250
|
||||
visible_shared: false
|
||||
imdb_search:
|
||||
language: <<language>>
|
||||
limit: 500
|
||||
release.after: <<release.after>>
|
||||
release.before: <<release.before>>
|
||||
sort_by: rating.desc
|
||||
type: <<type>>
|
||||
votes.gte: <<votes.gte>>
|
||||
|
||||
collections:
|
||||
"Top Rated of 2024":
|
||||
summary: "Top rated TV shows in 2024"
|
||||
url_poster: config/assets/2_year_top/year_top-rated_2024.png
|
||||
template: {
|
||||
name: year_top,
|
||||
num: "M",
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
release.after: 2024-01-01,
|
||||
release.before: 2024-12-31,
|
||||
votes.gte: 1000,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated of 2023":
|
||||
summary: "Top rated TV shows in 2023"
|
||||
url_poster: https://images2.imgbox.com/11/3b/7BlMZMQw_o.png
|
||||
schedule: weekly(tuesday)
|
||||
url_poster: config/assets/2_year_top/year_top-rated_2023.png
|
||||
template: {
|
||||
name: year,
|
||||
name: year_top,
|
||||
num: "M",
|
||||
release_date: "2023-01-01,2023-12-31",
|
||||
title_type: "tv_series,tv_special,tv_miniseries",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "10000,",
|
||||
languages: "en"
|
||||
}
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
release.after: 2023-01-01,
|
||||
release.before: 2023-12-31,
|
||||
votes.gte: 1000,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated of 2022":
|
||||
summary: "Top rated TV shows in 2022"
|
||||
url_poster: https://images2.imgbox.com/20/ea/OeSbw2IU_o.png
|
||||
schedule: weekly(tuesday)
|
||||
url_poster: config/assets/2_year_top/year_top-rated_2022.png
|
||||
template: {
|
||||
name: year,
|
||||
name: year_top,
|
||||
num: "N",
|
||||
release_date: "2022-01-01,2022-12-31",
|
||||
title_type: "tv_series,tv_special,tv_miniseries",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "10000,",
|
||||
languages: "en"
|
||||
}
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
release.after: 2022-01-01,
|
||||
release.before: 2022-12-31,
|
||||
votes.gte: 1000,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated of 2021":
|
||||
summary: "Top rated TV shows in 2021"
|
||||
url_poster: https://images2.imgbox.com/e9/ab/RKEdWgus_o.png
|
||||
schedule: weekly(tuesday)
|
||||
url_poster: config/assets/2_year_top/year_top-rated_2021.png
|
||||
template: {
|
||||
name: year,
|
||||
num: O,
|
||||
release_date: "2021-01-01,2021-12-31",
|
||||
title_type: "tv_series,tv_special,tv_miniseries",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "10000,",
|
||||
languages: "en"
|
||||
}
|
||||
name: year_top,
|
||||
num: "O",
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
release.after: 2021-01-01,
|
||||
release.before: 2021-12-31,
|
||||
votes.gte: 1000,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated of 2020":
|
||||
summary: "Top rated TV shows in 2020"
|
||||
url_poster: https://images2.imgbox.com/b2/82/XGYhRoQi_o.png
|
||||
schedule: weekly(tuesday)
|
||||
url_poster: config/assets/2_year_top/year_top-rated_2020.png
|
||||
template: {
|
||||
name: year,
|
||||
name: year_top,
|
||||
num: "P",
|
||||
release_date: "2020-01-01,2020-12-31",
|
||||
title_type: "tv_series,tv_special,tv_miniseries",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "10000,",
|
||||
languages: "en"
|
||||
}
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
release.after: 2020-01-01,
|
||||
release.before: 2020-12-31,
|
||||
votes.gte: 1000,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated of 2019":
|
||||
summary: "Top rated TV shows in 2019"
|
||||
url_poster: https://images2.imgbox.com/53/e9/DhwEpjt2_o.png
|
||||
schedule: weekly(tuesday)
|
||||
url_poster: config/assets/2_year_top/year_top-rated_2019.png
|
||||
template: {
|
||||
name: year,
|
||||
name: year_top,
|
||||
num: "Q",
|
||||
release_date: "2019-01-01,2019-12-31",
|
||||
title_type: "tv_series,tv_special,tv_miniseries",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "10000,",
|
||||
languages: "en"
|
||||
}
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
release.after: 2019-01-01,
|
||||
release.before: 2019-12-31,
|
||||
votes.gte: 1000,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated of 2018":
|
||||
summary: "Top rated TV shows in 2018"
|
||||
url_poster: https://images2.imgbox.com/a5/9b/NKvSD9sj_o.png
|
||||
schedule: weekly(tuesday)
|
||||
url_poster: config/assets/2_year_top/year_top-rated_2018.png
|
||||
template: {
|
||||
name: year,
|
||||
name: year_top,
|
||||
num: "R",
|
||||
release_date: "2018-01-01,2018-12-31",
|
||||
title_type: "tv_series,tv_special,tv_miniseries",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "10000,",
|
||||
languages: "en"
|
||||
}
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
release.after: 2018-01-01,
|
||||
release.before: 2018-12-31,
|
||||
votes.gte: 1000,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated of 2017":
|
||||
summary: "Top rated TV shows in 2017"
|
||||
url_poster: https://images2.imgbox.com/2e/c3/ucZ25sgd_o.png
|
||||
schedule: weekly(tuesday)
|
||||
url_poster: config/assets/2_year_top/year_top-rated_2017.png
|
||||
template: {
|
||||
name: year,
|
||||
name: year_top,
|
||||
num: "S",
|
||||
release_date: "2017-01-01,2017-12-31",
|
||||
title_type: "tv_series,tv_special,tv_miniseries",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "10000,",
|
||||
languages: "en"
|
||||
}
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
release.after: 2017-01-01,
|
||||
release.before: 2017-12-31,
|
||||
votes.gte: 1000,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated of 2016":
|
||||
summary: "Top rated TV shows in 2016"
|
||||
url_poster: https://images2.imgbox.com/86/b7/R5LWS26j_o.png
|
||||
schedule: weekly(tuesday)
|
||||
url_poster: config/assets/2_year_top/year_top-rated_2016.png
|
||||
template: {
|
||||
name: year,
|
||||
name: year_top,
|
||||
num: "T",
|
||||
release_date: "2016-01-01,2016-12-31",
|
||||
title_type: "tv_series,tv_special,tv_miniseries",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "10000,",
|
||||
languages: "en"
|
||||
}
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
release.after: 2016-01-01,
|
||||
release.before: 2016-12-31,
|
||||
votes.gte: 1000,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated of 2015":
|
||||
summary: "Top rated TV shows in 2015"
|
||||
url_poster: https://images2.imgbox.com/2e/92/Xyintttd_o.png
|
||||
schedule: weekly(tuesday)
|
||||
url_poster: config/assets/2_year_top/year_top-rated_2015.png
|
||||
template: {
|
||||
name: year,
|
||||
name: year_top,
|
||||
num: "U",
|
||||
release_date: "2015-01-01,2015-12-31",
|
||||
title_type: "tv_series,tv_special,tv_miniseries",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "10000,",
|
||||
languages: "en"
|
||||
}
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
release.after: 2015-01-01,
|
||||
release.before: 2015-12-31,
|
||||
votes.gte: 1000,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated of 2014":
|
||||
summary: "Top rated TV shows in 2014"
|
||||
url_poster: https://images2.imgbox.com/45/1b/rnOLmuYd_o.png
|
||||
schedule: weekly(tuesday)
|
||||
url_poster: config/assets/2_year_top/year_top-rated_2014.png
|
||||
template: {
|
||||
name: year,
|
||||
name: year_top,
|
||||
num: "V",
|
||||
release_date: "2014-01-01,2014-12-31",
|
||||
title_type: "tv_series,tv_special,tv_miniseries",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "10000,",
|
||||
languages: "en"
|
||||
}
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
release.after: 2014-01-01,
|
||||
release.before: 2014-12-31,
|
||||
votes.gte: 1000,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated of 2013":
|
||||
summary: "Top rated TV shows in 2013"
|
||||
url_poster: https://images2.imgbox.com/10/7f/sChpdS5a_o.png
|
||||
schedule: weekly(tuesday)
|
||||
url_poster: config/assets/2_year_top/year_top-rated_2013.png
|
||||
template: {
|
||||
name: year,
|
||||
name: year_top,
|
||||
num: "W",
|
||||
release_date: "2013-01-01,2013-12-31",
|
||||
title_type: "tv_series,tv_special,tv_miniseries",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "10000,",
|
||||
languages: "en"
|
||||
}
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
release.after: 2013-01-01,
|
||||
release.before: 2013-12-31,
|
||||
votes.gte: 1000,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated of 2012":
|
||||
summary: "Top rated TV shows in 2012"
|
||||
url_poster: https://images2.imgbox.com/1a/a0/nodGueZf_o.png
|
||||
schedule: weekly(tuesday)
|
||||
url_poster: config/assets/2_year_top/year_top-rated_2012.png
|
||||
template: {
|
||||
name: year,
|
||||
name: year_top,
|
||||
num: "X",
|
||||
release_date: "2012-01-01,2012-12-31",
|
||||
title_type: "tv_series,tv_special,tv_miniseries",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "10000,",
|
||||
languages: "en"
|
||||
}
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
release.after: 2012-01-01,
|
||||
release.before: 2012-12-31,
|
||||
votes.gte: 1000,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated of 2011":
|
||||
summary: "Top rated TV shows in 2011"
|
||||
url_poster: https://images2.imgbox.com/92/1d/rGBuC4Jl_o.png
|
||||
schedule: weekly(tuesday)
|
||||
url_poster: config/assets/2_year_top/year_top-rated_2011.png
|
||||
template: {
|
||||
name: year,
|
||||
name: year_top,
|
||||
num: "Y",
|
||||
release_date: "2011-01-01,2011-12-31",
|
||||
title_type: "tv_series,tv_special,tv_miniseries",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "10000,",
|
||||
languages: "en"
|
||||
}
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
release.after: 2011-01-01,
|
||||
release.before: 2011-12-31,
|
||||
votes.gte: 1000,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated of 2010":
|
||||
summary: "Top rated TV shows in 2010"
|
||||
url_poster: https://images2.imgbox.com/86/63/4kJnyLQX_o.png
|
||||
schedule: weekly(tuesday)
|
||||
url_poster: config/assets/2_year_top/year_top-rated_2010.png
|
||||
template: {
|
||||
name: year,
|
||||
name: year_top,
|
||||
num: "Z",
|
||||
release_date: "2010-01-01,2010-12-31",
|
||||
title_type: "tv_series,tv_special,tv_miniseries",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "10000,",
|
||||
languages: "en"
|
||||
}
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
release.after: 2010-01-01,
|
||||
release.before: 2010-12-31,
|
||||
votes.gte: 1000,
|
||||
language: "en"
|
||||
}
|
@ -1,144 +1,140 @@
|
||||
## 3_decades_top.yml
|
||||
|
||||
templates:
|
||||
decade:
|
||||
decade_top:
|
||||
cache_builders: 6
|
||||
collection_mode: hide
|
||||
collection_order: custom
|
||||
delete_not_scheduled: false
|
||||
limit: 250
|
||||
sort_title: "+3_<<num>>_<<collection_name>>"
|
||||
limit: 130
|
||||
sync_mode: sync
|
||||
collection_order: custom
|
||||
collection_mode: hide
|
||||
visible_home: false
|
||||
visible_shared: false
|
||||
visible_library: false
|
||||
delete_not_scheduled: false
|
||||
cache_builders: 6
|
||||
imdb_list:
|
||||
url: https://www.imdb.com/search/title/?title_type=<<title_type>>&release_date=<<release_date>>&user_rating=<<user_rating>>&num_votes=<<votes>>,&languages=<<languages>>&user_rating,desc&count=250
|
||||
limit: 250
|
||||
visible_shared: false
|
||||
imdb_search:
|
||||
language: <<language>>
|
||||
limit: 500
|
||||
release.after: <<release.after>>
|
||||
release.before: <<release.before>>
|
||||
sort_by: rating.desc
|
||||
type: <<type>>
|
||||
votes.gte: <<votes.gte>>
|
||||
|
||||
collections:
|
||||
"Top Rated of the 1940s":
|
||||
summary: "Top rated TV shows of the 1940s"
|
||||
url_poster: https://images2.imgbox.com/b2/96/r6suu5US_o.png
|
||||
schedule: weekly(wednesday)
|
||||
url_poster: config/assets/3_decades_top/decades_top_1940s.png
|
||||
template: {
|
||||
name: decade,
|
||||
name: decade_top,
|
||||
num: "Z",
|
||||
release_date: "1940-01-01,1949-12-31",
|
||||
title_type: "tv_series,tv_special,tv_miniseries",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "100,",
|
||||
languages: "en"
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
release.after: 1940-01-01,
|
||||
release.before: 1949-12-31,
|
||||
votes.gte: 100,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated of the 1950s":
|
||||
summary: "Top rated TV shows of the 1950s"
|
||||
url_poster: https://images2.imgbox.com/3a/86/lbm419do_o.png
|
||||
schedule: weekly(wednesday)
|
||||
url_poster: config/assets/3_decades_top/decades_top_1950s.png
|
||||
template: {
|
||||
name: decade,
|
||||
name: decade_top,
|
||||
num: "Y",
|
||||
release_date: "1950-01-01,1959-12-31",
|
||||
title_type: "tv_series,tv_special,tv_miniseries",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "100,",
|
||||
languages: "en"
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
release.after: 1950-01-01,
|
||||
release.before: 1959-12-31,
|
||||
votes.gte: 100,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated of the 1960s":
|
||||
summary: "Top rated TV shows of the 1960s"
|
||||
url_poster: https://images2.imgbox.com/86/ec/BLBgj4Sc_o.png
|
||||
schedule: weekly(wednesday)
|
||||
url_poster: config/assets/3_decades_top/decades_top_1960s.png
|
||||
template: {
|
||||
name: decade,
|
||||
name: decade_top,
|
||||
num: "X",
|
||||
release_date: "1960-01-01,1969-12-31",
|
||||
title_type: "tv_series,tv_special,tv_miniseries",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "100,",
|
||||
languages: "en"
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
release.after: 1960-01-01,
|
||||
release.before: 1969-12-31,
|
||||
votes.gte: 100,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated of the 1970s":
|
||||
summary: "Top rated TV shows of the 1970s"
|
||||
url_poster: https://images2.imgbox.com/69/3f/JKYnU4OW_o.png
|
||||
schedule: weekly(wednesday)
|
||||
url_poster: config/assets/3_decades_top/decades_top_1970s.png
|
||||
template: {
|
||||
name: decade,
|
||||
name: decade_top,
|
||||
num: "W",
|
||||
release_date: "1970-01-01,1979-12-31",
|
||||
title_type: "tv_series,tv_special,tv_miniseries",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "100,",
|
||||
languages: "en"
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
release.after: 1970-01-01,
|
||||
release.before: 1979-12-31,
|
||||
votes.gte: 100,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated of the 1980s":
|
||||
summary: "Top rated TV shows of the 1980s"
|
||||
url_poster: https://images2.imgbox.com/fa/74/pTqfI3kw_o.png
|
||||
schedule: weekly(wednesday)
|
||||
url_poster: config/assets/3_decades_top/decades_top_1980s.png
|
||||
template: {
|
||||
name: decade,
|
||||
name: decade_top,
|
||||
num: "V",
|
||||
release_date: "1980-01-01,1989-12-31",
|
||||
title_type: "tv_series,tv_special,tv_miniseries",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "100,",
|
||||
languages: "en"
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
release.after: 1980-01-01,
|
||||
release.before: 1989-12-31,
|
||||
votes.gte: 100,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated of the 1990s":
|
||||
summary: "Top rated TV shows of the 1990s"
|
||||
url_poster: https://images2.imgbox.com/f8/2d/heYFe34N_o.png
|
||||
schedule: weekly(wednesday)
|
||||
url_poster: config/assets/3_decades_top/decades_top_1990s.png
|
||||
template: {
|
||||
name: decade,
|
||||
name: decade_top,
|
||||
num: "U",
|
||||
release_date: "1990-01-01,1999-12-31",
|
||||
title_type: "tv_series,tv_special,tv_miniseries",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "100,",
|
||||
languages: "en"
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
release.after: 1990-01-01,
|
||||
release.before: 1999-12-31,
|
||||
votes.gte: 100,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated of the 2000s":
|
||||
summary: "Top rated TV shows of the 2000s"
|
||||
url_poster: https://images2.imgbox.com/25/0f/Fv1DABox_o.png
|
||||
schedule: weekly(wednesday)
|
||||
url_poster: config/assets/3_decades_top/decades_top_2000s.png
|
||||
template: {
|
||||
name: decade,
|
||||
name: decade_top,
|
||||
num: "T",
|
||||
release_date: "2000-01-01,2009-12-31",
|
||||
title_type: "tv_series,tv_special,tv_miniseries",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "1000,",
|
||||
languages: "en"
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
release.after: 2000-01-01,
|
||||
release.before: 2009-12-31,
|
||||
votes.gte: 1000,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated of the 2010s":
|
||||
summary: "Top rated TV shows of the 2010s"
|
||||
url_poster: https://images2.imgbox.com/2e/79/H4fyrHwI_o.png
|
||||
schedule: weekly(wednesday)
|
||||
url_poster: config/assets/3_decades_top/decades_top_2010s.png
|
||||
template: {
|
||||
name: decade,
|
||||
name: decade_top,
|
||||
num: "S",
|
||||
release_date: "2010-01-01,2019-12-31",
|
||||
title_type: "tv_series,tv_special,tv_miniseries",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "1000,",
|
||||
languages: "en"
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
release.after: 2010-01-01,
|
||||
release.before: 2019-12-31,
|
||||
votes.gte: 1000,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated of the 2020s":
|
||||
summary: "Top rated TV shows of the 2020s"
|
||||
url_poster: https://images2.imgbox.com/19/dc/06a42YSm_o.png
|
||||
schedule: weekly
|
||||
url_poster: config/assets/3_decades_top/decades_top_2020s.png
|
||||
template: {
|
||||
name: decade,
|
||||
name: decade_top,
|
||||
num: "R",
|
||||
release_date: "2020-01-01,2029-12-31",
|
||||
title_type: "tv_series,tv_special,tv_miniseries",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "1000,",
|
||||
languages: "en"
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
release.after: 2020-01-01,
|
||||
release.before: 2029-12-31,
|
||||
votes.gte: 1000,
|
||||
language: "en"
|
||||
}
|
@ -1,146 +1,101 @@
|
||||
## 4_awards.yml
|
||||
|
||||
templates:
|
||||
imdb:
|
||||
sort_title: "+4_<<num>>_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
collection_order: release.desc
|
||||
collection_mode: hide
|
||||
visible_home: false
|
||||
visible_shared: false
|
||||
visible_library: false
|
||||
delete_not_scheduled: false
|
||||
award_nominee:
|
||||
cache_builders: 6
|
||||
imdb_list:
|
||||
url: https://www.imdb.com/search/title/?title_type=<<title_type>>&groups=<<groups>>&languages=<<languages>>&sort=release_date,desc
|
||||
limit: 350
|
||||
|
||||
letterboxd:
|
||||
optional:
|
||||
- letterboxd_extra_1
|
||||
- letterboxd_extra_2
|
||||
- letterboxd_extra_3
|
||||
- letterboxd_extra_4
|
||||
- letterboxd_extra_5
|
||||
sort_title: "+2_<<num>>_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
collection_order: release.desc
|
||||
collection_mode: hide
|
||||
visible_home: false
|
||||
visible_shared: false
|
||||
visible_library: false
|
||||
collection_order: release.desc
|
||||
delete_not_scheduled: false
|
||||
cache_builders: 6
|
||||
letterboxd_list::
|
||||
url: https://letterboxd.com/<<user>>/list/<<list>>/by/<<sort>>
|
||||
limit: 350
|
||||
|
||||
custom_1:
|
||||
optional:
|
||||
- trakt_list
|
||||
sort_title: "+4_<<num>>_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
collection_order: release.desc
|
||||
collection_mode: hide
|
||||
visible_home: false
|
||||
visible_shared: false
|
||||
visible_library: false
|
||||
delete_not_scheduled: false
|
||||
cache_builders: 6
|
||||
imdb_list:
|
||||
url: https://www.imdb.com/list/<<imdb_list>>/?sort=release_date,desc
|
||||
limit: 350
|
||||
visible_shared: false
|
||||
imdb_search:
|
||||
event: <<event>>
|
||||
language: <<language>>
|
||||
limit: 1000
|
||||
type: <<type>>
|
||||
|
||||
custom_2:
|
||||
optional:
|
||||
- trakt_list
|
||||
award_winner:
|
||||
cache_builders: 6
|
||||
collection_mode: hide
|
||||
collection_order: release.desc
|
||||
delete_not_scheduled: false
|
||||
sort_title: "+4_<<num>>_<<collection_name>>"
|
||||
sync_mode: sync
|
||||
collection_order: release.desc
|
||||
collection_mode: hide
|
||||
visible_home: false
|
||||
visible_shared: false
|
||||
visible_library: false
|
||||
delete_not_scheduled: false
|
||||
cache_builders: 6
|
||||
imdb_list:
|
||||
url: https://www.imdb.com/list/<<imdb_list>>/?sort=release_date,desc
|
||||
limit: 350
|
||||
trakt_list:
|
||||
- <<trakt_list>>
|
||||
visible_shared: false
|
||||
imdb_search:
|
||||
event.winning: <<event.winning>>
|
||||
language: <<language>>
|
||||
limit: 1000
|
||||
type: <<type>>
|
||||
|
||||
collections:
|
||||
"Emmy Award Winners":
|
||||
summary: "A collection of Emmy Award Winners"
|
||||
url_poster: https://images2.imgbox.com/9b/e4/k0PK91qr_o.png
|
||||
schedule: weekly(monday)
|
||||
template: {
|
||||
name: imdb,
|
||||
num: 0,
|
||||
groups: "emmy_winner",
|
||||
title_type: "tv_series,tv_special,tv_miniseries",
|
||||
languages: "en"
|
||||
}
|
||||
limit: 120
|
||||
|
||||
"Emmy Award Nominees":
|
||||
summary: "A collection of Emmy Award Nominees"
|
||||
url_poster: https://images2.imgbox.com/c1/c7/71WmWEkL_o.png
|
||||
schedule: weekly(monday)
|
||||
url_poster: config/assets/4_awards/awards_nominees_emmy.png
|
||||
template: {
|
||||
name: imdb,
|
||||
num: 1,
|
||||
groups: "emmy_nominee",
|
||||
title_type: "tv_series,tv_special,tv_miniseries",
|
||||
languages: "en"
|
||||
}
|
||||
limit: 120
|
||||
name: award_nominee,
|
||||
num: "A",
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
event: "emmy",
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Golden Globes Winners":
|
||||
summary: "A collection of Golden Globes Winners"
|
||||
url_poster: https://images2.imgbox.com/90/92/iw9mYXgG_o.png
|
||||
schedule: weekly(monday)
|
||||
"Emmy Award Winners":
|
||||
summary: "A collection of Emmy Award Winners"
|
||||
url_poster: config/assets/4_awards/awards_winners_emmy.png
|
||||
template: {
|
||||
name: imdb,
|
||||
num: 2,
|
||||
groups: "golden_globe_winners",
|
||||
title_type: "tv_series,tv_special,tv_miniseries",
|
||||
languages: "en"
|
||||
}
|
||||
limit: 120
|
||||
name: award_winner,
|
||||
num: "B",
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
event.winning: "emmy",
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Golden Globes Nominees":
|
||||
summary: "A collection of Golden Globes Nominees"
|
||||
url_poster: https://images2.imgbox.com/0a/a2/HH5uBXFt_o.png
|
||||
schedule: weekly(monday)
|
||||
url_poster: config/assets/4_awards/awards_nominees_golden-globespng.png
|
||||
template: {
|
||||
name: award_nominee,
|
||||
num: "C",
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
event: "golden",
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Golden Globes Winners":
|
||||
summary: "A collection of Golden Globes Winners"
|
||||
url_poster: config/assets/4_awards/awards_winners_golden_globes.png
|
||||
template: {
|
||||
name: imdb,
|
||||
num: 3,
|
||||
groups: "golden_globe_nominee",
|
||||
title_type: "tv_series,tv_special,tv_miniseries",
|
||||
languages: "en"
|
||||
}
|
||||
limit: 120
|
||||
name: award_winner,
|
||||
num: "D",
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
event.winning: "golden",
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"BAFTA Winners":
|
||||
summary: "A collection of BAFTA Winners"
|
||||
url_poster: https://images2.imgbox.com/00/61/roVpyMsf_o.png
|
||||
schedule: weekly(monday)
|
||||
url_poster: config/assets/4_awards/awards_winners_bafta.png
|
||||
template: {
|
||||
name: custom_1,
|
||||
num: 4,
|
||||
imdb_list: "ls538625886"
|
||||
}
|
||||
limit: 120
|
||||
name: award_winner,
|
||||
num: "E",
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
event.winning: "bafta",
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Critics Choice Award Winners":
|
||||
summary: "A collection of Critics Choice Award Winners"
|
||||
url_poster: https://images2.imgbox.com/0e/d1/g0Wm0Xqn_o.png
|
||||
schedule: weekly(monday)
|
||||
"Critic's Choice Winners":
|
||||
summary: "A collection of Critic's Choice Winners"
|
||||
url_poster: config/assets/4_awards/awards_winners_critics-choice.png
|
||||
template: {
|
||||
name: custom_2,
|
||||
num: 5,
|
||||
imdb_list: "ls538625146",
|
||||
trakt_list: "https://trakt.tv/users/fdamico/lists/critics-choice-series?sort=released,asc"
|
||||
}
|
||||
limit: 120
|
||||
name: award_winner,
|
||||
num: "K",
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
event.winning: "choice",
|
||||
language: "en"
|
||||
}
|
@ -1,227 +1,230 @@
|
||||
## 5_genre_popular.yml
|
||||
|
||||
templates:
|
||||
popular:
|
||||
genre_popular:
|
||||
cache_builders: 6
|
||||
collection_mode: hide
|
||||
collection_order: custom
|
||||
delete_not_scheduled: false
|
||||
limit: 250
|
||||
sort_title: "+5: <<collection_name>>"
|
||||
limit: 50
|
||||
sync_mode: sync
|
||||
collection_order: custom
|
||||
collection_mode: hide
|
||||
visible_home: false
|
||||
visible_shared: false
|
||||
visible_library: false
|
||||
delete_not_scheduled: false
|
||||
cache_builders: 6
|
||||
imdb_list:
|
||||
url: https://www.imdb.com/search/title/?title_type=<<title_type>>&genres=<<genres>>&languages=<<languages>>&sort=moviemeter,asc
|
||||
limit: 250
|
||||
visible_shared: false
|
||||
imdb_search:
|
||||
genre: <<genre>>
|
||||
language: <<language>>
|
||||
limit: 500
|
||||
popularity.gte: <<popularity.gte>>
|
||||
sort_by: popularity.asc
|
||||
type: <<type>>
|
||||
|
||||
collections:
|
||||
"Popular in Action":
|
||||
summary: "Popular TV shows in Action"
|
||||
url_poster: https://images2.imgbox.com/49/a2/ZzHfwpko_o.png
|
||||
schedule: daily
|
||||
url_poster: config/assets/5_genre_popular/genre_popular_action.png
|
||||
template: {
|
||||
name: popular,
|
||||
genres: "action",
|
||||
title_type: "tv_series,tv_special,tv_miniseries",
|
||||
languages: "en",
|
||||
}
|
||||
name: genre_popular,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
genre: "action",
|
||||
popularity.gte: 5,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Popular in Adventure":
|
||||
summary: "Popular TV shows in Adventure"
|
||||
url_poster: https://images2.imgbox.com/69/44/w9z6lHTx_o.png
|
||||
schedule: daily
|
||||
url_poster: config/assets/5_genre_popular/genre_popular_adventure.png
|
||||
template: {
|
||||
name: popular,
|
||||
genres: "adventure",
|
||||
title_type: "tv_series,tv_special,tv_miniseries",
|
||||
languages: "en",
|
||||
}
|
||||
name: genre_popular,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
genre: "adventure",
|
||||
popularity.gte: 5,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Popular in Animation":
|
||||
summary: "Popular TV shows in Animation"
|
||||
url_poster: https://images2.imgbox.com/2b/9f/K6YZj2mM_o.png
|
||||
schedule: daily
|
||||
url_poster: config/assets/5_genre_popular/genre_popular_animation.png
|
||||
template: {
|
||||
name: popular,
|
||||
genres: "animation",
|
||||
title_type: "tv_series,tv_special,tv_miniseries",
|
||||
languages: "en",
|
||||
}
|
||||
name: genre_popular,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
genre: "animation",
|
||||
popularity.gte: 5,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Popular in Biography":
|
||||
summary: "Popular TV shows in Biography"
|
||||
url_poster: https://images2.imgbox.com/db/a5/DuxFMQvW_o.png
|
||||
schedule: daily
|
||||
url_poster: config/assets/5_genre_popular/genre_popular_biography.png
|
||||
template: {
|
||||
name: popular,
|
||||
genres: "biography",
|
||||
title_type: "tv_series,tv_special,tv_miniseries",
|
||||
languages: "en",
|
||||
}
|
||||
name: genre_popular,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
genre: "biography",
|
||||
popularity.gte: 5,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Popular in Comedy":
|
||||
summary: "Popular TV shows in Comedy"
|
||||
url_poster: https://images2.imgbox.com/ee/95/bv86GdwL_o.png
|
||||
schedule: daily
|
||||
url_poster: config/assets/5_genre_popular/genre_popular_comedy.png
|
||||
template: {
|
||||
name: popular,
|
||||
genres: "comedy",
|
||||
title_type: "tv_series,tv_special,tv_miniseries",
|
||||
languages: "en",
|
||||
}
|
||||
name: genre_popular,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
genre: "comedy",
|
||||
popularity.gte: 5,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Popular in Crime":
|
||||
summary: "Popular TV shows in Crime"
|
||||
url_poster: https://images2.imgbox.com/04/57/qWBJn2wh_o.png
|
||||
schedule: daily
|
||||
url_poster: config/assets/5_genre_popular/genre_popular_crime.png
|
||||
template: {
|
||||
name: popular,
|
||||
genres: "crime",
|
||||
title_type: "tv_series,tv_special,tv_miniseries",
|
||||
languages: "en",
|
||||
}
|
||||
name: genre_popular,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
genre: "crime",
|
||||
popularity.gte: 5,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Popular in Drama":
|
||||
summary: "Popular TV shows in Drama"
|
||||
url_poster: https://images2.imgbox.com/b5/7e/xjs3U3Uw_o.png
|
||||
schedule: daily
|
||||
url_poster: config/assets/5_genre_popular/genre_popular_drama.png
|
||||
template: {
|
||||
name: popular,
|
||||
genres: "drama",
|
||||
title_type: "tv_series,tv_special,tv_miniseries",
|
||||
languages: "en",
|
||||
}
|
||||
name: genre_popular,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
genre: "drama",
|
||||
popularity.gte: 5,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Popular in Family":
|
||||
summary: "Popular TV shows in Family"
|
||||
url_poster: https://images2.imgbox.com/b8/7c/Yxfwl4SU_o.png
|
||||
schedule: daily
|
||||
url_poster: config/assets/5_genre_popular/genre_popular_family.png
|
||||
template: {
|
||||
name: popular,
|
||||
genres: "family",
|
||||
title_type: "tv_series,tv_special,tv_miniseries",
|
||||
languages: "en",
|
||||
}
|
||||
name: genre_popular,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
genre: "family",
|
||||
popularity.gte: 5,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Popular in Fantasy":
|
||||
summary: "Popular TV shows in Fantasy"
|
||||
url_poster: https://images2.imgbox.com/b9/2d/RUj29mGN_o.png
|
||||
schedule: daily
|
||||
url_poster: config/assets/5_genre_popular/genre_popular_fantasy.png
|
||||
template: {
|
||||
name: popular,
|
||||
genres: "fantasy",
|
||||
title_type: "tv_series,tv_special,tv_miniseries",
|
||||
languages: "en",
|
||||
}
|
||||
name: genre_popular,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
genre: "fantasy",
|
||||
popularity.gte: 5,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Popular in History":
|
||||
summary: "Popular TV shows in History"
|
||||
url_poster: https://images2.imgbox.com/7e/4b/J3QPVzXr_o.png
|
||||
schedule: daily
|
||||
url_poster: config/assets/5_genre_popular/genre_popular_history.png
|
||||
template: {
|
||||
name: popular,
|
||||
genres: "history",
|
||||
title_type: "tv_series,tv_special,tv_miniseries",
|
||||
languages: "en",
|
||||
}
|
||||
name: genre_popular,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
genre: "history",
|
||||
popularity.gte: 5,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Popular in Horror":
|
||||
summary: "Popular TV shows in Horror"
|
||||
url_poster: https://images2.imgbox.com/d7/90/soVAACno_o.png
|
||||
schedule: daily
|
||||
url_poster: config/assets/5_genre_popular/genre_popular_horror.png
|
||||
template: {
|
||||
name: popular,
|
||||
genres: "horror",
|
||||
title_type: "tv_series,tv_special,tv_miniseries",
|
||||
languages: "en",
|
||||
}
|
||||
name: genre_popular,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
genre: "horror",
|
||||
popularity.gte: 5,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Popular in Music":
|
||||
summary: "Popular TV shows in Music"
|
||||
url_poster: https://images2.imgbox.com/a5/f7/k30HMjfT_o.png
|
||||
schedule: daily
|
||||
url_poster: config/assets/5_genre_popular/genre_popular_music.png
|
||||
template: {
|
||||
name: popular,
|
||||
genres: "music",
|
||||
title_type: "tv_series,tv_special,tv_miniseries",
|
||||
languages: "en",
|
||||
}
|
||||
name: genre_popular,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
genre: "music",
|
||||
popularity.gte: 5,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Popular in Musicals":
|
||||
summary: "Popular TV shows in Musicals"
|
||||
url_poster: https://images2.imgbox.com/2c/d8/dBP5NuOy_o.png
|
||||
schedule: daily
|
||||
url_poster: config/assets/5_genre_popular/genre_popular_musicals.png
|
||||
template: {
|
||||
name: popular,
|
||||
genres: "musical",
|
||||
title_type: "tv_series,tv_special,tv_miniseries",
|
||||
languages: "en",
|
||||
}
|
||||
name: genre_popular,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
genre: "musical",
|
||||
popularity.gte: 5,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Popular in Mystery":
|
||||
summary: "Popular TV shows in Mystery"
|
||||
url_poster: https://images2.imgbox.com/c0/eb/vxT2626d_o.png
|
||||
schedule: daily
|
||||
url_poster: config/assets/5_genre_popular/genre_popular_mystery.png
|
||||
template: {
|
||||
name: popular,
|
||||
genres: "mystery",
|
||||
title_type: "tv_series,tv_special,tv_miniseries",
|
||||
languages: "en",
|
||||
}
|
||||
name: genre_popular,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
genre: "mystery",
|
||||
popularity.gte: 5,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Popular in Romance":
|
||||
summary: "Popular TV shows in Romance"
|
||||
url_poster: https://images2.imgbox.com/c9/5c/iFqsyDIF_o.png
|
||||
schedule: daily
|
||||
url_poster: config/assets/5_genre_popular/genre_popular_romance.png
|
||||
template: {
|
||||
name: popular,
|
||||
genres: "romance",
|
||||
title_type: "tv_series,tv_special,tv_miniseries",
|
||||
languages: "en",
|
||||
}
|
||||
name: genre_popular,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
genre: "romance",
|
||||
popularity.gte: 5,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Popular in Sci-Fi":
|
||||
summary: "Popular TV shows in Sci-Fi"
|
||||
url_poster: https://images2.imgbox.com/c8/01/RVAS27XY_o.png
|
||||
schedule: daily
|
||||
template: {
|
||||
name: popular,
|
||||
genres: "sci-fi",
|
||||
title_type: "tv_series,tv_special,tv_miniseries",
|
||||
languages: "en",
|
||||
}
|
||||
|
||||
url_poster: config/assets/5_genre_popular/genre_popular_sci-fi.png
|
||||
template: {
|
||||
name: genre_popular,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
genre: "sci-fi",
|
||||
popularity.gte: 5,
|
||||
language: "en"
|
||||
}
|
||||
"Popular in Thriller":
|
||||
summary: "Popular TV shows in Thriller"
|
||||
url_poster: https://images2.imgbox.com/91/81/K0sxubV6_o.png
|
||||
schedule: daily
|
||||
url_poster: config/assets/5_genre_popular/genre_popular_thriller.png
|
||||
template: {
|
||||
name: popular,
|
||||
genres: "thriller",
|
||||
title_type: "tv_series,tv_special,tv_miniseries",
|
||||
languages: "en",
|
||||
}
|
||||
name: genre_popular,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
genre: "thriller",
|
||||
popularity.gte: 5,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Popular in War":
|
||||
summary: "Popular TV shows in War"
|
||||
url_poster: https://images2.imgbox.com/31/13/Kf3A1cXg_o.png
|
||||
schedule: daily
|
||||
url_poster: config/assets/5_genre_popular/genre_popular_war.png
|
||||
template: {
|
||||
name: popular,
|
||||
genres: "war",
|
||||
title_type: "tv_series,tv_special,tv_miniseries",
|
||||
languages: "en",
|
||||
}
|
||||
name: genre_popular,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
genre: "war",
|
||||
popularity.gte: 5,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Popular in Western":
|
||||
summary: "Popular TV shows in Western"
|
||||
url_poster: https://images2.imgbox.com/68/3a/Jl5QZlaK_o.png
|
||||
schedule: daily
|
||||
template: {
|
||||
name: popular,
|
||||
genres: "western",
|
||||
title_type: "tv_series,tv_special,tv_miniseries",
|
||||
languages: "en",
|
||||
}
|
||||
url_poster: config/assets/5_genre_popular/genre_popular_western.png
|
||||
template: {
|
||||
name: genre_popular,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
genre: "western",
|
||||
popularity.gte: 5,
|
||||
language: "en"
|
||||
}
|
@ -1,265 +1,252 @@
|
||||
## 6_genre_top.yml
|
||||
|
||||
templates:
|
||||
genre:
|
||||
genre_top:
|
||||
cache_builders: 6
|
||||
collection_mode: hide
|
||||
collection_order: custom
|
||||
delete_not_scheduled: false
|
||||
limit: 500
|
||||
sort_title: "+6 Rated: <<collection_name>>"
|
||||
limit: 100
|
||||
sync_mode: sync
|
||||
collection_order: custom
|
||||
collection_mode: hide
|
||||
visible_home: false
|
||||
visible_shared: false
|
||||
visible_library: false
|
||||
delete_not_scheduled: false
|
||||
cache_builders: 6
|
||||
imdb_list:
|
||||
url: https://www.imdb.com/search/title/?title_type=<<title_type>>&user_rating=<<user_rating>>&num_votes=<<votes>>&genres=<<genres>>&languages=<<languages>>&sort=user_rating,desc
|
||||
limit: 250
|
||||
visible_shared: false
|
||||
imdb_search:
|
||||
genre: <<genre>>
|
||||
language: <<language>>
|
||||
limit: 1000
|
||||
rating.gte: <<rating.gte>>
|
||||
sort_by: rating.desc
|
||||
type: <<type>>
|
||||
votes.gte: <<votes.gte>>
|
||||
|
||||
collections:
|
||||
"Top Rated in Action":
|
||||
summary: "Top rated TV shows in Action"
|
||||
url_poster: https://images2.imgbox.com/51/80/y43S30ze_o.png
|
||||
schedule: weekly(thursday)
|
||||
url_poster: config/assets/6_genre_top/genre_top-rated_action.png
|
||||
template: {
|
||||
name: genre,
|
||||
genres: "action",
|
||||
title_type: "tv_series,tv_special,tv_miniseries",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "10000,",
|
||||
languages: "en",
|
||||
}
|
||||
name: genre_top,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
genre: "action",
|
||||
rating.gte: 5,
|
||||
votes.gte: 10000,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated in Adventure":
|
||||
summary: "Top rated TV shows in Adventure"
|
||||
url_poster: https://images2.imgbox.com/c9/32/B0Eezjrf_o.png
|
||||
schedule: weekly(thursday)
|
||||
url_poster: config/assets/6_genre_top/genre_top-rated_adventure.png
|
||||
template: {
|
||||
name: genre,
|
||||
genres: "adventure",
|
||||
title_type: "tv_series,tv_special,tv_miniseries",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "10000,",
|
||||
languages: "en",
|
||||
}
|
||||
name: genre_top,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
genre: "adventure",
|
||||
rating.gte: 5,
|
||||
votes.gte: 10000,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated in Animation":
|
||||
summary: "Top rated TV shows in Animation"
|
||||
url_poster: https://images2.imgbox.com/5d/ce/AGI0Qfqm_o.png
|
||||
schedule: weekly(thursday)
|
||||
url_poster: config/assets/6_genre_top/genre_top-rated_animation.png
|
||||
template: {
|
||||
name: genre,
|
||||
genres: "animation",
|
||||
title_type: "tv_series,tv_special,tv_miniseries",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "10000,",
|
||||
languages: "en",
|
||||
}
|
||||
name: genre_top,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
genre: "animation",
|
||||
rating.gte: 5,
|
||||
votes.gte: 10000,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated in Biography":
|
||||
summary: "Top rated TV shows in Biography"
|
||||
url_poster: https://images2.imgbox.com/78/3c/xtirTM6g_o.png
|
||||
schedule: weekly(thursday)
|
||||
url_poster: config/assets/6_genre_top/genre_top-rated_biography.png
|
||||
template: {
|
||||
name: genre,
|
||||
genres: "biography",
|
||||
title_type: "tv_series,tv_special,tv_miniseries",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "10000,",
|
||||
languages: "en",
|
||||
}
|
||||
name: genre_top,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
genre: "biography",
|
||||
rating.gte: 5,
|
||||
votes.gte: 10000,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated in Comedy":
|
||||
summary: "Top rated TV shows in Comedy"
|
||||
url_poster: https://images2.imgbox.com/69/10/NKcsxR5P_o.png
|
||||
schedule: weekly(thursday)
|
||||
url_poster: config/assets/6_genre_top/genre_top-rated_comedy.png
|
||||
template: {
|
||||
name: genre,
|
||||
genres: "comedy",
|
||||
title_type: "tv_series,tv_special,tv_miniseries",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "10000,",
|
||||
languages: "en",
|
||||
}
|
||||
name: genre_top,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
genre: "comedy",
|
||||
rating.gte: 5,
|
||||
votes.gte: 10000,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated in Crime":
|
||||
summary: "Top rated TV shows in Crime"
|
||||
url_poster: https://images2.imgbox.com/01/f8/X4xQQ1sE_o.png
|
||||
schedule: weekly(thursday)
|
||||
url_poster: config/assets/6_genre_top/genre_top-rated_crime.png
|
||||
template: {
|
||||
name: genre,
|
||||
genres: "crime",
|
||||
title_type: "tv_series,tv_special,tv_miniseries",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "10000,",
|
||||
languages: "en",
|
||||
}
|
||||
name: genre_top,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
genre: "crime",
|
||||
rating.gte: 5,
|
||||
votes.gte: 10000,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated in Drama":
|
||||
summary: "Top rated TV shows in Drama"
|
||||
url_poster: https://images2.imgbox.com/62/d5/iMGeC44D_o.png
|
||||
schedule: weekly(thursday)
|
||||
url_poster: config/assets/6_genre_top/genre_top-rated_drama.png
|
||||
template: {
|
||||
name: genre,
|
||||
genres: "drama",
|
||||
title_type: "tv_series,tv_special,tv_miniseries",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "10000,",
|
||||
languages: "en",
|
||||
}
|
||||
name: genre_top,
|
||||
genre: "drama",
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
rating.gte: 5,
|
||||
votes.gte: 10000,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated in Family":
|
||||
summary: "Top rated TV shows in Family"
|
||||
url_poster: https://images2.imgbox.com/ca/6e/2IfG1bxC_o.png
|
||||
schedule: weekly(thursday)
|
||||
url_poster: config/assets/6_genre_top/genre_top-rated_family.png
|
||||
template: {
|
||||
name: genre,
|
||||
genres: "family",
|
||||
title_type: "tv_series,tv_special,tv_miniseries",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "10000,",
|
||||
languages: "en",
|
||||
}
|
||||
name: genre_top,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
genre: "family",
|
||||
rating.gte: 5,
|
||||
votes.gte: 10000,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated in Fantasy":
|
||||
summary: "Top rated TV shows in Fantasy"
|
||||
url_poster: https://images2.imgbox.com/0e/a1/RTwNLvZj_o.png
|
||||
schedule: weekly(thursday)
|
||||
url_poster: config/assets/6_genre_top/genre_top-rated_fantasy.png
|
||||
template: {
|
||||
name: genre,
|
||||
genres: "fantasy",
|
||||
title_type: "tv_series,tv_special,tv_miniseries",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "10000,",
|
||||
languages: "en",
|
||||
}
|
||||
name: genre_top,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
genre: "fantasy",
|
||||
rating.gte: 5,
|
||||
votes.gte: 10000,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated in History":
|
||||
summary: "Top rated TV shows in History"
|
||||
url_poster: https://images2.imgbox.com/07/28/Gnd1RXdg_o.png
|
||||
schedule: weekly(thursday)
|
||||
url_poster: config/assets/6_genre_top/genre_top-rated_history.png
|
||||
template: {
|
||||
name: genre,
|
||||
genres: "history",
|
||||
title_type: "tv_series,tv_special,tv_miniseries",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "10000,",
|
||||
languages: "en",
|
||||
}
|
||||
name: genre_top,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
genre: "history",
|
||||
rating.gte: 5,
|
||||
votes.gte: 10000,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated in Horror":
|
||||
summary: "Top rated TV shows in Horror"
|
||||
url_poster: https://images2.imgbox.com/69/85/PPdtuMl4_o.png
|
||||
schedule: weekly(thursday)
|
||||
url_poster: config/assets/6_genre_top/genre_top-rated_horror.png
|
||||
template: {
|
||||
name: genre,
|
||||
genres: "horror",
|
||||
title_type: "tv_series,tv_special,tv_miniseries",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "10000,",
|
||||
languages: "en",
|
||||
}
|
||||
name: genre_top,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
genre: "horror",
|
||||
rating.gte: 5,
|
||||
votes.gte: 10000,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated in Music":
|
||||
summary: "Top rated TV shows in Music"
|
||||
url_poster: https://images2.imgbox.com/2a/5b/0qMaPxU2_o.png
|
||||
schedule: weekly(thursday)
|
||||
url_poster: config/assets/6_genre_top/genre_top-rated_music.png
|
||||
template: {
|
||||
name: genre,
|
||||
genres: "music",
|
||||
title_type: "tv_series,tv_special,tv_miniseries",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "10000,",
|
||||
languages: "en",
|
||||
}
|
||||
name: genre_top,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
genre: "music",
|
||||
rating.gte: 5,
|
||||
votes.gte: 10000,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated in Musicals":
|
||||
summary: "Top rated TV shows in Musicals"
|
||||
url_poster: https://images2.imgbox.com/af/6f/8PsNB0Po_o.png
|
||||
schedule: weekly(thursday)
|
||||
url_poster: config/assets/6_genre_top/genre_top-rated_musicals.png
|
||||
template: {
|
||||
name: genre,
|
||||
genres: "musical",
|
||||
title_type: "tv_series,tv_special,tv_miniseries",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "10000,",
|
||||
languages: "en",
|
||||
}
|
||||
name: genre_top,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
genre: "musical",
|
||||
rating.gte: 5,
|
||||
votes.gte: 10000,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated in Mystery":
|
||||
summary: "Top rated TV shows in Mystery"
|
||||
url_poster: https://images2.imgbox.com/90/e8/hpebZBPB_o.png
|
||||
schedule: weekly(thursday)
|
||||
url_poster: config/assets/6_genre_top/genre_top-rated_mystery.png
|
||||
|
||||
template: {
|
||||
name: genre,
|
||||
genres: "mystery",
|
||||
title_type: "tv_series,tv_special,tv_miniseries",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "10000,",
|
||||
languages: "en",
|
||||
}
|
||||
name: genre_top,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
genre: "mystery",
|
||||
rating.gte: 5,
|
||||
votes.gte: 10000,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated in Romance":
|
||||
summary: "Top rated TV shows in Romance"
|
||||
url_poster: https://images2.imgbox.com/0a/7c/zeNHGAVj_o.png
|
||||
schedule: weekly(thursday)
|
||||
url_poster: config/assets/6_genre_top/genre_top-rated_romance.png
|
||||
template: {
|
||||
name: genre,
|
||||
genres: "romance",
|
||||
title_type: "tv_series,tv_special,tv_miniseries",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "10000,",
|
||||
languages: "en",
|
||||
}
|
||||
name: genre_top,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
genre: "romance",
|
||||
rating.gte: 5,
|
||||
votes.gte: 10000,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated in Sci-Fi":
|
||||
summary: "Top rated TV shows in Sci-Fi"
|
||||
url_poster: https://images2.imgbox.com/91/64/ePUjlSZ6_o.png
|
||||
schedule: weekly(thursday)
|
||||
url_poster: config/assets/6_genre_top/genre_top-rated_sci-fi.png
|
||||
template: {
|
||||
name: genre,
|
||||
genres: "sci-fi",
|
||||
title_type: "tv_series,tv_special,tv_miniseries",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "10000,",
|
||||
languages: "en",
|
||||
}
|
||||
name: genre_top,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
genre: "sci-fi",
|
||||
rating.gte: 5,
|
||||
votes.gte: 10000,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated in Thriller":
|
||||
summary: "Top rated TV shows in Thriller"
|
||||
url_poster: https://images2.imgbox.com/7f/f0/imM9mUS1_o.png
|
||||
schedule: weekly(thursday)
|
||||
url_poster: config/assets/6_genre_top/genre_top-rated_thriller.png
|
||||
template: {
|
||||
name: genre,
|
||||
genres: "thriller",
|
||||
title_type: "tv_series,tv_special,tv_miniseries",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "10000,",
|
||||
languages: "en",
|
||||
}
|
||||
name: genre_top,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
genre: "thriller",
|
||||
rating.gte: 5,
|
||||
votes.gte: 10000,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated in War":
|
||||
summary: "Top rated TV shows in War"
|
||||
url_poster: https://images2.imgbox.com/52/68/Yc62v6he_o.png
|
||||
schedule: weekly(thursday)
|
||||
url_poster: config/assets/6_genre_top/genre_top-rated_war.png
|
||||
template: {
|
||||
name: genre,
|
||||
genres: "war",
|
||||
title_type: "tv_series,tv_special,tv_miniseries",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "10000,",
|
||||
languages: "en",
|
||||
}
|
||||
name: genre_top,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
genre: "war",
|
||||
rating.gte: 5,
|
||||
votes.gte: 10000,
|
||||
language: "en"
|
||||
}
|
||||
|
||||
"Top Rated in Western":
|
||||
summary: "Top rated TV shows in Western"
|
||||
url_poster: https://images2.imgbox.com/0e/03/v2py3lSd_o.png
|
||||
schedule: weekly(thursday)
|
||||
template: {
|
||||
name: genre,
|
||||
genres: "western",
|
||||
title_type: "tv_series,tv_special,tv_miniseries",
|
||||
user_rating: "5.0,10.0",
|
||||
votes: "10000,",
|
||||
languages: "en",
|
||||
}
|
||||
url_poster: config/assets/6_genre_top/genre_top-rated_western.png
|
||||
template: {
|
||||
name: genre_top,
|
||||
type: "tv_series,tv_mini_series,tv_special",
|
||||
genre: "western",
|
||||
rating.gte: 5,
|
||||
votes.gte: 10000,
|
||||
language: "en"
|
||||
}
|
@ -1,103 +0,0 @@
|
||||
## movie.yml
|
||||
|
||||
libraries:
|
||||
Movies:
|
||||
library_type: movie
|
||||
operations:
|
||||
delete_unmanaged_collections: false
|
||||
metadata_path:
|
||||
# - file: config/metadata/movie/0_radarr.yml
|
||||
- repo: movie/1_suggested.yml
|
||||
- repo: movie/1_seasonal.yml
|
||||
- repo: movie/2_year_top.yml
|
||||
schedule: weekly(monday)
|
||||
- repo: movie/3_decades_top.yml
|
||||
schedule: weekly(tuesday)
|
||||
- repo: movie/4_awards.yml
|
||||
schedule: weekly(wednesday)
|
||||
- repo: movie/5_genre_popular.yml
|
||||
- repo: movie/6_genre_top.yml
|
||||
schedule: weekly(thursday)
|
||||
# - repo: movie/7_subgenre_top.yml
|
||||
# - repo: movie/9_collections.yml
|
||||
# schedule: weekly(sunday)
|
||||
# - repo: movie/1_parental.yml
|
||||
# - repo: movie/1_documentary.yml
|
||||
# - repo: movie/1_standup.yml
|
||||
settings:
|
||||
asset_depth: 0
|
||||
asset_directory:
|
||||
asset_folders: false
|
||||
assets_for_all: false
|
||||
cache: true
|
||||
cache_expiration: 60
|
||||
check_nightly: false
|
||||
create_asset_folders: false
|
||||
custom_repo: https://codeberg.org/0xFFFF/pmm-config/raw//branch/main/metadata/
|
||||
default_collection_order:
|
||||
delete_below_minimum: true
|
||||
delete_not_scheduled: false
|
||||
dimensional_asset_rename: false
|
||||
download_url_assets: true
|
||||
ignore_ids:
|
||||
ignore_imdb_ids:
|
||||
item_refresh: false
|
||||
item_refresh_delay: 2
|
||||
minimum_items: 5
|
||||
missing_only_released: false
|
||||
notifiarr_collection_addition: false
|
||||
notifiarr_collection_creation: false
|
||||
notifiarr_collection_removing: false
|
||||
only_filter_missing: false
|
||||
playlist_exclude_users:
|
||||
playlist_report: true
|
||||
playlist_sync_to_users: all
|
||||
prioritize_assets: false
|
||||
released_missing_only: false
|
||||
run_again_delay: 5
|
||||
save_missing: false
|
||||
show_asset_not_needed: true
|
||||
show_filtered: false
|
||||
show_missing: false
|
||||
show_missing_assets: true
|
||||
show_missing_episode_assets: false
|
||||
show_missing_season_assets: false
|
||||
show_options: false
|
||||
show_unconfigured: true
|
||||
show_unmanaged: false
|
||||
sync_mode: sync
|
||||
tvdb_language: default
|
||||
verify_ssl: false
|
||||
plex:
|
||||
url:
|
||||
token:
|
||||
timeout: 180
|
||||
clean_bundles: false
|
||||
empty_trash: false
|
||||
optimize: false
|
||||
radarr:
|
||||
url:
|
||||
token:
|
||||
add_missing: false
|
||||
add_existing: false
|
||||
root_folder_path:
|
||||
monitor: true
|
||||
availability: announced
|
||||
quality_profile:
|
||||
tag:
|
||||
search: false
|
||||
radarr_path:
|
||||
plex_path:
|
||||
upgrade_existing: false
|
||||
tmdb:
|
||||
apikey:
|
||||
language: en
|
||||
cache_expiration: 60
|
||||
region:
|
||||
mdblist:
|
||||
apikey:
|
||||
cache_expiration: 60
|
||||
trakt:
|
||||
client_id:
|
||||
client_secret:
|
||||
pin:
|
Loading…
Reference in new issue