mirror of
https://github.com/Kometa-Team/Community-Configs.git
synced 2025-11-06 00:18:53 -05:00
41 lines
1.2 KiB
YAML
41 lines
1.2 KiB
YAML
##############################################
|
|
# Trakt Most Watched Collections #
|
|
##############################################
|
|
collections:
|
|
Most Watched This Week:
|
|
trakt_chart:
|
|
chart: watched
|
|
time_period: weekly
|
|
limit: 100
|
|
sort_title: "!B Watched This Week"
|
|
url_poster: https://raw.githubusercontent.com/Magic815/Plex-Meta-Manager-Configs/master/Magic815/posters/Trakt-Most-Watched-This-Week.png
|
|
sync_mode: sync
|
|
collection_mode: hide
|
|
collection_filtering: user
|
|
visible_library: false
|
|
visible_home: false
|
|
visible_shared: false
|
|
smart_label:
|
|
sort_by: release.desc
|
|
all:
|
|
label: <<smart_label>>
|
|
unplayed: true
|
|
|
|
Most Watched This Year:
|
|
trakt_chart:
|
|
chart: watched
|
|
time_period: yearly
|
|
limit: 200
|
|
sort_title: "!B Watched This Year"
|
|
url_poster: https://raw.githubusercontent.com/Magic815/Plex-Meta-Manager-Configs/master/Magic815/posters/Trakt-Most-Watched-This-Year.png
|
|
sync_mode: sync
|
|
collection_mode: hide
|
|
collection_filtering: user
|
|
visible_library: true
|
|
visible_home: true
|
|
visible_shared: true
|
|
smart_label:
|
|
sort_by: release.desc
|
|
all:
|
|
label: <<smart_label>>
|
|
unplayed: true |