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