- Fix template sort title system (number, then level bump)
This commit is contained in:
parent
7125bede7b
commit
acc2bb340a
|
@ -10,7 +10,7 @@ templates:
|
||||||
default:
|
default:
|
||||||
level: ""
|
level: ""
|
||||||
trakt_list: https://trakt.tv/users/lish408/lists/rotten-tomatoes-best-of-<<key>>
|
trakt_list: https://trakt.tv/users/lish408/lists/rotten-tomatoes-best-of-<<key>>
|
||||||
sort_title: <<level>>+08+_Best of <<key>>
|
sort_title: 08_+<<level>>_Best of <<key>>
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
summary: Rotten Tomatoes Best Movies of <<key>>
|
summary: Rotten Tomatoes Best Movies of <<key>>
|
||||||
collection_order: release
|
collection_order: release
|
||||||
|
|
|
@ -7,7 +7,7 @@ templates:
|
||||||
level: ""
|
level: ""
|
||||||
optional:
|
optional:
|
||||||
- poster_url
|
- poster_url
|
||||||
sort_title: <<level>>+01_<<collection_name>>
|
sort_title: 01_+<<level>>_<<collection_name>>
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
schedule: daily
|
schedule: daily
|
||||||
visible_library: true
|
visible_library: true
|
||||||
|
@ -21,7 +21,7 @@ templates:
|
||||||
sort_by: release.desc
|
sort_by: release.desc
|
||||||
any:
|
any:
|
||||||
actor: tmdb
|
actor: tmdb
|
||||||
sort_title: <<level>>+02_<<collection_name>>
|
sort_title: 02_+<<level>>_<<collection_name>>
|
||||||
sync_mode: append
|
sync_mode: append
|
||||||
visible_library: true
|
visible_library: true
|
||||||
visible_shared: true
|
visible_shared: true
|
||||||
|
@ -35,7 +35,7 @@ templates:
|
||||||
sort_by: release.desc
|
sort_by: release.desc
|
||||||
any:
|
any:
|
||||||
director: tmdb
|
director: tmdb
|
||||||
sort_title: <<level>>+02_<<collection_name>>
|
sort_title: 02_+<<level>>_<<collection_name>>
|
||||||
sync_mode: append
|
sync_mode: append
|
||||||
visible_library: true
|
visible_library: true
|
||||||
visible_shared: true
|
visible_shared: true
|
||||||
|
@ -46,7 +46,7 @@ templates:
|
||||||
level: ""
|
level: ""
|
||||||
optional:
|
optional:
|
||||||
- poster_url
|
- poster_url
|
||||||
sort_title: <<level>>+03_<<collection_name>>
|
sort_title: 03_+<<level>>_<<collection_name>>
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
collection_order: custom
|
collection_order: custom
|
||||||
schedule: never
|
schedule: never
|
||||||
|
@ -58,7 +58,7 @@ templates:
|
||||||
level: ""
|
level: ""
|
||||||
optional:
|
optional:
|
||||||
- poster_url
|
- poster_url
|
||||||
sort_title: <<level>>+04_<<collection_name>>
|
sort_title: 04_+<<level>>_<<collection_name>>
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
schedule: daily
|
schedule: daily
|
||||||
visible_library: true
|
visible_library: true
|
||||||
|
@ -69,7 +69,7 @@ templates:
|
||||||
level: ""
|
level: ""
|
||||||
optional:
|
optional:
|
||||||
- poster_url
|
- poster_url
|
||||||
sort_title: <<level>>+05_<<collection_name>>
|
sort_title: 05_+<<level>>_<<collection_name>>
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
collection_order: custom
|
collection_order: custom
|
||||||
schedule: weekly(wednesday), weekly(sunday)
|
schedule: weekly(wednesday), weekly(sunday)
|
||||||
|
@ -81,7 +81,7 @@ templates:
|
||||||
level: ""
|
level: ""
|
||||||
optional:
|
optional:
|
||||||
- poster_url
|
- poster_url
|
||||||
sort_title: <<level>>+06_<<collection_name>>
|
sort_title: 06_+<<level>>_<<collection_name>>
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
collection_order: custom
|
collection_order: custom
|
||||||
schedule: weekly(wednesday), weekly(sunday)
|
schedule: weekly(wednesday), weekly(sunday)
|
||||||
|
@ -99,7 +99,7 @@ templates:
|
||||||
producer: tmdb
|
producer: tmdb
|
||||||
writer: tmdb
|
writer: tmdb
|
||||||
tmdb_person: <<person>>
|
tmdb_person: <<person>>
|
||||||
sort_title: <<level>>+07_<<collection_name>>
|
sort_title: 07_+<<level>>_<<collection_name>>
|
||||||
sync_mode: append
|
sync_mode: append
|
||||||
visible_library: true
|
visible_library: true
|
||||||
|
|
||||||
|
@ -107,7 +107,7 @@ templates:
|
||||||
default:
|
default:
|
||||||
level: ""
|
level: ""
|
||||||
tmdb_actor_details: <<person>>
|
tmdb_actor_details: <<person>>
|
||||||
sort_title: <<level>>+07_<<collection_name>>
|
sort_title: 07_+<<level>>_<<collection_name>>
|
||||||
sync_mode: append
|
sync_mode: append
|
||||||
collection_order: custom
|
collection_order: custom
|
||||||
visible_library: true
|
visible_library: true
|
||||||
|
@ -116,7 +116,7 @@ templates:
|
||||||
default:
|
default:
|
||||||
level: ""
|
level: ""
|
||||||
tmdb_director_details: <<person>>
|
tmdb_director_details: <<person>>
|
||||||
sort_title: <<level>>+07_<<collection_name>>
|
sort_title: 07_+<<level>>_<<collection_name>>
|
||||||
sync_mode: append
|
sync_mode: append
|
||||||
collection_order: custom
|
collection_order: custom
|
||||||
visible_library: true
|
visible_library: true
|
||||||
|
@ -125,7 +125,7 @@ templates:
|
||||||
default:
|
default:
|
||||||
level: ""
|
level: ""
|
||||||
tmdb_producer_details: <<person>>
|
tmdb_producer_details: <<person>>
|
||||||
sort_title: <<level>>+07_<<collection_name>>
|
sort_title: 07_+<<level>>_<<collection_name>>
|
||||||
sync_mode: append
|
sync_mode: append
|
||||||
collection_order: custom
|
collection_order: custom
|
||||||
visible_library: true
|
visible_library: true
|
||||||
|
@ -135,7 +135,7 @@ templates:
|
||||||
level: ""
|
level: ""
|
||||||
optional:
|
optional:
|
||||||
- poster_url
|
- poster_url
|
||||||
sort_title: <<level>>+08_<<collection_name>>
|
sort_title: 08_+<<level>>_<<collection_name>>
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
collection_order: custom
|
collection_order: custom
|
||||||
schedule: weekly(wednesday), weekly(sunday)
|
schedule: weekly(wednesday), weekly(sunday)
|
||||||
|
@ -147,7 +147,7 @@ templates:
|
||||||
level: ""
|
level: ""
|
||||||
optional:
|
optional:
|
||||||
- poster_url
|
- poster_url
|
||||||
sort_title: <<level>>+09_<<collection_name>>
|
sort_title: 09_+<<level>>_<<collection_name>>
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
schedule: weekly(wednesday), weekly(sunday)
|
schedule: weekly(wednesday), weekly(sunday)
|
||||||
visible_library: true
|
visible_library: true
|
||||||
|
@ -158,7 +158,7 @@ templates:
|
||||||
level: ""
|
level: ""
|
||||||
optional:
|
optional:
|
||||||
- poster
|
- poster
|
||||||
sort_title: <<level>>+10_<<collection_name>>
|
sort_title: 10_+<<level>>_<<collection_name>>
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
collection_order: custom
|
collection_order: custom
|
||||||
schedule: daily
|
schedule: daily
|
||||||
|
@ -170,7 +170,7 @@ templates:
|
||||||
level: ""
|
level: ""
|
||||||
optional:
|
optional:
|
||||||
- poster
|
- poster
|
||||||
sort_title: <<level>>+10_<<collection_name>>
|
sort_title: 10_+<<level>>_<<collection_name>>
|
||||||
smart_filter:
|
smart_filter:
|
||||||
sort_by: title.desc
|
sort_by: title.desc
|
||||||
validate: false
|
validate: false
|
||||||
|
@ -183,7 +183,7 @@ templates:
|
||||||
level: ""
|
level: ""
|
||||||
optional:
|
optional:
|
||||||
- poster_url
|
- poster_url
|
||||||
sort_title: <<level>>+11_<<collection_name>>
|
sort_title: 11_+<<level>>_<<collection_name>>
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
collection_order: custom
|
collection_order: custom
|
||||||
schedule: weekly(wednesday), weekly(sunday)
|
schedule: weekly(wednesday), weekly(sunday)
|
||||||
|
@ -193,7 +193,7 @@ templates:
|
||||||
General:
|
General:
|
||||||
default:
|
default:
|
||||||
level: ""
|
level: ""
|
||||||
sort_title: <<level>>+12_<<collection_name>>
|
sort_title: 12_+<<level>>_<<collection_name>>
|
||||||
sync_mode: sync
|
sync_mode: sync
|
||||||
collection_order: custom
|
collection_order: custom
|
||||||
schedule: weekly(wednesday), weekly(sunday)
|
schedule: weekly(wednesday), weekly(sunday)
|
||||||
|
|
Loading…
Reference in New Issue