- Fix visibility settings for some collections
This commit is contained in:
parent
8b14775be4
commit
80b8e9071e
|
@ -11,9 +11,9 @@ templates:
|
||||||
tmdb_person: <<tmdb_id>>
|
tmdb_person: <<tmdb_id>>
|
||||||
sort_title: <<level>>+02_<<collection_name>>
|
sort_title: <<level>>+02_<<collection_name>>
|
||||||
sync_mode: append
|
sync_mode: append
|
||||||
visible_library: true
|
visible_library: true
|
||||||
visible_shared: true
|
visible_shared: true
|
||||||
visible_home: true
|
visible_home: true
|
||||||
|
|
||||||
Director:
|
Director:
|
||||||
default:
|
default:
|
||||||
|
@ -25,9 +25,9 @@ templates:
|
||||||
tmdb_person: <<tmdb_id>>
|
tmdb_person: <<tmdb_id>>
|
||||||
sort_title: <<level>>+02_<<collection_name>>
|
sort_title: <<level>>+02_<<collection_name>>
|
||||||
sync_mode: append
|
sync_mode: append
|
||||||
visible_library: true
|
visible_library: true
|
||||||
visible_shared: true
|
visible_shared: true
|
||||||
visible_home: true
|
visible_home: true
|
||||||
|
|
||||||
Producer:
|
Producer:
|
||||||
default:
|
default:
|
||||||
|
@ -39,9 +39,9 @@ templates:
|
||||||
tmdb_person: <<tmdb_id>>
|
tmdb_person: <<tmdb_id>>
|
||||||
sort_title: <<level>>+02_<<collection_name>>
|
sort_title: <<level>>+02_<<collection_name>>
|
||||||
sync_mode: append
|
sync_mode: append
|
||||||
visible_library: true
|
visible_library: true
|
||||||
visible_shared: true
|
visible_shared: true
|
||||||
visible_home: true
|
visible_home: true
|
||||||
|
|
||||||
collections:
|
collections:
|
||||||
"Gilbert Gottfried - In Memoriam":
|
"Gilbert Gottfried - In Memoriam":
|
||||||
|
|
|
@ -11,9 +11,9 @@ templates:
|
||||||
tmdb_person: <<tmdb_id>>
|
tmdb_person: <<tmdb_id>>
|
||||||
sort_title: <<level>>+02_<<collection_name>>
|
sort_title: <<level>>+02_<<collection_name>>
|
||||||
sync_mode: append
|
sync_mode: append
|
||||||
visible_library: true
|
visible_library: true
|
||||||
visible_shared: true
|
visible_shared: true
|
||||||
visible_home: true
|
visible_home: true
|
||||||
|
|
||||||
Director:
|
Director:
|
||||||
default:
|
default:
|
||||||
|
@ -25,9 +25,9 @@ templates:
|
||||||
tmdb_person: <<tmdb_id>>
|
tmdb_person: <<tmdb_id>>
|
||||||
sort_title: <<level>>+02_<<collection_name>>
|
sort_title: <<level>>+02_<<collection_name>>
|
||||||
sync_mode: append
|
sync_mode: append
|
||||||
visible_library: true
|
visible_library: true
|
||||||
visible_shared: true
|
visible_shared: true
|
||||||
visible_home: true
|
visible_home: true
|
||||||
|
|
||||||
Producer:
|
Producer:
|
||||||
default:
|
default:
|
||||||
|
@ -39,9 +39,9 @@ templates:
|
||||||
tmdb_person: <<tmdb_id>>
|
tmdb_person: <<tmdb_id>>
|
||||||
sort_title: <<level>>+02_<<collection_name>>
|
sort_title: <<level>>+02_<<collection_name>>
|
||||||
sync_mode: append
|
sync_mode: append
|
||||||
visible_library: true
|
visible_library: true
|
||||||
visible_shared: true
|
visible_shared: true
|
||||||
visible_home: true
|
visible_home: true
|
||||||
|
|
||||||
collections:
|
collections:
|
||||||
"Gilbert Gottfried - In Memoriam":
|
"Gilbert Gottfried - In Memoriam":
|
||||||
|
|
|
@ -189,8 +189,8 @@ collections:
|
||||||
release: 3650
|
release: 3650
|
||||||
unplayed: true
|
unplayed: true
|
||||||
limit: 10
|
limit: 10
|
||||||
visible_home: true
|
visible_home: true
|
||||||
visible_shared: true
|
visible_shared: true
|
||||||
|
|
||||||
"Spin The Wheel!":
|
"Spin The Wheel!":
|
||||||
template: { name: Chart,
|
template: { name: Chart,
|
||||||
|
@ -204,8 +204,8 @@ collections:
|
||||||
# Movie added in the last 2 months
|
# Movie added in the last 2 months
|
||||||
added: 60
|
added: 60
|
||||||
limit: 30
|
limit: 30
|
||||||
visible_home: true
|
visible_home: true
|
||||||
visible_shared: true
|
visible_shared: true
|
||||||
|
|
||||||
### Top Rated
|
### Top Rated
|
||||||
"Best Of All Time":
|
"Best Of All Time":
|
||||||
|
|
Loading…
Reference in New Issue