- Don't need to schedule a Plex smart_filter (people)
This commit is contained in:
parent
e645970afc
commit
f6b35c0813
|
@ -100,7 +100,6 @@ templates:
|
||||||
sort_title: <<level>>+09_<<collection_name>>
|
sort_title: <<level>>+09_<<collection_name>>
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
collection_order: custom
|
collection_order: custom
|
||||||
schedule: monthly(1)
|
|
||||||
visible_library: true
|
visible_library: true
|
||||||
|
|
||||||
General:
|
General:
|
||||||
|
|
|
@ -100,7 +100,6 @@ templates:
|
||||||
sort_title: <<level>>+09_<<collection_name>>
|
sort_title: <<level>>+09_<<collection_name>>
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
collection_order: custom
|
collection_order: custom
|
||||||
schedule: monthly(1)
|
|
||||||
visible_library: true
|
visible_library: true
|
||||||
|
|
||||||
General:
|
General:
|
||||||
|
|
|
@ -25,6 +25,7 @@ Prefix suggestions:
|
||||||
## Scheduling
|
## Scheduling
|
||||||
- Save time by updating lesser-important collections and playlists less frequently:
|
- Save time by updating lesser-important collections and playlists less frequently:
|
||||||
- ex. `schedule: weekly(wednesday), weekly(sunday)`
|
- ex. `schedule: weekly(wednesday), weekly(sunday)`
|
||||||
|
- Don't need to schedule a `smart_filter` because Plex auto-updates the list itself
|
||||||
|
|
||||||
## Sorting
|
## Sorting
|
||||||
- https://github.com/meisnate12/Plex-Meta-Manager/wiki/Plex-Builders#sort-options
|
- https://github.com/meisnate12/Plex-Meta-Manager/wiki/Plex-Builders#sort-options
|
||||||
|
|
Loading…
Reference in New Issue