change repo; change assets location; fix cannibals; add show networks

This commit is contained in:
0x5f3
2023-07-31 10:35:42 +00:00
committed by cpt-kuesel
parent fcaa86ca93
commit b3180a7176
27 changed files with 1188 additions and 452 deletions

View File

@@ -52,9 +52,9 @@ templates:
collections:
"Random Movies":
summary: Random selection of movies
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/suggested/random.png
visible_library: true
summary: "Random selection of movies"
url_poster: https://images2.imgbox.com/41/29/aa0NPuyr_o.png
visible_library: true
schedule: daily
template: {
name: plex,
@@ -62,43 +62,75 @@ collections:
}
smart_filter:
all:
rating.gte: 4
critic_rating.gte: 4
sort_by: random
limit: 250
# "Recently Released Movies":
# summary: "Recently added movies"
# url_poster: https://images2.imgbox.com/12/39/VFlLhmvX_o.png
# visible_library: true
# template: {
# name: plex,
# num: 1
# }
# smart_filter:
# any:
# audio_language: English, english
# sort_by: release.desc
# limit: 200
#
# "Recently Added Movies":
# summary: "Recently added movies"
# url_poster: https://images2.imgbox.com/40/fb/9zzJnUVQ_o.png
# visible_home: true
# visible_shared: true
# visible_library: true
# template: {
# name: plex,
# num: 1
# }
# smart_filter:
# any:
# audio_language: English, english
# sort_by: added.desc
# limit: 200
"Trending Movies":
summary: Movies trending across the internet
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/suggested/trending.png
summary: "Movies trending across the internet"
url_poster: https://images2.imgbox.com/5e/f5/lRkPiQHy_o.png
schedule: daily
template: {
name: trakt,
num: 1
num: 2
}
trakt_chart:
chart: trending
time_period: daily
languages: en
countries: us, gb, ie, ca, au, nz
limit: 50
"Popular Movies":
summary: Popular movies across the internet
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/suggested/popular.png
visible_library: true
summary: "Popular movies across the internet"
url_poster: https://images2.imgbox.com/2e/34/oxXyim7m_o.png
visible_library: true
schedule: daily
template: {
name: imdb_popular,
num: 2,
num: 3,
title_type: "feature",
languages: "en",
}
limit: 100
"Top Rated Movies":
summary: Top rated movies across the internet
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/suggested/top-rated.png
summary: "Top rated movies across the internet"
url_poster: https://images2.imgbox.com/4d/9b/Xb3ambH9_o.png
schedule: daily
template: {
name: imdb_top,
num: 3,
num: 4,
title_type: "feature,tv_movie",
user_rating: "5.0,10.0",
votes: "10000,",
@@ -107,21 +139,8 @@ collections:
limit: 200
"Most Watched Daily":
summary: Movies trending across the internet
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/suggested/most-watched-daily.png
schedule: daily
template: {
name: trakt,
num: 4
}
trakt_chart:
chart: watched
time_period: daily
limit: 50
"Most Watched Weekly":
summary: Movies trending across the internet
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/suggested/most-watched-weekly.png
summary: "Movies trending across the internet"
url_poster: https://images2.imgbox.com/54/48/RpwMMx1Y_o.png
schedule: daily
template: {
name: trakt,
@@ -129,31 +148,52 @@ collections:
}
trakt_chart:
chart: watched
time_period: weekly
time_period: daily
languages: en
countries: us, gb, ie, ca, au, nz
limit: 50
"Most Watched Monthly":
summary: Movies trending across the internet
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/suggested/most-watched-monthly.png
schedule: weekly(sunday)
"Most Watched Weekly":
summary: "Movies trending across the internet"
url_poster: https://images2.imgbox.com/cc/37/PfqsdJzM_o.png
schedule: daily
template: {
name: trakt,
num: 6
}
trakt_chart:
chart: watched
time_period: monthly
limit: 75
time_period: weekly
languages: en
countries: us, gb, ie, ca, au, nz
limit: 50
"Most Watched Yearly":
summary: Movies trending across the internet
url_poster: https://raw.githubusercontent.com/0x5f3/pmm-config/assets/assets/suggested/most-watched-yearly.png
"Most Watched Monthly":
summary: "Movies trending across the internet"
url_poster: https://images2.imgbox.com/c7/3c/7fM4BrER_o.png
schedule: weekly(sunday)
template: {
name: trakt,
num: 7
}
trakt_chart:
chart: watched
time_period: monthly
languages: en
countries: us, gb, ie, ca, au, nz
limit: 75
"Most Watched Yearly":
summary: "Movies trending across the internet"
url_poster: https://images2.imgbox.com/17/88/LYG1r4xG_o.png
schedule: weekly(sunday)
template: {
name: trakt,
num: 8
}
trakt_chart:
chart: watched
time_period: yearly
languages: en
countries: us, gb, ie, ca, au, nz
limit: 100