mirror of
https://github.com/Kometa-Team/Community-Configs.git
synced 2025-11-18 14:09:43 -05:00
- Initial commit for PMM configs
This commit is contained in:
37
nwithan8/collections/new/shows.yml
Normal file
37
nwithan8/collections/new/shows.yml
Normal file
@@ -0,0 +1,37 @@
|
||||
external_templates:
|
||||
- repo: templates/collections
|
||||
- repo: templates/dynamic_collections
|
||||
|
||||
collections:
|
||||
### New Content
|
||||
"➕ Added This Week":
|
||||
template: { name: New,
|
||||
level: "++++" }
|
||||
summary: "Episodes added this week on Plex"
|
||||
sort_title:
|
||||
smart_filter:
|
||||
type: episode
|
||||
sort_by: release.desc
|
||||
all:
|
||||
# Episode added in the last 7 days
|
||||
episode_added: 7
|
||||
sync_mode: sync
|
||||
visible_home: true
|
||||
visible_shared: true
|
||||
visible_library: true
|
||||
|
||||
"📺 Now On Plex":
|
||||
template: { name: New,
|
||||
level: "+++" }
|
||||
summary: "Shows now playing on Plex"
|
||||
sort_title:
|
||||
smart_filter:
|
||||
type: show
|
||||
sort_by: release.desc
|
||||
all:
|
||||
# Shows added in the last 30 days
|
||||
added: 30
|
||||
sync_mode: sync
|
||||
visible_library: true
|
||||
visible_home: true
|
||||
visible_shared: true
|
||||
Reference in New Issue
Block a user