mirror of
https://github.com/Kometa-Team/Community-Configs.git
synced 2025-12-25 15:12:57 -05:00
continue to work through yml issues with posters
This commit is contained in:
@@ -10,11 +10,11 @@ templates:
|
||||
sort_title: +01_<<collection_name>>
|
||||
sync_mode: sync
|
||||
limit: 100
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/chart/<<collection_name>>.jpg
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/common/chart/<<URL_ENCODE>>.jpg
|
||||
|
||||
collections:
|
||||
Newly Released Movies:
|
||||
template: {name: chartandrelease}
|
||||
template: {name: chartandrelease, URL_ENCODE: "Newly%20Released%20Movies"}
|
||||
summary: A collection of newly-released movies in cinema and on streaming services
|
||||
smart_filter:
|
||||
all:
|
||||
@@ -24,22 +24,23 @@ collections:
|
||||
country: United Kingdom, United States of America, Canada
|
||||
sort_by: release.desc
|
||||
TMDb Trending Movies:
|
||||
template: {name: chartandrelease}
|
||||
template: {name: chartandrelease, URL_ENCODE: "TMDb%20Trending%20Movies"}
|
||||
tmdb_trending_weekly: 250
|
||||
summary: A collection of movies trending on TMDb
|
||||
sync_mode: sync
|
||||
TMDb Popular Movies:
|
||||
template: {name: chartandrelease}
|
||||
template: {name: chartandrelease, URL_ENCODE: "TMDb%20Popular%20Movies"}
|
||||
tmdb_popular: 250
|
||||
summary: A collection of the most watched movies according to TMDb.
|
||||
smart_label: random
|
||||
TMDb Now Playing:
|
||||
template: {name: chartandrelease}
|
||||
TMDb Now Playing Movies:
|
||||
template: {name: chartandrelease, URL_ENCODE: "TMDb%20Now%20Playing%20Movies"}
|
||||
tmdb_now_playing: 250
|
||||
summary: A collection of movies that people are currently watching.
|
||||
smart_label: random
|
||||
IMDb Top 250:
|
||||
IMDb Top 250 Movies:
|
||||
sort_title: +01_z<<collection_name>>
|
||||
template: {name: chartandrelease, URL_ENCODE: "IMDb%20Top%20250%20Movies"}
|
||||
imdb_chart: top_movies
|
||||
collection_mode: hide
|
||||
collection_order: custom
|
||||
|
||||
Reference in New Issue
Block a user