mirror of
https://github.com/Kometa-Team/Community-Configs.git
synced 2025-11-26 09:43:01 -05:00
Rename folder to WIP
This commit is contained in:
43
yozora/configs 2.0 - WIP/tv/chartandrelease.yml
Normal file
43
yozora/configs 2.0 - WIP/tv/chartandrelease.yml
Normal file
@@ -0,0 +1,43 @@
|
||||
######################################################
|
||||
# Smart Charts & Releases Collections #
|
||||
# Created by Yozora and Bullmoose20 #
|
||||
# #
|
||||
######################################################
|
||||
|
||||
templates:
|
||||
sortorder:
|
||||
collection_mode: hide
|
||||
sort_title: +01_<<collection_name>>
|
||||
sync_mode: sync
|
||||
limit: 100
|
||||
url_poster: "https://github.com/meisnate12/Plex-Meta-Manager-Images/blob/master/common/chartandrelease/<<key_name>>/<<key_name>>.jpg?raw=true"
|
||||
|
||||
collections:
|
||||
Newly Released Shows:
|
||||
template: {name: sortorder}
|
||||
summary: A collection of newly-released shows on TV and on streaming services
|
||||
smart_filter:
|
||||
all:
|
||||
year.gte: 2021
|
||||
sort_by: release.desc
|
||||
limit: 100
|
||||
New Episodes:
|
||||
template: {name: sortorder}
|
||||
summary: A collection of new episodes ready for watching!
|
||||
smart_filter:
|
||||
all:
|
||||
episode_air_date: 30
|
||||
sort_by: episode_added.desc
|
||||
limit: 100
|
||||
TMDb Trending Shows:
|
||||
template: {name: sortorder}
|
||||
tmdb_trending_weekly: 250
|
||||
smart_label: random
|
||||
sync_mode: sync
|
||||
summary: A collection of shows trending on TMDb
|
||||
TMDb Popular Shows:
|
||||
template: {name: sortorder}
|
||||
tmdb_popular: 250
|
||||
summary: A collection of the most watched shows according to TMDb.
|
||||
smart_label: random
|
||||
sync_mode: sync
|
||||
Reference in New Issue
Block a user