mirror of
https://github.com/Kometa-Team/Community-Configs.git
synced 2025-11-19 14:36:04 -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
|
||||
|
||||
@@ -6,20 +6,25 @@
|
||||
|
||||
templates:
|
||||
contentrating_dynamic:
|
||||
default:
|
||||
URL_ENCODE: <<key>>
|
||||
collection_mode: hide
|
||||
sort_title: +03_<<collection_name>>
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/movie/content_rating/mpaa_(us)/<<URL_ENCODE>>.jpg
|
||||
smart_filter:
|
||||
sort_by: release.desc
|
||||
any:
|
||||
content_rating: <<content_rating>>
|
||||
sort_title: +03_<<collection_name>>
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/movie/content_rating/mpaa_(us)/<<key_name>>.jpg
|
||||
content_rating: <<value>>
|
||||
|
||||
dynamic_collections:
|
||||
US MOVIE Content Ratings:
|
||||
type: content_rating
|
||||
title_format: <<key_name>>
|
||||
template: contentrating_dynamic
|
||||
other_name: Other Ratings
|
||||
template: contentrating_dynamic
|
||||
template_variables:
|
||||
URL_ENCODE:
|
||||
other: Other%20Ratings
|
||||
include:
|
||||
- G
|
||||
- PG
|
||||
|
||||
@@ -42,6 +42,9 @@ collections:
|
||||
Star Wars:
|
||||
template: {name: collection, URL_ENCODE: "Star%20Wars"}
|
||||
tmdb_collection_details: 10
|
||||
The Hunger Games:
|
||||
template: {name: collection, URL_ENCODE: "The%20Hunger%20Games"}
|
||||
tmdb_collection_details: 131635
|
||||
Wizarding World:
|
||||
template: {name: collection, URL_ENCODE: "Wizarding%20World"}
|
||||
tmdb_list: https://www.themoviedb.org/list/63607
|
||||
|
||||
63
yozora/configs 2.0 - WIP/movie/playlists.yml
Normal file
63
yozora/configs 2.0 - WIP/movie/playlists.yml
Normal file
@@ -0,0 +1,63 @@
|
||||
######################################################
|
||||
# Dynamic US Content Rating Collections #
|
||||
# Rating Adjustments made by Yozora #
|
||||
# Created by Yozora and Bullmoose20 #
|
||||
######################################################
|
||||
|
||||
# templates:
|
||||
# collection:
|
||||
# url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/movie/franchise/<<URL_ENCODE>>.jpg
|
||||
|
||||
playlists:
|
||||
Marvel Cinematic Universe:
|
||||
# template: {name: collection, URL_ENCODE: "Marvel%20Cinematic%20Universe"}
|
||||
sync_to_users: all
|
||||
sync_mode: sync
|
||||
libraries: Movies, TV Shows
|
||||
trakt_list: https://trakt.tv/users/donxy/lists/marvel-cinematic-universe?sort=rank,asc
|
||||
summary: Marvel Cinematic Universe In Order
|
||||
X-Men Movies Chronological Order:
|
||||
sync_to_users: all
|
||||
sync_mode: sync
|
||||
libraries: Movies, TV Shows
|
||||
trakt_list: https://trakt.tv/users/donxy/lists/x-men-universe?sort=rank,asc
|
||||
Star Wars Movies Chronological Order:
|
||||
sync_to_users: all
|
||||
sync_mode: sync
|
||||
libraries: Movies, TV Shows
|
||||
trakt_list: https://trakt.tv/users/movistapp/lists/star-wars?sort=rank,asc
|
||||
Walt Disney Animated Feature Films:
|
||||
sync_to_users: all
|
||||
sync_mode: sync
|
||||
libraries: Movies, TV Shows
|
||||
trakt_list: https://trakt.tv/users/movistapp/lists/walt-disney-animated-feature-films?sort=rank,asc
|
||||
James Bond Movies Chronological Order:
|
||||
sync_to_users: all
|
||||
sync_mode: sync
|
||||
libraries: Movies, TV Shows
|
||||
trakt_list: https://trakt.tv/users/any/lists/james-bond?sort=rank,asc
|
||||
Fast & Furious Movies Chronological Order:
|
||||
sync_to_users: all
|
||||
sync_mode: sync
|
||||
libraries: Movies, TV Shows
|
||||
trakt_list: https://trakt.tv/users/mausk/lists/fast-furious?sort=rank,desc
|
||||
Harry Potter Movies Chronological Order:
|
||||
sync_to_users: all
|
||||
sync_mode: sync
|
||||
libraries: Movies, TV Shows
|
||||
trakt_list: https://trakt.tv/users/goldveia/lists/harry-potter?sort=rank,asc
|
||||
Lord of the Rings Movies Chronological Order:
|
||||
sync_to_users: all
|
||||
sync_mode: sync
|
||||
libraries: Movies, TV Shows
|
||||
trakt_list: https://trakt.tv/users/spite84/lists/lord-of-the-rings?sort=rank,asc
|
||||
Jurassic Park Movies Chronological Order:
|
||||
sync_to_users: all
|
||||
sync_mode: sync
|
||||
libraries: Movies, TV Shows
|
||||
trakt_list: https://trakt.tv/users/iamgabriel/lists/jurassic?sort=rank,asc
|
||||
Hunger Games Movies Chronological Order:
|
||||
sync_to_users: all
|
||||
sync_mode: sync
|
||||
libraries: Movies, TV Shows
|
||||
trakt_list: https://trakt.tv/users/gapunk78/lists/hunger-games?sort=rank,asc
|
||||
Reference in New Issue
Block a user