macbook-pro-de-oscar-1.home 2025-8-26:22:43:19
This commit is contained in:
16
films.base
16
films.base
@@ -54,7 +54,7 @@ views:
|
||||
name: To-watch
|
||||
filters:
|
||||
and:
|
||||
- vu == false
|
||||
- '!file.hasProperty("date_last_seen")'
|
||||
order:
|
||||
- file.name
|
||||
- vu
|
||||
@@ -109,17 +109,23 @@ views:
|
||||
name: Last seen
|
||||
filters:
|
||||
and:
|
||||
- "!last.isEmpty()"
|
||||
- "!date_last_seen.isEmpty()"
|
||||
order:
|
||||
- date_last_seen
|
||||
- file.name
|
||||
- year
|
||||
- rating
|
||||
- last
|
||||
- director
|
||||
- genre
|
||||
sort:
|
||||
- property: date_last_seen
|
||||
direction: DESC
|
||||
- property: last
|
||||
direction: ASC
|
||||
- property: file.name
|
||||
direction: ASC
|
||||
limit: 20
|
||||
columnSize:
|
||||
note.date_last_seen: 184
|
||||
file.name: 283
|
||||
note.year: 68
|
||||
note.director: 238
|
||||
note.genre: 261
|
||||
|
Reference in New Issue
Block a user