You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
1.2 KiB
41 lines
1.2 KiB
##############################################
|
|
# 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 |