mirror of
https://github.com/Kometa-Team/Community-Configs.git
synced 2025-11-18 14:09:43 -05:00
added recommended and its unwatched counterpart collections; modified Suggested collection scrape numbers
This commit is contained in:
@@ -80,6 +80,28 @@ templates:
|
||||
- mdblist_extra_4
|
||||
- mdblist_extra_5
|
||||
|
||||
# letterboxd:
|
||||
# collection_mode: hide
|
||||
# collection_order: custom
|
||||
# delete_not_scheduled: false
|
||||
# sort_title: "+1_<<num>>_<<collection_name>>"
|
||||
# sync_mode: sync
|
||||
# visible_home: false
|
||||
# visible_library: false
|
||||
# visible_shared: false
|
||||
# letterboxd_list:
|
||||
# - <<letterboxd_list_extra_01>>
|
||||
# - <<letterboxd_list_extra_02>>
|
||||
# - <<letterboxd_list_extra_03>>
|
||||
# - <<letterboxd_list_extra_04>>
|
||||
# - <<letterboxd_list_extra_05>>
|
||||
# optional:
|
||||
# - letterboxd_list_extra_01
|
||||
# - letterboxd_list_extra_02
|
||||
# - letterboxd_list_extra_03
|
||||
# - letterboxd_list_extra_04
|
||||
# - letterboxd_list_extra_05
|
||||
|
||||
collections:
|
||||
"Random TV shows":
|
||||
summary: "Random selection of TV shows"
|
||||
@@ -124,8 +146,21 @@ collections:
|
||||
sort_by: release.desc
|
||||
limit: 200
|
||||
|
||||
"Recommended TV shows":
|
||||
collection_order: alpha
|
||||
summary: "Based on personally favourited TV shows"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_suggested/suggested_recommended.png
|
||||
template: {
|
||||
name: trakt,
|
||||
num: 0
|
||||
# trakt_list_extra_01: "https://trakt.tv/users/########/lists/tv-recommendations",
|
||||
}
|
||||
trakt_userlist:
|
||||
- userlist: favorites
|
||||
user: me
|
||||
|
||||
"Suggested TV shows":
|
||||
collection_order: random
|
||||
collection_order: alpha
|
||||
summary: "Based on watched and favourited TV shows"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_suggested/suggested_suggested.png
|
||||
template: {
|
||||
@@ -134,30 +169,27 @@ collections:
|
||||
# trakt_list_extra_01: "https://trakt.tv/users/########/lists/tv-recommendations-couchmoney-tv",
|
||||
# trakt_list_extra_02: "https://trakt.tv/users/########/lists/tv-based-on-recently-watched-couchmoney-tv"
|
||||
}
|
||||
trakt_userlist:
|
||||
- userlist: recommendations
|
||||
user: me
|
||||
trakt_chart:
|
||||
- chart: recommended
|
||||
time_period: daily
|
||||
languages: en
|
||||
countries: us, gb, ie, ca, au, nz
|
||||
limit: 25
|
||||
limit: 5
|
||||
- chart: recommended
|
||||
time_perid: weekly
|
||||
languages: en
|
||||
countries: us, gb, ie, ca, au, nz
|
||||
limit: 50
|
||||
limit: 10
|
||||
- chart: recommended
|
||||
time_period: monthly
|
||||
languages: en
|
||||
countries: us, gb, ie, ca, au, nz
|
||||
limit: 100
|
||||
limit: 25
|
||||
- chart: recommended
|
||||
time_period: yearly
|
||||
languages: en
|
||||
countries: us, gb, ie, ca, au, nz
|
||||
limit: 150
|
||||
limit: 50
|
||||
- chart: recommended
|
||||
time_period: all
|
||||
languages: en
|
||||
@@ -220,6 +252,20 @@ collections:
|
||||
sort_by: random
|
||||
limit: 250
|
||||
|
||||
"Unwatched: Recommended TV shows":
|
||||
summary: "Based on personally favourited TV shows"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_suggested/suggested_unwatched_recommended.png
|
||||
template: {
|
||||
name: plex,
|
||||
num: 1
|
||||
}
|
||||
smart_filter:
|
||||
all:
|
||||
collection: "Recommended TV shows"
|
||||
plays.lt: 1
|
||||
collection_filtering: user
|
||||
sort_by: title.asc
|
||||
|
||||
"Unwatched: Suggested TV shows":
|
||||
summary: "Based on watched and favourited TV shows"
|
||||
url_poster: https://raw.githubusercontent.com/0x5f3/pmm.config/main/assets/1_suggested/suggested_unwatched_suggested.png
|
||||
@@ -232,7 +278,7 @@ collections:
|
||||
collection: "Suggested TV shows"
|
||||
plays.lt: 1
|
||||
collection_filtering: user
|
||||
sort_by: random
|
||||
sort_by: title.asc
|
||||
|
||||
"Unwatched: Popular TV shows":
|
||||
summary: "Popular TV shows across the internet"
|
||||
|
||||
Reference in New Issue
Block a user