Switch to separate base files
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
filters:
|
||||
and:
|
||||
- contains
|
||||
- not(contains(file.name, "Template"))
|
||||
- contains(property.categories, "[[Movies]]")
|
||||
display:
|
||||
file.name: Name
|
||||
property.last: Last
|
||||
@@ -32,6 +32,11 @@ views:
|
||||
- last
|
||||
- director
|
||||
- genre
|
||||
sort:
|
||||
- column: file.name
|
||||
direction: ASC
|
||||
- column: property.director
|
||||
direction: ASC
|
||||
- type: table
|
||||
name: Last seen
|
||||
filters:
|
||||
@@ -46,7 +51,8 @@ views:
|
||||
- genre
|
||||
sort:
|
||||
- column: property.last
|
||||
direction: ASC
|
||||
direction: DESC
|
||||
limit: 20
|
||||
- type: table
|
||||
name: Actor
|
||||
filters:
|
||||
|
||||
Reference in New Issue
Block a user